mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Update translations
This commit is contained in:
parent
92a025011e
commit
f1691b7743
@ -566,7 +566,7 @@ class ConfigScreenComponent extends BaseScreenComponent<ConfigScreenProps, Confi
|
||||
addSettingButton('fix_search_engine_index', this.state.fixingSearchIndex ? _('Fixing search index...') : _('Fix search index'), this.fixSearchEngineIndexButtonPress_, { disabled: this.state.fixingSearchIndex, description: _('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.') });
|
||||
const syncTargetInfo = SyncTargetRegistry.infoById(this.state.settings['sync.target']);
|
||||
if (syncTargetInfo.supportsShare) {
|
||||
addSettingButton('manage_shares_button', _('Manage shared folders'), this.manageSharesPress_);
|
||||
addSettingButton('manage_shares_button', _('Manage shared notebooks'), this.manageSharesPress_);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -62,6 +62,9 @@
|
||||
"%s is not optimised for synchronising many small files so your initial synchronisation will be slow.": [
|
||||
""
|
||||
],
|
||||
"%s tab opened": [
|
||||
""
|
||||
],
|
||||
"%s: %d": [
|
||||
"%s : %d"
|
||||
],
|
||||
@ -152,6 +155,9 @@
|
||||
"Accept": [
|
||||
"قبول"
|
||||
],
|
||||
"Accepted shares": [
|
||||
""
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
"تم رفض الدخول: المرجو التأكد من اسم المستخدم و كلمة السر"
|
||||
],
|
||||
@ -206,12 +212,18 @@
|
||||
"All data, including notes, notebooks and tags will be permanently deleted.": [
|
||||
"جميع البيانات، بما فيها الملاحظات، ملفات الملاحظات و العلامات ستحذف بشكل دائم."
|
||||
],
|
||||
"All item sync failures have been marked as \"ignored\".": [
|
||||
""
|
||||
],
|
||||
"All notes": [
|
||||
"جميع الملاحظات"
|
||||
],
|
||||
"All potential ports are in use - please report the issue at %s": [
|
||||
"كافة المنافذ المحتملة قيد الاستخدام - الرجاء الإبلاغ عن المشكلة على %s"
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
""
|
||||
],
|
||||
"Also displays unset and hidden config variables.": [
|
||||
"يظهر أيضاً متغيرات الإعداد غير المضبوطة أو تلك المخفية."
|
||||
],
|
||||
@ -221,6 +233,9 @@
|
||||
"Always": [
|
||||
"دائمًا"
|
||||
],
|
||||
"Always open %s files without asking.": [
|
||||
""
|
||||
],
|
||||
"Ambiguous notebook \"%s\". Please use notebook id instead - press \"ti\" to see the short notebook id or use $b for current selected notebook": [
|
||||
""
|
||||
],
|
||||
@ -341,6 +356,9 @@
|
||||
"Bulleted List": [
|
||||
"قائمة تعداد نقطي"
|
||||
],
|
||||
"by %s": [
|
||||
""
|
||||
],
|
||||
"Can Share": [
|
||||
"يمكن المشاركة"
|
||||
],
|
||||
@ -506,9 +524,15 @@
|
||||
"Completed decryption.": [
|
||||
"اكتمل فك التشفير."
|
||||
],
|
||||
"Completed with warnings:\n%s": [
|
||||
""
|
||||
],
|
||||
"Completed: %s (%s)": [
|
||||
"مكتملة: %s (%s)"
|
||||
],
|
||||
"completion date": [
|
||||
""
|
||||
],
|
||||
"Compress old changes": [
|
||||
"كثف التعديلات الماضية"
|
||||
],
|
||||
@ -697,9 +721,6 @@
|
||||
"Dashboard": [
|
||||
"لوحة التحكم"
|
||||
],
|
||||
"Database v%s": [
|
||||
"قاعدة البيانات v%s"
|
||||
],
|
||||
"Date": [
|
||||
"التاريخ"
|
||||
],
|
||||
@ -775,6 +796,9 @@
|
||||
"Deleted remote items: %d.": [
|
||||
"العناصر البعيدة المحذوفة: %d."
|
||||
],
|
||||
"Deletes notes permanently, skipping the trash.": [
|
||||
""
|
||||
],
|
||||
"Deletes the given notebook.": [
|
||||
"يحذف دفتر الملاحظات المعطى."
|
||||
],
|
||||
@ -1168,6 +1192,9 @@
|
||||
"Fail-safe: Do not wipe out local data when sync target is empty (often the result of a misconfiguration or bug)": [
|
||||
"آمن من الفشل: لا تقم بمسح البيانات المحلية عندما يكون هدف المزامنة فارغًا (غالبًا ما يكون نتيجة لحدوث خطأ في التكوين أو خلل برمجي)"
|
||||
],
|
||||
"Failed to leave share. Please verify that Joplin is connected to the internet and able to sync.\nError: %s": [
|
||||
""
|
||||
],
|
||||
"Fatal error:": [
|
||||
"خطأ فادح:"
|
||||
],
|
||||
@ -1213,9 +1240,6 @@
|
||||
"Focus title": [
|
||||
"التركيز على العنوان"
|
||||
],
|
||||
"Folders": [
|
||||
"مجلدات"
|
||||
],
|
||||
"For debugging purpose only: export your profile to an external SD card.": [
|
||||
"التصدير هذا لغرض التصحيح فقط: قم بتصدير ملف التعريف الخاص بك إلى بطاقة SD الخارجية."
|
||||
],
|
||||
@ -1302,6 +1326,9 @@
|
||||
"Help": [
|
||||
"مساعدة"
|
||||
],
|
||||
"Here's what we do to make plugins safer:": [
|
||||
""
|
||||
],
|
||||
"Hide %s": [
|
||||
"أخف %s"
|
||||
],
|
||||
@ -1353,6 +1380,15 @@
|
||||
"Import": [
|
||||
"استيراد"
|
||||
],
|
||||
"Import failed. Make sure a JEX file was selected.\nDetails: %s": [
|
||||
""
|
||||
],
|
||||
"Import from JEX": [
|
||||
""
|
||||
],
|
||||
"Import notes from a JEX (Joplin Export) file.": [
|
||||
""
|
||||
],
|
||||
"Importing from \"%s\" as \"%s\" format. Please wait...": [
|
||||
"الاستيراد من \"%s\" بتنسيق \"%s\". فضلاً انتظر..."
|
||||
],
|
||||
@ -1389,6 +1425,9 @@
|
||||
"In: %s": [
|
||||
"في: %s"
|
||||
],
|
||||
"Incompatible": [
|
||||
""
|
||||
],
|
||||
"Increase indent level": [
|
||||
""
|
||||
],
|
||||
@ -1467,6 +1506,9 @@
|
||||
"Joplin Cloud": [
|
||||
"Joplin Cloud"
|
||||
],
|
||||
"Joplin doesn't recognise the %s extension. Opening this file could be dangerous. What would you like to do?": [
|
||||
""
|
||||
],
|
||||
"Joplin Export Directory": [
|
||||
"دليل تصدير بيانات Joplin"
|
||||
],
|
||||
@ -1554,6 +1596,9 @@
|
||||
"Light": [
|
||||
"فاتحة"
|
||||
],
|
||||
"Like any software you install, plugins can potentially cause security issues or data loss.": [
|
||||
""
|
||||
],
|
||||
"Lines": [
|
||||
"خطوط"
|
||||
],
|
||||
@ -1685,6 +1730,9 @@
|
||||
"More than one item match \"%s\". Please narrow down your query.": [
|
||||
"أكثر من عنصر واحد يطابق \"%s\". يرجى تضييق الاستعلام الخاص بك."
|
||||
],
|
||||
"Most plugins have source code available for review on the plugin website.": [
|
||||
""
|
||||
],
|
||||
"Move %d notes to notebook \"%s\"?": [
|
||||
"نقل %d ملاحظات إلى دفتر الملاحظات \"%s\" ؟"
|
||||
],
|
||||
@ -1706,6 +1754,9 @@
|
||||
"Never resize": [
|
||||
""
|
||||
],
|
||||
"New": [
|
||||
""
|
||||
],
|
||||
"New note": [
|
||||
"ملاحظة جديدة"
|
||||
],
|
||||
@ -1754,6 +1805,9 @@
|
||||
"No active notebook.": [
|
||||
"لا يوجد دفتر ملاحظات نشط."
|
||||
],
|
||||
"No incoming shares": [
|
||||
""
|
||||
],
|
||||
"No item with ID %s": [
|
||||
"لا يوجد عنصر بالمعرّف %s"
|
||||
],
|
||||
@ -2006,9 +2060,6 @@
|
||||
"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 لتحرير الملاحظة."
|
||||
],
|
||||
@ -2021,9 +2072,15 @@
|
||||
"Plugin tools": [
|
||||
"أدوات الإضافات"
|
||||
],
|
||||
"Plugin WebView debugging": [
|
||||
""
|
||||
],
|
||||
"Plugins": [
|
||||
"المكونات الإضافية"
|
||||
],
|
||||
"Plugins extend Joplin with features that are not present by default. Plugins can extend Joplin's editor, viewer, and more.": [
|
||||
""
|
||||
],
|
||||
"Portrait": [
|
||||
"طولي"
|
||||
],
|
||||
@ -2084,6 +2141,9 @@
|
||||
"Process user deletions": [
|
||||
""
|
||||
],
|
||||
"Processing": [
|
||||
""
|
||||
],
|
||||
"Profile": [
|
||||
""
|
||||
],
|
||||
@ -2183,6 +2243,12 @@
|
||||
"Replace: ": [
|
||||
""
|
||||
],
|
||||
"Report an issue": [
|
||||
""
|
||||
],
|
||||
"Report fraudulent plugin": [
|
||||
""
|
||||
],
|
||||
"Resources: %d.": [
|
||||
"الموارد: %d."
|
||||
],
|
||||
@ -2393,6 +2459,9 @@
|
||||
"Source: ": [
|
||||
"المصدر: "
|
||||
],
|
||||
"Spacer": [
|
||||
""
|
||||
],
|
||||
"Specify the port that should be used by the API server. If not set, a default will be used.": [
|
||||
"حدد المنفذ الذي يجب استخدامه بواسطة خادم API. إذا لم يتم تعيينه، سيتم استخدام تلقائي."
|
||||
],
|
||||
@ -2561,6 +2630,9 @@
|
||||
"Take photo": [
|
||||
"التقاط صورة"
|
||||
],
|
||||
"Task \"%s\" failed with error: %s": [
|
||||
""
|
||||
],
|
||||
"Tasks": [
|
||||
""
|
||||
],
|
||||
@ -2678,9 +2750,6 @@
|
||||
"There are unsaved changes.": [
|
||||
""
|
||||
],
|
||||
"There is currently no notebook. Create one by clicking on \"New notebook\".": [
|
||||
"لا يوجد دفتر ملاحظات حالياً. أنشئ واحداً بالضغط على \"دفتر ملاحظات جديد\"."
|
||||
],
|
||||
"There is no data to export.": [
|
||||
"لا يوجد بيانات للتصدير."
|
||||
],
|
||||
@ -2690,6 +2759,9 @@
|
||||
"There was an error downloading this attachment:": [
|
||||
"حدث خطأ أثناء تنزيل هذا المرفق:"
|
||||
],
|
||||
"These items failed to sync, but have been marked as \"ignored\". They won't cause the sync warning to appear, but still aren't synced. To unignore, click \"retry\".": [
|
||||
""
|
||||
],
|
||||
"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).": [
|
||||
"ستبقى هذه العناصر على الجهاز إلا أنها لن يجري رفعها إلى وجهة المزامنة. لكي تجد هذه العناصر ، عليك إما البحث عن العنوان أو المعرِّف (وهو معروض أعلاه بين قوسين)."
|
||||
],
|
||||
@ -2699,6 +2771,9 @@
|
||||
"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 does not have OCR data (Status: %s)": [
|
||||
""
|
||||
],
|
||||
"This attachment is not downloaded or not decrypted yet": [
|
||||
"لم يجر تنزيل هذا المرفق أو فك تشفيره حتى الآن"
|
||||
],
|
||||
@ -2726,12 +2801,18 @@
|
||||
"This note has no history": [
|
||||
"هذه المذكرة ليس لها تاريخ"
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
"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 subfolder of the trash has no notes.": [
|
||||
""
|
||||
],
|
||||
"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 العمل في الخلفية. نوصي بتفعيل هذا الإعداد لكي تجري مزامنة ملاحظاتك باستمرار ، مما يقلل عدد حالات التعارض."
|
||||
],
|
||||
@ -2843,9 +2924,6 @@
|
||||
"Unable to edit resource of type %s": [
|
||||
""
|
||||
],
|
||||
"Unable to export or share data. Reason: %s": [
|
||||
""
|
||||
],
|
||||
"Unable to share log data. Reason: %s": [
|
||||
""
|
||||
],
|
||||
@ -2963,6 +3041,9 @@
|
||||
"View": [
|
||||
"عرض"
|
||||
],
|
||||
"View OCR text": [
|
||||
""
|
||||
],
|
||||
"View on map": [
|
||||
"عرض على الخريطة"
|
||||
],
|
||||
@ -2987,6 +3068,12 @@
|
||||
"Warning: not all resources shown for performance reasons (limit: %s).": [
|
||||
"تحذير: لم يتم عرض كافّة الموارد لأسباب تتعلق بالأداء (الحد: %s)."
|
||||
],
|
||||
"We have a system for reporting and removing problematic plugins.": [
|
||||
""
|
||||
],
|
||||
"We mark plugins developed by trusted Joplin community members as \"recommended\".": [
|
||||
""
|
||||
],
|
||||
"Web Clipper": [
|
||||
"Web Clipper"
|
||||
],
|
||||
@ -3053,6 +3140,9 @@
|
||||
"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 account doesn't have access to this feature": [
|
||||
""
|
||||
],
|
||||
"Your choice: ": [
|
||||
"اختيارك هو: "
|
||||
],
|
||||
|
@ -56,6 +56,9 @@
|
||||
"%s is not optimised for synchronising many small files so your initial synchronisation will be slow.": [
|
||||
""
|
||||
],
|
||||
"%s tab opened": [
|
||||
""
|
||||
],
|
||||
"%s: %d notes": [
|
||||
"%s: %d бележки"
|
||||
],
|
||||
@ -137,6 +140,9 @@
|
||||
"Accept": [
|
||||
""
|
||||
],
|
||||
"Accepted shares": [
|
||||
""
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
""
|
||||
],
|
||||
@ -176,15 +182,24 @@
|
||||
"All data, including notes, notebooks and tags will be permanently deleted.": [
|
||||
""
|
||||
],
|
||||
"All item sync failures have been marked as \"ignored\".": [
|
||||
""
|
||||
],
|
||||
"All potential ports are in use - please report the issue at %s": [
|
||||
""
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
""
|
||||
],
|
||||
"Also displays unset and hidden config variables.": [
|
||||
"Показва също и конфигурации, които нямат стойност, или са скрити."
|
||||
],
|
||||
"Always": [
|
||||
"Винаги"
|
||||
],
|
||||
"Always open %s files without asking.": [
|
||||
""
|
||||
],
|
||||
"Ambiguous notebook \"%s\". Please use notebook id instead - press \"ti\" to see the short notebook id or use $b for current selected notebook": [
|
||||
""
|
||||
],
|
||||
@ -284,6 +299,9 @@
|
||||
"Bulleted List": [
|
||||
"Неномериран списък"
|
||||
],
|
||||
"by %s": [
|
||||
""
|
||||
],
|
||||
"Can view": [
|
||||
""
|
||||
],
|
||||
@ -386,6 +404,9 @@
|
||||
"Collapse": [
|
||||
""
|
||||
],
|
||||
"Collapse %s": [
|
||||
""
|
||||
],
|
||||
"Coming alarms": [
|
||||
"Идни аларми"
|
||||
],
|
||||
@ -407,6 +428,12 @@
|
||||
"Completed decryption.": [
|
||||
"Завърших декриптирането."
|
||||
],
|
||||
"Completed with warnings:\n%s": [
|
||||
""
|
||||
],
|
||||
"completion date": [
|
||||
""
|
||||
],
|
||||
"Compress old changes": [
|
||||
""
|
||||
],
|
||||
@ -527,9 +554,6 @@
|
||||
"Dashboard": [
|
||||
""
|
||||
],
|
||||
"Database v%s": [
|
||||
"Версия на базата данни: %s"
|
||||
],
|
||||
"Date": [
|
||||
""
|
||||
],
|
||||
@ -569,6 +593,9 @@
|
||||
"Deleted remote items: %d.": [
|
||||
"Изтрити отдалечени обекти: %d."
|
||||
],
|
||||
"Deletes notes permanently, skipping the trash.": [
|
||||
""
|
||||
],
|
||||
"Deletes the given notebook.": [
|
||||
"Изтрива дадената тетрадка."
|
||||
],
|
||||
@ -839,6 +866,9 @@
|
||||
"Expand": [
|
||||
""
|
||||
],
|
||||
"Expand %s": [
|
||||
""
|
||||
],
|
||||
"Export": [
|
||||
"Експортиране"
|
||||
],
|
||||
@ -866,6 +896,9 @@
|
||||
"Fail-safe: Do not wipe out local data when sync target is empty (often the result of a misconfiguration or bug)": [
|
||||
""
|
||||
],
|
||||
"Failed to leave share. Please verify that Joplin is connected to the internet and able to sync.\nError: %s": [
|
||||
""
|
||||
],
|
||||
"Fatal error:": [
|
||||
"Фатална грешка:"
|
||||
],
|
||||
@ -905,9 +938,6 @@
|
||||
"Focus title": [
|
||||
"Фокусирай заглавието"
|
||||
],
|
||||
"Folders": [
|
||||
"Папки"
|
||||
],
|
||||
"For debugging purpose only: export your profile to an external SD card.": [
|
||||
""
|
||||
],
|
||||
@ -977,6 +1007,9 @@
|
||||
"Heading": [
|
||||
"Заглавие"
|
||||
],
|
||||
"Here's what we do to make plugins safer:": [
|
||||
""
|
||||
],
|
||||
"Hide %s": [
|
||||
"Скрий %s"
|
||||
],
|
||||
@ -1022,6 +1055,18 @@
|
||||
"Import": [
|
||||
"Импортиране"
|
||||
],
|
||||
"Import failed. Make sure a JEX file was selected.\nDetails: %s": [
|
||||
""
|
||||
],
|
||||
"Import from JEX": [
|
||||
""
|
||||
],
|
||||
"Import notes from a JEX (Joplin Export) file.": [
|
||||
""
|
||||
],
|
||||
"Imported successfully!": [
|
||||
""
|
||||
],
|
||||
"Importing from \"%s\" as \"%s\" format. Please wait...": [
|
||||
"Импортирам от \"%s\" във формат \"%s\". Моля изчакайте..."
|
||||
],
|
||||
@ -1058,6 +1103,9 @@
|
||||
"In: %s": [
|
||||
"В: %s"
|
||||
],
|
||||
"Incompatible": [
|
||||
""
|
||||
],
|
||||
"Increase indent level": [
|
||||
""
|
||||
],
|
||||
@ -1115,6 +1163,9 @@
|
||||
"Joplin can synchronise your notes using various providers. Select one from the list below.": [
|
||||
""
|
||||
],
|
||||
"Joplin doesn't recognise the %s extension. Opening this file could be dangerous. What would you like to do?": [
|
||||
""
|
||||
],
|
||||
"Joplin Export Directory": [
|
||||
"Joplin експорт директория"
|
||||
],
|
||||
@ -1178,6 +1229,9 @@
|
||||
"Layout button sequence": [
|
||||
""
|
||||
],
|
||||
"Learn more": [
|
||||
""
|
||||
],
|
||||
"Leave it blank to download the language files from the default website": [
|
||||
""
|
||||
],
|
||||
@ -1190,6 +1244,9 @@
|
||||
"Light": [
|
||||
"Светла"
|
||||
],
|
||||
"Like any software you install, plugins can potentially cause security issues or data loss.": [
|
||||
""
|
||||
],
|
||||
"Lines": [
|
||||
""
|
||||
],
|
||||
@ -1286,6 +1343,9 @@
|
||||
"More than one item match \"%s\". Please narrow down your query.": [
|
||||
"Повече от едно нещо съответства на \"%s\". Моля рафинирайте търсенето си."
|
||||
],
|
||||
"Most plugins have source code available for review on the plugin website.": [
|
||||
""
|
||||
],
|
||||
"Move %d notes to notebook \"%s\"?": [
|
||||
"Да преместя ли %d бележки в тетрадка \"%s\"?"
|
||||
],
|
||||
@ -1301,6 +1361,9 @@
|
||||
"Never resize": [
|
||||
""
|
||||
],
|
||||
"New": [
|
||||
""
|
||||
],
|
||||
"New note": [
|
||||
"Нова бележка"
|
||||
],
|
||||
@ -1340,6 +1403,9 @@
|
||||
"No active notebook.": [
|
||||
"Няма активна тетрадка."
|
||||
],
|
||||
"No incoming shares": [
|
||||
""
|
||||
],
|
||||
"No item with ID %s": [
|
||||
"Няма обект с идентификатор %s"
|
||||
],
|
||||
@ -1544,7 +1610,7 @@
|
||||
"Please specify the notebook where the notes should be imported to.": [
|
||||
"Моля задайте тетрадка, в която да бъдат импортирани бележките."
|
||||
],
|
||||
"Please upgrade Joplin to use this plugin": [
|
||||
"Please upgrade Joplin to version %s or later to use this plugin.": [
|
||||
""
|
||||
],
|
||||
"Please wait for all attachments to be downloaded and decrypted. You may also switch to %s to edit the note.": [
|
||||
@ -1553,9 +1619,15 @@
|
||||
"Plugin repository failed to load": [
|
||||
""
|
||||
],
|
||||
"Plugin WebView debugging": [
|
||||
""
|
||||
],
|
||||
"Plugins": [
|
||||
"Разширения"
|
||||
],
|
||||
"Plugins extend Joplin with features that are not present by default. Plugins can extend Joplin's editor, viewer, and more.": [
|
||||
""
|
||||
],
|
||||
"Portrait": [
|
||||
""
|
||||
],
|
||||
@ -1613,6 +1685,9 @@
|
||||
"Process user deletions": [
|
||||
""
|
||||
],
|
||||
"Processing": [
|
||||
""
|
||||
],
|
||||
"Profile": [
|
||||
""
|
||||
],
|
||||
@ -1658,6 +1733,9 @@
|
||||
"Recommended": [
|
||||
""
|
||||
],
|
||||
"Recommended plugins": [
|
||||
""
|
||||
],
|
||||
"Redo": [
|
||||
""
|
||||
],
|
||||
@ -1700,6 +1778,12 @@
|
||||
"Replace: ": [
|
||||
""
|
||||
],
|
||||
"Report an issue": [
|
||||
""
|
||||
],
|
||||
"Report fraudulent plugin": [
|
||||
""
|
||||
],
|
||||
"Resize large images:": [
|
||||
""
|
||||
],
|
||||
@ -1895,6 +1979,9 @@
|
||||
"Source format: %s": [
|
||||
"Формат на източника: %s"
|
||||
],
|
||||
"Spacer": [
|
||||
""
|
||||
],
|
||||
"Specify the port that should be used by the API server. If not set, a default will be used.": [
|
||||
""
|
||||
],
|
||||
@ -2042,6 +2129,9 @@
|
||||
"Take photo": [
|
||||
"Снимане"
|
||||
],
|
||||
"Task \"%s\" failed with error: %s": [
|
||||
""
|
||||
],
|
||||
"Tasks": [
|
||||
""
|
||||
],
|
||||
@ -2169,9 +2259,6 @@
|
||||
"There are unsaved changes.": [
|
||||
""
|
||||
],
|
||||
"There is currently no notebook. Create one by clicking on \"New notebook\".": [
|
||||
"В момента нямата тетрадки. Може да натиснете \"Нова тетрадка\" за да създадете първата."
|
||||
],
|
||||
"There is no data to export.": [
|
||||
"Няма какво да се експортира."
|
||||
],
|
||||
@ -2181,6 +2268,9 @@
|
||||
"There was an error downloading this attachment:": [
|
||||
""
|
||||
],
|
||||
"These items failed to sync, but have been marked as \"ignored\". They won't cause the sync warning to appear, but still aren't synced. To unignore, click \"retry\".": [
|
||||
""
|
||||
],
|
||||
"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).": [
|
||||
"Тези обекти ще останат на устройството, но няма да бъдат качени на целта за синхронизация. За да намерите тези обекти, потърсете за заглавията или идентификаторите им (може да ги видите в скобите по горе)."
|
||||
],
|
||||
@ -2190,6 +2280,9 @@
|
||||
"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 does not have OCR data (Status: %s)": [
|
||||
""
|
||||
],
|
||||
"This attachment is not downloaded or not decrypted yet.": [
|
||||
"Прикаченият файл не е свален или все още не е декриптиран."
|
||||
],
|
||||
@ -2214,12 +2307,18 @@
|
||||
"This note has no history": [
|
||||
"Тази бележка няма история"
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
"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 subfolder of the trash has no notes.": [
|
||||
""
|
||||
],
|
||||
"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 да върви на заден план. Препоръчва се да пуснете тази настройка, за да се синхронизират бележките ви постоянно, и така да намалите вероятността да се появят конфликти."
|
||||
],
|
||||
@ -2316,9 +2415,6 @@
|
||||
"Unable to edit resource of type %s": [
|
||||
""
|
||||
],
|
||||
"Unable to export or share data. Reason: %s": [
|
||||
""
|
||||
],
|
||||
"Unable to share log data. Reason: %s": [
|
||||
""
|
||||
],
|
||||
@ -2412,6 +2508,9 @@
|
||||
"Verify your identity": [
|
||||
""
|
||||
],
|
||||
"View OCR text": [
|
||||
""
|
||||
],
|
||||
"View on map": [
|
||||
"Покажи на карта"
|
||||
],
|
||||
@ -2433,7 +2532,10 @@
|
||||
"Warning: not all resources shown for performance reasons (limit: %s).": [
|
||||
""
|
||||
],
|
||||
"Warnings:\n%s": [
|
||||
"We have a system for reporting and removing problematic plugins.": [
|
||||
""
|
||||
],
|
||||
"We mark plugins developed by trusted Joplin community members as \"recommended\".": [
|
||||
""
|
||||
],
|
||||
"WebDAV": [
|
||||
@ -2493,6 +2595,9 @@
|
||||
"You were unable to connect to Joplin Cloud. Please check your credentials and try again. Error:": [
|
||||
""
|
||||
],
|
||||
"Your account doesn't have access to this feature": [
|
||||
""
|
||||
],
|
||||
"Your choice: ": [
|
||||
"Вашият избор: "
|
||||
],
|
||||
|
@ -53,6 +53,9 @@
|
||||
"%s is not optimised for synchronising many small files so your initial synchronisation will be slow.": [
|
||||
""
|
||||
],
|
||||
"%s tab opened": [
|
||||
""
|
||||
],
|
||||
"%s: %d notes": [
|
||||
"%s: %d bilješki"
|
||||
],
|
||||
@ -134,6 +137,9 @@
|
||||
"Accept": [
|
||||
""
|
||||
],
|
||||
"Accepted shares": [
|
||||
""
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
""
|
||||
],
|
||||
@ -176,18 +182,27 @@
|
||||
"All data, including notes, notebooks and tags will be permanently deleted.": [
|
||||
""
|
||||
],
|
||||
"All item sync failures have been marked as \"ignored\".": [
|
||||
""
|
||||
],
|
||||
"All notes": [
|
||||
"Sve bilješke"
|
||||
],
|
||||
"All potential ports are in use - please report the issue at %s": [
|
||||
""
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
""
|
||||
],
|
||||
"Also displays unset and hidden config variables.": [
|
||||
"Prikazuje i nepodešene i skrivene konfiguracijske varijable."
|
||||
],
|
||||
"Always": [
|
||||
"Uvijek"
|
||||
],
|
||||
"Always open %s files without asking.": [
|
||||
""
|
||||
],
|
||||
"Ambiguous notebook \"%s\". Please use notebook id instead - press \"ti\" to see the short notebook id or use $b for current selected notebook": [
|
||||
""
|
||||
],
|
||||
@ -290,6 +305,9 @@
|
||||
"Bulleted List": [
|
||||
"Nabrajanje"
|
||||
],
|
||||
"by %s": [
|
||||
""
|
||||
],
|
||||
"Can view": [
|
||||
""
|
||||
],
|
||||
@ -395,6 +413,9 @@
|
||||
"Collapse": [
|
||||
""
|
||||
],
|
||||
"Collapse %s": [
|
||||
""
|
||||
],
|
||||
"Coming alarms": [
|
||||
"Nastupajuće zvučne napomene"
|
||||
],
|
||||
@ -416,6 +437,12 @@
|
||||
"Completed decryption.": [
|
||||
"Dešifrovanje završeno."
|
||||
],
|
||||
"Completed with warnings:\n%s": [
|
||||
""
|
||||
],
|
||||
"completion date": [
|
||||
""
|
||||
],
|
||||
"Compress old changes": [
|
||||
""
|
||||
],
|
||||
@ -524,9 +551,6 @@
|
||||
"Dashboard": [
|
||||
""
|
||||
],
|
||||
"Database v%s": [
|
||||
"Baza podataka v%s"
|
||||
],
|
||||
"Date": [
|
||||
""
|
||||
],
|
||||
@ -566,6 +590,9 @@
|
||||
"Deleted remote items: %d.": [
|
||||
"Izbrisano spoljašnjih stavki: %d."
|
||||
],
|
||||
"Deletes notes permanently, skipping the trash.": [
|
||||
""
|
||||
],
|
||||
"Deletes the given notebook.": [
|
||||
"Briše datu bilježnicu."
|
||||
],
|
||||
@ -848,6 +875,9 @@
|
||||
"Expand": [
|
||||
""
|
||||
],
|
||||
"Expand %s": [
|
||||
""
|
||||
],
|
||||
"Export": [
|
||||
"Iznesi"
|
||||
],
|
||||
@ -872,6 +902,9 @@
|
||||
"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)"
|
||||
],
|
||||
"Failed to leave share. Please verify that Joplin is connected to the internet and able to sync.\nError: %s": [
|
||||
""
|
||||
],
|
||||
"Fatal error:": [
|
||||
"Kritična greška:"
|
||||
],
|
||||
@ -911,9 +944,6 @@
|
||||
"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."
|
||||
],
|
||||
@ -980,6 +1010,9 @@
|
||||
"Heading": [
|
||||
"Naslov"
|
||||
],
|
||||
"Here's what we do to make plugins safer:": [
|
||||
""
|
||||
],
|
||||
"Hide %s": [
|
||||
"Sakrij %s"
|
||||
],
|
||||
@ -1034,6 +1067,18 @@
|
||||
"Import": [
|
||||
"Unesi"
|
||||
],
|
||||
"Import failed. Make sure a JEX file was selected.\nDetails: %s": [
|
||||
""
|
||||
],
|
||||
"Import from JEX": [
|
||||
""
|
||||
],
|
||||
"Import notes from a JEX (Joplin Export) file.": [
|
||||
""
|
||||
],
|
||||
"Imported successfully!": [
|
||||
""
|
||||
],
|
||||
"Importing notes...": [
|
||||
"Unosim bilješke..."
|
||||
],
|
||||
@ -1067,6 +1112,9 @@
|
||||
"In: %s": [
|
||||
"U: %s"
|
||||
],
|
||||
"Incompatible": [
|
||||
""
|
||||
],
|
||||
"Increase indent level": [
|
||||
""
|
||||
],
|
||||
@ -1124,6 +1172,9 @@
|
||||
"Joplin can synchronise your notes using various providers. Select one from the list below.": [
|
||||
""
|
||||
],
|
||||
"Joplin doesn't recognise the %s extension. Opening this file could be dangerous. What would you like to do?": [
|
||||
""
|
||||
],
|
||||
"Joplin Export Directory": [
|
||||
"Joplin direktorij za prenos"
|
||||
],
|
||||
@ -1181,6 +1232,9 @@
|
||||
"Layout button sequence": [
|
||||
"Slijed u promjeni prikaza"
|
||||
],
|
||||
"Learn more": [
|
||||
""
|
||||
],
|
||||
"Leave it blank to download the language files from the default website": [
|
||||
""
|
||||
],
|
||||
@ -1193,6 +1247,9 @@
|
||||
"Light": [
|
||||
"Svijetla"
|
||||
],
|
||||
"Like any software you install, plugins can potentially cause security issues or data loss.": [
|
||||
""
|
||||
],
|
||||
"Lines": [
|
||||
"Redova"
|
||||
],
|
||||
@ -1283,6 +1340,9 @@
|
||||
"More than one item match \"%s\". Please narrow down your query.": [
|
||||
"Više od jednog rezultata odgovara \"%s\". Molimo suzite obim pretrage."
|
||||
],
|
||||
"Most plugins have source code available for review on the plugin website.": [
|
||||
""
|
||||
],
|
||||
"Move %d notes to notebook \"%s\"?": [
|
||||
"Premjestiti %d bilješki u bilježnicu \"%s\"?"
|
||||
],
|
||||
@ -1298,6 +1358,9 @@
|
||||
"Never resize": [
|
||||
""
|
||||
],
|
||||
"New": [
|
||||
""
|
||||
],
|
||||
"New note": [
|
||||
"Nova bilješka"
|
||||
],
|
||||
@ -1340,6 +1403,9 @@
|
||||
"No active notebook.": [
|
||||
"Nema aktivne bilježnice."
|
||||
],
|
||||
"No incoming shares": [
|
||||
""
|
||||
],
|
||||
"No item with ID %s": [
|
||||
"Nema stavke čiji je ID %s"
|
||||
],
|
||||
@ -1529,18 +1595,21 @@
|
||||
"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."
|
||||
],
|
||||
"Plugin repository failed to load": [
|
||||
""
|
||||
],
|
||||
"Plugin WebView debugging": [
|
||||
""
|
||||
],
|
||||
"Plugins": [
|
||||
"Dodaci"
|
||||
],
|
||||
"Plugins extend Joplin with features that are not present by default. Plugins can extend Joplin's editor, viewer, and more.": [
|
||||
""
|
||||
],
|
||||
"Portrait": [
|
||||
"Uspravno"
|
||||
],
|
||||
@ -1598,6 +1667,9 @@
|
||||
"Process user deletions": [
|
||||
""
|
||||
],
|
||||
"Processing": [
|
||||
""
|
||||
],
|
||||
"Profile": [
|
||||
""
|
||||
],
|
||||
@ -1646,6 +1718,9 @@
|
||||
"Recommended": [
|
||||
""
|
||||
],
|
||||
"Recommended plugins": [
|
||||
""
|
||||
],
|
||||
"Redo": [
|
||||
""
|
||||
],
|
||||
@ -1688,6 +1763,12 @@
|
||||
"Replace: ": [
|
||||
""
|
||||
],
|
||||
"Report an issue": [
|
||||
""
|
||||
],
|
||||
"Report fraudulent plugin": [
|
||||
""
|
||||
],
|
||||
"Resize large images:": [
|
||||
""
|
||||
],
|
||||
@ -1880,6 +1961,9 @@
|
||||
"Source format: %s": [
|
||||
"Izvorni format: %s"
|
||||
],
|
||||
"Spacer": [
|
||||
""
|
||||
],
|
||||
"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."
|
||||
],
|
||||
@ -2030,6 +2114,9 @@
|
||||
"Take photo": [
|
||||
"Uslikaj"
|
||||
],
|
||||
"Task \"%s\" failed with error: %s": [
|
||||
""
|
||||
],
|
||||
"Tasks": [
|
||||
""
|
||||
],
|
||||
@ -2152,9 +2239,6 @@
|
||||
"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."
|
||||
],
|
||||
@ -2164,6 +2248,9 @@
|
||||
"There was an error downloading this attachment:": [
|
||||
"Došlo je do greške prilikom preuzimanja priloga:"
|
||||
],
|
||||
"These items failed to sync, but have been marked as \"ignored\". They won't cause the sync warning to appear, but still aren't synced. To unignore, click \"retry\".": [
|
||||
""
|
||||
],
|
||||
"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)."
|
||||
],
|
||||
@ -2173,6 +2260,9 @@
|
||||
"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 does not have OCR data (Status: %s)": [
|
||||
""
|
||||
],
|
||||
"This attachment is not downloaded or not decrypted yet.": [
|
||||
"Prilog nije preuzet ili još nije dešifrovan."
|
||||
],
|
||||
@ -2197,12 +2287,18 @@
|
||||
"This note has no history": [
|
||||
"Bilješka nema ranijih verzija"
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
"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 subfolder of the trash has no notes.": [
|
||||
""
|
||||
],
|
||||
"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."
|
||||
],
|
||||
@ -2296,9 +2392,6 @@
|
||||
"Unable to edit resource of type %s": [
|
||||
""
|
||||
],
|
||||
"Unable to export or share data. Reason: %s": [
|
||||
""
|
||||
],
|
||||
"Unable to share log data. Reason: %s": [
|
||||
""
|
||||
],
|
||||
@ -2395,6 +2488,9 @@
|
||||
"Verify your identity": [
|
||||
""
|
||||
],
|
||||
"View OCR text": [
|
||||
""
|
||||
],
|
||||
"View on map": [
|
||||
"Vidi na karti"
|
||||
],
|
||||
@ -2416,6 +2512,12 @@
|
||||
"Warning: not all resources shown for performance reasons (limit: %s).": [
|
||||
"Upozorenje: zbog performansi nisu prikazani svi resursi (granica: %s)."
|
||||
],
|
||||
"We have a system for reporting and removing problematic plugins.": [
|
||||
""
|
||||
],
|
||||
"We mark plugins developed by trusted Joplin community members as \"recommended\".": [
|
||||
""
|
||||
],
|
||||
"Web Clipper": [
|
||||
"Web clipper"
|
||||
],
|
||||
@ -2482,6 +2584,9 @@
|
||||
"You were unable to connect to Joplin Cloud. Please check your credentials and try again. Error:": [
|
||||
""
|
||||
],
|
||||
"Your account doesn't have access to this feature": [
|
||||
""
|
||||
],
|
||||
"Your choice: ": [
|
||||
"Vaš izbor: "
|
||||
],
|
||||
|
@ -65,6 +65,9 @@
|
||||
"%s is not optimised for synchronising many small files so your initial synchronisation will be slow.": [
|
||||
""
|
||||
],
|
||||
"%s tab opened": [
|
||||
""
|
||||
],
|
||||
"%s: %d": [
|
||||
"%s: %d"
|
||||
],
|
||||
@ -155,6 +158,9 @@
|
||||
"Accept": [
|
||||
"Accepta"
|
||||
],
|
||||
"Accepted shares": [
|
||||
""
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
"S'ha denegat l'accés: comproveu el nom d'usuari i la contrasenya"
|
||||
],
|
||||
@ -209,12 +215,18 @@
|
||||
"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 item sync failures have been marked as \"ignored\".": [
|
||||
""
|
||||
],
|
||||
"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"
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
""
|
||||
],
|
||||
"Also displays unset and hidden config variables.": [
|
||||
"També mostra variables de configuració ocultes o sense definir."
|
||||
],
|
||||
@ -224,6 +236,9 @@
|
||||
"Always": [
|
||||
"Sempre"
|
||||
],
|
||||
"Always open %s files without asking.": [
|
||||
""
|
||||
],
|
||||
"Ambiguous notebook \"%s\". Please use notebook id instead - press \"ti\" to see the short notebook id or use $b for current selected notebook": [
|
||||
""
|
||||
],
|
||||
@ -344,6 +359,9 @@
|
||||
"Bulleted List": [
|
||||
"Llista de pics"
|
||||
],
|
||||
"by %s": [
|
||||
""
|
||||
],
|
||||
"Can Share": [
|
||||
"Pot compartir"
|
||||
],
|
||||
@ -488,6 +506,9 @@
|
||||
"Collapse": [
|
||||
""
|
||||
],
|
||||
"Collapse %s": [
|
||||
""
|
||||
],
|
||||
"Coming alarms": [
|
||||
"Alarmes programades"
|
||||
],
|
||||
@ -512,9 +533,15 @@
|
||||
"Completed decryption.": [
|
||||
"El desxifratge ha finalitzat."
|
||||
],
|
||||
"Completed with warnings:\n%s": [
|
||||
""
|
||||
],
|
||||
"Completed: %s (%s)": [
|
||||
"Completat: %s (%s)"
|
||||
],
|
||||
"completion date": [
|
||||
""
|
||||
],
|
||||
"Compress old changes": [
|
||||
"Comprimeix els canvis vells"
|
||||
],
|
||||
@ -702,9 +729,6 @@
|
||||
"Dashboard": [
|
||||
"Tauler de control"
|
||||
],
|
||||
"Database v%s": [
|
||||
"Base de dades v%s"
|
||||
],
|
||||
"Date": [
|
||||
"Data"
|
||||
],
|
||||
@ -780,6 +804,9 @@
|
||||
"Deleted remote items: %d.": [
|
||||
"Elements remots suprimits: %d."
|
||||
],
|
||||
"Deletes notes permanently, skipping the trash.": [
|
||||
""
|
||||
],
|
||||
"Deletes the given notebook.": [
|
||||
"Suprimeix el bloc de notes indicat."
|
||||
],
|
||||
@ -1140,6 +1167,9 @@
|
||||
"Expand": [
|
||||
""
|
||||
],
|
||||
"Expand %s": [
|
||||
""
|
||||
],
|
||||
"Export": [
|
||||
"Exporta"
|
||||
],
|
||||
@ -1185,6 +1215,9 @@
|
||||
"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)"
|
||||
],
|
||||
"Failed to leave share. Please verify that Joplin is connected to the internet and able to sync.\nError: %s": [
|
||||
""
|
||||
],
|
||||
"Fatal error:": [
|
||||
"Error fatal:"
|
||||
],
|
||||
@ -1230,9 +1263,6 @@
|
||||
"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."
|
||||
],
|
||||
@ -1315,6 +1345,9 @@
|
||||
"Help": [
|
||||
"Ajuda"
|
||||
],
|
||||
"Here's what we do to make plugins safer:": [
|
||||
""
|
||||
],
|
||||
"Hermes enabled: %d": [
|
||||
"Hermes activat: %d"
|
||||
],
|
||||
@ -1384,6 +1417,18 @@
|
||||
"Import": [
|
||||
"Importació"
|
||||
],
|
||||
"Import failed. Make sure a JEX file was selected.\nDetails: %s": [
|
||||
""
|
||||
],
|
||||
"Import from JEX": [
|
||||
""
|
||||
],
|
||||
"Import notes from a JEX (Joplin Export) file.": [
|
||||
""
|
||||
],
|
||||
"Imported successfully!": [
|
||||
""
|
||||
],
|
||||
"Importing from \"%s\" as \"%s\" format. Please wait...": [
|
||||
"S'està important el format de «%s» a «%s». Espereu..."
|
||||
],
|
||||
@ -1420,6 +1465,9 @@
|
||||
"In: %s": [
|
||||
"A: %s"
|
||||
],
|
||||
"Incompatible": [
|
||||
""
|
||||
],
|
||||
"Increase indent level": [
|
||||
""
|
||||
],
|
||||
@ -1498,6 +1546,9 @@
|
||||
"Joplin Cloud": [
|
||||
"Joplin Cloud"
|
||||
],
|
||||
"Joplin doesn't recognise the %s extension. Opening this file could be dangerous. What would you like to do?": [
|
||||
""
|
||||
],
|
||||
"Joplin Export Directory": [
|
||||
"Directori d'exportació del Joplin"
|
||||
],
|
||||
@ -1588,6 +1639,9 @@
|
||||
"Light": [
|
||||
"Clar"
|
||||
],
|
||||
"Like any software you install, plugins can potentially cause security issues or data loss.": [
|
||||
""
|
||||
],
|
||||
"Lines": [
|
||||
"Línies"
|
||||
],
|
||||
@ -1733,6 +1787,9 @@
|
||||
"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."
|
||||
],
|
||||
"Most plugins have source code available for review on the plugin website.": [
|
||||
""
|
||||
],
|
||||
"Move %d notes to notebook \"%s\"?": [
|
||||
"Voleu moure %dnotes al bloc de notes \"%s\"?"
|
||||
],
|
||||
@ -1757,6 +1814,9 @@
|
||||
"Never resize": [
|
||||
""
|
||||
],
|
||||
"New": [
|
||||
""
|
||||
],
|
||||
"New note": [
|
||||
"Nota nova"
|
||||
],
|
||||
@ -1805,6 +1865,9 @@
|
||||
"No active notebook.": [
|
||||
"No hi ha cap bloc de notes actiu."
|
||||
],
|
||||
"No incoming shares": [
|
||||
""
|
||||
],
|
||||
"No item with ID %s": [
|
||||
"No hi ha cap element amb la ID %s"
|
||||
],
|
||||
@ -2063,9 +2126,6 @@
|
||||
"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."
|
||||
],
|
||||
@ -2078,9 +2138,15 @@
|
||||
"Plugin tools": [
|
||||
"Eines de les extensions"
|
||||
],
|
||||
"Plugin WebView debugging": [
|
||||
""
|
||||
],
|
||||
"Plugins": [
|
||||
"Extensions"
|
||||
],
|
||||
"Plugins extend Joplin with features that are not present by default. Plugins can extend Joplin's editor, viewer, and more.": [
|
||||
""
|
||||
],
|
||||
"Portrait": [
|
||||
"Retrat"
|
||||
],
|
||||
@ -2141,6 +2207,9 @@
|
||||
"Process user deletions": [
|
||||
"Processa les supressions d'usuaris"
|
||||
],
|
||||
"Processing": [
|
||||
""
|
||||
],
|
||||
"Profile": [
|
||||
"Perfil"
|
||||
],
|
||||
@ -2258,6 +2327,12 @@
|
||||
"Replace: ": [
|
||||
""
|
||||
],
|
||||
"Report an issue": [
|
||||
""
|
||||
],
|
||||
"Report fraudulent plugin": [
|
||||
""
|
||||
],
|
||||
"Reset application layout": [
|
||||
"Reinicialitza la disposició de l'aplicació"
|
||||
],
|
||||
@ -2522,6 +2597,9 @@
|
||||
"Source: ": [
|
||||
"Font: "
|
||||
],
|
||||
"Spacer": [
|
||||
""
|
||||
],
|
||||
"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."
|
||||
],
|
||||
@ -2696,6 +2774,9 @@
|
||||
"Take photo": [
|
||||
"Fes una foto"
|
||||
],
|
||||
"Task \"%s\" failed with error: %s": [
|
||||
""
|
||||
],
|
||||
"Task list": [
|
||||
"Llista de tasques"
|
||||
],
|
||||
@ -2825,9 +2906,6 @@
|
||||
"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."
|
||||
],
|
||||
@ -2837,6 +2915,9 @@
|
||||
"There was an error downloading this attachment:": [
|
||||
"Hi ha hagut un error en baixar aquest adjunt:"
|
||||
],
|
||||
"These items failed to sync, but have been marked as \"ignored\". They won't cause the sync warning to appear, but still aren't synced. To unignore, click \"retry\".": [
|
||||
""
|
||||
],
|
||||
"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)."
|
||||
],
|
||||
@ -2846,6 +2927,9 @@
|
||||
"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 does not have OCR data (Status: %s)": [
|
||||
""
|
||||
],
|
||||
"This attachment is not downloaded or not decrypted yet": [
|
||||
"Aquest adjunt no ha estat descarregat o desxifrat encara"
|
||||
],
|
||||
@ -2885,12 +2969,18 @@
|
||||
"This note has no history": [
|
||||
"Aquesta nota no té historial"
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
"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 subfolder of the trash has no notes.": [
|
||||
""
|
||||
],
|
||||
"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."
|
||||
],
|
||||
@ -3023,9 +3113,6 @@
|
||||
"Unable to edit resource of type %s": [
|
||||
""
|
||||
],
|
||||
"Unable to export or share data. Reason: %s": [
|
||||
""
|
||||
],
|
||||
"Unable to share log data. Reason: %s": [
|
||||
""
|
||||
],
|
||||
@ -3152,6 +3239,9 @@
|
||||
"View": [
|
||||
"Vista"
|
||||
],
|
||||
"View OCR text": [
|
||||
""
|
||||
],
|
||||
"View on map": [
|
||||
"Mostra-ho al mapa"
|
||||
],
|
||||
@ -3176,8 +3266,11 @@
|
||||
"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"
|
||||
"We have a system for reporting and removing problematic plugins.": [
|
||||
""
|
||||
],
|
||||
"We mark plugins developed by trusted Joplin community members as \"recommended\".": [
|
||||
""
|
||||
],
|
||||
"Web Clipper": [
|
||||
"Desa-retalls de webs"
|
||||
@ -3248,6 +3341,9 @@
|
||||
"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 account doesn't have access to this feature": [
|
||||
""
|
||||
],
|
||||
"Your choice: ": [
|
||||
"La vostra tria: "
|
||||
],
|
||||
|
@ -65,6 +65,9 @@
|
||||
"%s is not optimised for synchronising many small files so your initial synchronisation will be slow.": [
|
||||
""
|
||||
],
|
||||
"%s tab opened": [
|
||||
""
|
||||
],
|
||||
"%s: %d": [
|
||||
"%s: %d"
|
||||
],
|
||||
@ -155,6 +158,9 @@
|
||||
"Accept": [
|
||||
"Přijmout"
|
||||
],
|
||||
"Accepted shares": [
|
||||
""
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
""
|
||||
],
|
||||
@ -209,12 +215,18 @@
|
||||
"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 item sync failures have been marked as \"ignored\".": [
|
||||
""
|
||||
],
|
||||
"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"
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
""
|
||||
],
|
||||
"Also displays unset and hidden config variables.": [
|
||||
"Zobrazí i nenastavené a schované konfigurační proměnné."
|
||||
],
|
||||
@ -224,6 +236,9 @@
|
||||
"Always": [
|
||||
"Vždy"
|
||||
],
|
||||
"Always open %s files without asking.": [
|
||||
""
|
||||
],
|
||||
"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."
|
||||
],
|
||||
@ -344,6 +359,9 @@
|
||||
"Bulleted List": [
|
||||
"Seznam s odrážkami"
|
||||
],
|
||||
"by %s": [
|
||||
""
|
||||
],
|
||||
"Can Share": [
|
||||
"Může se sdílet"
|
||||
],
|
||||
@ -509,9 +527,15 @@
|
||||
"Completed decryption.": [
|
||||
"Dešifrování dokončeno."
|
||||
],
|
||||
"Completed with warnings:\n%s": [
|
||||
""
|
||||
],
|
||||
"Completed: %s (%s)": [
|
||||
"Dokončeno: %s (%s)"
|
||||
],
|
||||
"completion date": [
|
||||
""
|
||||
],
|
||||
"Compress old changes": [
|
||||
"Komprese starých změn"
|
||||
],
|
||||
@ -691,9 +715,6 @@
|
||||
"Dashboard": [
|
||||
"Panel"
|
||||
],
|
||||
"Database v%s": [
|
||||
"Databáze v%s"
|
||||
],
|
||||
"Date": [
|
||||
"Datum"
|
||||
],
|
||||
@ -763,6 +784,9 @@
|
||||
"Deleted remote items: %d.": [
|
||||
"Položky smazané na vzdáleném úložišti: %d."
|
||||
],
|
||||
"Deletes notes permanently, skipping the trash.": [
|
||||
""
|
||||
],
|
||||
"Deletes the given notebook.": [
|
||||
"Smaže vybraný zápisník."
|
||||
],
|
||||
@ -1153,6 +1177,9 @@
|
||||
"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)"
|
||||
],
|
||||
"Failed to leave share. Please verify that Joplin is connected to the internet and able to sync.\nError: %s": [
|
||||
""
|
||||
],
|
||||
"Fatal error:": [
|
||||
"Fatální chyba:"
|
||||
],
|
||||
@ -1198,9 +1225,6 @@
|
||||
"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."
|
||||
],
|
||||
@ -1284,6 +1308,9 @@
|
||||
"Help": [
|
||||
"Nápověda"
|
||||
],
|
||||
"Here's what we do to make plugins safer:": [
|
||||
""
|
||||
],
|
||||
"Hide %s": [
|
||||
"Schovat %s"
|
||||
],
|
||||
@ -1350,6 +1377,18 @@
|
||||
"Import": [
|
||||
"Importovat"
|
||||
],
|
||||
"Import failed. Make sure a JEX file was selected.\nDetails: %s": [
|
||||
""
|
||||
],
|
||||
"Import from JEX": [
|
||||
""
|
||||
],
|
||||
"Import notes from a JEX (Joplin Export) file.": [
|
||||
""
|
||||
],
|
||||
"Imported successfully!": [
|
||||
""
|
||||
],
|
||||
"Importing from \"%s\" as \"%s\" format. Please wait...": [
|
||||
"Probíhá import z \"%s\" ve formátu \"%s\". Počkejte prosím..."
|
||||
],
|
||||
@ -1386,6 +1425,9 @@
|
||||
"In: %s": [
|
||||
"V: %s"
|
||||
],
|
||||
"Incompatible": [
|
||||
""
|
||||
],
|
||||
"Increase indent level": [
|
||||
"Zvýšení úrovně odsazení"
|
||||
],
|
||||
@ -1464,6 +1506,9 @@
|
||||
"Joplin Cloud": [
|
||||
"Joplin cloud"
|
||||
],
|
||||
"Joplin doesn't recognise the %s extension. Opening this file could be dangerous. What would you like to do?": [
|
||||
""
|
||||
],
|
||||
"Joplin Export Directory": [
|
||||
"Složka pro export"
|
||||
],
|
||||
@ -1554,6 +1599,9 @@
|
||||
"Light": [
|
||||
"Světlý"
|
||||
],
|
||||
"Like any software you install, plugins can potentially cause security issues or data loss.": [
|
||||
""
|
||||
],
|
||||
"Lines": [
|
||||
"Řádky"
|
||||
],
|
||||
@ -1697,6 +1745,9 @@
|
||||
"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."
|
||||
],
|
||||
"Most plugins have source code available for review on the plugin website.": [
|
||||
""
|
||||
],
|
||||
"Move %d notes to notebook \"%s\"?": [
|
||||
"Přesunout poznámky %d do zápisníku \"%s\"?"
|
||||
],
|
||||
@ -1721,6 +1772,9 @@
|
||||
"Never resize": [
|
||||
""
|
||||
],
|
||||
"New": [
|
||||
""
|
||||
],
|
||||
"New note": [
|
||||
"Nová poznámka"
|
||||
],
|
||||
@ -1769,6 +1823,9 @@
|
||||
"No active notebook.": [
|
||||
"Není vybrán žádný zápisník."
|
||||
],
|
||||
"No incoming shares": [
|
||||
""
|
||||
],
|
||||
"No item with ID %s": [
|
||||
"Nenalezena položka s ID %s"
|
||||
],
|
||||
@ -2027,9 +2084,6 @@
|
||||
"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."
|
||||
],
|
||||
@ -2042,9 +2096,15 @@
|
||||
"Plugin tools": [
|
||||
"Nástroje rozšíření"
|
||||
],
|
||||
"Plugin WebView debugging": [
|
||||
""
|
||||
],
|
||||
"Plugins": [
|
||||
"Rozšíření"
|
||||
],
|
||||
"Plugins extend Joplin with features that are not present by default. Plugins can extend Joplin's editor, viewer, and more.": [
|
||||
""
|
||||
],
|
||||
"Portrait": [
|
||||
"Na výšku"
|
||||
],
|
||||
@ -2105,6 +2165,9 @@
|
||||
"Process user deletions": [
|
||||
"Zpracování odstranění uživatelů"
|
||||
],
|
||||
"Processing": [
|
||||
""
|
||||
],
|
||||
"Profile": [
|
||||
"Profil"
|
||||
],
|
||||
@ -2222,6 +2285,12 @@
|
||||
"Replace: ": [
|
||||
"Nahradit: "
|
||||
],
|
||||
"Report an issue": [
|
||||
""
|
||||
],
|
||||
"Report fraudulent plugin": [
|
||||
""
|
||||
],
|
||||
"Reset application layout": [
|
||||
"Obnovit rozložení aplikace"
|
||||
],
|
||||
@ -2486,6 +2555,9 @@
|
||||
"Source: ": [
|
||||
"Zdroj: "
|
||||
],
|
||||
"Spacer": [
|
||||
""
|
||||
],
|
||||
"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í."
|
||||
],
|
||||
@ -2660,6 +2732,9 @@
|
||||
"Take photo": [
|
||||
"Přiložit foto"
|
||||
],
|
||||
"Task \"%s\" failed with error: %s": [
|
||||
""
|
||||
],
|
||||
"Task list": [
|
||||
"Seznam úkolů"
|
||||
],
|
||||
@ -2789,9 +2864,6 @@
|
||||
"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í."
|
||||
],
|
||||
@ -2801,6 +2873,9 @@
|
||||
"There was an error downloading this attachment:": [
|
||||
"Při stahování této přílohy došlo k chybě:"
|
||||
],
|
||||
"These items failed to sync, but have been marked as \"ignored\". They won't cause the sync warning to appear, but still aren't synced. To unignore, click \"retry\".": [
|
||||
""
|
||||
],
|
||||
"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)."
|
||||
],
|
||||
@ -2810,6 +2885,9 @@
|
||||
"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 does not have OCR data (Status: %s)": [
|
||||
""
|
||||
],
|
||||
"This attachment is not downloaded or not decrypted yet": [
|
||||
"Tato příloha ještě není stažena nebo dešifrována"
|
||||
],
|
||||
@ -2834,12 +2912,18 @@
|
||||
"This note has no history": [
|
||||
"Tato poznámka nemá historii"
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
"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 subfolder of the trash has no notes.": [
|
||||
""
|
||||
],
|
||||
"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ů."
|
||||
],
|
||||
@ -2972,9 +3056,6 @@
|
||||
"Unable to edit resource of type %s": [
|
||||
""
|
||||
],
|
||||
"Unable to export or share data. Reason: %s": [
|
||||
""
|
||||
],
|
||||
"Unable to share log data. Reason: %s": [
|
||||
""
|
||||
],
|
||||
@ -3101,6 +3182,9 @@
|
||||
"View": [
|
||||
"Zobrazit"
|
||||
],
|
||||
"View OCR text": [
|
||||
""
|
||||
],
|
||||
"View on map": [
|
||||
"Zobrazit na map+"
|
||||
],
|
||||
@ -3125,6 +3209,12 @@
|
||||
"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)."
|
||||
],
|
||||
"We have a system for reporting and removing problematic plugins.": [
|
||||
""
|
||||
],
|
||||
"We mark plugins developed by trusted Joplin community members as \"recommended\".": [
|
||||
""
|
||||
],
|
||||
"Web Clipper": [
|
||||
"Web Clipper"
|
||||
],
|
||||
@ -3191,6 +3281,9 @@
|
||||
"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 account doesn't have access to this feature": [
|
||||
""
|
||||
],
|
||||
"Your choice: ": [
|
||||
"Vaše volba: "
|
||||
],
|
||||
|
@ -65,6 +65,9 @@
|
||||
"%s is not optimised for synchronising many small files so your initial synchronisation will be slow.": [
|
||||
"%s er ikke optimeret til at synkronisere mange små filer, så din første synkronisering vil være langsom."
|
||||
],
|
||||
"%s tab opened": [
|
||||
""
|
||||
],
|
||||
"%s: %d": [
|
||||
"%s: %d"
|
||||
],
|
||||
@ -144,7 +147,7 @@
|
||||
"A5"
|
||||
],
|
||||
"About": [
|
||||
""
|
||||
"Om"
|
||||
],
|
||||
"About Joplin": [
|
||||
"Om Joplin"
|
||||
@ -161,6 +164,9 @@
|
||||
"Accept": [
|
||||
"Acceptér"
|
||||
],
|
||||
"Accepted shares": [
|
||||
""
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
"Adgang nægtet: Tjek venligst dit brugernavn og din adgangskode"
|
||||
],
|
||||
@ -215,12 +221,18 @@
|
||||
"All data, including notes, notebooks and tags will be permanently deleted.": [
|
||||
"Alle data, herunder noter, notesbøger og etiketter, bliver slettet permanent."
|
||||
],
|
||||
"All item sync failures have been marked as \"ignored\".": [
|
||||
""
|
||||
],
|
||||
"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"
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
""
|
||||
],
|
||||
"Also displays unset and hidden config variables.": [
|
||||
"Viser også tomme eller skjulte konfigurations variabler."
|
||||
],
|
||||
@ -233,6 +245,9 @@
|
||||
"Always ask": [
|
||||
"Spørg altid"
|
||||
],
|
||||
"Always open %s files without asking.": [
|
||||
""
|
||||
],
|
||||
"Always resize": [
|
||||
"Ændr altid størrelsen"
|
||||
],
|
||||
@ -314,6 +329,9 @@
|
||||
"Authorisation token:": [
|
||||
"Autoriseringstoken:"
|
||||
],
|
||||
"Authorise": [
|
||||
"Autorisér"
|
||||
],
|
||||
"Auto": [
|
||||
"Auto"
|
||||
],
|
||||
@ -327,7 +345,7 @@
|
||||
"Tjek automatisk efter opdateringer"
|
||||
],
|
||||
"Automatically delete notes in the trash after a number of days": [
|
||||
""
|
||||
"Slet automatisk noter i papirkurven efter et antal dage"
|
||||
],
|
||||
"Automatically switch theme to match system theme": [
|
||||
"Skifter automatisk tema så det matcher systemets tema"
|
||||
@ -356,6 +374,9 @@
|
||||
"Bulleted List": [
|
||||
"Punktliste"
|
||||
],
|
||||
"by %s": [
|
||||
""
|
||||
],
|
||||
"Can Share": [
|
||||
"Kan dele"
|
||||
],
|
||||
@ -530,9 +551,15 @@
|
||||
"Completed decryption.": [
|
||||
"Dekryptering færdig."
|
||||
],
|
||||
"Completed with warnings:\n%s": [
|
||||
""
|
||||
],
|
||||
"Completed: %s (%s)": [
|
||||
"Fuldført: %s (%s)"
|
||||
],
|
||||
"completion date": [
|
||||
""
|
||||
],
|
||||
"Compress old changes": [
|
||||
"Komprimér gamle ændringer"
|
||||
],
|
||||
@ -563,6 +590,9 @@
|
||||
"Content provided by %s": [
|
||||
"Indhold leveret af %s"
|
||||
],
|
||||
"Content provided by: %s": [
|
||||
"Indhold leveret af: %s"
|
||||
],
|
||||
"Continue": [
|
||||
"Fortsæt"
|
||||
],
|
||||
@ -590,6 +620,9 @@
|
||||
"Copy Link Address": [
|
||||
"Kopier linkadresse"
|
||||
],
|
||||
"Copy link to website": [
|
||||
"Kopiér link til hjemmeside"
|
||||
],
|
||||
"Copy Markdown link": [
|
||||
"Kopier markdown link"
|
||||
],
|
||||
@ -726,9 +759,6 @@
|
||||
"Dashboard": [
|
||||
"Kontrolpanel"
|
||||
],
|
||||
"Database v%s": [
|
||||
"Database v%s"
|
||||
],
|
||||
"Date": [
|
||||
"Dato"
|
||||
],
|
||||
@ -798,12 +828,18 @@
|
||||
"Delete this profile?": [
|
||||
"Slet denne profil?"
|
||||
],
|
||||
"Deleted": [
|
||||
"Slettet"
|
||||
],
|
||||
"Deleted local items: %d.": [
|
||||
"Slettede lokale emner: %d."
|
||||
],
|
||||
"Deleted remote items: %d.": [
|
||||
"Slettede fjern-emner: %d."
|
||||
],
|
||||
"Deletes notes permanently, skipping the trash.": [
|
||||
""
|
||||
],
|
||||
"Deletes the given notebook.": [
|
||||
"Sletter aktuelle notesbog."
|
||||
],
|
||||
@ -940,7 +976,7 @@
|
||||
"Dropbox login"
|
||||
],
|
||||
"Due": [
|
||||
""
|
||||
"Forfaldne"
|
||||
],
|
||||
"Duplicate": [
|
||||
"Dupliker"
|
||||
@ -1021,7 +1057,7 @@
|
||||
"fremhævet tekst"
|
||||
],
|
||||
"Empty trash": [
|
||||
""
|
||||
"Tøm papirkurven"
|
||||
],
|
||||
"Enable": [
|
||||
"Aktivér"
|
||||
@ -1077,6 +1113,9 @@
|
||||
"Enable optical character recognition (OCR)": [
|
||||
"Aktivér optisk tegngenkendelse (OCR)"
|
||||
],
|
||||
"Enable or disable plugins": [
|
||||
"Aktivér eller deaktivér udvidelser"
|
||||
],
|
||||
"Enable PDF viewer": [
|
||||
"Aktivér PDF-viser"
|
||||
],
|
||||
@ -1200,9 +1239,6 @@
|
||||
"Export profile": [
|
||||
"Eksporter profil"
|
||||
],
|
||||
"Export your data": [
|
||||
"Eksportér dine data"
|
||||
],
|
||||
"Exported successfully!": [
|
||||
"Eksporteret med succes!"
|
||||
],
|
||||
@ -1230,6 +1266,9 @@
|
||||
"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)"
|
||||
],
|
||||
"Failed to leave share. Please verify that Joplin is connected to the internet and able to sync.\nError: %s": [
|
||||
""
|
||||
],
|
||||
"Fatal error:": [
|
||||
"Kritisk fejl:"
|
||||
],
|
||||
@ -1278,9 +1317,6 @@
|
||||
"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."
|
||||
],
|
||||
@ -1308,6 +1344,9 @@
|
||||
"Found: %d.": [
|
||||
"Fundet: %d."
|
||||
],
|
||||
"From a plugin": [
|
||||
"Fra en udvidelse"
|
||||
],
|
||||
"FTS enabled: %d": [
|
||||
"Fuld-tekst søgning slået til: %d"
|
||||
],
|
||||
@ -1349,7 +1388,7 @@
|
||||
"Giv tilladelse"
|
||||
],
|
||||
"Have you authorised the application login in the above URL?": [
|
||||
""
|
||||
"Har du godkendt login til applikationen i ovenstående URL?"
|
||||
],
|
||||
"Header %d": [
|
||||
"Overskrift %d"
|
||||
@ -1363,6 +1402,9 @@
|
||||
"Help": [
|
||||
"Hjælp"
|
||||
],
|
||||
"Here's what we do to make plugins safer:": [
|
||||
""
|
||||
],
|
||||
"Hermes enabled: %d": [
|
||||
"Hermes aktiveret: %d"
|
||||
],
|
||||
@ -1421,7 +1463,7 @@
|
||||
"Ledig"
|
||||
],
|
||||
"If you have already authorised, please wait for the application to sync to Joplin Cloud.": [
|
||||
""
|
||||
"Hvis du allerede har godkendt, skal du vente på, at applikationen synkroniseres med Joplin Cloud."
|
||||
],
|
||||
"Ignore": [
|
||||
"Ignorér"
|
||||
@ -1435,6 +1477,15 @@
|
||||
"Import": [
|
||||
"Importer"
|
||||
],
|
||||
"Import failed. Make sure a JEX file was selected.\nDetails: %s": [
|
||||
""
|
||||
],
|
||||
"Import from JEX": [
|
||||
""
|
||||
],
|
||||
"Import notes from a JEX (Joplin Export) file.": [
|
||||
""
|
||||
],
|
||||
"Importing from \"%s\" as \"%s\" format. Please wait...": [
|
||||
"Importerer fra \"%s\" som \"%s\"-format. Vent venligst..."
|
||||
],
|
||||
@ -1471,6 +1522,9 @@
|
||||
"In: %s": [
|
||||
"I: %s"
|
||||
],
|
||||
"Incompatible": [
|
||||
""
|
||||
],
|
||||
"Increase indent level": [
|
||||
"Øg indrykningsniveau"
|
||||
],
|
||||
@ -1549,6 +1603,12 @@
|
||||
"Joplin Cloud": [
|
||||
"Joplin Cloud"
|
||||
],
|
||||
"Joplin Cloud Login": [
|
||||
"Joplin Cloud Login"
|
||||
],
|
||||
"Joplin doesn't recognise the %s extension. Opening this file could be dangerous. What would you like to do?": [
|
||||
""
|
||||
],
|
||||
"Joplin Export Directory": [
|
||||
"Joplin eksport mappe"
|
||||
],
|
||||
@ -1588,6 +1648,9 @@
|
||||
"Keep note history for": [
|
||||
"Behold note-historie i"
|
||||
],
|
||||
"Keep notes in the trash for": [
|
||||
"Behold noter i papirkurven i"
|
||||
],
|
||||
"Keyboard Mode": [
|
||||
"Tastaturtilstand"
|
||||
],
|
||||
@ -1619,7 +1682,7 @@
|
||||
"Senere"
|
||||
],
|
||||
"Latitude": [
|
||||
""
|
||||
"Breddegrad"
|
||||
],
|
||||
"Layout": [
|
||||
"Layout"
|
||||
@ -1642,6 +1705,9 @@
|
||||
"Light": [
|
||||
"Lyst"
|
||||
],
|
||||
"Like any software you install, plugins can potentially cause security issues or data loss.": [
|
||||
""
|
||||
],
|
||||
"Lines": [
|
||||
"Linjer"
|
||||
],
|
||||
@ -1670,6 +1736,9 @@
|
||||
"Loaded": [
|
||||
"Indlæst"
|
||||
],
|
||||
"Loading plugin repository...": [
|
||||
"Indlæser udvidelsesarkiv..."
|
||||
],
|
||||
"Loading...": [
|
||||
"Indlæser..."
|
||||
],
|
||||
@ -1695,7 +1764,7 @@
|
||||
"Logfiler, profiler, synkroniseringsstatus"
|
||||
],
|
||||
"Longitude": [
|
||||
""
|
||||
"Længdegrad"
|
||||
],
|
||||
"Make a donation": [
|
||||
"Giv en donation"
|
||||
@ -1787,9 +1856,15 @@
|
||||
"More than one item match \"%s\". Please narrow down your query.": [
|
||||
"Mere end et emne matcher \"%s\". Præciser din søgning."
|
||||
],
|
||||
"Most plugins have source code available for review on the plugin website.": [
|
||||
""
|
||||
],
|
||||
"Move %d notes to notebook \"%s\"?": [
|
||||
"Flyt %d noter til notesbogen \"%s\"?"
|
||||
],
|
||||
"Move notebook \"%s\" to the trash?\n\nAll notes and sub-notebooks within this notebook will also be moved to the trash.": [
|
||||
"Flytte notesbogen \"%s\" til papirkurven?\n\nAlle noter og undernoter i denne notesbog vil også blive flyttet til papirkurven."
|
||||
],
|
||||
"Move to notebook": [
|
||||
"Flyt til notesbog"
|
||||
],
|
||||
@ -1811,6 +1886,9 @@
|
||||
"Never resize": [
|
||||
"Ændr aldrig størrelse"
|
||||
],
|
||||
"New": [
|
||||
""
|
||||
],
|
||||
"New note": [
|
||||
"Ny note"
|
||||
],
|
||||
@ -1859,6 +1937,9 @@
|
||||
"No active notebook.": [
|
||||
"Ingen aktiv notesbog."
|
||||
],
|
||||
"No incoming shares": [
|
||||
""
|
||||
],
|
||||
"No item with ID %s": [
|
||||
"Intet emne med ID'en %s"
|
||||
],
|
||||
@ -2081,6 +2162,15 @@
|
||||
"Per user. Minimum of %d users.": [
|
||||
"Pr. bruger. Minimum %d brugere."
|
||||
],
|
||||
"Permanently delete note": [
|
||||
"Slet note permanent"
|
||||
],
|
||||
"Permanently delete note \"%s\"?": [
|
||||
"Slet noten \"%s\" permanent?"
|
||||
],
|
||||
"Permanently delete these %d notes?": [
|
||||
"Slet disse %d noter permanent?"
|
||||
],
|
||||
"Permission needed": [
|
||||
"Tilladelse nødvendig"
|
||||
],
|
||||
@ -2120,24 +2210,33 @@
|
||||
"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 message": [
|
||||
"Udvidelsebesked"
|
||||
],
|
||||
"Plugin repository failed to load": [
|
||||
""
|
||||
"Plugin-arkivet kunne ikke indlæses"
|
||||
],
|
||||
"Plugin search": [
|
||||
"Udvidelsesøgning"
|
||||
],
|
||||
"Plugin tools": [
|
||||
"Udvidelsesværtøjer"
|
||||
],
|
||||
"Plugin WebView debugging": [
|
||||
""
|
||||
],
|
||||
"Plugins": [
|
||||
"Udvidelser"
|
||||
],
|
||||
"Plugins extend Joplin with features that are not present by default. Plugins can extend Joplin's editor, viewer, and more.": [
|
||||
""
|
||||
],
|
||||
"Portrait": [
|
||||
"Portræt"
|
||||
],
|
||||
@ -2198,6 +2297,9 @@
|
||||
"Process user deletions": [
|
||||
"Behandl brugersletninger"
|
||||
],
|
||||
"Processing": [
|
||||
""
|
||||
],
|
||||
"Profile": [
|
||||
"Profil"
|
||||
],
|
||||
@ -2267,6 +2369,9 @@
|
||||
"Recipients:": [
|
||||
"Modtagere:"
|
||||
],
|
||||
"Recommended": [
|
||||
"Anbefalet"
|
||||
],
|
||||
"Redo": [
|
||||
"Gentag"
|
||||
],
|
||||
@ -2315,6 +2420,12 @@
|
||||
"Replace: ": [
|
||||
"Erstat: "
|
||||
],
|
||||
"Report an issue": [
|
||||
""
|
||||
],
|
||||
"Report fraudulent plugin": [
|
||||
""
|
||||
],
|
||||
"Reset application layout": [
|
||||
"Nulstil applikationslayout"
|
||||
],
|
||||
@ -2339,6 +2450,18 @@
|
||||
"Restore": [
|
||||
"Gendan"
|
||||
],
|
||||
"Restore note": [
|
||||
"Gendan note"
|
||||
],
|
||||
"Restore notebook": [
|
||||
"Gendan notesbog"
|
||||
],
|
||||
"Restore the items matching <pattern> from the trash.": [
|
||||
"Gendan de elementer, der matcher <pattern>, fra papirkurven."
|
||||
],
|
||||
"Restored items": [
|
||||
"Gendannede elementer"
|
||||
],
|
||||
"Restored Notes": [
|
||||
"Gendannede noter"
|
||||
],
|
||||
@ -2606,6 +2729,9 @@
|
||||
"Source: ": [
|
||||
"Kilde: "
|
||||
],
|
||||
"Spacer": [
|
||||
""
|
||||
],
|
||||
"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."
|
||||
],
|
||||
@ -2783,6 +2909,9 @@
|
||||
"Take photo": [
|
||||
"Tag et foto"
|
||||
],
|
||||
"Task \"%s\" failed with error: %s": [
|
||||
""
|
||||
],
|
||||
"Task list": [
|
||||
"Opgaveliste"
|
||||
],
|
||||
@ -2874,6 +3003,13 @@
|
||||
"The note \"%s\" has been successfully restored to the notebook \"%s\".": [
|
||||
"Noten \"%s\" er blevet gendannet til notesbogen \"%s\"."
|
||||
],
|
||||
"The note was successfully moved to the trash.": [
|
||||
"Noten blev flyttet til papirkurven.",
|
||||
"Noter blev flyttet til papirkurven."
|
||||
],
|
||||
"The notebook and its content was successfully moved to the trash.": [
|
||||
"Notesbogen og dens indhold blev flyttet til papirkurven."
|
||||
],
|
||||
"The notebook could not be saved: %s": [
|
||||
"Notesbogen kan ikke gemmes: %s"
|
||||
],
|
||||
@ -2928,9 +3064,6 @@
|
||||
"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."
|
||||
],
|
||||
@ -2940,6 +3073,9 @@
|
||||
"There was an error downloading this attachment:": [
|
||||
"Der opstod en fejl ved download af denne vedhæftning:"
|
||||
],
|
||||
"These items failed to sync, but have been marked as \"ignored\". They won't cause the sync warning to appear, but still aren't synced. To unignore, click \"retry\".": [
|
||||
""
|
||||
],
|
||||
"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)"
|
||||
],
|
||||
@ -2949,6 +3085,9 @@
|
||||
"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\".": [
|
||||
"Dette giver en anden bruger mulighed for at dele en notesbog med dig, og I kan så begge samarbejde om den. Det giver dig dog ikke mulighed for at dele en notesbog med en anden, medmindre du har funktionen \"%s\"."
|
||||
],
|
||||
"This attachment does not have OCR data (Status: %s)": [
|
||||
""
|
||||
],
|
||||
"This attachment is not downloaded or not decrypted yet": [
|
||||
"Denne vedhæftning er ikke downloadet eller ikke dekrypteret endnu"
|
||||
],
|
||||
@ -2988,12 +3127,18 @@
|
||||
"This note has no history": [
|
||||
"Denne note har ingen historie"
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
"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 subfolder of the trash has no notes.": [
|
||||
""
|
||||
],
|
||||
"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."
|
||||
],
|
||||
@ -3001,7 +3146,7 @@
|
||||
"Dette åbner i et nyt vindue. Vil du gemme dine ændringer?"
|
||||
],
|
||||
"This will permanently delete all items in the trash. Continue?": [
|
||||
""
|
||||
"Dette vil slette alle elementer i papirkurven permanent. Ønsker du at fortsætte?"
|
||||
],
|
||||
"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?"
|
||||
@ -3018,6 +3163,9 @@
|
||||
"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 allow Joplin to synchronise with Joplin Cloud, please login using this URL:": [
|
||||
"For at Joplin kan synkronisere med Joplin Cloud, skal du logge ind ved hjælp af denne URL:"
|
||||
],
|
||||
"To continue, please enter your master password below.": [
|
||||
"Indtast din hovedadgangskode nedenfor for at fortsætte."
|
||||
],
|
||||
@ -3054,6 +3202,9 @@
|
||||
"to-do": [
|
||||
"opgave"
|
||||
],
|
||||
"To-do": [
|
||||
"Opgave"
|
||||
],
|
||||
"to-do: %s": [
|
||||
"opgave: %s"
|
||||
],
|
||||
@ -3103,7 +3254,7 @@
|
||||
"I alt: %d/%d"
|
||||
],
|
||||
"Trash": [
|
||||
""
|
||||
"Papirkurv"
|
||||
],
|
||||
"Try again": [
|
||||
"Prøv igen"
|
||||
@ -3129,9 +3280,6 @@
|
||||
"Unable to edit resource of type %s": [
|
||||
"Kan ikke redigere ressource af typen %s"
|
||||
],
|
||||
"Unable to export or share data. Reason: %s": [
|
||||
"Kan ikke eksportere eller dele data. Årsag: %s"
|
||||
],
|
||||
"Unable to share log data. Reason: %s": [
|
||||
"Kan ikke dele logdata. Årsag: %s"
|
||||
],
|
||||
@ -3258,6 +3406,9 @@
|
||||
"View": [
|
||||
"Vis"
|
||||
],
|
||||
"View OCR text": [
|
||||
""
|
||||
],
|
||||
"View on map": [
|
||||
"Vis på kort"
|
||||
],
|
||||
@ -3276,14 +3427,20 @@
|
||||
"Voice typing...": [
|
||||
"Stemmeindtastning..."
|
||||
],
|
||||
"Waiting for authorisation...": [
|
||||
"Venter på godkendelse..."
|
||||
],
|
||||
"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)."
|
||||
],
|
||||
"Warnings:\n%s": [
|
||||
"Advarsler:\n%s"
|
||||
"We have a system for reporting and removing problematic plugins.": [
|
||||
""
|
||||
],
|
||||
"We mark plugins developed by trusted Joplin community members as \"recommended\".": [
|
||||
""
|
||||
],
|
||||
"Web Clipper": [
|
||||
"Web-clipper"
|
||||
@ -3340,7 +3497,7 @@
|
||||
"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 are logged in into Joplin Cloud, you can leave this screen now.": [
|
||||
""
|
||||
"Du er logget ind på Joplin Cloud, du kan forlade dette skærmbillede nu."
|
||||
],
|
||||
"You currently have no notebooks.": [
|
||||
"Du har ingen notesbøger."
|
||||
@ -3354,6 +3511,12 @@
|
||||
"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."
|
||||
],
|
||||
"You were unable to connect to Joplin Cloud. Please check your credentials and try again. Error:": [
|
||||
"Du kunne ikke oprette forbindelse til Joplin Cloud. Tjek dine legitimationsoplysninger og prøv igen. Fejl:"
|
||||
],
|
||||
"Your account doesn't have access to this feature": [
|
||||
""
|
||||
],
|
||||
"Your choice: ": [
|
||||
"Dit valg: "
|
||||
],
|
||||
|
@ -65,6 +65,9 @@
|
||||
"%s is not optimised for synchronising many small files so your initial synchronisation will be slow.": [
|
||||
"%s ist nicht für die Synchronisation kleiner Dateien optimiert, wodurch die erste Synchronisation langsam sein wird."
|
||||
],
|
||||
"%s tab opened": [
|
||||
""
|
||||
],
|
||||
"%s: %d": [
|
||||
"%s: %d"
|
||||
],
|
||||
@ -158,6 +161,9 @@
|
||||
"Accept": [
|
||||
"Akzeptieren"
|
||||
],
|
||||
"Accepted shares": [
|
||||
""
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
"Zugriff verweigert: Bitte überprüfe Nutzername und Passwort"
|
||||
],
|
||||
@ -212,12 +218,18 @@
|
||||
"All data, including notes, notebooks and tags will be permanently deleted.": [
|
||||
"Alle Daten, inklusive Notizen, Notizbücher und Schlagwörter werden permanent gelöscht."
|
||||
],
|
||||
"All item sync failures have been marked as \"ignored\".": [
|
||||
""
|
||||
],
|
||||
"All notes": [
|
||||
"Alle Notizen"
|
||||
],
|
||||
"All potential ports are in use - please report the issue at %s": [
|
||||
"Alle potentielle Port-Nummern sind in Verwendung - bitte melde dieses Problem auf %s"
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
""
|
||||
],
|
||||
"Also displays unset and hidden config variables.": [
|
||||
"Zeigt auch nicht gesetzte und versteckte Konfigurationsvariablen an."
|
||||
],
|
||||
@ -230,6 +242,9 @@
|
||||
"Always ask": [
|
||||
"Immer fragen"
|
||||
],
|
||||
"Always open %s files without asking.": [
|
||||
""
|
||||
],
|
||||
"Always resize": [
|
||||
"Größe immer anpassen"
|
||||
],
|
||||
@ -353,6 +368,9 @@
|
||||
"Bulleted List": [
|
||||
"Aufzählung"
|
||||
],
|
||||
"by %s": [
|
||||
""
|
||||
],
|
||||
"Can Share": [
|
||||
"Teilen möglich"
|
||||
],
|
||||
@ -527,9 +545,15 @@
|
||||
"Completed decryption.": [
|
||||
"Entschlüsselung abgeschlossen."
|
||||
],
|
||||
"Completed with warnings:\n%s": [
|
||||
""
|
||||
],
|
||||
"Completed: %s (%s)": [
|
||||
"Abgeschlossen: %s (%s)"
|
||||
],
|
||||
"completion date": [
|
||||
""
|
||||
],
|
||||
"Compress old changes": [
|
||||
"Komprimiere alte Änderungen"
|
||||
],
|
||||
@ -723,9 +747,6 @@
|
||||
"Dashboard": [
|
||||
"Übersichtsseite"
|
||||
],
|
||||
"Database v%s": [
|
||||
"Datenbank v%s"
|
||||
],
|
||||
"Date": [
|
||||
"Datum"
|
||||
],
|
||||
@ -801,6 +822,9 @@
|
||||
"Deleted remote items: %d.": [
|
||||
"Remote-Elemente gelöscht: %d."
|
||||
],
|
||||
"Deletes notes permanently, skipping the trash.": [
|
||||
""
|
||||
],
|
||||
"Deletes the given notebook.": [
|
||||
"Löscht das ausgewählte Notizbuch."
|
||||
],
|
||||
@ -1197,9 +1221,6 @@
|
||||
"Export profile": [
|
||||
"Profil exportieren"
|
||||
],
|
||||
"Export your data": [
|
||||
"Exportiere deine Daten"
|
||||
],
|
||||
"Exported successfully!": [
|
||||
"Exportieren erfolgreich!"
|
||||
],
|
||||
@ -1227,6 +1248,9 @@
|
||||
"Fail-safe: Do not wipe out local data when sync target is empty (often the result of a misconfiguration or bug)": [
|
||||
"Ausfallsicher: Lösche nicht die lokalen Daten, wenn das Synchronisationsziel leer ist (oft ein Resultat von Fehlkonfiguration oder einem Programmfehler)"
|
||||
],
|
||||
"Failed to leave share. Please verify that Joplin is connected to the internet and able to sync.\nError: %s": [
|
||||
""
|
||||
],
|
||||
"Fatal error:": [
|
||||
"Schwerwiegender Fehler:"
|
||||
],
|
||||
@ -1275,9 +1299,6 @@
|
||||
"Focus title": [
|
||||
"Titel fokussieren"
|
||||
],
|
||||
"Folders": [
|
||||
"Ordner"
|
||||
],
|
||||
"For debugging purpose only: export your profile to an external SD card.": [
|
||||
"Nur für Debugging-Zwecke: Exportiere dein Profil auf eine externe SD-Karte."
|
||||
],
|
||||
@ -1360,6 +1381,9 @@
|
||||
"Help": [
|
||||
"Hilfe"
|
||||
],
|
||||
"Here's what we do to make plugins safer:": [
|
||||
""
|
||||
],
|
||||
"Hermes enabled: %d": [
|
||||
"Hermes aktiviert: %d"
|
||||
],
|
||||
@ -1432,6 +1456,15 @@
|
||||
"Import": [
|
||||
"Importieren"
|
||||
],
|
||||
"Import failed. Make sure a JEX file was selected.\nDetails: %s": [
|
||||
""
|
||||
],
|
||||
"Import from JEX": [
|
||||
""
|
||||
],
|
||||
"Import notes from a JEX (Joplin Export) file.": [
|
||||
""
|
||||
],
|
||||
"Importing from \"%s\" as \"%s\" format. Please wait...": [
|
||||
"Aus „%s“ im Format „%s“ wird importiert. Bitte warten ..."
|
||||
],
|
||||
@ -1468,6 +1501,9 @@
|
||||
"In: %s": [
|
||||
"In: %s"
|
||||
],
|
||||
"Incompatible": [
|
||||
""
|
||||
],
|
||||
"Increase indent level": [
|
||||
"Einrückung vergrößern"
|
||||
],
|
||||
@ -1546,6 +1582,9 @@
|
||||
"Joplin Cloud": [
|
||||
"Joplin Cloud"
|
||||
],
|
||||
"Joplin doesn't recognise the %s extension. Opening this file could be dangerous. What would you like to do?": [
|
||||
""
|
||||
],
|
||||
"Joplin Export Directory": [
|
||||
"Joplin Export-Verzeichnis"
|
||||
],
|
||||
@ -1639,6 +1678,9 @@
|
||||
"Light": [
|
||||
"Hell"
|
||||
],
|
||||
"Like any software you install, plugins can potentially cause security issues or data loss.": [
|
||||
""
|
||||
],
|
||||
"Lines": [
|
||||
"Zeilen"
|
||||
],
|
||||
@ -1784,6 +1826,9 @@
|
||||
"More than one item match \"%s\". Please narrow down your query.": [
|
||||
"Mehr als ein Element stimmt mit „%s“ überein. Bitte schränke deine Suche ein."
|
||||
],
|
||||
"Most plugins have source code available for review on the plugin website.": [
|
||||
""
|
||||
],
|
||||
"Move %d notes to notebook \"%s\"?": [
|
||||
"%d Notizen in das Notizbuch „%s“ verschieben?"
|
||||
],
|
||||
@ -1808,6 +1853,9 @@
|
||||
"Never resize": [
|
||||
"Größe niemals anpassen"
|
||||
],
|
||||
"New": [
|
||||
""
|
||||
],
|
||||
"New note": [
|
||||
"Neue Notiz"
|
||||
],
|
||||
@ -1856,6 +1904,9 @@
|
||||
"No active notebook.": [
|
||||
"Kein aktives Notizbuch."
|
||||
],
|
||||
"No incoming shares": [
|
||||
""
|
||||
],
|
||||
"No item with ID %s": [
|
||||
"Kein Element mit ID %s"
|
||||
],
|
||||
@ -2117,9 +2168,6 @@
|
||||
"Please specify the notebook where the notes should be imported to.": [
|
||||
"Bitte wähle das Notizbuch, in das die Notizen importiert werden sollen."
|
||||
],
|
||||
"Please upgrade Joplin to use this plugin": [
|
||||
"Bitte aktualisiere Joplin, um diese Erweiterung zu nutzen"
|
||||
],
|
||||
"Please wait for all attachments to be downloaded and decrypted. You may also switch to %s to edit the note.": [
|
||||
"Bitte warte, bis alle Anhänge heruntergeladen und entschlüsselt sind. Du kannst auch auf/zu %s wechseln, um die Notiz zu bearbeiten."
|
||||
],
|
||||
@ -2132,9 +2180,15 @@
|
||||
"Plugin tools": [
|
||||
"Erweiterungswerkzeuge"
|
||||
],
|
||||
"Plugin WebView debugging": [
|
||||
""
|
||||
],
|
||||
"Plugins": [
|
||||
"Erweiterungen"
|
||||
],
|
||||
"Plugins extend Joplin with features that are not present by default. Plugins can extend Joplin's editor, viewer, and more.": [
|
||||
""
|
||||
],
|
||||
"Portrait": [
|
||||
"Hochformat"
|
||||
],
|
||||
@ -2195,6 +2249,9 @@
|
||||
"Process user deletions": [
|
||||
"Verarbeite Benutzerlöschungen"
|
||||
],
|
||||
"Processing": [
|
||||
""
|
||||
],
|
||||
"Profile": [
|
||||
"Profil"
|
||||
],
|
||||
@ -2312,6 +2369,12 @@
|
||||
"Replace: ": [
|
||||
"Ersetze: "
|
||||
],
|
||||
"Report an issue": [
|
||||
""
|
||||
],
|
||||
"Report fraudulent plugin": [
|
||||
""
|
||||
],
|
||||
"Reset application layout": [
|
||||
"Anwendungslayout zurücksetzen"
|
||||
],
|
||||
@ -2603,6 +2666,9 @@
|
||||
"Source: ": [
|
||||
"Quelle: "
|
||||
],
|
||||
"Spacer": [
|
||||
""
|
||||
],
|
||||
"Specify the port that should be used by the API server. If not set, a default will be used.": [
|
||||
"Spezifiziere den Port, der vom API-Server verwendet werden soll. Wenn er nicht gesetzt ist, wird ein Standardwert verwendet."
|
||||
],
|
||||
@ -2780,6 +2846,9 @@
|
||||
"Take photo": [
|
||||
"Foto aufnehmen"
|
||||
],
|
||||
"Task \"%s\" failed with error: %s": [
|
||||
""
|
||||
],
|
||||
"Task list": [
|
||||
"Aufgaben-Liste"
|
||||
],
|
||||
@ -2925,9 +2994,6 @@
|
||||
"There are unsaved changes.": [
|
||||
"Es gibt ungespeicherte Änderungen."
|
||||
],
|
||||
"There is currently no notebook. Create one by clicking on \"New notebook\".": [
|
||||
"Momentan existieren noch keine Notizbücher. Erstelle eines, indem du auf „Neues Notizbuch“ klickst."
|
||||
],
|
||||
"There is no data to export.": [
|
||||
"Keine Daten für den Export vorhanden."
|
||||
],
|
||||
@ -2937,6 +3003,9 @@
|
||||
"There was an error downloading this attachment:": [
|
||||
"Es gab einen Fehler beim Herunterladen dieses Anhangs:"
|
||||
],
|
||||
"These items failed to sync, but have been marked as \"ignored\". They won't cause the sync warning to appear, but still aren't synced. To unignore, click \"retry\".": [
|
||||
""
|
||||
],
|
||||
"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).": [
|
||||
"Diese Elemente verbleiben auf dem Gerät, werden aber nicht zum Synchronisationsziel hochgeladen. Um diese Elemente zu finden, entweder nach dem Titel oder der ID suchen (die oben in Klammern angezeigt wird)."
|
||||
],
|
||||
@ -2946,6 +3015,9 @@
|
||||
"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\".": [
|
||||
"Dadurch können andere Nutzer ein Notizbuch zur gemeinsamen Bearbeitung mit dir teilen. Allerdings kannst du keine Notizbücher mit anderen teilen, wenn du die Funktion „%s“ nicht hast."
|
||||
],
|
||||
"This attachment does not have OCR data (Status: %s)": [
|
||||
""
|
||||
],
|
||||
"This attachment is not downloaded or not decrypted yet": [
|
||||
"Dieser Anhang wurde noch nicht heruntergeladen oder entschlüsselt"
|
||||
],
|
||||
@ -2985,12 +3057,18 @@
|
||||
"This note has no history": [
|
||||
"Diese Notiz hat keinen Verlauf"
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
"This Rich Text editor has a number of limitations and it is recommended to be aware of them before using it.": [
|
||||
"Dieser Rich Text Editor hat eine Reihe von Unzulänglichkeiten, die bei der Nutzung beachtet werden sollten."
|
||||
],
|
||||
"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.": [
|
||||
"Dieser Dienst erlaubt es der Browser-Erweiterung mit Joplin zu kommunizieren. Beim Aktivieren kann deine Firewall dich nach der Erlaubnis bitten, dass Joplin auf einem bestimmten Port mithören darf."
|
||||
],
|
||||
"This subfolder of the trash has no notes.": [
|
||||
""
|
||||
],
|
||||
"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.": [
|
||||
"Dadurch kann Joplin im Hintergrund laufen. Es wird empfohlen, diese Einstellung zu aktivieren, damit deine Notizen ständig synchronisiert werden und somit die Anzahl der Konflikte reduziert wird."
|
||||
],
|
||||
@ -3126,9 +3204,6 @@
|
||||
"Unable to edit resource of type %s": [
|
||||
"Ressource vom Typ %s kann nicht bearbeitet werden"
|
||||
],
|
||||
"Unable to export or share data. Reason: %s": [
|
||||
"Exportieren oder Teilen der Daten nicht möglich. Grund: %s"
|
||||
],
|
||||
"Unable to share log data. Reason: %s": [
|
||||
"Protokolldaten können nicht geteilt werden. Grund: %s"
|
||||
],
|
||||
@ -3255,6 +3330,9 @@
|
||||
"View": [
|
||||
"Ansicht"
|
||||
],
|
||||
"View OCR text": [
|
||||
""
|
||||
],
|
||||
"View on map": [
|
||||
"Auf der Karte anzeigen"
|
||||
],
|
||||
@ -3279,8 +3357,11 @@
|
||||
"Warning: not all resources shown for performance reasons (limit: %s).": [
|
||||
"Warnung: Aus Leistungsgründen werden nicht alle Anhänge angezeigt (Obergrenze: %s)."
|
||||
],
|
||||
"Warnings:\n%s": [
|
||||
"Warnungen: \n%s"
|
||||
"We have a system for reporting and removing problematic plugins.": [
|
||||
""
|
||||
],
|
||||
"We mark plugins developed by trusted Joplin community members as \"recommended\".": [
|
||||
""
|
||||
],
|
||||
"Web Clipper": [
|
||||
"Web Clipper"
|
||||
@ -3351,6 +3432,9 @@
|
||||
"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 kannst das folgende Werkzeug verwenden, um deine Daten erneut zu verschlüsseln, falls einige deiner Notizen mit einer veralteten Verschlüsselungsmethode verschlüsselt sein sollten."
|
||||
],
|
||||
"Your account doesn't have access to this feature": [
|
||||
""
|
||||
],
|
||||
"Your choice: ": [
|
||||
"Deine Auswahl: "
|
||||
],
|
||||
|
@ -65,6 +65,9 @@
|
||||
"%s is not optimised for synchronising many small files so your initial synchronisation will be slow.": [
|
||||
""
|
||||
],
|
||||
"%s tab opened": [
|
||||
""
|
||||
],
|
||||
"%s: %d": [
|
||||
"%s: %d"
|
||||
],
|
||||
@ -158,6 +161,9 @@
|
||||
"Accept": [
|
||||
"Αποδοχή"
|
||||
],
|
||||
"Accepted shares": [
|
||||
""
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
"Απαγορεύεται η πρόσβαση: παρακαλώ ελέγξτε το όνομα χρήστη και τον κωδικό σας"
|
||||
],
|
||||
@ -212,12 +218,18 @@
|
||||
"All data, including notes, notebooks and tags will be permanently deleted.": [
|
||||
"Όλα τα δεδομένα, συμπεριλαμβανομένων των σημειώσεων, των σημειωματάριων και των ετικετών, θα διαγραφούν οριστικά."
|
||||
],
|
||||
"All item sync failures have been marked as \"ignored\".": [
|
||||
""
|
||||
],
|
||||
"All notes": [
|
||||
"Όλες οι σημειώσεις"
|
||||
],
|
||||
"All potential ports are in use - please report the issue at %s": [
|
||||
"Όλες οι πιθανές θύρες χρησιμοποιούνται - αναφέρετε το ζήτημα στο %s"
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
""
|
||||
],
|
||||
"Also displays unset and hidden config variables.": [
|
||||
"Εμφανίζει επίσης μη ορισμένες και κρυφές μεταβλητές."
|
||||
],
|
||||
@ -230,6 +242,9 @@
|
||||
"Always ask": [
|
||||
"Ερώτηση πάντα"
|
||||
],
|
||||
"Always open %s files without asking.": [
|
||||
""
|
||||
],
|
||||
"Always resize": [
|
||||
"Πάντα προσαρμογή μεγέθους"
|
||||
],
|
||||
@ -353,6 +368,9 @@
|
||||
"Bulleted List": [
|
||||
"Λίστα με κουκκίδες"
|
||||
],
|
||||
"by %s": [
|
||||
""
|
||||
],
|
||||
"Can Share": [
|
||||
"Μπορεί να μοιραστεί"
|
||||
],
|
||||
@ -527,9 +545,15 @@
|
||||
"Completed decryption.": [
|
||||
"Η αποκρυπτογράφηση ολοκληρώθηκε."
|
||||
],
|
||||
"Completed with warnings:\n%s": [
|
||||
""
|
||||
],
|
||||
"Completed: %s (%s)": [
|
||||
"Ολοκληρώθηκε: %s (%s)"
|
||||
],
|
||||
"completion date": [
|
||||
""
|
||||
],
|
||||
"Compress old changes": [
|
||||
"Συμπίεση παλαιών αλλαγών"
|
||||
],
|
||||
@ -723,9 +747,6 @@
|
||||
"Dashboard": [
|
||||
"Οθόνη Διαχείρισης"
|
||||
],
|
||||
"Database v%s": [
|
||||
"Βάση Δεδομένων v%s"
|
||||
],
|
||||
"Date": [
|
||||
"Ημερομηνία"
|
||||
],
|
||||
@ -801,6 +822,9 @@
|
||||
"Deleted remote items: %d.": [
|
||||
"Διαγραμμένα απομακρυσμένα στοιχεία: %d."
|
||||
],
|
||||
"Deletes notes permanently, skipping the trash.": [
|
||||
""
|
||||
],
|
||||
"Deletes the given notebook.": [
|
||||
"Διαγράφει το καθορισμένο σημειωματάριο."
|
||||
],
|
||||
@ -1191,9 +1215,6 @@
|
||||
"Export profile": [
|
||||
"Εξαγωγή προφίλ"
|
||||
],
|
||||
"Export your data": [
|
||||
"Εξαγωγή των δεδομένων σας"
|
||||
],
|
||||
"Exported successfully!": [
|
||||
"Επιτυχής εξαγωγή!"
|
||||
],
|
||||
@ -1221,6 +1242,9 @@
|
||||
"Fail-safe: Do not wipe out local data when sync target is empty (often the result of a misconfiguration or bug)": [
|
||||
"Δικλείδα ασφαλείας: Να μη διαγράφονται τα τοπικά δεδομένα όταν ο προορισμός συγχρονισμού είναι κενός (συχνά το αποτέλεσμα μιας εσφαλμένης ρύθμισης παραμέτρων ή ενός σφάλματος)"
|
||||
],
|
||||
"Failed to leave share. Please verify that Joplin is connected to the internet and able to sync.\nError: %s": [
|
||||
""
|
||||
],
|
||||
"Fatal error:": [
|
||||
"Ανεπανόρθωτο σφάλμα:"
|
||||
],
|
||||
@ -1266,9 +1290,6 @@
|
||||
"Focus title": [
|
||||
"Eστίαση στον τίτλο"
|
||||
],
|
||||
"Folders": [
|
||||
"Φάκελοι"
|
||||
],
|
||||
"For debugging purpose only: export your profile to an external SD card.": [
|
||||
"Για τον εντοπισμό σφαλμάτων και μόνο: εξαγάγετε το προφίλ σας σε μια εξωτερική κάρτα SD."
|
||||
],
|
||||
@ -1351,6 +1372,9 @@
|
||||
"Help": [
|
||||
"Βοήθεια"
|
||||
],
|
||||
"Here's what we do to make plugins safer:": [
|
||||
""
|
||||
],
|
||||
"Hermes enabled: %d": [
|
||||
"Hermes ενεργοποιημένο: %d"
|
||||
],
|
||||
@ -1420,6 +1444,15 @@
|
||||
"Import": [
|
||||
"Εισαγωγή"
|
||||
],
|
||||
"Import failed. Make sure a JEX file was selected.\nDetails: %s": [
|
||||
""
|
||||
],
|
||||
"Import from JEX": [
|
||||
""
|
||||
],
|
||||
"Import notes from a JEX (Joplin Export) file.": [
|
||||
""
|
||||
],
|
||||
"Importing from \"%s\" as \"%s\" format. Please wait...": [
|
||||
"Εισαγωγή από \"%s\" σε μορφή \"%s\". Παρακαλώ περιμένετε..."
|
||||
],
|
||||
@ -1456,6 +1489,9 @@
|
||||
"In: %s": [
|
||||
"Στο: %s"
|
||||
],
|
||||
"Incompatible": [
|
||||
""
|
||||
],
|
||||
"Increase indent level": [
|
||||
"Αύξηση του επιπέδου εσοχής"
|
||||
],
|
||||
@ -1534,6 +1570,9 @@
|
||||
"Joplin Cloud": [
|
||||
"Joplin Cloud"
|
||||
],
|
||||
"Joplin doesn't recognise the %s extension. Opening this file could be dangerous. What would you like to do?": [
|
||||
""
|
||||
],
|
||||
"Joplin Export Directory": [
|
||||
"Φάκελος εξαγωγής Joplin"
|
||||
],
|
||||
@ -1627,6 +1666,9 @@
|
||||
"Light": [
|
||||
"Light"
|
||||
],
|
||||
"Like any software you install, plugins can potentially cause security issues or data loss.": [
|
||||
""
|
||||
],
|
||||
"Lines": [
|
||||
"Γραμμές"
|
||||
],
|
||||
@ -1772,6 +1814,9 @@
|
||||
"More than one item match \"%s\". Please narrow down your query.": [
|
||||
"Περισσότερα από ένα στοιχεία ταιριάζουν με το \"%s\". Παρακαλώ περιορίστε το ερώτημά σας."
|
||||
],
|
||||
"Most plugins have source code available for review on the plugin website.": [
|
||||
""
|
||||
],
|
||||
"Move %d notes to notebook \"%s\"?": [
|
||||
"Μετακίνηση %d σημειώσεων στο σημειωματάριο \"%s\";"
|
||||
],
|
||||
@ -1796,6 +1841,9 @@
|
||||
"Never resize": [
|
||||
"Ποτέ προσαρμογή μεγέθους"
|
||||
],
|
||||
"New": [
|
||||
""
|
||||
],
|
||||
"New note": [
|
||||
"Νέα σημείωση"
|
||||
],
|
||||
@ -1844,6 +1892,9 @@
|
||||
"No active notebook.": [
|
||||
"Δεν υπάρχει ενεργό σημειωματάριο."
|
||||
],
|
||||
"No incoming shares": [
|
||||
""
|
||||
],
|
||||
"No item with ID %s": [
|
||||
"Δεν υπάρχει στοιχείο με αναγνωριστικό %s"
|
||||
],
|
||||
@ -2105,9 +2156,6 @@
|
||||
"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 για να επεξεργαστείτε τη σημείωση."
|
||||
],
|
||||
@ -2120,9 +2168,15 @@
|
||||
"Plugin tools": [
|
||||
"Εργαλεία πρόσθετων"
|
||||
],
|
||||
"Plugin WebView debugging": [
|
||||
""
|
||||
],
|
||||
"Plugins": [
|
||||
"Πρόσθετα"
|
||||
],
|
||||
"Plugins extend Joplin with features that are not present by default. Plugins can extend Joplin's editor, viewer, and more.": [
|
||||
""
|
||||
],
|
||||
"Portrait": [
|
||||
"Κάθετη"
|
||||
],
|
||||
@ -2183,6 +2237,9 @@
|
||||
"Process user deletions": [
|
||||
"Επεξεργασία διαγραφών χρηστών"
|
||||
],
|
||||
"Processing": [
|
||||
""
|
||||
],
|
||||
"Profile": [
|
||||
"Προφίλ"
|
||||
],
|
||||
@ -2300,6 +2357,12 @@
|
||||
"Replace: ": [
|
||||
"Αντικατάσταση: "
|
||||
],
|
||||
"Report an issue": [
|
||||
""
|
||||
],
|
||||
"Report fraudulent plugin": [
|
||||
""
|
||||
],
|
||||
"Reset application layout": [
|
||||
"Επαναφορά διάταξης εφαρμογής"
|
||||
],
|
||||
@ -2582,6 +2645,9 @@
|
||||
"Source: ": [
|
||||
"Πηγή: "
|
||||
],
|
||||
"Spacer": [
|
||||
""
|
||||
],
|
||||
"Specify the port that should be used by the API server. If not set, a default will be used.": [
|
||||
"Καθορίστε τη πόρτα που πρέπει να χρησιμοποιείται από το διακομιστή API. Εάν δεν οριστεί, θα χρησιμοποιηθεί μια προεπιλογή."
|
||||
],
|
||||
@ -2759,6 +2825,9 @@
|
||||
"Take photo": [
|
||||
"Βγάλτε μια φωτογραφία"
|
||||
],
|
||||
"Task \"%s\" failed with error: %s": [
|
||||
""
|
||||
],
|
||||
"Task list": [
|
||||
"Λίστα εργασιών"
|
||||
],
|
||||
@ -2897,9 +2966,6 @@
|
||||
"There are unsaved changes.": [
|
||||
"Υπάρχουν μη αποθηκευμένες αλλαγές."
|
||||
],
|
||||
"There is currently no notebook. Create one by clicking on \"New notebook\".": [
|
||||
"Δεν υπάρχει κανένα σημειωματάριο. Δημιουργήστε ένα πατώντας στο \"Νέο σημειωματάριο\"."
|
||||
],
|
||||
"There is no data to export.": [
|
||||
"Δεν υπάρχουν δεδομένα για εξαγωγή."
|
||||
],
|
||||
@ -2909,6 +2975,9 @@
|
||||
"There was an error downloading this attachment:": [
|
||||
"Παρουσιάστηκε σφάλμα κατά τη λήψη αυτού του συνημμένου:"
|
||||
],
|
||||
"These items failed to sync, but have been marked as \"ignored\". They won't cause the sync warning to appear, but still aren't synced. To unignore, click \"retry\".": [
|
||||
""
|
||||
],
|
||||
"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).": [
|
||||
"Αυτά τα στοιχεία θα παραμείνουν στη συσκευή, αλλά δεν θα μεταφορτωθούν στο στόχο συγχρονισμού. Για να βρείτε αυτά τα στοιχεία, αναζητήστε είτε τον τίτλο είτε το αναγνωριστικό (το οποίο εμφανίζεται στις παραπάνω παρενθέσεις)."
|
||||
],
|
||||
@ -2918,6 +2987,9 @@
|
||||
"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\".": [
|
||||
"Επιτρέπει σε άλλο χρήστη να μοιραστεί ένα σημειωματάριο με εσάς, ώστε να μπορείτε να συνεργαστείτε πάνω σε αυτό. Δεν επιτρέπει, ωστόσο, την κοινοποίηση σημειωματαρίου σε κάποιον τρίτο, εκτός αν διαθέτετε τη δυνατότητα “%s”."
|
||||
],
|
||||
"This attachment does not have OCR data (Status: %s)": [
|
||||
""
|
||||
],
|
||||
"This attachment is not downloaded or not decrypted yet": [
|
||||
"Αυτό το συνημμένο δεν έχει ακόμη μεταφορτωθεί ή αποκρυπτογραφηθεί"
|
||||
],
|
||||
@ -2957,12 +3029,18 @@
|
||||
"This note has no history": [
|
||||
"Αυτή η σημείωση δεν έχει ιστορικό"
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
"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 subfolder of the trash has no notes.": [
|
||||
""
|
||||
],
|
||||
"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 να τρέξει στο παρασκήνιο. Συνιστάται να ενεργοποιήσετε αυτήν τη ρύθμιση έτσι ώστε οι σημειώσεις σας να συγχρονίζονται συνεχώς, μειώνοντας έτσι τον αριθμό των διενέξεων."
|
||||
],
|
||||
@ -3098,9 +3176,6 @@
|
||||
"Unable to edit resource of type %s": [
|
||||
"Αδύνατη η επεξεργασία πόρου του τύπου %s"
|
||||
],
|
||||
"Unable to export or share data. Reason: %s": [
|
||||
"Αδύνατη η εξαγωγή η κοινοποίηση δεδομένων. Αιτία: %s"
|
||||
],
|
||||
"Unable to share log data. Reason: %s": [
|
||||
"Αδύνατη η κοινοποίηση δεδομένων αρχείου καταγραφής. Αιτία: %s"
|
||||
],
|
||||
@ -3227,6 +3302,9 @@
|
||||
"View": [
|
||||
"Προβολή"
|
||||
],
|
||||
"View OCR text": [
|
||||
""
|
||||
],
|
||||
"View on map": [
|
||||
"Προβολή στο χάρτη"
|
||||
],
|
||||
@ -3251,8 +3329,11 @@
|
||||
"Warning: not all resources shown for performance reasons (limit: %s).": [
|
||||
"Προειδοποίηση: δεν εμφανίζονται όλοι οι πόροι για λόγους απόδοσης (όριο:% s)."
|
||||
],
|
||||
"Warnings:\n%s": [
|
||||
"Προειδοποιήσεις: %s"
|
||||
"We have a system for reporting and removing problematic plugins.": [
|
||||
""
|
||||
],
|
||||
"We mark plugins developed by trusted Joplin community members as \"recommended\".": [
|
||||
""
|
||||
],
|
||||
"Web Clipper": [
|
||||
"Web Clipper"
|
||||
@ -3323,6 +3404,9 @@
|
||||
"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 account doesn't have access to this feature": [
|
||||
""
|
||||
],
|
||||
"Your choice: ": [
|
||||
"Η επιλογή σας: "
|
||||
],
|
||||
|
@ -29,6 +29,9 @@
|
||||
"%d notes match this pattern. Delete them?": [
|
||||
""
|
||||
],
|
||||
"%d notes will be permanently deleted. Continue?": [
|
||||
""
|
||||
],
|
||||
"%s": [
|
||||
""
|
||||
],
|
||||
@ -65,6 +68,9 @@
|
||||
"%s is not optimised for synchronising many small files so your initial synchronisation will be slow.": [
|
||||
""
|
||||
],
|
||||
"%s tab opened": [
|
||||
""
|
||||
],
|
||||
"%s: %d": [
|
||||
""
|
||||
],
|
||||
@ -161,6 +167,9 @@
|
||||
"Accept": [
|
||||
""
|
||||
],
|
||||
"Accepted shares": [
|
||||
""
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
""
|
||||
],
|
||||
@ -215,12 +224,18 @@
|
||||
"All data, including notes, notebooks and tags will be permanently deleted.": [
|
||||
""
|
||||
],
|
||||
"All item sync failures have been marked as \"ignored\".": [
|
||||
""
|
||||
],
|
||||
"All notes": [
|
||||
""
|
||||
],
|
||||
"All potential ports are in use - please report the issue at %s": [
|
||||
""
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
""
|
||||
],
|
||||
"Also displays unset and hidden config variables.": [
|
||||
""
|
||||
],
|
||||
@ -233,6 +248,9 @@
|
||||
"Always ask": [
|
||||
""
|
||||
],
|
||||
"Always open %s files without asking.": [
|
||||
""
|
||||
],
|
||||
"Always resize": [
|
||||
""
|
||||
],
|
||||
@ -359,6 +377,9 @@
|
||||
"Bulleted List": [
|
||||
""
|
||||
],
|
||||
"by %s": [
|
||||
""
|
||||
],
|
||||
"Can Share": [
|
||||
""
|
||||
],
|
||||
@ -506,6 +527,9 @@
|
||||
"Collapse": [
|
||||
""
|
||||
],
|
||||
"Collapse %s": [
|
||||
""
|
||||
],
|
||||
"Coming alarms": [
|
||||
""
|
||||
],
|
||||
@ -533,9 +557,15 @@
|
||||
"Completed decryption.": [
|
||||
""
|
||||
],
|
||||
"Completed with warnings:\n%s": [
|
||||
""
|
||||
],
|
||||
"Completed: %s (%s)": [
|
||||
""
|
||||
],
|
||||
"completion date": [
|
||||
""
|
||||
],
|
||||
"Compress old changes": [
|
||||
""
|
||||
],
|
||||
@ -615,6 +645,9 @@
|
||||
"Copy token": [
|
||||
""
|
||||
],
|
||||
"Copy version info": [
|
||||
""
|
||||
],
|
||||
"Could not authorise application:\n\n%s\n\nPlease try again.": [
|
||||
""
|
||||
],
|
||||
@ -735,9 +768,6 @@
|
||||
"Dashboard": [
|
||||
""
|
||||
],
|
||||
"Database v%s": [
|
||||
""
|
||||
],
|
||||
"Date": [
|
||||
""
|
||||
],
|
||||
@ -816,6 +846,9 @@
|
||||
"Deleted remote items: %d.": [
|
||||
""
|
||||
],
|
||||
"Deletes notes permanently, skipping the trash.": [
|
||||
""
|
||||
],
|
||||
"Deletes the given notebook.": [
|
||||
""
|
||||
],
|
||||
@ -954,6 +987,9 @@
|
||||
"Due": [
|
||||
""
|
||||
],
|
||||
"due date": [
|
||||
""
|
||||
],
|
||||
"Duplicate": [
|
||||
""
|
||||
],
|
||||
@ -1095,6 +1131,9 @@
|
||||
"Enable PDF viewer": [
|
||||
""
|
||||
],
|
||||
"Enable plugin support": [
|
||||
""
|
||||
],
|
||||
"Enable soft breaks": [
|
||||
""
|
||||
],
|
||||
@ -1197,6 +1236,9 @@
|
||||
"Expand": [
|
||||
""
|
||||
],
|
||||
"Expand %s": [
|
||||
""
|
||||
],
|
||||
"Export": [
|
||||
""
|
||||
],
|
||||
@ -1215,9 +1257,6 @@
|
||||
"Export profile": [
|
||||
""
|
||||
],
|
||||
"Export your data": [
|
||||
""
|
||||
],
|
||||
"Exported successfully!": [
|
||||
""
|
||||
],
|
||||
@ -1245,6 +1284,9 @@
|
||||
"Fail-safe: Do not wipe out local data when sync target is empty (often the result of a misconfiguration or bug)": [
|
||||
""
|
||||
],
|
||||
"Failed to leave share. Please verify that Joplin is connected to the internet and able to sync.\nError: %s": [
|
||||
""
|
||||
],
|
||||
"Fatal error:": [
|
||||
""
|
||||
],
|
||||
@ -1293,9 +1335,6 @@
|
||||
"Focus title": [
|
||||
""
|
||||
],
|
||||
"Folders": [
|
||||
""
|
||||
],
|
||||
"For debugging purpose only: export your profile to an external SD card.": [
|
||||
""
|
||||
],
|
||||
@ -1381,6 +1420,9 @@
|
||||
"Help": [
|
||||
""
|
||||
],
|
||||
"Here's what we do to make plugins safer:": [
|
||||
""
|
||||
],
|
||||
"Hermes enabled: %d": [
|
||||
""
|
||||
],
|
||||
@ -1447,18 +1489,42 @@
|
||||
"Ignore TLS certificate errors": [
|
||||
""
|
||||
],
|
||||
"Ignored items that cannot be synchronised": [
|
||||
""
|
||||
],
|
||||
"Images": [
|
||||
""
|
||||
],
|
||||
"Import": [
|
||||
""
|
||||
],
|
||||
"Import and Export": [
|
||||
""
|
||||
],
|
||||
"Import failed. Make sure a JEX file was selected.\nDetails: %s": [
|
||||
""
|
||||
],
|
||||
"Import from JEX": [
|
||||
""
|
||||
],
|
||||
"Import notes from a JEX (Joplin Export) file.": [
|
||||
""
|
||||
],
|
||||
"Import or export your data": [
|
||||
""
|
||||
],
|
||||
"Imported successfully!": [
|
||||
""
|
||||
],
|
||||
"Importing from \"%s\" as \"%s\" format. Please wait...": [
|
||||
""
|
||||
],
|
||||
"Importing notes...": [
|
||||
""
|
||||
],
|
||||
"Importing...": [
|
||||
""
|
||||
],
|
||||
"Imports data into Joplin.": [
|
||||
""
|
||||
],
|
||||
@ -1489,6 +1555,12 @@
|
||||
"In: %s": [
|
||||
""
|
||||
],
|
||||
"Incoming shares": [
|
||||
""
|
||||
],
|
||||
"Incompatible": [
|
||||
""
|
||||
],
|
||||
"Increase indent level": [
|
||||
""
|
||||
],
|
||||
@ -1570,6 +1642,12 @@
|
||||
"Joplin Cloud Login": [
|
||||
""
|
||||
],
|
||||
"Joplin Desktop": [
|
||||
""
|
||||
],
|
||||
"Joplin doesn't recognise the %s extension. Opening this file could be dangerous. What would you like to do?": [
|
||||
""
|
||||
],
|
||||
"Joplin Export Directory": [
|
||||
""
|
||||
],
|
||||
@ -1582,6 +1660,9 @@
|
||||
"Joplin Forum": [
|
||||
""
|
||||
],
|
||||
"Joplin Mobile": [
|
||||
""
|
||||
],
|
||||
"Joplin Server": [
|
||||
""
|
||||
],
|
||||
@ -1651,12 +1732,18 @@
|
||||
"Layout button sequence": [
|
||||
""
|
||||
],
|
||||
"Learn more": [
|
||||
""
|
||||
],
|
||||
"Leave it blank to download the language files from the default website": [
|
||||
""
|
||||
],
|
||||
"Leave notebook...": [
|
||||
""
|
||||
],
|
||||
"Leave share": [
|
||||
""
|
||||
],
|
||||
"Legal": [
|
||||
""
|
||||
],
|
||||
@ -1666,6 +1753,9 @@
|
||||
"Light": [
|
||||
""
|
||||
],
|
||||
"Like any software you install, plugins can potentially cause security issues or data loss.": [
|
||||
""
|
||||
],
|
||||
"Lines": [
|
||||
""
|
||||
],
|
||||
@ -1739,6 +1829,9 @@
|
||||
"Manage profiles": [
|
||||
""
|
||||
],
|
||||
"Manage shared notebooks": [
|
||||
""
|
||||
],
|
||||
"Manage your plugins": [
|
||||
""
|
||||
],
|
||||
@ -1814,6 +1907,9 @@
|
||||
"More than one item match \"%s\". Please narrow down your query.": [
|
||||
""
|
||||
],
|
||||
"Most plugins have source code available for review on the plugin website.": [
|
||||
""
|
||||
],
|
||||
"Move %d notes to notebook \"%s\"?": [
|
||||
""
|
||||
],
|
||||
@ -1841,6 +1937,9 @@
|
||||
"Never resize": [
|
||||
""
|
||||
],
|
||||
"New": [
|
||||
""
|
||||
],
|
||||
"New note": [
|
||||
""
|
||||
],
|
||||
@ -1889,6 +1988,12 @@
|
||||
"No active notebook.": [
|
||||
""
|
||||
],
|
||||
"No description": [
|
||||
""
|
||||
],
|
||||
"No incoming shares": [
|
||||
""
|
||||
],
|
||||
"No item with ID %s": [
|
||||
""
|
||||
],
|
||||
@ -1913,6 +2018,9 @@
|
||||
"No suggestions": [
|
||||
""
|
||||
],
|
||||
"No tab selected": [
|
||||
""
|
||||
],
|
||||
"No text editor is defined. Please set it using `config editor <editor-path>`": [
|
||||
""
|
||||
],
|
||||
@ -1997,6 +2105,9 @@
|
||||
"Notebook: %s": [
|
||||
""
|
||||
],
|
||||
"Notebook: %s (%s)": [
|
||||
""
|
||||
],
|
||||
"Notebooks": [
|
||||
""
|
||||
],
|
||||
@ -2048,12 +2159,18 @@
|
||||
"Open %s": [
|
||||
""
|
||||
],
|
||||
"Open it": [
|
||||
""
|
||||
],
|
||||
"Open PDF viewer": [
|
||||
""
|
||||
],
|
||||
"Open profile directory": [
|
||||
""
|
||||
],
|
||||
"Open Source": [
|
||||
""
|
||||
],
|
||||
"Open Sync Wizard...": [
|
||||
""
|
||||
],
|
||||
@ -2117,9 +2234,15 @@
|
||||
"Permanently delete note \"%s\"?": [
|
||||
""
|
||||
],
|
||||
"Permanently delete notebook \"%s\"?\n\nAll notes and sub-notebooks within this notebook will be permanently deleted.": [
|
||||
""
|
||||
],
|
||||
"Permanently delete these %d notes?": [
|
||||
""
|
||||
],
|
||||
"Permanently deletes the notebook, skipping the trash.": [
|
||||
""
|
||||
],
|
||||
"Permission needed": [
|
||||
""
|
||||
],
|
||||
@ -2159,7 +2282,7 @@
|
||||
"Please specify the notebook where the notes should be imported to.": [
|
||||
""
|
||||
],
|
||||
"Please upgrade Joplin to use this plugin": [
|
||||
"Please upgrade Joplin to version %s or later to use this plugin.": [
|
||||
""
|
||||
],
|
||||
"Please wait for all attachments to be downloaded and decrypted. You may also switch to %s to edit the note.": [
|
||||
@ -2171,18 +2294,30 @@
|
||||
"Plugin message": [
|
||||
""
|
||||
],
|
||||
"Plugin panels": [
|
||||
""
|
||||
],
|
||||
"Plugin repository failed to load": [
|
||||
""
|
||||
],
|
||||
"Plugin search": [
|
||||
""
|
||||
],
|
||||
"Plugin security": [
|
||||
""
|
||||
],
|
||||
"Plugin tools": [
|
||||
""
|
||||
],
|
||||
"Plugin WebView debugging": [
|
||||
""
|
||||
],
|
||||
"Plugins": [
|
||||
""
|
||||
],
|
||||
"Plugins extend Joplin with features that are not present by default. Plugins can extend Joplin's editor, viewer, and more.": [
|
||||
""
|
||||
],
|
||||
"Portrait": [
|
||||
""
|
||||
],
|
||||
@ -2243,6 +2378,9 @@
|
||||
"Process user deletions": [
|
||||
""
|
||||
],
|
||||
"Processing": [
|
||||
""
|
||||
],
|
||||
"Profile": [
|
||||
""
|
||||
],
|
||||
@ -2315,6 +2453,9 @@
|
||||
"Recommended": [
|
||||
""
|
||||
],
|
||||
"Recommended plugins": [
|
||||
""
|
||||
],
|
||||
"Redo": [
|
||||
""
|
||||
],
|
||||
@ -2363,6 +2504,15 @@
|
||||
"Replace: ": [
|
||||
""
|
||||
],
|
||||
"Report an issue": [
|
||||
""
|
||||
],
|
||||
"Report fraudulent plugin": [
|
||||
""
|
||||
],
|
||||
"Report system": [
|
||||
""
|
||||
],
|
||||
"Reset application layout": [
|
||||
""
|
||||
],
|
||||
@ -2549,6 +2699,9 @@
|
||||
"Share a notebook with others": [
|
||||
""
|
||||
],
|
||||
"Share from %s (%s)": [
|
||||
""
|
||||
],
|
||||
"Share Notebook": [
|
||||
""
|
||||
],
|
||||
@ -2558,6 +2711,9 @@
|
||||
"Share permissions": [
|
||||
""
|
||||
],
|
||||
"Shares": [
|
||||
""
|
||||
],
|
||||
"Sharing notebook...": [
|
||||
""
|
||||
],
|
||||
@ -2582,6 +2738,9 @@
|
||||
"Show disabled keys": [
|
||||
""
|
||||
],
|
||||
"Show monospace fonts only.": [
|
||||
""
|
||||
],
|
||||
"Show more actions": [
|
||||
""
|
||||
],
|
||||
@ -2666,6 +2825,9 @@
|
||||
"Source: ": [
|
||||
""
|
||||
],
|
||||
"Spacer": [
|
||||
""
|
||||
],
|
||||
"Specify the port that should be used by the API server. If not set, a default will be used.": [
|
||||
""
|
||||
],
|
||||
@ -2843,6 +3005,9 @@
|
||||
"Take photo": [
|
||||
""
|
||||
],
|
||||
"Task \"%s\" failed with error: %s": [
|
||||
""
|
||||
],
|
||||
"Task list": [
|
||||
""
|
||||
],
|
||||
@ -2992,10 +3157,10 @@
|
||||
"There are currently no notes. Create one by clicking on the (+) button.": [
|
||||
""
|
||||
],
|
||||
"There are unsaved changes.": [
|
||||
"There are no notes in the trash folder.": [
|
||||
""
|
||||
],
|
||||
"There is currently no notebook. Create one by clicking on \"New notebook\".": [
|
||||
"There are unsaved changes.": [
|
||||
""
|
||||
],
|
||||
"There is no data to export.": [
|
||||
@ -3007,6 +3172,9 @@
|
||||
"There was an error downloading this attachment:": [
|
||||
""
|
||||
],
|
||||
"These items failed to sync, but have been marked as \"ignored\". They won't cause the sync warning to appear, but still aren't synced. To unignore, click \"retry\".": [
|
||||
""
|
||||
],
|
||||
"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).": [
|
||||
""
|
||||
],
|
||||
@ -3016,6 +3184,9 @@
|
||||
"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 does not have OCR data (Status: %s)": [
|
||||
""
|
||||
],
|
||||
"This attachment is not downloaded or not decrypted yet": [
|
||||
""
|
||||
],
|
||||
@ -3055,12 +3226,18 @@
|
||||
"This note has no history": [
|
||||
""
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
"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.": [
|
||||
""
|
||||
],
|
||||
"This subfolder of the trash has no notes.": [
|
||||
""
|
||||
],
|
||||
"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.": [
|
||||
""
|
||||
],
|
||||
@ -3070,6 +3247,9 @@
|
||||
"This will permanently delete all items in the trash. Continue?": [
|
||||
""
|
||||
],
|
||||
"This will permanently delete the note \"%s\". Continue?": [
|
||||
""
|
||||
],
|
||||
"This will remove the notebook from your collection and you will no longer have access to its content. Do you wish to continue?": [
|
||||
""
|
||||
],
|
||||
@ -3202,9 +3382,6 @@
|
||||
"Unable to edit resource of type %s": [
|
||||
""
|
||||
],
|
||||
"Unable to export or share data. Reason: %s": [
|
||||
""
|
||||
],
|
||||
"Unable to share log data. Reason: %s": [
|
||||
""
|
||||
],
|
||||
@ -3217,6 +3394,9 @@
|
||||
"Uninstall and reinstall the application. Make sure you create a backup first by exporting all your notes as JEX from the desktop application.": [
|
||||
""
|
||||
],
|
||||
"Unknown file type": [
|
||||
""
|
||||
],
|
||||
"Unknown flag: %s": [
|
||||
""
|
||||
],
|
||||
@ -3331,6 +3511,9 @@
|
||||
"View": [
|
||||
""
|
||||
],
|
||||
"View OCR text": [
|
||||
""
|
||||
],
|
||||
"View on map": [
|
||||
""
|
||||
],
|
||||
@ -3358,7 +3541,10 @@
|
||||
"Warning: not all resources shown for performance reasons (limit: %s).": [
|
||||
""
|
||||
],
|
||||
"Warnings:\n%s": [
|
||||
"We have a system for reporting and removing problematic plugins.": [
|
||||
""
|
||||
],
|
||||
"We mark plugins developed by trusted Joplin community members as \"recommended\".": [
|
||||
""
|
||||
],
|
||||
"Web Clipper": [
|
||||
@ -3385,6 +3571,9 @@
|
||||
"Welcome!": [
|
||||
""
|
||||
],
|
||||
"What are plugins?": [
|
||||
""
|
||||
],
|
||||
"When creating a new note:": [
|
||||
""
|
||||
],
|
||||
@ -3433,6 +3622,9 @@
|
||||
"You were unable to connect to Joplin Cloud. Please check your credentials and try again. Error:": [
|
||||
""
|
||||
],
|
||||
"Your account doesn't have access to this feature": [
|
||||
""
|
||||
],
|
||||
"Your choice: ": [
|
||||
""
|
||||
],
|
||||
|
@ -29,6 +29,9 @@
|
||||
"%d notes match this pattern. Delete them?": [
|
||||
""
|
||||
],
|
||||
"%d notes will be permanently deleted. Continue?": [
|
||||
""
|
||||
],
|
||||
"%s": [
|
||||
""
|
||||
],
|
||||
@ -65,6 +68,9 @@
|
||||
"%s is not optimised for synchronising many small files so your initial synchronisation will be slow.": [
|
||||
""
|
||||
],
|
||||
"%s tab opened": [
|
||||
""
|
||||
],
|
||||
"%s: %d": [
|
||||
""
|
||||
],
|
||||
@ -161,6 +167,9 @@
|
||||
"Accept": [
|
||||
""
|
||||
],
|
||||
"Accepted shares": [
|
||||
""
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
""
|
||||
],
|
||||
@ -215,12 +224,18 @@
|
||||
"All data, including notes, notebooks and tags will be permanently deleted.": [
|
||||
""
|
||||
],
|
||||
"All item sync failures have been marked as \"ignored\".": [
|
||||
""
|
||||
],
|
||||
"All notes": [
|
||||
""
|
||||
],
|
||||
"All potential ports are in use - please report the issue at %s": [
|
||||
""
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
""
|
||||
],
|
||||
"Also displays unset and hidden config variables.": [
|
||||
""
|
||||
],
|
||||
@ -233,6 +248,9 @@
|
||||
"Always ask": [
|
||||
""
|
||||
],
|
||||
"Always open %s files without asking.": [
|
||||
""
|
||||
],
|
||||
"Always resize": [
|
||||
""
|
||||
],
|
||||
@ -356,6 +374,9 @@
|
||||
"Bulleted List": [
|
||||
""
|
||||
],
|
||||
"by %s": [
|
||||
""
|
||||
],
|
||||
"Can Share": [
|
||||
""
|
||||
],
|
||||
@ -503,6 +524,9 @@
|
||||
"Collapse": [
|
||||
""
|
||||
],
|
||||
"Collapse %s": [
|
||||
""
|
||||
],
|
||||
"Coming alarms": [
|
||||
"Scheduled alarms"
|
||||
],
|
||||
@ -530,9 +554,15 @@
|
||||
"Completed decryption.": [
|
||||
""
|
||||
],
|
||||
"Completed with warnings:\n%s": [
|
||||
""
|
||||
],
|
||||
"Completed: %s (%s)": [
|
||||
""
|
||||
],
|
||||
"completion date": [
|
||||
""
|
||||
],
|
||||
"Compress old changes": [
|
||||
""
|
||||
],
|
||||
@ -612,6 +642,9 @@
|
||||
"Copy token": [
|
||||
""
|
||||
],
|
||||
"Copy version info": [
|
||||
""
|
||||
],
|
||||
"Could not authorise application:\n\n%s\n\nPlease try again.": [
|
||||
"Could not authorize application:\n\n%s\n\nPlease try again."
|
||||
],
|
||||
@ -732,9 +765,6 @@
|
||||
"Dashboard": [
|
||||
""
|
||||
],
|
||||
"Database v%s": [
|
||||
""
|
||||
],
|
||||
"Date": [
|
||||
""
|
||||
],
|
||||
@ -813,6 +843,9 @@
|
||||
"Deleted remote items: %d.": [
|
||||
""
|
||||
],
|
||||
"Deletes notes permanently, skipping the trash.": [
|
||||
""
|
||||
],
|
||||
"Deletes the given notebook.": [
|
||||
""
|
||||
],
|
||||
@ -951,6 +984,9 @@
|
||||
"Due": [
|
||||
""
|
||||
],
|
||||
"due date": [
|
||||
""
|
||||
],
|
||||
"Duplicate": [
|
||||
""
|
||||
],
|
||||
@ -1092,6 +1128,9 @@
|
||||
"Enable PDF viewer": [
|
||||
""
|
||||
],
|
||||
"Enable plugin support": [
|
||||
""
|
||||
],
|
||||
"Enable soft breaks": [
|
||||
""
|
||||
],
|
||||
@ -1194,6 +1233,9 @@
|
||||
"Expand": [
|
||||
""
|
||||
],
|
||||
"Expand %s": [
|
||||
""
|
||||
],
|
||||
"Export": [
|
||||
""
|
||||
],
|
||||
@ -1212,9 +1254,6 @@
|
||||
"Export profile": [
|
||||
""
|
||||
],
|
||||
"Export your data": [
|
||||
""
|
||||
],
|
||||
"Exported successfully!": [
|
||||
""
|
||||
],
|
||||
@ -1242,6 +1281,9 @@
|
||||
"Fail-safe: Do not wipe out local data when sync target is empty (often the result of a misconfiguration or bug)": [
|
||||
""
|
||||
],
|
||||
"Failed to leave share. Please verify that Joplin is connected to the internet and able to sync.\nError: %s": [
|
||||
""
|
||||
],
|
||||
"Fatal error:": [
|
||||
""
|
||||
],
|
||||
@ -1290,9 +1332,6 @@
|
||||
"Focus title": [
|
||||
""
|
||||
],
|
||||
"Folders": [
|
||||
""
|
||||
],
|
||||
"For debugging purpose only: export your profile to an external SD card.": [
|
||||
""
|
||||
],
|
||||
@ -1378,6 +1417,9 @@
|
||||
"Help": [
|
||||
""
|
||||
],
|
||||
"Here's what we do to make plugins safer:": [
|
||||
""
|
||||
],
|
||||
"Hermes enabled: %d": [
|
||||
""
|
||||
],
|
||||
@ -1450,12 +1492,33 @@
|
||||
"Import": [
|
||||
""
|
||||
],
|
||||
"Import and Export": [
|
||||
""
|
||||
],
|
||||
"Import failed. Make sure a JEX file was selected.\nDetails: %s": [
|
||||
""
|
||||
],
|
||||
"Import from JEX": [
|
||||
""
|
||||
],
|
||||
"Import notes from a JEX (Joplin Export) file.": [
|
||||
""
|
||||
],
|
||||
"Import or export your data": [
|
||||
""
|
||||
],
|
||||
"Imported successfully!": [
|
||||
""
|
||||
],
|
||||
"Importing from \"%s\" as \"%s\" format. Please wait...": [
|
||||
""
|
||||
],
|
||||
"Importing notes...": [
|
||||
""
|
||||
],
|
||||
"Importing...": [
|
||||
""
|
||||
],
|
||||
"Imports data into Joplin.": [
|
||||
""
|
||||
],
|
||||
@ -1486,6 +1549,9 @@
|
||||
"In: %s": [
|
||||
""
|
||||
],
|
||||
"Incompatible": [
|
||||
""
|
||||
],
|
||||
"Increase indent level": [
|
||||
""
|
||||
],
|
||||
@ -1567,6 +1633,12 @@
|
||||
"Joplin Cloud Login": [
|
||||
""
|
||||
],
|
||||
"Joplin Desktop": [
|
||||
""
|
||||
],
|
||||
"Joplin doesn't recognise the %s extension. Opening this file could be dangerous. What would you like to do?": [
|
||||
""
|
||||
],
|
||||
"Joplin Export Directory": [
|
||||
""
|
||||
],
|
||||
@ -1579,6 +1651,9 @@
|
||||
"Joplin Forum": [
|
||||
""
|
||||
],
|
||||
"Joplin Mobile": [
|
||||
""
|
||||
],
|
||||
"Joplin Server": [
|
||||
""
|
||||
],
|
||||
@ -1648,12 +1723,18 @@
|
||||
"Layout button sequence": [
|
||||
""
|
||||
],
|
||||
"Learn more": [
|
||||
""
|
||||
],
|
||||
"Leave it blank to download the language files from the default website": [
|
||||
""
|
||||
],
|
||||
"Leave notebook...": [
|
||||
""
|
||||
],
|
||||
"Leave share": [
|
||||
""
|
||||
],
|
||||
"Legal": [
|
||||
""
|
||||
],
|
||||
@ -1663,6 +1744,9 @@
|
||||
"Light": [
|
||||
""
|
||||
],
|
||||
"Like any software you install, plugins can potentially cause security issues or data loss.": [
|
||||
""
|
||||
],
|
||||
"Lines": [
|
||||
""
|
||||
],
|
||||
@ -1736,6 +1820,9 @@
|
||||
"Manage profiles": [
|
||||
""
|
||||
],
|
||||
"Manage shared notebooks": [
|
||||
""
|
||||
],
|
||||
"Manage your plugins": [
|
||||
""
|
||||
],
|
||||
@ -1811,6 +1898,9 @@
|
||||
"More than one item match \"%s\". Please narrow down your query.": [
|
||||
""
|
||||
],
|
||||
"Most plugins have source code available for review on the plugin website.": [
|
||||
""
|
||||
],
|
||||
"Move %d notes to notebook \"%s\"?": [
|
||||
""
|
||||
],
|
||||
@ -1838,6 +1928,9 @@
|
||||
"Never resize": [
|
||||
""
|
||||
],
|
||||
"New": [
|
||||
""
|
||||
],
|
||||
"New note": [
|
||||
""
|
||||
],
|
||||
@ -1886,6 +1979,12 @@
|
||||
"No active notebook.": [
|
||||
""
|
||||
],
|
||||
"No description": [
|
||||
""
|
||||
],
|
||||
"No incoming shares": [
|
||||
""
|
||||
],
|
||||
"No item with ID %s": [
|
||||
""
|
||||
],
|
||||
@ -1910,6 +2009,9 @@
|
||||
"No suggestions": [
|
||||
""
|
||||
],
|
||||
"No tab selected": [
|
||||
""
|
||||
],
|
||||
"No text editor is defined. Please set it using `config editor <editor-path>`": [
|
||||
""
|
||||
],
|
||||
@ -1994,6 +2096,9 @@
|
||||
"Notebook: %s": [
|
||||
""
|
||||
],
|
||||
"Notebook: %s (%s)": [
|
||||
""
|
||||
],
|
||||
"Notebooks": [
|
||||
""
|
||||
],
|
||||
@ -2045,12 +2150,18 @@
|
||||
"Open %s": [
|
||||
""
|
||||
],
|
||||
"Open it": [
|
||||
""
|
||||
],
|
||||
"Open PDF viewer": [
|
||||
""
|
||||
],
|
||||
"Open profile directory": [
|
||||
""
|
||||
],
|
||||
"Open Source": [
|
||||
""
|
||||
],
|
||||
"Open Sync Wizard...": [
|
||||
""
|
||||
],
|
||||
@ -2114,9 +2225,15 @@
|
||||
"Permanently delete note \"%s\"?": [
|
||||
""
|
||||
],
|
||||
"Permanently delete notebook \"%s\"?\n\nAll notes and sub-notebooks within this notebook will be permanently deleted.": [
|
||||
""
|
||||
],
|
||||
"Permanently delete these %d notes?": [
|
||||
""
|
||||
],
|
||||
"Permanently deletes the notebook, skipping the trash.": [
|
||||
""
|
||||
],
|
||||
"Permission needed": [
|
||||
""
|
||||
],
|
||||
@ -2156,7 +2273,7 @@
|
||||
"Please specify the notebook where the notes should be imported to.": [
|
||||
""
|
||||
],
|
||||
"Please upgrade Joplin to use this plugin": [
|
||||
"Please upgrade Joplin to version %s or later to use this plugin.": [
|
||||
""
|
||||
],
|
||||
"Please wait for all attachments to be downloaded and decrypted. You may also switch to %s to edit the note.": [
|
||||
@ -2168,18 +2285,30 @@
|
||||
"Plugin message": [
|
||||
""
|
||||
],
|
||||
"Plugin panels": [
|
||||
""
|
||||
],
|
||||
"Plugin repository failed to load": [
|
||||
""
|
||||
],
|
||||
"Plugin search": [
|
||||
""
|
||||
],
|
||||
"Plugin security": [
|
||||
""
|
||||
],
|
||||
"Plugin tools": [
|
||||
""
|
||||
],
|
||||
"Plugin WebView debugging": [
|
||||
""
|
||||
],
|
||||
"Plugins": [
|
||||
""
|
||||
],
|
||||
"Plugins extend Joplin with features that are not present by default. Plugins can extend Joplin's editor, viewer, and more.": [
|
||||
""
|
||||
],
|
||||
"Portrait": [
|
||||
""
|
||||
],
|
||||
@ -2240,6 +2369,9 @@
|
||||
"Process user deletions": [
|
||||
""
|
||||
],
|
||||
"Processing": [
|
||||
""
|
||||
],
|
||||
"Profile": [
|
||||
""
|
||||
],
|
||||
@ -2312,6 +2444,9 @@
|
||||
"Recommended": [
|
||||
""
|
||||
],
|
||||
"Recommended plugins": [
|
||||
""
|
||||
],
|
||||
"Redo": [
|
||||
""
|
||||
],
|
||||
@ -2360,6 +2495,15 @@
|
||||
"Replace: ": [
|
||||
""
|
||||
],
|
||||
"Report an issue": [
|
||||
""
|
||||
],
|
||||
"Report fraudulent plugin": [
|
||||
""
|
||||
],
|
||||
"Report system": [
|
||||
""
|
||||
],
|
||||
"Reset application layout": [
|
||||
""
|
||||
],
|
||||
@ -2546,6 +2690,9 @@
|
||||
"Share a notebook with others": [
|
||||
""
|
||||
],
|
||||
"Share from %s (%s)": [
|
||||
""
|
||||
],
|
||||
"Share Notebook": [
|
||||
""
|
||||
],
|
||||
@ -2555,6 +2702,9 @@
|
||||
"Share permissions": [
|
||||
""
|
||||
],
|
||||
"Shares": [
|
||||
""
|
||||
],
|
||||
"Sharing notebook...": [
|
||||
""
|
||||
],
|
||||
@ -2579,6 +2729,9 @@
|
||||
"Show disabled keys": [
|
||||
""
|
||||
],
|
||||
"Show monospace fonts only.": [
|
||||
""
|
||||
],
|
||||
"Show more actions": [
|
||||
""
|
||||
],
|
||||
@ -2660,6 +2813,9 @@
|
||||
"Source: ": [
|
||||
""
|
||||
],
|
||||
"Spacer": [
|
||||
""
|
||||
],
|
||||
"Specify the port that should be used by the API server. If not set, a default will be used.": [
|
||||
""
|
||||
],
|
||||
@ -2837,6 +2993,9 @@
|
||||
"Take photo": [
|
||||
""
|
||||
],
|
||||
"Task \"%s\" failed with error: %s": [
|
||||
""
|
||||
],
|
||||
"Task list": [
|
||||
""
|
||||
],
|
||||
@ -2983,10 +3142,10 @@
|
||||
"There are currently no notes. Create one by clicking on the (+) button.": [
|
||||
""
|
||||
],
|
||||
"There are unsaved changes.": [
|
||||
"There are no notes in the trash folder.": [
|
||||
""
|
||||
],
|
||||
"There is currently no notebook. Create one by clicking on \"New notebook\".": [
|
||||
"There are unsaved changes.": [
|
||||
""
|
||||
],
|
||||
"There is no data to export.": [
|
||||
@ -2998,6 +3157,9 @@
|
||||
"There was an error downloading this attachment:": [
|
||||
""
|
||||
],
|
||||
"These items failed to sync, but have been marked as \"ignored\". They won't cause the sync warning to appear, but still aren't synced. To unignore, click \"retry\".": [
|
||||
""
|
||||
],
|
||||
"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).": [
|
||||
""
|
||||
],
|
||||
@ -3007,6 +3169,9 @@
|
||||
"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 does not have OCR data (Status: %s)": [
|
||||
""
|
||||
],
|
||||
"This attachment is not downloaded or not decrypted yet": [
|
||||
""
|
||||
],
|
||||
@ -3046,12 +3211,18 @@
|
||||
"This note has no history": [
|
||||
""
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
"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.": [
|
||||
""
|
||||
],
|
||||
"This subfolder of the trash has no notes.": [
|
||||
""
|
||||
],
|
||||
"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.": [
|
||||
"This will allow Joplin to run in the background. It is recommended to enable this setting so that your notes are constantly being synchronized, thus reducing the number of conflicts."
|
||||
],
|
||||
@ -3061,6 +3232,9 @@
|
||||
"This will permanently delete all items in the trash. Continue?": [
|
||||
""
|
||||
],
|
||||
"This will permanently delete the note \"%s\". Continue?": [
|
||||
""
|
||||
],
|
||||
"This will remove the notebook from your collection and you will no longer have access to its content. Do you wish to continue?": [
|
||||
""
|
||||
],
|
||||
@ -3190,9 +3364,6 @@
|
||||
"Unable to edit resource of type %s": [
|
||||
""
|
||||
],
|
||||
"Unable to export or share data. Reason: %s": [
|
||||
""
|
||||
],
|
||||
"Unable to share log data. Reason: %s": [
|
||||
""
|
||||
],
|
||||
@ -3205,6 +3376,9 @@
|
||||
"Uninstall and reinstall the application. Make sure you create a backup first by exporting all your notes as JEX from the desktop application.": [
|
||||
""
|
||||
],
|
||||
"Unknown file type": [
|
||||
""
|
||||
],
|
||||
"Unknown flag: %s": [
|
||||
""
|
||||
],
|
||||
@ -3319,6 +3493,9 @@
|
||||
"View": [
|
||||
""
|
||||
],
|
||||
"View OCR text": [
|
||||
""
|
||||
],
|
||||
"View on map": [
|
||||
""
|
||||
],
|
||||
@ -3343,7 +3520,10 @@
|
||||
"Warning: not all resources shown for performance reasons (limit: %s).": [
|
||||
""
|
||||
],
|
||||
"Warnings:\n%s": [
|
||||
"We have a system for reporting and removing problematic plugins.": [
|
||||
""
|
||||
],
|
||||
"We mark plugins developed by trusted Joplin community members as \"recommended\".": [
|
||||
""
|
||||
],
|
||||
"Web Clipper": [
|
||||
@ -3370,6 +3550,9 @@
|
||||
"Welcome!": [
|
||||
""
|
||||
],
|
||||
"What are plugins?": [
|
||||
""
|
||||
],
|
||||
"When creating a new note:": [
|
||||
""
|
||||
],
|
||||
@ -3418,6 +3601,9 @@
|
||||
"You were unable to connect to Joplin Cloud. Please check your credentials and try again. Error:": [
|
||||
""
|
||||
],
|
||||
"Your account doesn't have access to this feature": [
|
||||
""
|
||||
],
|
||||
"Your choice: ": [
|
||||
""
|
||||
],
|
||||
|
@ -53,6 +53,9 @@
|
||||
"%s is not optimised for synchronising many small files so your initial synchronisation will be slow.": [
|
||||
""
|
||||
],
|
||||
"%s tab opened": [
|
||||
""
|
||||
],
|
||||
"%s: %d notes": [
|
||||
"%s: %d notoj"
|
||||
],
|
||||
@ -137,6 +140,9 @@
|
||||
"Accept": [
|
||||
""
|
||||
],
|
||||
"Accepted shares": [
|
||||
""
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
""
|
||||
],
|
||||
@ -179,18 +185,27 @@
|
||||
"All data, including notes, notebooks and tags will be permanently deleted.": [
|
||||
""
|
||||
],
|
||||
"All item sync failures have been marked as \"ignored\".": [
|
||||
""
|
||||
],
|
||||
"All notes": [
|
||||
"Ĉiuj notoj"
|
||||
],
|
||||
"All potential ports are in use - please report the issue at %s": [
|
||||
""
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
""
|
||||
],
|
||||
"Also displays unset and hidden config variables.": [
|
||||
""
|
||||
],
|
||||
"Always": [
|
||||
"Ĉiam"
|
||||
],
|
||||
"Always open %s files without asking.": [
|
||||
""
|
||||
],
|
||||
"Ambiguous notebook \"%s\". Please use notebook id instead - press \"ti\" to see the short notebook id or use $b for current selected notebook": [
|
||||
""
|
||||
],
|
||||
@ -299,6 +314,9 @@
|
||||
"Bulleted List": [
|
||||
""
|
||||
],
|
||||
"by %s": [
|
||||
""
|
||||
],
|
||||
"Can view": [
|
||||
""
|
||||
],
|
||||
@ -407,6 +425,9 @@
|
||||
"Collapse": [
|
||||
""
|
||||
],
|
||||
"Collapse %s": [
|
||||
""
|
||||
],
|
||||
"Coming alarms": [
|
||||
""
|
||||
],
|
||||
@ -428,6 +449,12 @@
|
||||
"Completed decryption.": [
|
||||
""
|
||||
],
|
||||
"Completed with warnings:\n%s": [
|
||||
""
|
||||
],
|
||||
"completion date": [
|
||||
""
|
||||
],
|
||||
"Compress old changes": [
|
||||
""
|
||||
],
|
||||
@ -566,9 +593,6 @@
|
||||
"Dashboard": [
|
||||
""
|
||||
],
|
||||
"Database v%s": [
|
||||
"Datumbazo v%s"
|
||||
],
|
||||
"Date": [
|
||||
""
|
||||
],
|
||||
@ -614,6 +638,9 @@
|
||||
"Deleted remote items: %d.": [
|
||||
""
|
||||
],
|
||||
"Deletes notes permanently, skipping the trash.": [
|
||||
""
|
||||
],
|
||||
"Deletes the given notebook.": [
|
||||
""
|
||||
],
|
||||
@ -932,6 +959,9 @@
|
||||
"Expand": [
|
||||
""
|
||||
],
|
||||
"Expand %s": [
|
||||
""
|
||||
],
|
||||
"Export": [
|
||||
"Eksporti"
|
||||
],
|
||||
@ -959,6 +989,9 @@
|
||||
"Fail-safe: Do not wipe out local data when sync target is empty (often the result of a misconfiguration or bug)": [
|
||||
""
|
||||
],
|
||||
"Failed to leave share. Please verify that Joplin is connected to the internet and able to sync.\nError: %s": [
|
||||
""
|
||||
],
|
||||
"Fatal error:": [
|
||||
"Neriparebla eraro:"
|
||||
],
|
||||
@ -998,9 +1031,6 @@
|
||||
"Focus title": [
|
||||
"Fokusi titolon"
|
||||
],
|
||||
"Folders": [
|
||||
"Dosierujo"
|
||||
],
|
||||
"For debugging purpose only: export your profile to an external SD card.": [
|
||||
""
|
||||
],
|
||||
@ -1073,6 +1103,9 @@
|
||||
"Heading": [
|
||||
""
|
||||
],
|
||||
"Here's what we do to make plugins safer:": [
|
||||
""
|
||||
],
|
||||
"Hide %s": [
|
||||
"Kaŝi %s"
|
||||
],
|
||||
@ -1121,12 +1154,30 @@
|
||||
"Ignore TLS certificate errors": [
|
||||
""
|
||||
],
|
||||
"Ignored items that cannot be synchronised": [
|
||||
""
|
||||
],
|
||||
"Images": [
|
||||
""
|
||||
],
|
||||
"Import": [
|
||||
"Importi"
|
||||
],
|
||||
"Import and Export": [
|
||||
""
|
||||
],
|
||||
"Import failed. Make sure a JEX file was selected.\nDetails: %s": [
|
||||
""
|
||||
],
|
||||
"Import from JEX": [
|
||||
""
|
||||
],
|
||||
"Import notes from a JEX (Joplin Export) file.": [
|
||||
""
|
||||
],
|
||||
"Imported successfully!": [
|
||||
""
|
||||
],
|
||||
"Importing from \"%s\" as \"%s\" format. Please wait...": [
|
||||
""
|
||||
],
|
||||
@ -1163,6 +1214,12 @@
|
||||
"In: %s": [
|
||||
"En: %s"
|
||||
],
|
||||
"Incoming shares": [
|
||||
""
|
||||
],
|
||||
"Incompatible": [
|
||||
""
|
||||
],
|
||||
"Increase indent level": [
|
||||
""
|
||||
],
|
||||
@ -1220,6 +1277,9 @@
|
||||
"Joplin can synchronise your notes using various providers. Select one from the list below.": [
|
||||
""
|
||||
],
|
||||
"Joplin doesn't recognise the %s extension. Opening this file could be dangerous. What would you like to do?": [
|
||||
""
|
||||
],
|
||||
"Joplin Export Directory": [
|
||||
""
|
||||
],
|
||||
@ -1289,6 +1349,9 @@
|
||||
"Layout button sequence": [
|
||||
""
|
||||
],
|
||||
"Learn more": [
|
||||
""
|
||||
],
|
||||
"Leave it blank to download the language files from the default website": [
|
||||
""
|
||||
],
|
||||
@ -1301,6 +1364,9 @@
|
||||
"Light": [
|
||||
"Hela"
|
||||
],
|
||||
"Like any software you install, plugins can potentially cause security issues or data loss.": [
|
||||
""
|
||||
],
|
||||
"Lines": [
|
||||
""
|
||||
],
|
||||
@ -1410,6 +1476,9 @@
|
||||
"More than one item match \"%s\". Please narrow down your query.": [
|
||||
""
|
||||
],
|
||||
"Most plugins have source code available for review on the plugin website.": [
|
||||
""
|
||||
],
|
||||
"Move %d notes to notebook \"%s\"?": [
|
||||
"Movi %d notojn al notlibro \"%s\"?"
|
||||
],
|
||||
@ -1425,6 +1494,9 @@
|
||||
"Never resize": [
|
||||
""
|
||||
],
|
||||
"New": [
|
||||
""
|
||||
],
|
||||
"New note": [
|
||||
"Nova noto"
|
||||
],
|
||||
@ -1470,6 +1542,9 @@
|
||||
"No active notebook.": [
|
||||
"Ne estas aktiva notlibro."
|
||||
],
|
||||
"No incoming shares": [
|
||||
""
|
||||
],
|
||||
"No item with ID %s": [
|
||||
""
|
||||
],
|
||||
@ -1668,7 +1743,7 @@
|
||||
"Please specify the notebook where the notes should be imported to.": [
|
||||
""
|
||||
],
|
||||
"Please upgrade Joplin to use this plugin": [
|
||||
"Please upgrade Joplin to version %s or later to use this plugin.": [
|
||||
""
|
||||
],
|
||||
"Please wait for all attachments to be downloaded and decrypted. You may also switch to %s to edit the note.": [
|
||||
@ -1677,9 +1752,15 @@
|
||||
"Plugin repository failed to load": [
|
||||
""
|
||||
],
|
||||
"Plugin WebView debugging": [
|
||||
""
|
||||
],
|
||||
"Plugins": [
|
||||
"Kromprogramoj"
|
||||
],
|
||||
"Plugins extend Joplin with features that are not present by default. Plugins can extend Joplin's editor, viewer, and more.": [
|
||||
""
|
||||
],
|
||||
"Portrait": [
|
||||
"Vertikala"
|
||||
],
|
||||
@ -1737,6 +1818,9 @@
|
||||
"Process user deletions": [
|
||||
""
|
||||
],
|
||||
"Processing": [
|
||||
""
|
||||
],
|
||||
"Profile": [
|
||||
""
|
||||
],
|
||||
@ -1785,6 +1869,9 @@
|
||||
"Recommended": [
|
||||
""
|
||||
],
|
||||
"Recommended plugins": [
|
||||
""
|
||||
],
|
||||
"Redo": [
|
||||
""
|
||||
],
|
||||
@ -1830,6 +1917,12 @@
|
||||
"Replace: ": [
|
||||
""
|
||||
],
|
||||
"Report an issue": [
|
||||
""
|
||||
],
|
||||
"Report fraudulent plugin": [
|
||||
""
|
||||
],
|
||||
"Resize large images:": [
|
||||
""
|
||||
],
|
||||
@ -1965,6 +2058,9 @@
|
||||
"Show completed to-dos": [
|
||||
""
|
||||
],
|
||||
"Show monospace fonts only.": [
|
||||
""
|
||||
],
|
||||
"Show note counts": [
|
||||
""
|
||||
],
|
||||
@ -2043,6 +2139,9 @@
|
||||
"Source format: %s": [
|
||||
"Fonta aranĝo: %s"
|
||||
],
|
||||
"Spacer": [
|
||||
""
|
||||
],
|
||||
"Specify the port that should be used by the API server. If not set, a default will be used.": [
|
||||
""
|
||||
],
|
||||
@ -2196,6 +2295,9 @@
|
||||
"Take photo": [
|
||||
"Foti"
|
||||
],
|
||||
"Task \"%s\" failed with error: %s": [
|
||||
""
|
||||
],
|
||||
"Tasks": [
|
||||
""
|
||||
],
|
||||
@ -2339,6 +2441,9 @@
|
||||
"There are currently no notes. Create one by clicking on the (+) button.": [
|
||||
""
|
||||
],
|
||||
"There are no notes in the trash folder.": [
|
||||
""
|
||||
],
|
||||
"There are unsaved changes.": [
|
||||
""
|
||||
],
|
||||
@ -2351,6 +2456,9 @@
|
||||
"There was an error downloading this attachment:": [
|
||||
""
|
||||
],
|
||||
"These items failed to sync, but have been marked as \"ignored\". They won't cause the sync warning to appear, but still aren't synced. To unignore, click \"retry\".": [
|
||||
""
|
||||
],
|
||||
"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).": [
|
||||
""
|
||||
],
|
||||
@ -2360,6 +2468,9 @@
|
||||
"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 does not have OCR data (Status: %s)": [
|
||||
""
|
||||
],
|
||||
"This attachment is not downloaded or not decrypted yet": [
|
||||
""
|
||||
],
|
||||
@ -2395,12 +2506,18 @@
|
||||
"This note has no history": [
|
||||
"Tiu noto ne havas historion"
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
"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.": [
|
||||
""
|
||||
],
|
||||
"This subfolder of the trash has no notes.": [
|
||||
""
|
||||
],
|
||||
"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.": [
|
||||
""
|
||||
],
|
||||
@ -2500,9 +2617,6 @@
|
||||
"Unable to edit resource of type %s": [
|
||||
""
|
||||
],
|
||||
"Unable to export or share data. Reason: %s": [
|
||||
""
|
||||
],
|
||||
"Unable to share log data. Reason: %s": [
|
||||
""
|
||||
],
|
||||
@ -2596,6 +2710,9 @@
|
||||
"Verify your identity": [
|
||||
""
|
||||
],
|
||||
"View OCR text": [
|
||||
""
|
||||
],
|
||||
"View on map": [
|
||||
"Vidi en mapo"
|
||||
],
|
||||
@ -2620,6 +2737,12 @@
|
||||
"Warning: not all resources shown for performance reasons (limit: %s).": [
|
||||
""
|
||||
],
|
||||
"We have a system for reporting and removing problematic plugins.": [
|
||||
""
|
||||
],
|
||||
"We mark plugins developed by trusted Joplin community members as \"recommended\".": [
|
||||
""
|
||||
],
|
||||
"Web Clipper": [
|
||||
""
|
||||
],
|
||||
@ -2686,6 +2809,9 @@
|
||||
"You were unable to connect to Joplin Cloud. Please check your credentials and try again. Error:": [
|
||||
""
|
||||
],
|
||||
"Your account doesn't have access to this feature": [
|
||||
""
|
||||
],
|
||||
"Your choice: ": [
|
||||
"Via elekto: "
|
||||
],
|
||||
|
@ -62,6 +62,9 @@
|
||||
"%s is not optimised for synchronising many small files so your initial synchronisation will be slow.": [
|
||||
""
|
||||
],
|
||||
"%s tab opened": [
|
||||
""
|
||||
],
|
||||
"%s: %d": [
|
||||
"%s: %d"
|
||||
],
|
||||
@ -152,6 +155,9 @@
|
||||
"Accept": [
|
||||
"Aceptar"
|
||||
],
|
||||
"Accepted shares": [
|
||||
""
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
""
|
||||
],
|
||||
@ -206,12 +212,18 @@
|
||||
"All data, including notes, notebooks and tags will be permanently deleted.": [
|
||||
"Todos los datos, incluyendo notas, libretas y etiquetas, serán borrados."
|
||||
],
|
||||
"All item sync failures have been marked as \"ignored\".": [
|
||||
""
|
||||
],
|
||||
"All notes": [
|
||||
"Todas las notas"
|
||||
],
|
||||
"All potential ports are in use - please report the issue at %s": [
|
||||
"Todos los puertos potenciales están en uso - por favor informe del problema en %s"
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
""
|
||||
],
|
||||
"Also displays unset and hidden config variables.": [
|
||||
"También muestra variables no configuradas u ocultas."
|
||||
],
|
||||
@ -221,6 +233,9 @@
|
||||
"Always": [
|
||||
"Siempre"
|
||||
],
|
||||
"Always open %s files without asking.": [
|
||||
""
|
||||
],
|
||||
"Ambiguous notebook \"%s\". Please use notebook id instead - press \"ti\" to see the short notebook id or use $b for current selected notebook": [
|
||||
"Libreta \"%s\" es ambigua. Utilice el id de la libreta - presione \"ti\" para ver el id abreviado o utilice $b para la libreta seleccionada"
|
||||
],
|
||||
@ -341,6 +356,9 @@
|
||||
"Bulleted List": [
|
||||
"Lista con Viñetas"
|
||||
],
|
||||
"by %s": [
|
||||
""
|
||||
],
|
||||
"Can Share": [
|
||||
"Puede compartir"
|
||||
],
|
||||
@ -503,9 +521,15 @@
|
||||
"Completed decryption.": [
|
||||
"Descifrado completado."
|
||||
],
|
||||
"Completed with warnings:\n%s": [
|
||||
""
|
||||
],
|
||||
"Completed: %s (%s)": [
|
||||
"Completado: %s (%s)"
|
||||
],
|
||||
"completion date": [
|
||||
""
|
||||
],
|
||||
"Compress old changes": [
|
||||
"Comprimir cambios antiguos"
|
||||
],
|
||||
@ -681,9 +705,6 @@
|
||||
"Dashboard": [
|
||||
"Tablero de Mandos"
|
||||
],
|
||||
"Database v%s": [
|
||||
"Base de datos v%s"
|
||||
],
|
||||
"Date": [
|
||||
"Fecha"
|
||||
],
|
||||
@ -753,6 +774,9 @@
|
||||
"Deleted remote items: %d.": [
|
||||
"Elementos remotos borrados: %d."
|
||||
],
|
||||
"Deletes notes permanently, skipping the trash.": [
|
||||
""
|
||||
],
|
||||
"Deletes the given notebook.": [
|
||||
"Elimina la libreta dada."
|
||||
],
|
||||
@ -1143,6 +1167,9 @@
|
||||
"Fail-safe: Do not wipe out local data when sync target is empty (often the result of a misconfiguration or bug)": [
|
||||
"A prueba de fallos: No borre los datos locales cuando el objetivo de sincronización esté vacío (a menudo como resultado de una configuración errónea o de una falla)."
|
||||
],
|
||||
"Failed to leave share. Please verify that Joplin is connected to the internet and able to sync.\nError: %s": [
|
||||
""
|
||||
],
|
||||
"Fatal error:": [
|
||||
"Error fatal:"
|
||||
],
|
||||
@ -1188,9 +1215,6 @@
|
||||
"Focus title": [
|
||||
"Enfocar título"
|
||||
],
|
||||
"Folders": [
|
||||
"Carpetas"
|
||||
],
|
||||
"For debugging purpose only: export your profile to an external SD card.": [
|
||||
"Solo para fines de depuración: exporte su perfil a una tarjeta SD externa."
|
||||
],
|
||||
@ -1273,6 +1297,9 @@
|
||||
"Help": [
|
||||
"Ayuda"
|
||||
],
|
||||
"Here's what we do to make plugins safer:": [
|
||||
""
|
||||
],
|
||||
"Hide %s": [
|
||||
"Ocultar %s"
|
||||
],
|
||||
@ -1339,6 +1366,18 @@
|
||||
"Import": [
|
||||
"Importar"
|
||||
],
|
||||
"Import failed. Make sure a JEX file was selected.\nDetails: %s": [
|
||||
""
|
||||
],
|
||||
"Import from JEX": [
|
||||
""
|
||||
],
|
||||
"Import notes from a JEX (Joplin Export) file.": [
|
||||
""
|
||||
],
|
||||
"Imported successfully!": [
|
||||
""
|
||||
],
|
||||
"Importing from \"%s\" as \"%s\" format. Please wait...": [
|
||||
"Importando desde «%s» como formato «%s». Por favor espere..."
|
||||
],
|
||||
@ -1375,6 +1414,9 @@
|
||||
"In: %s": [
|
||||
"En: %s"
|
||||
],
|
||||
"Incompatible": [
|
||||
""
|
||||
],
|
||||
"Increase indent level": [
|
||||
"Aumentar un nivel de sangría"
|
||||
],
|
||||
@ -1453,6 +1495,9 @@
|
||||
"Joplin Cloud": [
|
||||
"Joplin Cloud"
|
||||
],
|
||||
"Joplin doesn't recognise the %s extension. Opening this file could be dangerous. What would you like to do?": [
|
||||
""
|
||||
],
|
||||
"Joplin Export Directory": [
|
||||
"Directorio de Exportación de Joplin"
|
||||
],
|
||||
@ -1543,6 +1588,9 @@
|
||||
"Light": [
|
||||
"Claro"
|
||||
],
|
||||
"Like any software you install, plugins can potentially cause security issues or data loss.": [
|
||||
""
|
||||
],
|
||||
"Lines": [
|
||||
"Líneas"
|
||||
],
|
||||
@ -1682,6 +1730,9 @@
|
||||
"More than one item match \"%s\". Please narrow down your query.": [
|
||||
"Hay más de un elemento que coincide con «%s». Intente mejorar su consulta."
|
||||
],
|
||||
"Most plugins have source code available for review on the plugin website.": [
|
||||
""
|
||||
],
|
||||
"Move %d notes to notebook \"%s\"?": [
|
||||
"¿Desea mover %d notas a libreta «%s»?"
|
||||
],
|
||||
@ -1706,6 +1757,9 @@
|
||||
"Never resize": [
|
||||
""
|
||||
],
|
||||
"New": [
|
||||
""
|
||||
],
|
||||
"New note": [
|
||||
"Nueva nota"
|
||||
],
|
||||
@ -1754,6 +1808,9 @@
|
||||
"No active notebook.": [
|
||||
"No hay libreta activa."
|
||||
],
|
||||
"No incoming shares": [
|
||||
""
|
||||
],
|
||||
"No item with ID %s": [
|
||||
"No hay elementos con el ID %s"
|
||||
],
|
||||
@ -2012,9 +2069,6 @@
|
||||
"Please specify the notebook where the notes should be imported to.": [
|
||||
"Por favor especifique la libreta donde las notas deben ser importadas."
|
||||
],
|
||||
"Please upgrade Joplin to use this plugin": [
|
||||
"Por favor, actualice Joplin para usar este plugin"
|
||||
],
|
||||
"Please wait for all attachments to be downloaded and decrypted. You may also switch to %s to edit the note.": [
|
||||
"Por favor espere a que todos los adjuntos hayan sido descargados y descifrados. Puede también cambiar a %s para editar la nota."
|
||||
],
|
||||
@ -2027,9 +2081,15 @@
|
||||
"Plugin tools": [
|
||||
"Herramientas de Plugin"
|
||||
],
|
||||
"Plugin WebView debugging": [
|
||||
""
|
||||
],
|
||||
"Plugins": [
|
||||
"Plugins"
|
||||
],
|
||||
"Plugins extend Joplin with features that are not present by default. Plugins can extend Joplin's editor, viewer, and more.": [
|
||||
""
|
||||
],
|
||||
"Portrait": [
|
||||
"Vertical"
|
||||
],
|
||||
@ -2090,6 +2150,9 @@
|
||||
"Process user deletions": [
|
||||
"Procesar eliminaciones de usuarios"
|
||||
],
|
||||
"Processing": [
|
||||
""
|
||||
],
|
||||
"Profile": [
|
||||
"Perfil"
|
||||
],
|
||||
@ -2207,6 +2270,12 @@
|
||||
"Replace: ": [
|
||||
"Reemplazar: "
|
||||
],
|
||||
"Report an issue": [
|
||||
""
|
||||
],
|
||||
"Report fraudulent plugin": [
|
||||
""
|
||||
],
|
||||
"Reset master password": [
|
||||
"Restablecer contraseña maestra"
|
||||
],
|
||||
@ -2468,6 +2537,9 @@
|
||||
"Source: ": [
|
||||
"Origen: "
|
||||
],
|
||||
"Spacer": [
|
||||
""
|
||||
],
|
||||
"Specify the port that should be used by the API server. If not set, a default will be used.": [
|
||||
"Especifique el puerto que debe utilizar el servidor de la API. Si no está configurado, se utilizará un valor predeterminado."
|
||||
],
|
||||
@ -2642,6 +2714,9 @@
|
||||
"Take photo": [
|
||||
"Tomar una foto"
|
||||
],
|
||||
"Task \"%s\" failed with error: %s": [
|
||||
""
|
||||
],
|
||||
"Task list": [
|
||||
"Lista de tareas"
|
||||
],
|
||||
@ -2771,9 +2846,6 @@
|
||||
"There are unsaved changes.": [
|
||||
"Hay cambios sin guardar."
|
||||
],
|
||||
"There is currently no notebook. Create one by clicking on \"New notebook\".": [
|
||||
"No hay ninguna libreta. Cree una haciendo clic en «Libreta nueva»."
|
||||
],
|
||||
"There is no data to export.": [
|
||||
"No hay datos para exportar."
|
||||
],
|
||||
@ -2783,6 +2855,9 @@
|
||||
"There was an error downloading this attachment:": [
|
||||
"Ha habido un error al descargar este adjunto:"
|
||||
],
|
||||
"These items failed to sync, but have been marked as \"ignored\". They won't cause the sync warning to appear, but still aren't synced. To unignore, click \"retry\".": [
|
||||
""
|
||||
],
|
||||
"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).": [
|
||||
"Estos elementos se mantendrán en el dispositivo pero no serán subidos al objetivo de sincronización. Para encontrar dichos elementos, busque su título o su ID (el cual se muestra arriba entre corchetes)."
|
||||
],
|
||||
@ -2792,6 +2867,9 @@
|
||||
"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 does not have OCR data (Status: %s)": [
|
||||
""
|
||||
],
|
||||
"This attachment is not downloaded or not decrypted yet": [
|
||||
"Este adjunto todavía no ha sido descargado o descifrado"
|
||||
],
|
||||
@ -2816,12 +2894,18 @@
|
||||
"This note has no history": [
|
||||
"Esta nota no tiene historial"
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
"This Rich Text editor has a number of limitations and it is recommended to be aware of them before using it.": [
|
||||
"Este editor de Texto Enriquecido tiene ciertas limitaciones y se recomienda estar consciente de estas antes de usarlo."
|
||||
],
|
||||
"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.": [
|
||||
"Este servicio le permite a la extensión de navegador comunicarse con Joplin. Cuando lo habilite, su cortafuegos solicitarle permisos para que Joplin escuche un puerto en particular."
|
||||
],
|
||||
"This subfolder of the trash has no notes.": [
|
||||
""
|
||||
],
|
||||
"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.": [
|
||||
"Esto permitirá que Joplin se ejecute en segundo plano. Se recomienda habilitar esta configuración para que sus notas estén sincronizadas constantemente, reduciendo así el número de conflictos."
|
||||
],
|
||||
@ -2954,9 +3038,6 @@
|
||||
"Unable to edit resource of type %s": [
|
||||
""
|
||||
],
|
||||
"Unable to export or share data. Reason: %s": [
|
||||
""
|
||||
],
|
||||
"Unable to share log data. Reason: %s": [
|
||||
""
|
||||
],
|
||||
@ -3083,6 +3164,9 @@
|
||||
"View": [
|
||||
"Ver"
|
||||
],
|
||||
"View OCR text": [
|
||||
""
|
||||
],
|
||||
"View on map": [
|
||||
"Ver en mapa"
|
||||
],
|
||||
@ -3107,6 +3191,12 @@
|
||||
"Warning: not all resources shown for performance reasons (limit: %s).": [
|
||||
"Advertencia: no se muestran todos los recursos por razones de rendimiento (límite: %s)."
|
||||
],
|
||||
"We have a system for reporting and removing problematic plugins.": [
|
||||
""
|
||||
],
|
||||
"We mark plugins developed by trusted Joplin community members as \"recommended\".": [
|
||||
""
|
||||
],
|
||||
"Web Clipper": [
|
||||
"Web Clipper"
|
||||
],
|
||||
@ -3173,6 +3263,9 @@
|
||||
"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.": [
|
||||
"Puede utilizar la siguiente herramienta para volver a cifrar sus datos, por ejemplo, si sabe que algunas de sus notas están cifradas con un método de cifrado obsoleto."
|
||||
],
|
||||
"Your account doesn't have access to this feature": [
|
||||
""
|
||||
],
|
||||
"Your choice: ": [
|
||||
"Su elección: "
|
||||
],
|
||||
|
@ -56,6 +56,9 @@
|
||||
"%s is not optimised for synchronising many small files so your initial synchronisation will be slow.": [
|
||||
""
|
||||
],
|
||||
"%s tab opened": [
|
||||
""
|
||||
],
|
||||
"%s: %d": [
|
||||
"%s: %d"
|
||||
],
|
||||
@ -134,6 +137,9 @@
|
||||
"Accept": [
|
||||
""
|
||||
],
|
||||
"Accepted shares": [
|
||||
""
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
""
|
||||
],
|
||||
@ -176,18 +182,27 @@
|
||||
"All data, including notes, notebooks and tags will be permanently deleted.": [
|
||||
""
|
||||
],
|
||||
"All item sync failures have been marked as \"ignored\".": [
|
||||
""
|
||||
],
|
||||
"All notes": [
|
||||
"Kõik märkmed"
|
||||
],
|
||||
"All potential ports are in use - please report the issue at %s": [
|
||||
""
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
""
|
||||
],
|
||||
"Also displays unset and hidden config variables.": [
|
||||
"Kuvab ka seatud ja peidetud konfiguratsioonimuutujad."
|
||||
],
|
||||
"Always": [
|
||||
"Alati"
|
||||
],
|
||||
"Always open %s files without asking.": [
|
||||
""
|
||||
],
|
||||
"Ambiguous notebook \"%s\". Please use notebook id instead - press \"ti\" to see the short notebook id or use $b for current selected notebook": [
|
||||
""
|
||||
],
|
||||
@ -290,6 +305,9 @@
|
||||
"Bulleted List": [
|
||||
"Täpp-loend"
|
||||
],
|
||||
"by %s": [
|
||||
""
|
||||
],
|
||||
"Can view": [
|
||||
""
|
||||
],
|
||||
@ -380,6 +398,9 @@
|
||||
"Collapse": [
|
||||
""
|
||||
],
|
||||
"Collapse %s": [
|
||||
""
|
||||
],
|
||||
"command": [
|
||||
""
|
||||
],
|
||||
@ -398,6 +419,12 @@
|
||||
"Completed decryption.": [
|
||||
"Dekrüpteerimine on lõpetatud."
|
||||
],
|
||||
"Completed with warnings:\n%s": [
|
||||
""
|
||||
],
|
||||
"completion date": [
|
||||
""
|
||||
],
|
||||
"Compress old changes": [
|
||||
""
|
||||
],
|
||||
@ -522,9 +549,6 @@
|
||||
"Dashboard": [
|
||||
""
|
||||
],
|
||||
"Database v%s": [
|
||||
"Andmebaas v%s"
|
||||
],
|
||||
"Date": [
|
||||
""
|
||||
],
|
||||
@ -567,6 +591,9 @@
|
||||
"Deleted remote items: %d.": [
|
||||
"Kustutatud kaugüksused: %d."
|
||||
],
|
||||
"Deletes notes permanently, skipping the trash.": [
|
||||
""
|
||||
],
|
||||
"Deletes the given notebook.": [
|
||||
"Kustutab antud märkmiku."
|
||||
],
|
||||
@ -795,6 +822,9 @@
|
||||
"Expand": [
|
||||
""
|
||||
],
|
||||
"Expand %s": [
|
||||
""
|
||||
],
|
||||
"Export": [
|
||||
"Eksport"
|
||||
],
|
||||
@ -816,6 +846,9 @@
|
||||
"Fail-safe": [
|
||||
""
|
||||
],
|
||||
"Failed to leave share. Please verify that Joplin is connected to the internet and able to sync.\nError: %s": [
|
||||
""
|
||||
],
|
||||
"Fatal error:": [
|
||||
"Parandamatu tõrge:"
|
||||
],
|
||||
@ -849,9 +882,6 @@
|
||||
"Focus": [
|
||||
"Fookus"
|
||||
],
|
||||
"Folders": [
|
||||
"Kaustad"
|
||||
],
|
||||
"For example \"%s\"": [
|
||||
""
|
||||
],
|
||||
@ -916,6 +946,9 @@
|
||||
"Help": [
|
||||
"Abi"
|
||||
],
|
||||
"Here's what we do to make plugins safer:": [
|
||||
""
|
||||
],
|
||||
"Hide %s": [
|
||||
"Peida %s"
|
||||
],
|
||||
@ -973,6 +1006,18 @@
|
||||
"Import": [
|
||||
"Impordi"
|
||||
],
|
||||
"Import failed. Make sure a JEX file was selected.\nDetails: %s": [
|
||||
""
|
||||
],
|
||||
"Import from JEX": [
|
||||
""
|
||||
],
|
||||
"Import notes from a JEX (Joplin Export) file.": [
|
||||
""
|
||||
],
|
||||
"Imported successfully!": [
|
||||
""
|
||||
],
|
||||
"Importing from \"%s\" as \"%s\" format. Please wait...": [
|
||||
""
|
||||
],
|
||||
@ -1006,6 +1051,9 @@
|
||||
"In: %s": [
|
||||
"Asukoht: %s"
|
||||
],
|
||||
"Incompatible": [
|
||||
""
|
||||
],
|
||||
"Increase indent level": [
|
||||
""
|
||||
],
|
||||
@ -1066,6 +1114,9 @@
|
||||
"Joplin can synchronise your notes using various providers. Select one from the list below.": [
|
||||
""
|
||||
],
|
||||
"Joplin doesn't recognise the %s extension. Opening this file could be dangerous. What would you like to do?": [
|
||||
""
|
||||
],
|
||||
"Joplin Forum": [
|
||||
"Joplini Foorum"
|
||||
],
|
||||
@ -1114,6 +1165,9 @@
|
||||
"Layout": [
|
||||
"Paigutus"
|
||||
],
|
||||
"Learn more": [
|
||||
""
|
||||
],
|
||||
"Leave it blank to download the language files from the default website": [
|
||||
""
|
||||
],
|
||||
@ -1126,6 +1180,9 @@
|
||||
"Light": [
|
||||
"Hele"
|
||||
],
|
||||
"Like any software you install, plugins can potentially cause security issues or data loss.": [
|
||||
""
|
||||
],
|
||||
"Lines": [
|
||||
""
|
||||
],
|
||||
@ -1211,6 +1268,9 @@
|
||||
"More than one item match \"%s\". Please narrow down your query.": [
|
||||
"\"%s\" vastab rohkem kui ühele üksusele. Palun kitsendage oma päringut."
|
||||
],
|
||||
"Most plugins have source code available for review on the plugin website.": [
|
||||
""
|
||||
],
|
||||
"Move %d notes to notebook \"%s\"?": [
|
||||
"Kas teisaldada %d märkmed märkmikku \"%s\"?"
|
||||
],
|
||||
@ -1226,6 +1286,9 @@
|
||||
"Never resize": [
|
||||
""
|
||||
],
|
||||
"New": [
|
||||
""
|
||||
],
|
||||
"New note": [
|
||||
"Uus Märkus"
|
||||
],
|
||||
@ -1265,6 +1328,9 @@
|
||||
"No active notebook.": [
|
||||
"Aktiivset märkmikku pole."
|
||||
],
|
||||
"No incoming shares": [
|
||||
""
|
||||
],
|
||||
"No item with ID %s": [
|
||||
"Üksust ID-ga %s ei ole"
|
||||
],
|
||||
@ -1445,7 +1511,7 @@
|
||||
"Please select where the sync status should be exported to": [
|
||||
"Palun valige, kus sünkroonimise olekut tuleks eksportida"
|
||||
],
|
||||
"Please upgrade Joplin to use this plugin": [
|
||||
"Please upgrade Joplin to version %s or later to use this plugin.": [
|
||||
""
|
||||
],
|
||||
"Please wait for all attachments to be downloaded and decrypted. You may also switch to %s to edit the note.": [
|
||||
@ -1454,9 +1520,15 @@
|
||||
"Plugin repository failed to load": [
|
||||
""
|
||||
],
|
||||
"Plugin WebView debugging": [
|
||||
""
|
||||
],
|
||||
"Plugins": [
|
||||
"Pluginad"
|
||||
],
|
||||
"Plugins extend Joplin with features that are not present by default. Plugins can extend Joplin's editor, viewer, and more.": [
|
||||
""
|
||||
],
|
||||
"Portrait": [
|
||||
"Portree"
|
||||
],
|
||||
@ -1514,6 +1586,9 @@
|
||||
"Process user deletions": [
|
||||
""
|
||||
],
|
||||
"Processing": [
|
||||
""
|
||||
],
|
||||
"Profile": [
|
||||
""
|
||||
],
|
||||
@ -1562,6 +1637,9 @@
|
||||
"Recommended": [
|
||||
""
|
||||
],
|
||||
"Recommended plugins": [
|
||||
""
|
||||
],
|
||||
"Redo": [
|
||||
""
|
||||
],
|
||||
@ -1604,6 +1682,12 @@
|
||||
"Replace: ": [
|
||||
""
|
||||
],
|
||||
"Report an issue": [
|
||||
""
|
||||
],
|
||||
"Report fraudulent plugin": [
|
||||
""
|
||||
],
|
||||
"Resize large images:": [
|
||||
""
|
||||
],
|
||||
@ -1799,6 +1883,9 @@
|
||||
"Source format: %s": [
|
||||
"Allika Formaat: %s"
|
||||
],
|
||||
"Spacer": [
|
||||
""
|
||||
],
|
||||
"Spell checker": [
|
||||
""
|
||||
],
|
||||
@ -1910,6 +1997,9 @@
|
||||
"Take photo": [
|
||||
"Pildista"
|
||||
],
|
||||
"Task \"%s\" failed with error: %s": [
|
||||
""
|
||||
],
|
||||
"Tasks": [
|
||||
""
|
||||
],
|
||||
@ -2016,21 +2106,24 @@
|
||||
"There are unsaved changes.": [
|
||||
""
|
||||
],
|
||||
"There is currently no notebook. Create one by clicking on \"New notebook\".": [
|
||||
"Praegu pole märkmikku. Loo üks klõpsates \"New notebook\"."
|
||||
],
|
||||
"There is no data to export.": [
|
||||
"Eksportivaid andmeid pole."
|
||||
],
|
||||
"There was an error downloading this attachment:": [
|
||||
"Selle manuse allalaadimisel ilmnes tõrge:"
|
||||
],
|
||||
"These items failed to sync, but have been marked as \"ignored\". They won't cause the sync warning to appear, but still aren't synced. To unignore, click \"retry\".": [
|
||||
""
|
||||
],
|
||||
"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 does not have OCR data (Status: %s)": [
|
||||
""
|
||||
],
|
||||
"This attachment is not downloaded or not decrypted yet": [
|
||||
"Seda manust ei laadita alla või pole veel dekrüpteeritud"
|
||||
],
|
||||
@ -2055,12 +2148,18 @@
|
||||
"This note has no history": [
|
||||
"Sellel märkel pole ajalugu"
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
"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.": [
|
||||
"See teenus võimaldab brauseri laiendil suhelda Joplini-ga. Kui lubate selle, võib tulemüür paluda teil anda luba Joplini kuulata teatud porti."
|
||||
],
|
||||
"This subfolder of the trash has no notes.": [
|
||||
""
|
||||
],
|
||||
"This will open a new screen. Save your current changes?": [
|
||||
"See avab uue ekraani. Kas salvestada praegused muudatused?"
|
||||
],
|
||||
@ -2151,9 +2250,6 @@
|
||||
"Unable to edit resource of type %s": [
|
||||
""
|
||||
],
|
||||
"Unable to export or share data. Reason: %s": [
|
||||
""
|
||||
],
|
||||
"Unable to share log data. Reason: %s": [
|
||||
""
|
||||
],
|
||||
@ -2244,6 +2340,9 @@
|
||||
"Verify your identity": [
|
||||
""
|
||||
],
|
||||
"View OCR text": [
|
||||
""
|
||||
],
|
||||
"View on map": [
|
||||
"Vaata kaardilt"
|
||||
],
|
||||
@ -2265,6 +2364,12 @@
|
||||
"Warning: not all resources shown for performance reasons (limit: %s).": [
|
||||
""
|
||||
],
|
||||
"We have a system for reporting and removing problematic plugins.": [
|
||||
""
|
||||
],
|
||||
"We mark plugins developed by trusted Joplin community members as \"recommended\".": [
|
||||
""
|
||||
],
|
||||
"Web Clipper": [
|
||||
"Web Clipper"
|
||||
],
|
||||
@ -2325,6 +2430,9 @@
|
||||
"You were unable to connect to Joplin Cloud. Please check your credentials and try again. Error:": [
|
||||
""
|
||||
],
|
||||
"Your account doesn't have access to this feature": [
|
||||
""
|
||||
],
|
||||
"Your choice: ": [
|
||||
"Sinu valik: "
|
||||
],
|
||||
|
@ -53,6 +53,9 @@
|
||||
"%s is not optimised for synchronising many small files so your initial synchronisation will be slow.": [
|
||||
""
|
||||
],
|
||||
"%s tab opened": [
|
||||
""
|
||||
],
|
||||
"%s: %d notes": [
|
||||
"%s: %d oharrak"
|
||||
],
|
||||
@ -125,6 +128,9 @@
|
||||
"Accept": [
|
||||
""
|
||||
],
|
||||
"Accepted shares": [
|
||||
""
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
""
|
||||
],
|
||||
@ -161,9 +167,15 @@
|
||||
"All data, including notes, notebooks and tags will be permanently deleted.": [
|
||||
""
|
||||
],
|
||||
"All item sync failures have been marked as \"ignored\".": [
|
||||
""
|
||||
],
|
||||
"All potential ports are in use - please report the issue at %s": [
|
||||
""
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
""
|
||||
],
|
||||
"Also displays unset and hidden config variables.": [
|
||||
"Ezkutuko edo zehaztu gabeko konfigurazio aldagaiak ere erakusten ditu."
|
||||
],
|
||||
@ -173,6 +185,9 @@
|
||||
"Always ask": [
|
||||
""
|
||||
],
|
||||
"Always open %s files without asking.": [
|
||||
""
|
||||
],
|
||||
"Always resize": [
|
||||
""
|
||||
],
|
||||
@ -278,6 +293,9 @@
|
||||
"Bulleted List": [
|
||||
""
|
||||
],
|
||||
"by %s": [
|
||||
""
|
||||
],
|
||||
"Can Share": [
|
||||
""
|
||||
],
|
||||
@ -386,6 +404,9 @@
|
||||
"Collapse": [
|
||||
""
|
||||
],
|
||||
"Collapse %s": [
|
||||
""
|
||||
],
|
||||
"Coming alarms": [
|
||||
"Hurrengo alarmak"
|
||||
],
|
||||
@ -407,6 +428,12 @@
|
||||
"Completed decryption.": [
|
||||
"Deszifratuta."
|
||||
],
|
||||
"Completed with warnings:\n%s": [
|
||||
""
|
||||
],
|
||||
"completion date": [
|
||||
""
|
||||
],
|
||||
"Compress old changes": [
|
||||
""
|
||||
],
|
||||
@ -540,9 +567,6 @@
|
||||
"Dashboard": [
|
||||
""
|
||||
],
|
||||
"Database v%s": [
|
||||
""
|
||||
],
|
||||
"Date": [
|
||||
""
|
||||
],
|
||||
@ -576,6 +600,9 @@
|
||||
"Deleted remote items: %d.": [
|
||||
"Urruneko itemak ezabatuta: %d."
|
||||
],
|
||||
"Deletes notes permanently, skipping the trash.": [
|
||||
""
|
||||
],
|
||||
"Deletes the given notebook.": [
|
||||
"Ezabatu emandako koadernoak."
|
||||
],
|
||||
@ -858,6 +885,9 @@
|
||||
"Expand": [
|
||||
""
|
||||
],
|
||||
"Expand %s": [
|
||||
""
|
||||
],
|
||||
"Export Debug Report": [
|
||||
"Esportatu arazketa txostena"
|
||||
],
|
||||
@ -879,6 +909,9 @@
|
||||
"Fail-safe: Do not wipe out local data when sync target is empty (often the result of a misconfiguration or bug)": [
|
||||
""
|
||||
],
|
||||
"Failed to leave share. Please verify that Joplin is connected to the internet and able to sync.\nError: %s": [
|
||||
""
|
||||
],
|
||||
"Fatal error:": [
|
||||
"Aio! Agur! :_( "
|
||||
],
|
||||
@ -921,9 +954,6 @@
|
||||
"Focus title": [
|
||||
""
|
||||
],
|
||||
"Folders": [
|
||||
"Karpetak"
|
||||
],
|
||||
"For debugging purpose only: export your profile to an external SD card.": [
|
||||
""
|
||||
],
|
||||
@ -987,6 +1017,9 @@
|
||||
"Heading": [
|
||||
""
|
||||
],
|
||||
"Here's what we do to make plugins safer:": [
|
||||
""
|
||||
],
|
||||
"Hide %s": [
|
||||
""
|
||||
],
|
||||
@ -1035,6 +1068,18 @@
|
||||
"Import": [
|
||||
"Inportatu"
|
||||
],
|
||||
"Import failed. Make sure a JEX file was selected.\nDetails: %s": [
|
||||
""
|
||||
],
|
||||
"Import from JEX": [
|
||||
""
|
||||
],
|
||||
"Import notes from a JEX (Joplin Export) file.": [
|
||||
""
|
||||
],
|
||||
"Imported successfully!": [
|
||||
""
|
||||
],
|
||||
"Importing from \"%s\" as \"%s\" format. Please wait...": [
|
||||
""
|
||||
],
|
||||
@ -1068,6 +1113,9 @@
|
||||
"In progress": [
|
||||
""
|
||||
],
|
||||
"Incompatible": [
|
||||
""
|
||||
],
|
||||
"Increase indent level": [
|
||||
""
|
||||
],
|
||||
@ -1122,6 +1170,9 @@
|
||||
"Joplin can synchronise your notes using various providers. Select one from the list below.": [
|
||||
""
|
||||
],
|
||||
"Joplin doesn't recognise the %s extension. Opening this file could be dangerous. What would you like to do?": [
|
||||
""
|
||||
],
|
||||
"Joplin Export Directory": [
|
||||
""
|
||||
],
|
||||
@ -1182,6 +1233,9 @@
|
||||
"Layout button sequence": [
|
||||
""
|
||||
],
|
||||
"Learn more": [
|
||||
""
|
||||
],
|
||||
"Leave it blank to download the language files from the default website": [
|
||||
""
|
||||
],
|
||||
@ -1194,6 +1248,9 @@
|
||||
"Light": [
|
||||
"Argia"
|
||||
],
|
||||
"Like any software you install, plugins can potentially cause security issues or data loss.": [
|
||||
""
|
||||
],
|
||||
"Lines": [
|
||||
""
|
||||
],
|
||||
@ -1285,6 +1342,9 @@
|
||||
"More than one item match \"%s\". Please narrow down your query.": [
|
||||
"Elementu bat baino gehiago bat dator \"%s\" bilaketarekin. Mugatu zure bilaketa, mesedez."
|
||||
],
|
||||
"Most plugins have source code available for review on the plugin website.": [
|
||||
""
|
||||
],
|
||||
"Move %d notes to notebook \"%s\"?": [
|
||||
"Mugitu %d oharrak \"%s\" koadernora?"
|
||||
],
|
||||
@ -1297,6 +1357,9 @@
|
||||
"Never resize": [
|
||||
""
|
||||
],
|
||||
"New": [
|
||||
""
|
||||
],
|
||||
"New note": [
|
||||
"Ohar berria"
|
||||
],
|
||||
@ -1330,6 +1393,9 @@
|
||||
"No active notebook.": [
|
||||
"Ez dago koadernorik aukeratuta."
|
||||
],
|
||||
"No incoming shares": [
|
||||
""
|
||||
],
|
||||
"No item with ID %s": [
|
||||
""
|
||||
],
|
||||
@ -1501,7 +1567,7 @@
|
||||
"Please specify import format for %s": [
|
||||
""
|
||||
],
|
||||
"Please upgrade Joplin to use this plugin": [
|
||||
"Please upgrade Joplin to version %s or later to use this plugin.": [
|
||||
""
|
||||
],
|
||||
"Please wait for all attachments to be downloaded and decrypted. You may also switch to %s to edit the note.": [
|
||||
@ -1510,18 +1576,30 @@
|
||||
"Plugin message": [
|
||||
""
|
||||
],
|
||||
"Plugin panels": [
|
||||
""
|
||||
],
|
||||
"Plugin repository failed to load": [
|
||||
""
|
||||
],
|
||||
"Plugin search": [
|
||||
""
|
||||
],
|
||||
"Plugin security": [
|
||||
""
|
||||
],
|
||||
"Plugin tools": [
|
||||
""
|
||||
],
|
||||
"Plugin WebView debugging": [
|
||||
""
|
||||
],
|
||||
"Plugins": [
|
||||
""
|
||||
],
|
||||
"Plugins extend Joplin with features that are not present by default. Plugins can extend Joplin's editor, viewer, and more.": [
|
||||
""
|
||||
],
|
||||
"Portrait": [
|
||||
""
|
||||
],
|
||||
@ -1582,6 +1660,9 @@
|
||||
"Process user deletions": [
|
||||
""
|
||||
],
|
||||
"Processing": [
|
||||
""
|
||||
],
|
||||
"Profile": [
|
||||
""
|
||||
],
|
||||
@ -1633,6 +1714,9 @@
|
||||
"Recommended": [
|
||||
""
|
||||
],
|
||||
"Recommended plugins": [
|
||||
""
|
||||
],
|
||||
"Redo": [
|
||||
""
|
||||
],
|
||||
@ -1666,6 +1750,12 @@
|
||||
"Replace: ": [
|
||||
""
|
||||
],
|
||||
"Report an issue": [
|
||||
""
|
||||
],
|
||||
"Report fraudulent plugin": [
|
||||
""
|
||||
],
|
||||
"Resize large images:": [
|
||||
""
|
||||
],
|
||||
@ -1780,6 +1870,9 @@
|
||||
"Show all": [
|
||||
""
|
||||
],
|
||||
"Show monospace fonts only.": [
|
||||
""
|
||||
],
|
||||
"Show note counts": [
|
||||
""
|
||||
],
|
||||
@ -1840,6 +1933,9 @@
|
||||
"Source": [
|
||||
"Iturburua"
|
||||
],
|
||||
"Spacer": [
|
||||
""
|
||||
],
|
||||
"Specify the port that should be used by the API server. If not set, a default will be used.": [
|
||||
""
|
||||
],
|
||||
@ -1972,6 +2068,9 @@
|
||||
"Tags": [
|
||||
"Etiketak"
|
||||
],
|
||||
"Task \"%s\" failed with error: %s": [
|
||||
""
|
||||
],
|
||||
"Tasks": [
|
||||
""
|
||||
],
|
||||
@ -2100,11 +2199,11 @@
|
||||
"There are currently no notes. Create one by clicking on the (+) button.": [
|
||||
"Ez dago oharrik. Sortu bat (+) botoian klik eginaz."
|
||||
],
|
||||
"There are unsaved changes.": [
|
||||
"There are no notes in the trash folder.": [
|
||||
""
|
||||
],
|
||||
"There is currently no notebook. Create one by clicking on \"New notebook\".": [
|
||||
"Momentuz ez dago koadernorik. Sortu bat \"Koaderno berria\" sakatuta."
|
||||
"There are unsaved changes.": [
|
||||
""
|
||||
],
|
||||
"There is no data to export.": [
|
||||
""
|
||||
@ -2115,6 +2214,9 @@
|
||||
"There was an error downloading this attachment:": [
|
||||
""
|
||||
],
|
||||
"These items failed to sync, but have been marked as \"ignored\". They won't cause the sync warning to appear, but still aren't synced. To unignore, click \"retry\".": [
|
||||
""
|
||||
],
|
||||
"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).": [
|
||||
"Itemok gailuan geratuko dira baina ez dira sinkronizatuko. Horiek aurkitzeko bilaketak egin titulu edo goiko parentesien arteko IDaren arabera."
|
||||
],
|
||||
@ -2124,6 +2226,9 @@
|
||||
"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 does not have OCR data (Status: %s)": [
|
||||
""
|
||||
],
|
||||
"This attachment is not downloaded or not decrypted yet": [
|
||||
""
|
||||
],
|
||||
@ -2148,12 +2253,18 @@
|
||||
"This note has no content. Click on \"%s\" to toggle the editor and edit the note.": [
|
||||
""
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
"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.": [
|
||||
""
|
||||
],
|
||||
"This subfolder of the trash has no notes.": [
|
||||
""
|
||||
],
|
||||
"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.": [
|
||||
""
|
||||
],
|
||||
@ -2241,9 +2352,6 @@
|
||||
"Unable to edit resource of type %s": [
|
||||
""
|
||||
],
|
||||
"Unable to export or share data. Reason: %s": [
|
||||
""
|
||||
],
|
||||
"Unable to share log data. Reason: %s": [
|
||||
""
|
||||
],
|
||||
@ -2337,6 +2445,9 @@
|
||||
"View": [
|
||||
""
|
||||
],
|
||||
"View OCR text": [
|
||||
""
|
||||
],
|
||||
"View on map": [
|
||||
"Ikusi mapan"
|
||||
],
|
||||
@ -2361,7 +2472,10 @@
|
||||
"Warning: not all resources shown for performance reasons (limit: %s).": [
|
||||
""
|
||||
],
|
||||
"Warnings:\n%s": [
|
||||
"We have a system for reporting and removing problematic plugins.": [
|
||||
""
|
||||
],
|
||||
"We mark plugins developed by trusted Joplin community members as \"recommended\".": [
|
||||
""
|
||||
],
|
||||
"Web Clipper": [
|
||||
@ -2409,6 +2523,9 @@
|
||||
"You were unable to connect to Joplin Cloud. Please check your credentials and try again. Error:": [
|
||||
""
|
||||
],
|
||||
"Your account doesn't have access to this feature": [
|
||||
""
|
||||
],
|
||||
"Your choice: ": [
|
||||
"Zure aukera:"
|
||||
],
|
||||
|
@ -63,6 +63,9 @@
|
||||
"%s = %s (%s)"
|
||||
],
|
||||
"%s is not optimised for synchronising many small files so your initial synchronisation will be slow.": [
|
||||
"%s برای همگام سازی بسیاری از فایل های کوچک بهینه نشده است، بنابراین همگام سازی اولیه شما کند خواهد بود."
|
||||
],
|
||||
"%s tab opened": [
|
||||
""
|
||||
],
|
||||
"%s: %d": [
|
||||
@ -101,6 +104,9 @@
|
||||
"&View": [
|
||||
"&نما"
|
||||
],
|
||||
"&Window": [
|
||||
"&صفحه"
|
||||
],
|
||||
"(%s)": [
|
||||
"(%s)"
|
||||
],
|
||||
@ -141,7 +147,7 @@
|
||||
"A5"
|
||||
],
|
||||
"About": [
|
||||
""
|
||||
"درباره"
|
||||
],
|
||||
"About Joplin": [
|
||||
"درباره joplin"
|
||||
@ -158,6 +164,9 @@
|
||||
"Accept": [
|
||||
"قبول"
|
||||
],
|
||||
"Accepted shares": [
|
||||
""
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
"دسترسی غیرمجاز: لطفاً نام کاربری و گذرواژه خود را بررسی نمایید"
|
||||
],
|
||||
@ -212,12 +221,18 @@
|
||||
"All data, including notes, notebooks and tags will be permanently deleted.": [
|
||||
"تمام داده ها اعم از یادداشتها، دفترچهها و برچسبها به طور دائمی حذف خواهند شد."
|
||||
],
|
||||
"All item sync failures have been marked as \"ignored\".": [
|
||||
""
|
||||
],
|
||||
"All notes": [
|
||||
"همه یادداشتها"
|
||||
],
|
||||
"All potential ports are in use - please report the issue at %s": [
|
||||
"تمام پورتهای بالقوه در حال استفاده هستند- لطفا این مشکل را در %s گزارش نمایید"
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
""
|
||||
],
|
||||
"Also displays unset and hidden config variables.": [
|
||||
"همچنین متغیرهای پیکربندی تنظیم نشده و مخفی را نمایش میدهد."
|
||||
],
|
||||
@ -230,6 +245,9 @@
|
||||
"Always ask": [
|
||||
"همیشه سوال کن"
|
||||
],
|
||||
"Always open %s files without asking.": [
|
||||
""
|
||||
],
|
||||
"Always resize": [
|
||||
"همیشه اندازه را تغییر بده"
|
||||
],
|
||||
@ -243,7 +261,7 @@
|
||||
"یک طراحی ذخیره شده خودکار پیدا شد. آیا میخواهید یک کپی از آن را به یادداشت پیوست کنید؟"
|
||||
],
|
||||
"An error occurred: %s": [
|
||||
""
|
||||
"خطایی روی داده است: %s"
|
||||
],
|
||||
"An update is available, do you want to download it now?": [
|
||||
"یک بروزرسانی موجود است، آیا میخواهید الآن دانلود شود؟"
|
||||
@ -311,6 +329,9 @@
|
||||
"Authorisation token:": [
|
||||
"توکن مجوز:"
|
||||
],
|
||||
"Authorise": [
|
||||
"ایجاد مجوز"
|
||||
],
|
||||
"Auto": [
|
||||
"خودکار"
|
||||
],
|
||||
@ -324,7 +345,7 @@
|
||||
"بررسی خودکار برای بروزرسانی"
|
||||
],
|
||||
"Automatically delete notes in the trash after a number of days": [
|
||||
""
|
||||
"حذف خودکار یادداشتها در سطل زباله پس از چند روز"
|
||||
],
|
||||
"Automatically switch theme to match system theme": [
|
||||
"پوسته برنامه خودکار با پوسته سیستم تغییر کند"
|
||||
@ -348,11 +369,14 @@
|
||||
"مرور..."
|
||||
],
|
||||
"Built-in": [
|
||||
""
|
||||
"پیش ساخته"
|
||||
],
|
||||
"Bulleted List": [
|
||||
"لیست گلولهای"
|
||||
],
|
||||
"by %s": [
|
||||
""
|
||||
],
|
||||
"Can Share": [
|
||||
"میتوانید به اشتراک بگذارید"
|
||||
],
|
||||
@ -477,7 +501,7 @@
|
||||
"بستن حالت کشویی"
|
||||
],
|
||||
"Close the application, then delete your profile in \"%s\", and start the application again. Make sure you create a backup first by exporting all your notes as JEX.": [
|
||||
""
|
||||
"برنامه را ببندید، سپس نمایه خود را در \"%s\" حذف کنید و برنامه را دوباره شروع کنید. اطمینان حاصل کنید که ابتدا با صادرات تمام یادداشت های خود به عنوان JEX یک نسخه پشتیبان ایجاد کرده اید."
|
||||
],
|
||||
"Close Window": [
|
||||
"بستن صفحه"
|
||||
@ -527,9 +551,15 @@
|
||||
"Completed decryption.": [
|
||||
"رمزگشایی کامل شد."
|
||||
],
|
||||
"Completed with warnings:\n%s": [
|
||||
""
|
||||
],
|
||||
"Completed: %s (%s)": [
|
||||
"کامل شد: %s (%s)"
|
||||
],
|
||||
"completion date": [
|
||||
""
|
||||
],
|
||||
"Compress old changes": [
|
||||
"فشرده سازی تغییرات قدیمی"
|
||||
],
|
||||
@ -560,6 +590,9 @@
|
||||
"Content provided by %s": [
|
||||
"محتوای ارائه شده توسط %s"
|
||||
],
|
||||
"Content provided by: %s": [
|
||||
"محتوای ارائه شده توسط: %s"
|
||||
],
|
||||
"Continue": [
|
||||
"ادامه"
|
||||
],
|
||||
@ -587,6 +620,9 @@
|
||||
"Copy Link Address": [
|
||||
"کپی کردن آدرس پیوند"
|
||||
],
|
||||
"Copy link to website": [
|
||||
"کپی کردن لینک برای وبسایت"
|
||||
],
|
||||
"Copy Markdown link": [
|
||||
"کپی کردن پیوند نشانهگذاری"
|
||||
],
|
||||
@ -723,9 +759,6 @@
|
||||
"Dashboard": [
|
||||
"داشبورد"
|
||||
],
|
||||
"Database v%s": [
|
||||
"پایگاه داده، ورژن %s"
|
||||
],
|
||||
"Date": [
|
||||
"تاریخ"
|
||||
],
|
||||
@ -795,12 +828,18 @@
|
||||
"Delete this profile?": [
|
||||
"حساب کاربری حذف شود؟"
|
||||
],
|
||||
"Deleted": [
|
||||
"حذف شده"
|
||||
],
|
||||
"Deleted local items: %d.": [
|
||||
"موارد محلی حذف شده: %d."
|
||||
],
|
||||
"Deleted remote items: %d.": [
|
||||
"موارد ریموت حذف شده: %d."
|
||||
],
|
||||
"Deletes notes permanently, skipping the trash.": [
|
||||
""
|
||||
],
|
||||
"Deletes the given notebook.": [
|
||||
"دفترچه مشخص شده را حذف میکند."
|
||||
],
|
||||
@ -888,6 +927,9 @@
|
||||
"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.": [
|
||||
"گذرواژه را از دست ندهید زیرا، برای اهداف امنیتی، این *تنها* راه برای رمزگشایی داده ها خواهد بود! برای فعال نمودن رمزنگاری، لطفا گذرواژه خود را در زیر وارد نمایید."
|
||||
],
|
||||
"Donate, website": [
|
||||
"کمک مالی، وبسایت"
|
||||
],
|
||||
"Done": [
|
||||
"انجامشده"
|
||||
],
|
||||
@ -934,7 +976,7 @@
|
||||
"ورود به Dropbox"
|
||||
],
|
||||
"Due": [
|
||||
""
|
||||
"به واسطه"
|
||||
],
|
||||
"Duplicate": [
|
||||
"تکراری"
|
||||
@ -1005,6 +1047,9 @@
|
||||
"Email to Note": [
|
||||
"تبدیل ایمیل به یادداشت"
|
||||
],
|
||||
"Email To Note, login information": [
|
||||
"ایمیل به یادداشت، اطلاعات ورود به سیستم"
|
||||
],
|
||||
"Emails": [
|
||||
"ایمیلها"
|
||||
],
|
||||
@ -1012,7 +1057,7 @@
|
||||
"متن تأکید شده"
|
||||
],
|
||||
"Empty trash": [
|
||||
""
|
||||
"خالی کردن سطل زباله"
|
||||
],
|
||||
"Enable": [
|
||||
"فعال سازی"
|
||||
@ -1066,7 +1111,10 @@
|
||||
"فعالسازی تاریخچه یادداشت"
|
||||
],
|
||||
"Enable optical character recognition (OCR)": [
|
||||
""
|
||||
"فعال سازی تشخیص نوری کاراکتر (OCR)"
|
||||
],
|
||||
"Enable or disable plugins": [
|
||||
"فعال یا غیر فعال سازی افزونه ها"
|
||||
],
|
||||
"Enable PDF viewer": [
|
||||
"فعالسازی نمایشگر PDF"
|
||||
@ -1161,6 +1209,12 @@
|
||||
"Evernote Export File (as Markdown)": [
|
||||
"فایل صادر شده Evernote (به صورت نشانهگذاری)"
|
||||
],
|
||||
"Evernote Export Files (Directory, as HTML)": [
|
||||
"فایلهای صادر شده Evernote (به صورت HTML)"
|
||||
],
|
||||
"Evernote Export Files (Directory, as Markdown)": [
|
||||
"فایلهای صادر شده Evernote (به صورت نشانهگذاری)"
|
||||
],
|
||||
"Exits the application.": [
|
||||
"خروح از نرمافزار."
|
||||
],
|
||||
@ -1212,6 +1266,9 @@
|
||||
"Fail-safe: Do not wipe out local data when sync target is empty (often the result of a misconfiguration or bug)": [
|
||||
"شکست ایمن: وقتی هدف همگامسازی خالی است، دادههای محلی را پاک نکنید (اغلب نتیجه یک پیکربندی اشتباه یا اشکال است)"
|
||||
],
|
||||
"Failed to leave share. Please verify that Joplin is connected to the internet and able to sync.\nError: %s": [
|
||||
""
|
||||
],
|
||||
"Fatal error:": [
|
||||
"خطای مهلک:"
|
||||
],
|
||||
@ -1230,6 +1287,9 @@
|
||||
"File system": [
|
||||
"فایل سیستم"
|
||||
],
|
||||
"Filter": [
|
||||
"فیلتر"
|
||||
],
|
||||
"Filter tags": [
|
||||
"فیلتر برچسبها"
|
||||
],
|
||||
@ -1257,9 +1317,6 @@
|
||||
"Focus title": [
|
||||
"عنوان تمرکز"
|
||||
],
|
||||
"Folders": [
|
||||
"پوشهها"
|
||||
],
|
||||
"For debugging purpose only: export your profile to an external SD card.": [
|
||||
"تنها به منظور اشکالزدایی: صدور حسابکاربری شما به یک حافظه خارجی SD."
|
||||
],
|
||||
@ -1287,6 +1344,9 @@
|
||||
"Found: %d.": [
|
||||
"پیدا شده: %d."
|
||||
],
|
||||
"From a plugin": [
|
||||
"از یک افزونه"
|
||||
],
|
||||
"FTS enabled: %d": [
|
||||
"FTS فعال شده: %d"
|
||||
],
|
||||
@ -1307,7 +1367,7 @@
|
||||
"در حال بوجود آوردن پیوند..."
|
||||
],
|
||||
"Geolocation, spellcheck, editor toolbar, image resize": [
|
||||
""
|
||||
"موقعیت جغرافیایی، بررسی املایی، نوار ابزار ویرایشگر، تغییر اندازه تصویر"
|
||||
],
|
||||
"Get it now:": [
|
||||
"هماکنون دریافت نمایید:"
|
||||
@ -1328,7 +1388,7 @@
|
||||
"اعطای مجوز"
|
||||
],
|
||||
"Have you authorised the application login in the above URL?": [
|
||||
""
|
||||
"آیا ورود برنامه را در URL بالا مجاز کرده اید؟"
|
||||
],
|
||||
"Header %d": [
|
||||
"سرصفحه %d"
|
||||
@ -1342,6 +1402,9 @@
|
||||
"Help": [
|
||||
"کمک"
|
||||
],
|
||||
"Here's what we do to make plugins safer:": [
|
||||
""
|
||||
],
|
||||
"Hermes enabled: %d": [
|
||||
"Hermes فعال شده: %d"
|
||||
],
|
||||
@ -1351,6 +1414,9 @@
|
||||
"Hide advanced": [
|
||||
"پنهانسازی پیشرفته"
|
||||
],
|
||||
"Hide Advanced Settings": [
|
||||
"پنهانسازی تنظیمات پیشرفته"
|
||||
],
|
||||
"Hide disabled": [
|
||||
"پنهانسازی غیرفعال است"
|
||||
],
|
||||
@ -1397,7 +1463,7 @@
|
||||
"بیکار"
|
||||
],
|
||||
"If you have already authorised, please wait for the application to sync to Joplin Cloud.": [
|
||||
""
|
||||
"اگر قبلاً احراز هویت شدهاید، لطفاً منتظر بمانید تا برنامه با سرویس ابری Joplin همگام شود."
|
||||
],
|
||||
"Ignore": [
|
||||
"نادیدهگرفتن"
|
||||
@ -1411,6 +1477,15 @@
|
||||
"Import": [
|
||||
"وارد کردن"
|
||||
],
|
||||
"Import failed. Make sure a JEX file was selected.\nDetails: %s": [
|
||||
""
|
||||
],
|
||||
"Import from JEX": [
|
||||
""
|
||||
],
|
||||
"Import notes from a JEX (Joplin Export) file.": [
|
||||
""
|
||||
],
|
||||
"Importing from \"%s\" as \"%s\" format. Please wait...": [
|
||||
"در حال وارد کردن از «%s» با فرمت «%s». لطفا صبور باشید..."
|
||||
],
|
||||
@ -1433,7 +1508,7 @@
|
||||
"برای انجام این کار، کل مجموعه داده شما باید رمزنگاری و همگام شود، بنابراین بهتر است آن را به یکباره اجرا نماید.\n\nبرای شروع، لطفا این دستورالعملها را دنبال کنید:\n1. همه دستگاه های خود را همگام سازی کنید.\n2. بر روی «%s» کلیک نمایید.\n3. اجازه دهید تا کامل شود. در حین اجرا، از تغییر هر یادداشتی در دستگاههای دیگر خود اجتناب نمایید تا از بروز تداخل جلوگیری شود.\n4.پس از انجام همگامسازی در این دستگاه، همه دستگاههای دیگر خود را همگامسازی کنید و اجازه دهید تا کامل شود.\n\nنکتهی مهم: شما فقط باید این عملیات را یک مرتبه و تنها روی یک دستگاه اجرا کنید."
|
||||
],
|
||||
"In order to synchronise, please upgrade your application to version %s+": [
|
||||
""
|
||||
"برای همگام سازی، لطفاً برنامه خود را به نسخه %s+ ارتقا دهید"
|
||||
],
|
||||
"In order to use file system synchronisation your permission to write to external storage is required.": [
|
||||
"برای استفاده از همگامسازی سیستم فایل، اجازه نوشتن روی حافظه خارجی مورد نیاز است."
|
||||
@ -1447,6 +1522,9 @@
|
||||
"In: %s": [
|
||||
"در: %s"
|
||||
],
|
||||
"Incompatible": [
|
||||
""
|
||||
],
|
||||
"Increase indent level": [
|
||||
"افزایش سطح تورفتگی"
|
||||
],
|
||||
@ -1525,6 +1603,12 @@
|
||||
"Joplin Cloud": [
|
||||
"سرویس ابری joplin"
|
||||
],
|
||||
"Joplin Cloud Login": [
|
||||
"ورود سرویس ابری joplin"
|
||||
],
|
||||
"Joplin doesn't recognise the %s extension. Opening this file could be dangerous. What would you like to do?": [
|
||||
""
|
||||
],
|
||||
"Joplin Export Directory": [
|
||||
"پوشه صادرات joplin"
|
||||
],
|
||||
@ -1564,6 +1648,9 @@
|
||||
"Keep note history for": [
|
||||
"تاریخچه ی یادداشت را نگه دار به مدت"
|
||||
],
|
||||
"Keep notes in the trash for": [
|
||||
"یادداشت ها را در سطل زباله نگه دار برای"
|
||||
],
|
||||
"Keyboard Mode": [
|
||||
"حالت صفحهکلید"
|
||||
],
|
||||
@ -1585,6 +1672,9 @@
|
||||
"Language": [
|
||||
"زبان"
|
||||
],
|
||||
"Language, date format": [
|
||||
"زبان، فرمت تاریخ"
|
||||
],
|
||||
"Last error: %s": [
|
||||
"آخرین خطا: %s"
|
||||
],
|
||||
@ -1592,7 +1682,7 @@
|
||||
"بعداً"
|
||||
],
|
||||
"Latitude": [
|
||||
""
|
||||
"عرض جغرافیایی"
|
||||
],
|
||||
"Layout": [
|
||||
"چیدمان"
|
||||
@ -1615,6 +1705,9 @@
|
||||
"Light": [
|
||||
"روشن"
|
||||
],
|
||||
"Like any software you install, plugins can potentially cause security issues or data loss.": [
|
||||
""
|
||||
],
|
||||
"Lines": [
|
||||
"خطوط"
|
||||
],
|
||||
@ -1643,6 +1736,9 @@
|
||||
"Loaded": [
|
||||
"دانلودشده"
|
||||
],
|
||||
"Loading plugin repository...": [
|
||||
"در حال بارگذاری مخزن افزونه..."
|
||||
],
|
||||
"Loading...": [
|
||||
"در حال دانلود..."
|
||||
],
|
||||
@ -1665,10 +1761,10 @@
|
||||
"خروج"
|
||||
],
|
||||
"Logs, profiles, sync status": [
|
||||
""
|
||||
"لاگها، نمایهها، وضعیت همسان سازی"
|
||||
],
|
||||
"Longitude": [
|
||||
""
|
||||
"طول جغرافیایی"
|
||||
],
|
||||
"Make a donation": [
|
||||
"کمک مالی"
|
||||
@ -1731,10 +1827,10 @@
|
||||
"حداکثر اندازه مجموع"
|
||||
],
|
||||
"Media player, math, diagrams, table of contents": [
|
||||
""
|
||||
"پخش کننده رسانه، ریاضی، نمودارها، فهرست مطالب"
|
||||
],
|
||||
"Minimise": [
|
||||
""
|
||||
"کوچک کردن"
|
||||
],
|
||||
"Missing keys": [
|
||||
"کلیدها یافت نشدند"
|
||||
@ -1760,9 +1856,15 @@
|
||||
"More than one item match \"%s\". Please narrow down your query.": [
|
||||
"بیش از یک مورد مطابق «%s» وجود دارد. لطفاً عبارت جستجو را محدودتر کنید."
|
||||
],
|
||||
"Most plugins have source code available for review on the plugin website.": [
|
||||
""
|
||||
],
|
||||
"Move %d notes to notebook \"%s\"?": [
|
||||
"انتقال یادداشتهای %d به دفترچه «%s»؟"
|
||||
],
|
||||
"Move notebook \"%s\" to the trash?\n\nAll notes and sub-notebooks within this notebook will also be moved to the trash.": [
|
||||
"دفترچه «%s» حذف شود؟\n\nتمامی یادداشتها و دفترچههای فرزند این دفترچه نیز حذف خواهند شد."
|
||||
],
|
||||
"Move to notebook": [
|
||||
"انتقال به دفترچه"
|
||||
],
|
||||
@ -1784,6 +1886,9 @@
|
||||
"Never resize": [
|
||||
"هرگز بدون تغییر اندازه"
|
||||
],
|
||||
"New": [
|
||||
""
|
||||
],
|
||||
"New note": [
|
||||
"یادداشت جدید"
|
||||
],
|
||||
@ -1832,6 +1937,9 @@
|
||||
"No active notebook.": [
|
||||
"دفترچهی فعالی وجود ندارد."
|
||||
],
|
||||
"No incoming shares": [
|
||||
""
|
||||
],
|
||||
"No item with ID %s": [
|
||||
"هیچ موردی با شناسه %s وجود ندارد"
|
||||
],
|
||||
@ -2004,7 +2112,7 @@
|
||||
"باز کردن..."
|
||||
],
|
||||
"Opening section %s": [
|
||||
""
|
||||
"بازکردن بخش در %s"
|
||||
],
|
||||
"Operation cancelled": [
|
||||
"عملیات لغو شد"
|
||||
@ -2054,6 +2162,15 @@
|
||||
"Per user. Minimum of %d users.": [
|
||||
"به ازای هر کاربر. حداقل %d کاربر."
|
||||
],
|
||||
"Permanently delete note": [
|
||||
"حذف دائمی یادداشت"
|
||||
],
|
||||
"Permanently delete note \"%s\"?": [
|
||||
"آیا یادداشت «%s» به طور دائم حذف شود؟"
|
||||
],
|
||||
"Permanently delete these %d notes?": [
|
||||
"آیا یادداشتهای پوشه %d به طور دائم حذف شود؟"
|
||||
],
|
||||
"Permission needed": [
|
||||
"مجوز استفاده مورد نیاز است"
|
||||
],
|
||||
@ -2093,24 +2210,33 @@
|
||||
"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 message": [
|
||||
"پیغام افزونه"
|
||||
],
|
||||
"Plugin repository failed to load": [
|
||||
""
|
||||
"خطا در بارگذاری مخزن افزونه"
|
||||
],
|
||||
"Plugin search": [
|
||||
"جستجوی پلاگین"
|
||||
],
|
||||
"Plugin tools": [
|
||||
"ابزارهای افزونه"
|
||||
],
|
||||
"Plugin WebView debugging": [
|
||||
""
|
||||
],
|
||||
"Plugins": [
|
||||
"پلاگینها"
|
||||
],
|
||||
"Plugins extend Joplin with features that are not present by default. Plugins can extend Joplin's editor, viewer, and more.": [
|
||||
""
|
||||
],
|
||||
"Portrait": [
|
||||
"عمودی"
|
||||
],
|
||||
@ -2171,6 +2297,9 @@
|
||||
"Process user deletions": [
|
||||
"پردازش حذف کاربران"
|
||||
],
|
||||
"Processing": [
|
||||
""
|
||||
],
|
||||
"Profile": [
|
||||
"حساب کاربری"
|
||||
],
|
||||
@ -2240,6 +2369,9 @@
|
||||
"Recipients:": [
|
||||
"گیرندگان:"
|
||||
],
|
||||
"Recommended": [
|
||||
"پیشنهاد شده"
|
||||
],
|
||||
"Redo": [
|
||||
"باز انجام"
|
||||
],
|
||||
@ -2288,6 +2420,12 @@
|
||||
"Replace: ": [
|
||||
"جایگزین کردن: "
|
||||
],
|
||||
"Report an issue": [
|
||||
""
|
||||
],
|
||||
"Report fraudulent plugin": [
|
||||
""
|
||||
],
|
||||
"Reset application layout": [
|
||||
"بازیابی چیدمان برنامه"
|
||||
],
|
||||
@ -2303,12 +2441,27 @@
|
||||
"Restart and upgrade": [
|
||||
"راه اندازی مجدد و ارتقا"
|
||||
],
|
||||
"Restart in safe mode": [
|
||||
"راه اندازی مجدد در حالت امن"
|
||||
],
|
||||
"Restart now": [
|
||||
"راه اندازی مجدد هماکنون"
|
||||
],
|
||||
"Restore": [
|
||||
"بازگرداندن"
|
||||
],
|
||||
"Restore note": [
|
||||
"بازیابی یادداشت"
|
||||
],
|
||||
"Restore notebook": [
|
||||
"بازیابی دفترچه دفترچه"
|
||||
],
|
||||
"Restore the items matching <pattern> from the trash.": [
|
||||
"مواردی که مطابق با <pattern> باشند را از سطل زباله بازیابی کن."
|
||||
],
|
||||
"Restored items": [
|
||||
"موارد بازیابی شده"
|
||||
],
|
||||
"Restored Notes": [
|
||||
"یادداشت های بازیابی شده"
|
||||
],
|
||||
@ -2384,12 +2537,18 @@
|
||||
"Search for...": [
|
||||
"جستجو در..."
|
||||
],
|
||||
"Search hidden": [
|
||||
"جستجوی مخفی"
|
||||
],
|
||||
"Search in all the notes": [
|
||||
"جستجو در تمام یادداشتها"
|
||||
],
|
||||
"Search in current note": [
|
||||
"جستجو در یادداشت جاری"
|
||||
],
|
||||
"Search shown": [
|
||||
"جستجوی نمایش داده شده"
|
||||
],
|
||||
"Search...": [
|
||||
"جستجو..."
|
||||
],
|
||||
@ -2417,6 +2576,9 @@
|
||||
"Select parent notebook": [
|
||||
"انتخاب دفترچه والد"
|
||||
],
|
||||
"Send bug report": [
|
||||
"ارسال گزارش خطا"
|
||||
],
|
||||
"Server is already running on port %d": [
|
||||
"سرور در حال حاضر بر روی پورت %d در حال اجراست"
|
||||
],
|
||||
@ -2529,10 +2691,10 @@
|
||||
"Solarised Light"
|
||||
],
|
||||
"Some attachments could not be downloaded. Please try to download them again.": [
|
||||
""
|
||||
"برخی از پیوست ها دانلود نشدند. لطفا سعی کنید دوباره آنها را دانلود کنید."
|
||||
],
|
||||
"Some attachments need to be downloaded. Set the attachment download mode to \"always\" and try again.": [
|
||||
""
|
||||
"برخی از پیوست ها باید دانلود شوند. حالت دانلود پیوست را روی «همیشه» تنظیم کنید و دوباره امتحان کنید."
|
||||
],
|
||||
"Some items cannot be decrypted.": [
|
||||
"بعضی از موارد نمیتوانند رمزگشایی شوند."
|
||||
@ -2543,6 +2705,9 @@
|
||||
"Some items cannot be synchronised. Press for more info.": [
|
||||
"بعضی از موارد نمیتوانند همگامسازی شوند. برای اطلاعات بیشتر بفشارید."
|
||||
],
|
||||
"Some items could not be synchronised. Please try to synchronise them first.": [
|
||||
"برخی از موارد را نمی توان همگام سازی کرد. لطفا ابتدا سعی کنید آنها را همگام سازی کنید."
|
||||
],
|
||||
"Sort notebooks by": [
|
||||
"مرتبسازی دفترچهها بر اساس"
|
||||
],
|
||||
@ -2564,6 +2729,9 @@
|
||||
"Source: ": [
|
||||
"منبع "
|
||||
],
|
||||
"Spacer": [
|
||||
""
|
||||
],
|
||||
"Specify the port that should be used by the API server. If not set, a default will be used.": [
|
||||
"پورتی که باید توسط سرور API استفاده شود را مشخص نمایید. در غیر اینصورت، یک پورت پیشفرض استفاده خواهد شد."
|
||||
],
|
||||
@ -2690,6 +2858,9 @@
|
||||
"Sync your notes": [
|
||||
"یادداشتهای خود را همگامسازی کنید"
|
||||
],
|
||||
"Sync, encryption, proxy": [
|
||||
"همگام سازی، رمزگذاری، پروکسی"
|
||||
],
|
||||
"Synchronisation": [
|
||||
"همگامسازی"
|
||||
],
|
||||
@ -2738,6 +2909,9 @@
|
||||
"Take photo": [
|
||||
"عکس گرفتن"
|
||||
],
|
||||
"Task \"%s\" failed with error: %s": [
|
||||
""
|
||||
],
|
||||
"Task list": [
|
||||
"فهرست کار"
|
||||
],
|
||||
@ -2753,6 +2927,9 @@
|
||||
"Text editor command": [
|
||||
"دستور ویرایشگر متن"
|
||||
],
|
||||
"The [Web Clipper](%s) is a browser extension that allows you to save web pages and screenshots from your browser.": [
|
||||
"[Web Clipper](%s) یک افزونه مرورگر است که به شما امکان می دهد صفحات وب و اسکرین شات ها را از مرورگر خود ذخیره کنید."
|
||||
],
|
||||
"The active profile cannot be deleted. Switch to a different profile and try again.": [
|
||||
"حسابکاربری فعال را نمی توان حذف کرد. به حسابکاربری دیگری بروید و دوباره امتحان کنید."
|
||||
],
|
||||
@ -2798,6 +2975,10 @@
|
||||
"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 attachment matches your search query:": [
|
||||
"پیوست زیر با عبارت جستجوی شما مطابقت دارد:",
|
||||
"پیوست های زیر برای تغییرات در حال مشاهده هستند:"
|
||||
],
|
||||
"The following attachments are being watched for changes:": [
|
||||
"پیوست های زیر برای تغییرات در حال مشاهده هستند:"
|
||||
],
|
||||
@ -2822,6 +3003,13 @@
|
||||
"The note \"%s\" has been successfully restored to the notebook \"%s\".": [
|
||||
"یادداشت «%s» با موفقیت به دفترچه «%s» بازگردانده شد."
|
||||
],
|
||||
"The note was successfully moved to the trash.": [
|
||||
"یادداشت با موفقیت به سطل زباله منتقل شد.",
|
||||
"یادداشت «%s» با موفقیت به دفترچه «%s» بازگردانده شد."
|
||||
],
|
||||
"The notebook and its content was successfully moved to the trash.": [
|
||||
"پوشه یادداشتها و محتوای آن با موفقیت به سطل زباله منتقل شد."
|
||||
],
|
||||
"The notebook could not be saved: %s": [
|
||||
"دفترچه نتوانست ذخیره شود: %s"
|
||||
],
|
||||
@ -2835,7 +3023,7 @@
|
||||
"گیرنده را نمی توان از لیست حذف کرد. لطفا دوباره تلاش کنید.\n\nجزئیات خطا: «%s»"
|
||||
],
|
||||
"The sync target cannot be changed for the following reason: %s\n\nIf the issue cannot be resolved, you may need to clear your data first by following these instructions:\n\n%s": [
|
||||
""
|
||||
"هدف همگام سازی به دلایل زیر قابل تغییر نیست:%s\n\nاگر مشکل حل نشد، ممکن است لازم باشد ابتدا اطلاعات خود را با دنبال کردن این دستورالعمل ها پاک کنید:\n\n%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 بتواند همگامسازی کند، هدف همگامسازی باید ارتقا یابد. ممکن است عملیات چند دقیقه طول بکشد و برنامه باید دوباره راهاندازی شود. برای ادامه لطفا روی لینک کلیک کنید."
|
||||
@ -2867,15 +3055,15 @@
|
||||
"Theme": [
|
||||
"پوسته"
|
||||
],
|
||||
"Themes, editor font": [
|
||||
"پوسته، فونت ویرایشگر"
|
||||
],
|
||||
"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.": [
|
||||
"دادهای برای صدور وجود ندارد."
|
||||
],
|
||||
@ -2885,6 +3073,9 @@
|
||||
"There was an error downloading this attachment:": [
|
||||
"یک خطا در دانلود این پیوست بود:"
|
||||
],
|
||||
"These items failed to sync, but have been marked as \"ignored\". They won't cause the sync warning to appear, but still aren't synced. To unignore, click \"retry\".": [
|
||||
""
|
||||
],
|
||||
"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).": [
|
||||
"این موارد در دستگاه باقی میمانند اما در هدف همگامسازی آپلود نمیشوند. برای یافتن این موارد، عنوان یا شناسه (که در پرانتز بالا نمایش داده شده است) را جستجو نمایید."
|
||||
],
|
||||
@ -2894,6 +3085,9 @@
|
||||
"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\".": [
|
||||
"این به کاربر دیگری اجازه می دهد تا یک دفترچه را با شما به اشتراک بگذارد و سپس می توانید هر دو در آن همکاری کنید. با این حال به شما اجازه نمیدهد یک دفترچه را با شخص دیگری به اشتراک بگذارید، مگر اینکه ویژگی «%s» را داشته باشید."
|
||||
],
|
||||
"This attachment does not have OCR data (Status: %s)": [
|
||||
""
|
||||
],
|
||||
"This attachment is not downloaded or not decrypted yet": [
|
||||
"این پیوست هنوز دانلود یا رمزگشایی نشده"
|
||||
],
|
||||
@ -2933,12 +3127,18 @@
|
||||
"This note has no history": [
|
||||
"این یادداشت هیچ تاریخچه ای ندارد"
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
"This Rich Text editor has a number of limitations and it is recommended to be aware of them before using it.": [
|
||||
"ویرایشگر Rich Text دارای تعدادی محدودیت است و توصیه می شود قبل از استفاده از آن ها آگاه باشید."
|
||||
],
|
||||
"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 subfolder of the trash has no notes.": [
|
||||
""
|
||||
],
|
||||
"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 اجازه میدهد تا در پس زمینه اجرا شود. توصیه میشود این تنظیم را فعال کنید تا یادداشت های شما دائماً همگام شوند و در نتیجه تعداد تداخلها کاهش یابند."
|
||||
],
|
||||
@ -2946,7 +3146,7 @@
|
||||
"این یک صفحه جدید باز میکند. تغییرات فعلی ذخیره شوند؟"
|
||||
],
|
||||
"This will permanently delete all items in the trash. Continue?": [
|
||||
""
|
||||
"با این کار همه موارد موجود در سطل زباله برای همیشه حذف می شوند. آیا ادامه هید؟"
|
||||
],
|
||||
"This will remove the notebook from your collection and you will no longer have access to its content. Do you wish to continue?": [
|
||||
"با این کار، دفترچه از مجموعه شما حذف می شود و دیگر به محتوای آن دسترسی نخواهید داشت. آیا مایل هستید ادامه دهید؟"
|
||||
@ -2963,6 +3163,9 @@
|
||||
"To allow Joplin to synchronise with Dropbox, please follow the steps below:": [
|
||||
"برای اینکه به joplin اجازه همگامسازی با Dropbox را بدهید، مراحل زیر را دنبال نمایید:"
|
||||
],
|
||||
"To allow Joplin to synchronise with Joplin Cloud, please login using this URL:": [
|
||||
"برای اینکه به Joplin اجازه دهید با سرویس ابری Joplin همگام شود، لطفاً با استفاده از این URL وارد شوید:"
|
||||
],
|
||||
"To continue, please enter your master password below.": [
|
||||
"برای ادامه، لطفاً گذرواژه اصلی خود را در زیر وارد نمایید."
|
||||
],
|
||||
@ -2999,6 +3202,9 @@
|
||||
"to-do": [
|
||||
"فهرست کار"
|
||||
],
|
||||
"To-do": [
|
||||
"فهرست کار"
|
||||
],
|
||||
"to-do: %s": [
|
||||
"فهرست کار: %s"
|
||||
],
|
||||
@ -3017,6 +3223,9 @@
|
||||
"Toggle external editing": [
|
||||
"تغییر وضعیت ویرایش خارجی"
|
||||
],
|
||||
"Toggle note history, keep notes for": [
|
||||
"تغییر تاریخچهی یادداشت، یادداشت را نگه دار به مدت"
|
||||
],
|
||||
"Toggle note list": [
|
||||
"تغییر وضعیت فهرست یادداشت"
|
||||
],
|
||||
@ -3045,7 +3254,7 @@
|
||||
"مجموع: %d از %d"
|
||||
],
|
||||
"Trash": [
|
||||
""
|
||||
"سطل زباله"
|
||||
],
|
||||
"Try again": [
|
||||
"تلاش دوباره"
|
||||
@ -3071,9 +3280,6 @@
|
||||
"Unable to edit resource of type %s": [
|
||||
"امکان ویرایش منبع از نوع %s وجود ندارد"
|
||||
],
|
||||
"Unable to export or share data. Reason: %s": [
|
||||
"امکان صدور یا اشتراکگذاری داده وجود ندارد. دلیل: %s"
|
||||
],
|
||||
"Unable to share log data. Reason: %s": [
|
||||
"امکان اشتراکگذاری داده های لاگ وجود ندارد. دلیل: %s"
|
||||
],
|
||||
@ -3084,7 +3290,7 @@
|
||||
"بازگرد"
|
||||
],
|
||||
"Uninstall and reinstall the application. Make sure you create a backup first by exporting all your notes as JEX from the desktop application.": [
|
||||
""
|
||||
"برنامه را حذف و دوباره نصب کنید. اطمینان حاصل کنید که ابتدا با صادر کردن تمام یادداشت های خود به عنوان JEX از برنامه دسکتاپ، یک نسخه پشتیبان ایجاد کرده اید."
|
||||
],
|
||||
"Unknown flag: %s": [
|
||||
"پرچم ناشناخته: %s"
|
||||
@ -3200,6 +3406,9 @@
|
||||
"View": [
|
||||
"نما"
|
||||
],
|
||||
"View OCR text": [
|
||||
""
|
||||
],
|
||||
"View on map": [
|
||||
"نمایش بر روی نقشه"
|
||||
],
|
||||
@ -3218,14 +3427,20 @@
|
||||
"Voice typing...": [
|
||||
"تایپ صوتی..."
|
||||
],
|
||||
"Waiting for authorisation...": [
|
||||
"در انتظار احراز هویت..."
|
||||
],
|
||||
"Warning": [
|
||||
"هشدار"
|
||||
],
|
||||
"Warning: not all resources shown for performance reasons (limit: %s).": [
|
||||
"هشدار: همه منابع به دلایل عملکرد نشان داده نمی شوند (محدود: %s)."
|
||||
],
|
||||
"Warnings:\n%s": [
|
||||
"هشدارها: %s"
|
||||
"We have a system for reporting and removing problematic plugins.": [
|
||||
""
|
||||
],
|
||||
"We mark plugins developed by trusted Joplin community members as \"recommended\".": [
|
||||
""
|
||||
],
|
||||
"Web Clipper": [
|
||||
"Web Clipper"
|
||||
@ -3258,10 +3473,10 @@
|
||||
"زمان ساخت یک فهرست کار جدید:"
|
||||
],
|
||||
"When enabled, the application will scan your attachments and extract the text from it. This will allow you to search for text in these attachments.": [
|
||||
""
|
||||
"وقتی فعال باشد، برنامه پیوست های شما را اسکن کرده و متن را از آن استخراج می کند. این به شما امکان می دهد متن را در این پیوست ها جستجو کنید."
|
||||
],
|
||||
"Window unresponsive.": [
|
||||
""
|
||||
"صفحه پاسخگو نیست."
|
||||
],
|
||||
"Words": [
|
||||
"کلمات"
|
||||
@ -3282,7 +3497,7 @@
|
||||
"شما در شرف پیوست کردن یک تصویر بزرگ هستید (%dx%d پیکسل). آیا می خواهید اندازه آن را قبل از پیوست کردن به %d پیکسل تغییر دهید؟"
|
||||
],
|
||||
"You are logged in into Joplin Cloud, you can leave this screen now.": [
|
||||
""
|
||||
"شما به سرویس ابری Joplin وارد شده اید، اکنون می توانید این صفحه را ترک کنید."
|
||||
],
|
||||
"You currently have no notebooks.": [
|
||||
"شما در حال حاضر دفترچهای ندارید."
|
||||
@ -3296,6 +3511,12 @@
|
||||
"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.": [
|
||||
"میتوانید از ابزار زیر برای رمزگذاری مجدد دادههای خود استفاده کنید، برای مثال اگر میدانید برخی از یادداشتهای شما با روش رمزگذاری منسوخ رمزگذاری شدهاند."
|
||||
],
|
||||
"You were unable to connect to Joplin Cloud. Please check your credentials and try again. Error:": [
|
||||
"شما نتوانستید به سرویس ابری Joplin متصل شوید. لطفا اعتبارات خود را بررسی نمایید و دوباره امتحان کنید. خطا:"
|
||||
],
|
||||
"Your account doesn't have access to this feature": [
|
||||
""
|
||||
],
|
||||
"Your choice: ": [
|
||||
"انتخاب شما: "
|
||||
],
|
||||
|
@ -65,6 +65,9 @@
|
||||
"%s is not optimised for synchronising many small files so your initial synchronisation will be slow.": [
|
||||
""
|
||||
],
|
||||
"%s tab opened": [
|
||||
""
|
||||
],
|
||||
"%s: %d": [
|
||||
"%s: %d"
|
||||
],
|
||||
@ -155,6 +158,9 @@
|
||||
"Accept": [
|
||||
"Hyväksy"
|
||||
],
|
||||
"Accepted shares": [
|
||||
""
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
""
|
||||
],
|
||||
@ -209,12 +215,18 @@
|
||||
"All data, including notes, notebooks and tags will be permanently deleted.": [
|
||||
"Kaikki tiedot, mukaan lukien muistiinpanot, muistikirjat ja tunnisteet, poistetaan pysyvästi."
|
||||
],
|
||||
"All item sync failures have been marked as \"ignored\".": [
|
||||
""
|
||||
],
|
||||
"All notes": [
|
||||
"Kaikki muistiinpanot"
|
||||
],
|
||||
"All potential ports are in use - please report the issue at %s": [
|
||||
"Kaikki mahdolliset portit ovat käytössä - ilmoita ongelmasta osoitteessa %s"
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
""
|
||||
],
|
||||
"Also displays unset and hidden config variables.": [
|
||||
"Näyttää myös merkitsemättömät ja piilotetut konfigurointimuuttujat."
|
||||
],
|
||||
@ -224,6 +236,9 @@
|
||||
"Always": [
|
||||
"Aina"
|
||||
],
|
||||
"Always open %s files without asking.": [
|
||||
""
|
||||
],
|
||||
"Ambiguous notebook \"%s\". Please use notebook id instead - press \"ti\" to see the short notebook id or use $b for current selected notebook": [
|
||||
"Epäselvä muistikirja \"%s\". Käytä sen sijaan muistikirjan tunnusta - paina \"ti\" nähdäksesi lyhyen muistikirjan tunnuksen tai käytä $b nykyiselle valitulle muistikirjalle"
|
||||
],
|
||||
@ -344,6 +359,9 @@
|
||||
"Bulleted List": [
|
||||
"Luettelomerkitty luettelo"
|
||||
],
|
||||
"by %s": [
|
||||
""
|
||||
],
|
||||
"Can Share": [
|
||||
"Voit jakaa"
|
||||
],
|
||||
@ -509,9 +527,15 @@
|
||||
"Completed decryption.": [
|
||||
"Salaus on valmis."
|
||||
],
|
||||
"Completed with warnings:\n%s": [
|
||||
""
|
||||
],
|
||||
"Completed: %s (%s)": [
|
||||
"Valmis: %s (%s)"
|
||||
],
|
||||
"completion date": [
|
||||
""
|
||||
],
|
||||
"Compress old changes": [
|
||||
"Pakkaa vanhat muutokset"
|
||||
],
|
||||
@ -690,9 +714,6 @@
|
||||
"Dashboard": [
|
||||
"Koontinäyttö"
|
||||
],
|
||||
"Database v%s": [
|
||||
"Tietokanta v%s"
|
||||
],
|
||||
"Date": [
|
||||
"Päivämäärä"
|
||||
],
|
||||
@ -762,6 +783,9 @@
|
||||
"Deleted remote items: %d.": [
|
||||
"Poistetut etäkohteet: %d."
|
||||
],
|
||||
"Deletes notes permanently, skipping the trash.": [
|
||||
""
|
||||
],
|
||||
"Deletes the given notebook.": [
|
||||
"Poistaa annetun muistikirjan."
|
||||
],
|
||||
@ -1152,6 +1176,9 @@
|
||||
"Fail-safe: Do not wipe out local data when sync target is empty (often the result of a misconfiguration or bug)": [
|
||||
"Vikaturvallinen: Älä pyyhi paikallisia tietoja, kun synkronointikohde on tyhjä (usein virheellisen määritysvirheen tai virheen seurauksena)"
|
||||
],
|
||||
"Failed to leave share. Please verify that Joplin is connected to the internet and able to sync.\nError: %s": [
|
||||
""
|
||||
],
|
||||
"Fatal error:": [
|
||||
"Vakava virhe:"
|
||||
],
|
||||
@ -1197,9 +1224,6 @@
|
||||
"Focus title": [
|
||||
"Tarkennuksen otsikko"
|
||||
],
|
||||
"Folders": [
|
||||
"Kansiot"
|
||||
],
|
||||
"For debugging purpose only: export your profile to an external SD card.": [
|
||||
"Vain virheenkorjausta varten: vie profiilisi ulkoiselle SD-kortille."
|
||||
],
|
||||
@ -1282,6 +1306,9 @@
|
||||
"Help": [
|
||||
"Apua"
|
||||
],
|
||||
"Here's what we do to make plugins safer:": [
|
||||
""
|
||||
],
|
||||
"Hide %s": [
|
||||
"Piilota %s"
|
||||
],
|
||||
@ -1348,6 +1375,18 @@
|
||||
"Import": [
|
||||
"Tuo"
|
||||
],
|
||||
"Import failed. Make sure a JEX file was selected.\nDetails: %s": [
|
||||
""
|
||||
],
|
||||
"Import from JEX": [
|
||||
""
|
||||
],
|
||||
"Import notes from a JEX (Joplin Export) file.": [
|
||||
""
|
||||
],
|
||||
"Imported successfully!": [
|
||||
""
|
||||
],
|
||||
"Importing from \"%s\" as \"%s\" format. Please wait...": [
|
||||
"Tuodaan kohteesta \"%s\" as \"%s\" muodossa. Odota..."
|
||||
],
|
||||
@ -1384,6 +1423,9 @@
|
||||
"In: %s": [
|
||||
"Sisään: %s"
|
||||
],
|
||||
"Incompatible": [
|
||||
""
|
||||
],
|
||||
"Increase indent level": [
|
||||
"Lisää sisennystä"
|
||||
],
|
||||
@ -1462,6 +1504,9 @@
|
||||
"Joplin Cloud": [
|
||||
"Joplin Cloud"
|
||||
],
|
||||
"Joplin doesn't recognise the %s extension. Opening this file could be dangerous. What would you like to do?": [
|
||||
""
|
||||
],
|
||||
"Joplin Export Directory": [
|
||||
"Joplin vie hakemisto"
|
||||
],
|
||||
@ -1552,6 +1597,9 @@
|
||||
"Light": [
|
||||
"Vaalea"
|
||||
],
|
||||
"Like any software you install, plugins can potentially cause security issues or data loss.": [
|
||||
""
|
||||
],
|
||||
"Lines": [
|
||||
"Rivit"
|
||||
],
|
||||
@ -1694,6 +1742,9 @@
|
||||
"More than one item match \"%s\". Please narrow down your query.": [
|
||||
"Useampi kuin yksi kohta vastaa \"%s\". Tarkenna kyselyäsi."
|
||||
],
|
||||
"Most plugins have source code available for review on the plugin website.": [
|
||||
""
|
||||
],
|
||||
"Move %d notes to notebook \"%s\"?": [
|
||||
"Siirrä %d muistiinpanot muistikirjaan \"%s\"?"
|
||||
],
|
||||
@ -1718,6 +1769,9 @@
|
||||
"Never resize": [
|
||||
""
|
||||
],
|
||||
"New": [
|
||||
""
|
||||
],
|
||||
"New note": [
|
||||
"Uusi muistiinpano"
|
||||
],
|
||||
@ -1766,6 +1820,9 @@
|
||||
"No active notebook.": [
|
||||
"Ei aktiivista muistikirjaa."
|
||||
],
|
||||
"No incoming shares": [
|
||||
""
|
||||
],
|
||||
"No item with ID %s": [
|
||||
"Ei kohdetta tunnuksella %s"
|
||||
],
|
||||
@ -2024,9 +2081,6 @@
|
||||
"Please specify the notebook where the notes should be imported to.": [
|
||||
"Määritä muistikirja, johon muistiinpanot tuodaan."
|
||||
],
|
||||
"Please upgrade Joplin to use this plugin": [
|
||||
"Päivitä Joplin käyttääksesi tätä laajennusta"
|
||||
],
|
||||
"Please wait for all attachments to be downloaded and decrypted. You may also switch to %s to edit the note.": [
|
||||
"Odota, että kaikki liitteet ladataan ja puretaan. Voit myös vaihtaa kohtaan %s muokkaamaan muistiinpanoa."
|
||||
],
|
||||
@ -2039,9 +2093,15 @@
|
||||
"Plugin tools": [
|
||||
"Laajennustyökalut"
|
||||
],
|
||||
"Plugin WebView debugging": [
|
||||
""
|
||||
],
|
||||
"Plugins": [
|
||||
"Laajennukset"
|
||||
],
|
||||
"Plugins extend Joplin with features that are not present by default. Plugins can extend Joplin's editor, viewer, and more.": [
|
||||
""
|
||||
],
|
||||
"Portrait": [
|
||||
"Pystysuunta"
|
||||
],
|
||||
@ -2102,6 +2162,9 @@
|
||||
"Process user deletions": [
|
||||
"Käsittele käyttäjien poistot"
|
||||
],
|
||||
"Processing": [
|
||||
""
|
||||
],
|
||||
"Profile": [
|
||||
"Profiili"
|
||||
],
|
||||
@ -2219,6 +2282,12 @@
|
||||
"Replace: ": [
|
||||
"Vaihda: "
|
||||
],
|
||||
"Report an issue": [
|
||||
""
|
||||
],
|
||||
"Report fraudulent plugin": [
|
||||
""
|
||||
],
|
||||
"Reset application layout": [
|
||||
"Palauta sovelluksen asettelu"
|
||||
],
|
||||
@ -2480,6 +2549,9 @@
|
||||
"Source: ": [
|
||||
"Lähde: "
|
||||
],
|
||||
"Spacer": [
|
||||
""
|
||||
],
|
||||
"Specify the port that should be used by the API server. If not set, a default will be used.": [
|
||||
"Määritä portti, jota API palvelimen on käytettävä. Jos sitä ei ole määritetty, käytetään oletusarvoa."
|
||||
],
|
||||
@ -2654,6 +2726,9 @@
|
||||
"Take photo": [
|
||||
"Ota valokuva"
|
||||
],
|
||||
"Task \"%s\" failed with error: %s": [
|
||||
""
|
||||
],
|
||||
"Task list": [
|
||||
"Tehtävälista"
|
||||
],
|
||||
@ -2783,9 +2858,6 @@
|
||||
"There are unsaved changes.": [
|
||||
"On tallentamattomia muutoksia."
|
||||
],
|
||||
"There is currently no notebook. Create one by clicking on \"New notebook\".": [
|
||||
"Tällä hetkellä ei ole muistikirjaa. Luo uusi napsauttamalla \"Uusi muistikirja\"."
|
||||
],
|
||||
"There is no data to export.": [
|
||||
"Vietäviä tietoja ei ole."
|
||||
],
|
||||
@ -2795,6 +2867,9 @@
|
||||
"There was an error downloading this attachment:": [
|
||||
"Tämän liitteen lataamisessa tapahtui virhe:"
|
||||
],
|
||||
"These items failed to sync, but have been marked as \"ignored\". They won't cause the sync warning to appear, but still aren't synced. To unignore, click \"retry\".": [
|
||||
""
|
||||
],
|
||||
"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).": [
|
||||
"Nämä kohteet pysyvät laitteessa, mutta niitä ei ladata synkronointikohteeseen. Löytääksesi nämä kohteet, etsi joko otsikko tai tunnus (joka näkyy edellä olevissa hakasulkeissa)."
|
||||
],
|
||||
@ -2804,6 +2879,9 @@
|
||||
"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 does not have OCR data (Status: %s)": [
|
||||
""
|
||||
],
|
||||
"This attachment is not downloaded or not decrypted yet": [
|
||||
"Tätä liitettä ei ole vielä ladattu tai sitä ei ole vielä purettu"
|
||||
],
|
||||
@ -2828,12 +2906,18 @@
|
||||
"This note has no history": [
|
||||
"Tällä muistiinpanolla ei ole historiaa"
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
"This Rich Text editor has a number of limitations and it is recommended to be aware of them before using it.": [
|
||||
"Tällä Rich Text -editorilla on useita rajoituksia, on suositeltavaa olla tietoinen niistä ennen sen käyttöä."
|
||||
],
|
||||
"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.": [
|
||||
"Tämän palvelun avulla selainlaajennus voi olla yhteydessä Jopliniin. Kun se otetaan käyttöön, palomuuri voi pyytää sinua antamaan Joplinille luvan kuunnella tiettyä porttia."
|
||||
],
|
||||
"This subfolder of the trash has no notes.": [
|
||||
""
|
||||
],
|
||||
"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.": [
|
||||
"Antaa Joplinille mahdollisuuden toimia taustalla. On suositeltavaa ottaa tämä asetus käyttöön, jotta muistiinpanoja synkronoidaan jatkuvasti, näin vähennetään ristiriitojen määrää."
|
||||
],
|
||||
@ -2966,9 +3050,6 @@
|
||||
"Unable to edit resource of type %s": [
|
||||
""
|
||||
],
|
||||
"Unable to export or share data. Reason: %s": [
|
||||
""
|
||||
],
|
||||
"Unable to share log data. Reason: %s": [
|
||||
""
|
||||
],
|
||||
@ -3095,6 +3176,9 @@
|
||||
"View": [
|
||||
"Näytä"
|
||||
],
|
||||
"View OCR text": [
|
||||
""
|
||||
],
|
||||
"View on map": [
|
||||
"Näytä kartalla"
|
||||
],
|
||||
@ -3119,6 +3203,12 @@
|
||||
"Warning: not all resources shown for performance reasons (limit: %s).": [
|
||||
"Varoitus: kaikkia resursseja ei näytetä suorituskyvyn vuoksi (raja: %s)."
|
||||
],
|
||||
"We have a system for reporting and removing problematic plugins.": [
|
||||
""
|
||||
],
|
||||
"We mark plugins developed by trusted Joplin community members as \"recommended\".": [
|
||||
""
|
||||
],
|
||||
"Web Clipper": [
|
||||
"Web Clipper"
|
||||
],
|
||||
@ -3188,6 +3278,9 @@
|
||||
"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.": [
|
||||
"Voit käyttää alla olevaa työkalua tietojen salaamiseen uudelleen, esimerkiksi jos tiedät, että osa muistiinpanoistasi on salattu vanhentuneella salausmenetelmällä."
|
||||
],
|
||||
"Your account doesn't have access to this feature": [
|
||||
""
|
||||
],
|
||||
"Your choice: ": [
|
||||
"Sinun valintasi: "
|
||||
],
|
||||
|
@ -29,6 +29,9 @@
|
||||
"%d notes match this pattern. Delete them?": [
|
||||
"%d notes correspondent à ce motif. Les supprimer ?"
|
||||
],
|
||||
"%d notes will be permanently deleted. Continue?": [
|
||||
"%d notes seront définitivement supprimées. Continuer ?"
|
||||
],
|
||||
"%s": [
|
||||
"%s"
|
||||
],
|
||||
@ -65,6 +68,9 @@
|
||||
"%s is not optimised for synchronising many small files so your initial synchronisation will be slow.": [
|
||||
"%s n'est pas optimisé pour synchroniser de nombreux petits fichiers, votre synchronisation initiale sera donc lente."
|
||||
],
|
||||
"%s tab opened": [
|
||||
"Onglet %s ouvert"
|
||||
],
|
||||
"%s: %d": [
|
||||
"%s : %d"
|
||||
],
|
||||
@ -161,6 +167,9 @@
|
||||
"Accept": [
|
||||
"Accepter"
|
||||
],
|
||||
"Accepted shares": [
|
||||
"Partages acceptés"
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
"Accès non-autorisé : Veuillez vérifier votre nom et mot de passe"
|
||||
],
|
||||
@ -215,12 +224,18 @@
|
||||
"All data, including notes, notebooks and tags will be permanently deleted.": [
|
||||
"Toutes vos données, y compris les notes, carnets et étiquettes seront effacés de façon permanente."
|
||||
],
|
||||
"All item sync failures have been marked as \"ignored\".": [
|
||||
"Tous les échecs de synchronisation ont été marqués comme \"ignorés\"."
|
||||
],
|
||||
"All notes": [
|
||||
"Toutes les notes"
|
||||
],
|
||||
"All potential ports are in use - please report the issue at %s": [
|
||||
"Tous les ports sont en cours d'utilisation. Veuillez signaler ce problème sur %s"
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
"Permet le débogage des plugins mobiles. Voir %s pour plus de détails."
|
||||
],
|
||||
"Also displays unset and hidden config variables.": [
|
||||
"Afficher également les variables cachées."
|
||||
],
|
||||
@ -233,6 +248,9 @@
|
||||
"Always ask": [
|
||||
"Toujours demander"
|
||||
],
|
||||
"Always open %s files without asking.": [
|
||||
"Toujours ouvrir les fichiers %s sans demander."
|
||||
],
|
||||
"Always resize": [
|
||||
"Toujours redimensionner"
|
||||
],
|
||||
@ -359,6 +377,9 @@
|
||||
"Bulleted List": [
|
||||
"Liste à puces"
|
||||
],
|
||||
"by %s": [
|
||||
"par %s"
|
||||
],
|
||||
"Can Share": [
|
||||
"Peut partager"
|
||||
],
|
||||
@ -506,6 +527,9 @@
|
||||
"Collapse": [
|
||||
"Développer"
|
||||
],
|
||||
"Collapse %s": [
|
||||
"Réduire %s"
|
||||
],
|
||||
"Coming alarms": [
|
||||
"Alarmes à venir"
|
||||
],
|
||||
@ -533,9 +557,15 @@
|
||||
"Completed decryption.": [
|
||||
"Déchiffrement complété."
|
||||
],
|
||||
"Completed with warnings:\n%s": [
|
||||
"Complété avec des avertissements :\n%s"
|
||||
],
|
||||
"Completed: %s (%s)": [
|
||||
"Terminé : %s (%s)"
|
||||
],
|
||||
"completion date": [
|
||||
"date d'achèvement"
|
||||
],
|
||||
"Compress old changes": [
|
||||
"Compresser les vieux changements"
|
||||
],
|
||||
@ -615,6 +645,9 @@
|
||||
"Copy token": [
|
||||
"Copier le code"
|
||||
],
|
||||
"Copy version info": [
|
||||
"Copier les informations sur la version"
|
||||
],
|
||||
"Could not authorise application:\n\n%s\n\nPlease try again.": [
|
||||
"Impossible d'autoriser le logiciel :\n\n%s\n\nVeuillez réessayer."
|
||||
],
|
||||
@ -735,9 +768,6 @@
|
||||
"Dashboard": [
|
||||
"Tableau de bord"
|
||||
],
|
||||
"Database v%s": [
|
||||
"Base de données v%s"
|
||||
],
|
||||
"Date": [
|
||||
"Date"
|
||||
],
|
||||
@ -816,6 +846,9 @@
|
||||
"Deleted remote items: %d.": [
|
||||
"Objets distants suppr. : %d."
|
||||
],
|
||||
"Deletes notes permanently, skipping the trash.": [
|
||||
"Supprime les notes définitivement, en sautant la corbeille."
|
||||
],
|
||||
"Deletes the given notebook.": [
|
||||
"Supprimer le carnet."
|
||||
],
|
||||
@ -954,6 +987,9 @@
|
||||
"Due": [
|
||||
"Date limite"
|
||||
],
|
||||
"due date": [
|
||||
"date d'échéance"
|
||||
],
|
||||
"Duplicate": [
|
||||
"Dupliquer"
|
||||
],
|
||||
@ -1095,6 +1131,9 @@
|
||||
"Enable PDF viewer": [
|
||||
"Activer visionneuse PDF"
|
||||
],
|
||||
"Enable plugin support": [
|
||||
"Activer la prise en charge des plugins"
|
||||
],
|
||||
"Enable soft breaks": [
|
||||
"Activer retours à la ligne \"doux\""
|
||||
],
|
||||
@ -1197,6 +1236,9 @@
|
||||
"Expand": [
|
||||
"Ouvrir"
|
||||
],
|
||||
"Expand %s": [
|
||||
"Développer %s"
|
||||
],
|
||||
"Export": [
|
||||
"Exporter"
|
||||
],
|
||||
@ -1215,9 +1257,6 @@
|
||||
"Export profile": [
|
||||
"Exporter le profil"
|
||||
],
|
||||
"Export your data": [
|
||||
"Exporter vos données"
|
||||
],
|
||||
"Exported successfully!": [
|
||||
"Exporté avec succès !"
|
||||
],
|
||||
@ -1245,6 +1284,9 @@
|
||||
"Fail-safe: Do not wipe out local data when sync target is empty (often the result of a misconfiguration or bug)": [
|
||||
"Sécurité : Ne pas supprimer toutes les données lorsque la cible de synchronisation est vide (souvent à cause d'un bug ou d'un problème de config)"
|
||||
],
|
||||
"Failed to leave share. Please verify that Joplin is connected to the internet and able to sync.\nError: %s": [
|
||||
"Impossible de quitter le partage. Veuillez vérifier que Joplin est connecté à Internet et capable de synchroniser.\nErreur : %s"
|
||||
],
|
||||
"Fatal error:": [
|
||||
"Erreur fatale :"
|
||||
],
|
||||
@ -1293,9 +1335,6 @@
|
||||
"Focus title": [
|
||||
"Curseur sur le titre"
|
||||
],
|
||||
"Folders": [
|
||||
"Carnets"
|
||||
],
|
||||
"For debugging purpose only: export your profile to an external SD card.": [
|
||||
"Seulement pour du débogage : exporter votre profil vers une carte SD externe."
|
||||
],
|
||||
@ -1381,6 +1420,9 @@
|
||||
"Help": [
|
||||
"Aide"
|
||||
],
|
||||
"Here's what we do to make plugins safer:": [
|
||||
"Voici ce que nous faisons pour rendre les plugins plus sûrs :"
|
||||
],
|
||||
"Hermes enabled: %d": [
|
||||
"Hermes activé : %d"
|
||||
],
|
||||
@ -1447,18 +1489,42 @@
|
||||
"Ignore TLS certificate errors": [
|
||||
"Ignorer les erreurs de certificats TLS"
|
||||
],
|
||||
"Ignored items that cannot be synchronised": [
|
||||
"Ignorés les objets qui ne peuvent pas être synchronisés"
|
||||
],
|
||||
"Images": [
|
||||
"Images"
|
||||
],
|
||||
"Import": [
|
||||
"Importer"
|
||||
],
|
||||
"Import and Export": [
|
||||
"Importer et exporter"
|
||||
],
|
||||
"Import failed. Make sure a JEX file was selected.\nDetails: %s": [
|
||||
"L'importation a échoué. Assurez-vous qu'un fichier JEX a été sélectionné.\nDétails : %s"
|
||||
],
|
||||
"Import from JEX": [
|
||||
"Importer depuis JEX"
|
||||
],
|
||||
"Import notes from a JEX (Joplin Export) file.": [
|
||||
"Importez des notes à partir d'un fichier JEX (Joplin Export)."
|
||||
],
|
||||
"Import or export your data": [
|
||||
"Importez ou exportez vos données"
|
||||
],
|
||||
"Imported successfully!": [
|
||||
"Importé avec succès !"
|
||||
],
|
||||
"Importing from \"%s\" as \"%s\" format. Please wait...": [
|
||||
"Importer depuis \"%s\" au format \"%s\". Veuillez patienter…"
|
||||
],
|
||||
"Importing notes...": [
|
||||
"Importation des notes…"
|
||||
],
|
||||
"Importing...": [
|
||||
"Importation..."
|
||||
],
|
||||
"Imports data into Joplin.": [
|
||||
"Importer des données dans Joplin."
|
||||
],
|
||||
@ -1489,6 +1555,9 @@
|
||||
"In: %s": [
|
||||
"Dans : %s"
|
||||
],
|
||||
"Incompatible": [
|
||||
"Incompatible"
|
||||
],
|
||||
"Increase indent level": [
|
||||
"Augmenter le niveau d'indentation"
|
||||
],
|
||||
@ -1570,6 +1639,12 @@
|
||||
"Joplin Cloud Login": [
|
||||
"Connexion à Joplin Cloud"
|
||||
],
|
||||
"Joplin Desktop": [
|
||||
"Joplin Desktop"
|
||||
],
|
||||
"Joplin doesn't recognise the %s extension. Opening this file could be dangerous. What would you like to do?": [
|
||||
"Joplin ne reconnaît pas l'extension %s. L'ouverture de ce fichier pourrait être dangereuse. Que souhaitez-vous faire ?"
|
||||
],
|
||||
"Joplin Export Directory": [
|
||||
"Dossier d'export Joplin"
|
||||
],
|
||||
@ -1582,6 +1657,9 @@
|
||||
"Joplin Forum": [
|
||||
"Forum Joplin"
|
||||
],
|
||||
"Joplin Mobile": [
|
||||
"Joplin Mobile"
|
||||
],
|
||||
"Joplin Server": [
|
||||
"Serveur Joplin"
|
||||
],
|
||||
@ -1651,6 +1729,9 @@
|
||||
"Layout button sequence": [
|
||||
"Ordre des actions du bouton de disposition"
|
||||
],
|
||||
"Learn more": [
|
||||
"En savoir plus"
|
||||
],
|
||||
"Leave it blank to download the language files from the default website": [
|
||||
"Le laisser blanc pour télécharger les fichiers de langue par défaut"
|
||||
],
|
||||
@ -1666,6 +1747,9 @@
|
||||
"Light": [
|
||||
"Clair"
|
||||
],
|
||||
"Like any software you install, plugins can potentially cause security issues or data loss.": [
|
||||
"Comme tout logiciel que vous installez, les plugins peuvent potentiellement entraîner des problèmes de sécurité ou des pertes de données."
|
||||
],
|
||||
"Lines": [
|
||||
"Lignes"
|
||||
],
|
||||
@ -1739,6 +1823,9 @@
|
||||
"Manage profiles": [
|
||||
"Gérer les profils"
|
||||
],
|
||||
"Manage shared notebooks": [
|
||||
"Gérer les carnets partagés"
|
||||
],
|
||||
"Manage your plugins": [
|
||||
"Gérer vos modules"
|
||||
],
|
||||
@ -1814,6 +1901,9 @@
|
||||
"More than one item match \"%s\". Please narrow down your query.": [
|
||||
"Plus d'un objet correspond à \"%s\". Veuillez préciser votre requête."
|
||||
],
|
||||
"Most plugins have source code available for review on the plugin website.": [
|
||||
"La plupart des plugins ont leur code source disponible sur le site web du plugin."
|
||||
],
|
||||
"Move %d notes to notebook \"%s\"?": [
|
||||
"Déplacer %d notes vers carnet \"%s\" ?"
|
||||
],
|
||||
@ -1841,6 +1931,9 @@
|
||||
"Never resize": [
|
||||
"Ne jamais redimensionner"
|
||||
],
|
||||
"New": [
|
||||
"Nouveau"
|
||||
],
|
||||
"New note": [
|
||||
"Nouvelle note"
|
||||
],
|
||||
@ -1889,6 +1982,12 @@
|
||||
"No active notebook.": [
|
||||
"Aucun carnet actif."
|
||||
],
|
||||
"No description": [
|
||||
"Pas de description"
|
||||
],
|
||||
"No incoming shares": [
|
||||
""
|
||||
],
|
||||
"No item with ID %s": [
|
||||
"Aucun objet avec identifiant %s"
|
||||
],
|
||||
@ -1913,6 +2012,9 @@
|
||||
"No suggestions": [
|
||||
"Pas de suggestions"
|
||||
],
|
||||
"No tab selected": [
|
||||
"Aucun onglet sélectionné"
|
||||
],
|
||||
"No text editor is defined. Please set it using `config editor <editor-path>`": [
|
||||
"Aucun éditeur de texte n'est défini. Veuillez le définir en utilisant la commande `config editor <chemin-editeur>`"
|
||||
],
|
||||
@ -1997,6 +2099,9 @@
|
||||
"Notebook: %s": [
|
||||
"Carnet : %s"
|
||||
],
|
||||
"Notebook: %s (%s)": [
|
||||
"Carnet : %s (%s)"
|
||||
],
|
||||
"Notebooks": [
|
||||
"Carnets"
|
||||
],
|
||||
@ -2048,12 +2153,18 @@
|
||||
"Open %s": [
|
||||
"Ouvrir %s"
|
||||
],
|
||||
"Open it": [
|
||||
"L'ouvrir"
|
||||
],
|
||||
"Open PDF viewer": [
|
||||
"Ouvrir visionneuse PDF"
|
||||
],
|
||||
"Open profile directory": [
|
||||
"Ouvrir le dossier des paramètres"
|
||||
],
|
||||
"Open Source": [
|
||||
"Open Source"
|
||||
],
|
||||
"Open Sync Wizard...": [
|
||||
"Ouvrir l'assistant de synchronisation…"
|
||||
],
|
||||
@ -2117,9 +2228,15 @@
|
||||
"Permanently delete note \"%s\"?": [
|
||||
"Supprimer définitivement la note \"%s\" ?"
|
||||
],
|
||||
"Permanently delete notebook \"%s\"?\n\nAll notes and sub-notebooks within this notebook will be permanently deleted.": [
|
||||
"Supprimer définitivement le carnet \"%s\" ?\n\nToutes les notes et sous-carnets de ce carnet seront définitivement supprimés."
|
||||
],
|
||||
"Permanently delete these %d notes?": [
|
||||
"Supprimer définitivement ces %d notes ?"
|
||||
],
|
||||
"Permanently deletes the notebook, skipping the trash.": [
|
||||
"Supprime définitivement le carnet, en ignorant la corbeille."
|
||||
],
|
||||
"Permission needed": [
|
||||
"Permission requise"
|
||||
],
|
||||
@ -2159,8 +2276,8 @@
|
||||
"Please specify the notebook where the notes should be imported to.": [
|
||||
"Veuillez sélectionner le carnet où les notes doivent être importées."
|
||||
],
|
||||
"Please upgrade Joplin to use this plugin": [
|
||||
"Veuillez mettre Joplin à jour pour utiliser ce plugin"
|
||||
"Please upgrade Joplin to version %s or later to use this plugin.": [
|
||||
"Veuillez mettre à niveau Joplin vers la version %s ou une version ultérieure pour utiliser ce plugin."
|
||||
],
|
||||
"Please wait for all attachments to be downloaded and decrypted. You may also switch to %s to edit the note.": [
|
||||
"Veuillez patienter jusqu'à ce que tous les fichiers joints soient téléchargés et déchiffrés. Vous pouvez également éditer la note maintenant en passant au mode %s."
|
||||
@ -2171,18 +2288,30 @@
|
||||
"Plugin message": [
|
||||
"Message du module"
|
||||
],
|
||||
"Plugin panels": [
|
||||
"Panneaux de plugins"
|
||||
],
|
||||
"Plugin repository failed to load": [
|
||||
"Le dépôt des modules n'a pas pu être chargé"
|
||||
],
|
||||
"Plugin search": [
|
||||
"Recherche de module"
|
||||
],
|
||||
"Plugin security": [
|
||||
"Sécurité des plugins"
|
||||
],
|
||||
"Plugin tools": [
|
||||
"Outils pour modules"
|
||||
],
|
||||
"Plugin WebView debugging": [
|
||||
"Débogage de la WebView des plugins"
|
||||
],
|
||||
"Plugins": [
|
||||
"Modules"
|
||||
],
|
||||
"Plugins extend Joplin with features that are not present by default. Plugins can extend Joplin's editor, viewer, and more.": [
|
||||
"Les plugins étendent Joplin avec des fonctionnalités qui ne sont pas présentes par défaut. Les plugins peuvent étendre l'éditeur, la visionneuse et bien plus encore."
|
||||
],
|
||||
"Portrait": [
|
||||
"Portrait"
|
||||
],
|
||||
@ -2243,6 +2372,9 @@
|
||||
"Process user deletions": [
|
||||
"Traiter la suppression d'utilisateurs"
|
||||
],
|
||||
"Processing": [
|
||||
"Traitement"
|
||||
],
|
||||
"Profile": [
|
||||
"Profil"
|
||||
],
|
||||
@ -2315,6 +2447,9 @@
|
||||
"Recommended": [
|
||||
"Recommandé"
|
||||
],
|
||||
"Recommended plugins": [
|
||||
"Plugins recommandés"
|
||||
],
|
||||
"Redo": [
|
||||
"Rétablir"
|
||||
],
|
||||
@ -2363,6 +2498,15 @@
|
||||
"Replace: ": [
|
||||
"Remplacer : "
|
||||
],
|
||||
"Report an issue": [
|
||||
"Signaler un problème"
|
||||
],
|
||||
"Report fraudulent plugin": [
|
||||
"Signaler un plugin frauduleux"
|
||||
],
|
||||
"Report system": [
|
||||
"Système de rapport"
|
||||
],
|
||||
"Reset application layout": [
|
||||
"Restaurer la disposition de l'interface"
|
||||
],
|
||||
@ -2549,6 +2693,9 @@
|
||||
"Share a notebook with others": [
|
||||
"Partager des carnets avec d'autres personnes"
|
||||
],
|
||||
"Share from %s (%s)": [
|
||||
"Partager depuis %s (%s)"
|
||||
],
|
||||
"Share Notebook": [
|
||||
"Partager le carnet"
|
||||
],
|
||||
@ -2558,6 +2705,9 @@
|
||||
"Share permissions": [
|
||||
"Gestion des autorisations de partage"
|
||||
],
|
||||
"Shares": [
|
||||
"Partages"
|
||||
],
|
||||
"Sharing notebook...": [
|
||||
"Partage du carnet…"
|
||||
],
|
||||
@ -2582,6 +2732,9 @@
|
||||
"Show disabled keys": [
|
||||
"Afficher les clefs désactivées"
|
||||
],
|
||||
"Show monospace fonts only.": [
|
||||
"Afficher uniquement les polices monospace."
|
||||
],
|
||||
"Show more actions": [
|
||||
"Afficher plus d'actions"
|
||||
],
|
||||
@ -2666,6 +2819,9 @@
|
||||
"Source: ": [
|
||||
"Source : "
|
||||
],
|
||||
"Spacer": [
|
||||
"Espaceur"
|
||||
],
|
||||
"Specify the port that should be used by the API server. If not set, a default will be used.": [
|
||||
"Détermine quel port sera utilisé par le serveur API. Si aucun n'est spécifié, un port par défaut sera utilisé."
|
||||
],
|
||||
@ -2843,6 +2999,9 @@
|
||||
"Take photo": [
|
||||
"Prendre une photo"
|
||||
],
|
||||
"Task \"%s\" failed with error: %s": [
|
||||
"La tâche \"%s\" a échoué avec l'erreur : %s"
|
||||
],
|
||||
"Task list": [
|
||||
"Liste de tâches"
|
||||
],
|
||||
@ -2992,12 +3151,12 @@
|
||||
"There are currently no notes. Create one by clicking on the (+) button.": [
|
||||
"Ce carnet ne contient aucune note. Créez‑en une en appuyant sur le bouton (+)."
|
||||
],
|
||||
"There are no notes in the trash folder.": [
|
||||
"Il n'y a aucune note dans la corbeille."
|
||||
],
|
||||
"There are unsaved changes.": [
|
||||
"Il y a des modifications non enregistrées."
|
||||
],
|
||||
"There is currently no notebook. Create one by clicking on \"New notebook\".": [
|
||||
"Il n'y a pour l'instant aucun carnet. Créez‑en un en cliquant sur \"Nouveau carnet\"."
|
||||
],
|
||||
"There is no data to export.": [
|
||||
"Il n'y a pas de données à exporter."
|
||||
],
|
||||
@ -3007,6 +3166,9 @@
|
||||
"There was an error downloading this attachment:": [
|
||||
"Il y a eu une erreur lors du téléchargement de ce fichier :"
|
||||
],
|
||||
"These items failed to sync, but have been marked as \"ignored\". They won't cause the sync warning to appear, but still aren't synced. To unignore, click \"retry\".": [
|
||||
"Ces objets n'ont pas pu être synchronisés, mais ont été marqués comme \"ignorés\". Ils ne provoqueront pas l’apparition de l’avertissement de synchronisation, mais ne seront pas synchronisés. Pour annuler ceci, cliquez sur \"Réessayer\"."
|
||||
],
|
||||
"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).": [
|
||||
"Ces objets resteront sur l'appareil mais ne seront pas envoyé sur la cible de la synchronisation. Pour trouver ces objets, faite une recherche sur le titre ou l'identifiant de l'objet (affiché ci‑dessus entre parenthèses)."
|
||||
],
|
||||
@ -3016,6 +3178,9 @@
|
||||
"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\".": [
|
||||
"Cela peut permettre à un utilisateur de partager un carnet avec vous, pour que vous puissiez collaborer dessus. Cela ne vous permet cependant pas de partager un carnet avec d'autres, sauf si vous avez la fonctionnalité \"%s\"."
|
||||
],
|
||||
"This attachment does not have OCR data (Status: %s)": [
|
||||
"Cette pièce jointe ne contient pas de données OCR (Statut : %s)"
|
||||
],
|
||||
"This attachment is not downloaded or not decrypted yet": [
|
||||
"Cet fichier n'est pas téléchargé ou pas encore déchiffré"
|
||||
],
|
||||
@ -3055,12 +3220,18 @@
|
||||
"This note has no history": [
|
||||
"Cette note n'a pas d'historique"
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
"Ce plugin ne prend pas en charge %s."
|
||||
],
|
||||
"This Rich Text editor has a number of limitations and it is recommended to be aware of them before using it.": [
|
||||
"Cet éditeur de texte enrichi a certaines limitations, et il est recommandé de les connaître avant de l'utiliser."
|
||||
],
|
||||
"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.": [
|
||||
"Le service permet au module complémentaire de communiquer avec Joplin. Lorsque vous aller l'activer, il se pourrait que votre pare feu vous demande d'autoriser l'application Joplin."
|
||||
],
|
||||
"This subfolder of the trash has no notes.": [
|
||||
"Ce sous-carnet de la corbeille ne contient aucune note."
|
||||
],
|
||||
"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.": [
|
||||
"Cela permettra à Joplin de s'exécuter en arrière‑plan. Il est recommandé d'activer ce réglage pour que vos notes soient constamment synchronisées, donc réduire le nombre de conflits."
|
||||
],
|
||||
@ -3070,6 +3241,9 @@
|
||||
"This will permanently delete all items in the trash. Continue?": [
|
||||
"Cela supprimera définitivement tous les éléments de la corbeille. Continuer?"
|
||||
],
|
||||
"This will permanently delete the note \"%s\". Continue?": [
|
||||
"Cela supprimera définitivement la note \"%s\". Continuer?"
|
||||
],
|
||||
"This will remove the notebook from your collection and you will no longer have access to its content. Do you wish to continue?": [
|
||||
"Cela enlèvera le carnet de votre collection et vous n'aurez plus accès à son contenu. Souhaitez vous continuer ?"
|
||||
],
|
||||
@ -3202,9 +3376,6 @@
|
||||
"Unable to edit resource of type %s": [
|
||||
"Impossible de modifier un attachement de type %s"
|
||||
],
|
||||
"Unable to export or share data. Reason: %s": [
|
||||
"Impossible d'exporter les données : %s"
|
||||
],
|
||||
"Unable to share log data. Reason: %s": [
|
||||
"Impossible de partager le log. Raison : %s"
|
||||
],
|
||||
@ -3217,6 +3388,9 @@
|
||||
"Uninstall and reinstall the application. Make sure you create a backup first by exporting all your notes as JEX from the desktop application.": [
|
||||
"Désinstallez et réinstallez l'application. Assurez-vous d'abord de créer une sauvegarde en exportant toutes vos notes au format JEX à partir de l'application de bureau."
|
||||
],
|
||||
"Unknown file type": [
|
||||
"Type de fichier inconnu"
|
||||
],
|
||||
"Unknown flag: %s": [
|
||||
"Paramètre inconnu : %s"
|
||||
],
|
||||
@ -3331,6 +3505,9 @@
|
||||
"View": [
|
||||
"Affichage"
|
||||
],
|
||||
"View OCR text": [
|
||||
"Afficher le texte OCR"
|
||||
],
|
||||
"View on map": [
|
||||
"Voir sur carte"
|
||||
],
|
||||
@ -3358,8 +3535,11 @@
|
||||
"Warning: not all resources shown for performance reasons (limit: %s).": [
|
||||
"Attention : tous les fichiers ne sont pas affichés pour des raisons de performance (limite : %s)."
|
||||
],
|
||||
"Warnings:\n%s": [
|
||||
"Avertissements:\n%s"
|
||||
"We have a system for reporting and removing problematic plugins.": [
|
||||
"Nous disposons d'un système de signalement et de suppression des plugins problématiques."
|
||||
],
|
||||
"We mark plugins developed by trusted Joplin community members as \"recommended\".": [
|
||||
"Nous marquons les plugins développés par des membres de confiance de la communauté Joplin comme \"recommandés\"."
|
||||
],
|
||||
"Web Clipper": [
|
||||
"Web Clipper"
|
||||
@ -3385,6 +3565,9 @@
|
||||
"Welcome!": [
|
||||
"Bienvenue !"
|
||||
],
|
||||
"What are plugins?": [
|
||||
"Que sont les plugins ?"
|
||||
],
|
||||
"When creating a new note:": [
|
||||
"Lors de la création d'une note :"
|
||||
],
|
||||
@ -3430,6 +3613,12 @@
|
||||
"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.": [
|
||||
"Vous pouvez utiliser l'outil ci‑dessous pour re‑chiffrer vos données, par exemple si vous savez que certaines de vos notes sont chiffrées avec une méthode de chiffrage obsolète."
|
||||
],
|
||||
"You were unable to connect to Joplin Cloud. Please check your credentials and try again. Error:": [
|
||||
"Vous n'avez pas pu vous connecter à Joplin Cloud. Veuillez vérifier vos informations d'identification et réessayer. Erreur:"
|
||||
],
|
||||
"Your account doesn't have access to this feature": [
|
||||
"Votre compte n'a pas accès à cette fonctionnalité"
|
||||
],
|
||||
"Your choice: ": [
|
||||
"Votre choix : "
|
||||
],
|
||||
|
@ -53,6 +53,9 @@
|
||||
"%s is not optimised for synchronising many small files so your initial synchronisation will be slow.": [
|
||||
""
|
||||
],
|
||||
"%s tab opened": [
|
||||
""
|
||||
],
|
||||
"%s: %d notes": [
|
||||
"%s: %d notas"
|
||||
],
|
||||
@ -122,6 +125,9 @@
|
||||
"Accept": [
|
||||
""
|
||||
],
|
||||
"Accepted shares": [
|
||||
""
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
""
|
||||
],
|
||||
@ -158,9 +164,15 @@
|
||||
"All data, including notes, notebooks and tags will be permanently deleted.": [
|
||||
""
|
||||
],
|
||||
"All item sync failures have been marked as \"ignored\".": [
|
||||
""
|
||||
],
|
||||
"All potential ports are in use - please report the issue at %s": [
|
||||
""
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
""
|
||||
],
|
||||
"Also displays unset and hidden config variables.": [
|
||||
"Mostra tamén variábeis de configuración non estabelecidas e ocultas."
|
||||
],
|
||||
@ -170,6 +182,9 @@
|
||||
"Always ask": [
|
||||
""
|
||||
],
|
||||
"Always open %s files without asking.": [
|
||||
""
|
||||
],
|
||||
"Always resize": [
|
||||
""
|
||||
],
|
||||
@ -272,6 +287,9 @@
|
||||
"Bulleted List": [
|
||||
""
|
||||
],
|
||||
"by %s": [
|
||||
""
|
||||
],
|
||||
"Can Share": [
|
||||
""
|
||||
],
|
||||
@ -371,6 +389,9 @@
|
||||
"Collapse": [
|
||||
""
|
||||
],
|
||||
"Collapse %s": [
|
||||
""
|
||||
],
|
||||
"Coming alarms": [
|
||||
"Alarmas próximas"
|
||||
],
|
||||
@ -392,6 +413,12 @@
|
||||
"Completed decryption.": [
|
||||
"Descifrado completado."
|
||||
],
|
||||
"Completed with warnings:\n%s": [
|
||||
""
|
||||
],
|
||||
"completion date": [
|
||||
""
|
||||
],
|
||||
"Compress old changes": [
|
||||
""
|
||||
],
|
||||
@ -519,9 +546,6 @@
|
||||
"Dashboard": [
|
||||
""
|
||||
],
|
||||
"Database v%s": [
|
||||
""
|
||||
],
|
||||
"Date": [
|
||||
""
|
||||
],
|
||||
@ -555,6 +579,9 @@
|
||||
"Deleted remote items: %d.": [
|
||||
"Elementos remotos borrados: %d."
|
||||
],
|
||||
"Deletes notes permanently, skipping the trash.": [
|
||||
""
|
||||
],
|
||||
"Deletes the given notebook.": [
|
||||
"Eliminar o carderno indicado."
|
||||
],
|
||||
@ -840,6 +867,9 @@
|
||||
"Expand": [
|
||||
""
|
||||
],
|
||||
"Expand %s": [
|
||||
""
|
||||
],
|
||||
"Export": [
|
||||
"Exportar"
|
||||
],
|
||||
@ -867,6 +897,9 @@
|
||||
"Fail-safe: Do not wipe out local data when sync target is empty (often the result of a misconfiguration or bug)": [
|
||||
""
|
||||
],
|
||||
"Failed to leave share. Please verify that Joplin is connected to the internet and able to sync.\nError: %s": [
|
||||
""
|
||||
],
|
||||
"Fatal error:": [
|
||||
"Erro fatal:"
|
||||
],
|
||||
@ -900,9 +933,6 @@
|
||||
"Focus title": [
|
||||
"Foco no título"
|
||||
],
|
||||
"Folders": [
|
||||
"Cartafoles"
|
||||
],
|
||||
"For debugging purpose only: export your profile to an external SD card.": [
|
||||
""
|
||||
],
|
||||
@ -969,6 +999,9 @@
|
||||
"Heading": [
|
||||
""
|
||||
],
|
||||
"Here's what we do to make plugins safer:": [
|
||||
""
|
||||
],
|
||||
"Hide %s": [
|
||||
"Ocultar %s"
|
||||
],
|
||||
@ -1014,6 +1047,18 @@
|
||||
"Import": [
|
||||
"Importar"
|
||||
],
|
||||
"Import failed. Make sure a JEX file was selected.\nDetails: %s": [
|
||||
""
|
||||
],
|
||||
"Import from JEX": [
|
||||
""
|
||||
],
|
||||
"Import notes from a JEX (Joplin Export) file.": [
|
||||
""
|
||||
],
|
||||
"Imported successfully!": [
|
||||
""
|
||||
],
|
||||
"Importing from \"%s\" as \"%s\" format. Please wait...": [
|
||||
"Importando de «%s» como formato «%s». Agarde..."
|
||||
],
|
||||
@ -1047,6 +1092,9 @@
|
||||
"In progress": [
|
||||
"En proceso"
|
||||
],
|
||||
"Incompatible": [
|
||||
""
|
||||
],
|
||||
"Increase indent level": [
|
||||
""
|
||||
],
|
||||
@ -1101,6 +1149,9 @@
|
||||
"Joplin can synchronise your notes using various providers. Select one from the list below.": [
|
||||
""
|
||||
],
|
||||
"Joplin doesn't recognise the %s extension. Opening this file could be dangerous. What would you like to do?": [
|
||||
""
|
||||
],
|
||||
"Joplin Export Directory": [
|
||||
"Cartafol de exportación do Joplin"
|
||||
],
|
||||
@ -1167,6 +1218,9 @@
|
||||
"Layout button sequence": [
|
||||
""
|
||||
],
|
||||
"Learn more": [
|
||||
""
|
||||
],
|
||||
"Leave it blank to download the language files from the default website": [
|
||||
""
|
||||
],
|
||||
@ -1179,6 +1233,9 @@
|
||||
"Light": [
|
||||
"Claro"
|
||||
],
|
||||
"Like any software you install, plugins can potentially cause security issues or data loss.": [
|
||||
""
|
||||
],
|
||||
"Lines": [
|
||||
""
|
||||
],
|
||||
@ -1276,6 +1333,9 @@
|
||||
"More than one item match \"%s\". Please narrow down your query.": [
|
||||
"Hai máis dun elemento que coincide con «%s». Refine a busca."
|
||||
],
|
||||
"Most plugins have source code available for review on the plugin website.": [
|
||||
""
|
||||
],
|
||||
"Move %d notes to notebook \"%s\"?": [
|
||||
"Mover %d notas para o caderno \"%s\"?"
|
||||
],
|
||||
@ -1288,6 +1348,9 @@
|
||||
"Never resize": [
|
||||
""
|
||||
],
|
||||
"New": [
|
||||
""
|
||||
],
|
||||
"New note": [
|
||||
"Nova nota"
|
||||
],
|
||||
@ -1327,6 +1390,9 @@
|
||||
"No active notebook.": [
|
||||
"Ningún caderno activo."
|
||||
],
|
||||
"No incoming shares": [
|
||||
""
|
||||
],
|
||||
"No item with ID %s": [
|
||||
""
|
||||
],
|
||||
@ -1519,7 +1585,7 @@
|
||||
"Please specify the notebook where the notes should be imported to.": [
|
||||
"Indique o caderno ao que importar as notas."
|
||||
],
|
||||
"Please upgrade Joplin to use this plugin": [
|
||||
"Please upgrade Joplin to version %s or later to use this plugin.": [
|
||||
""
|
||||
],
|
||||
"Please wait for all attachments to be downloaded and decrypted. You may also switch to %s to edit the note.": [
|
||||
@ -1528,18 +1594,30 @@
|
||||
"Plugin message": [
|
||||
""
|
||||
],
|
||||
"Plugin panels": [
|
||||
""
|
||||
],
|
||||
"Plugin repository failed to load": [
|
||||
""
|
||||
],
|
||||
"Plugin search": [
|
||||
""
|
||||
],
|
||||
"Plugin security": [
|
||||
""
|
||||
],
|
||||
"Plugin tools": [
|
||||
""
|
||||
],
|
||||
"Plugin WebView debugging": [
|
||||
""
|
||||
],
|
||||
"Plugins": [
|
||||
""
|
||||
],
|
||||
"Plugins extend Joplin with features that are not present by default. Plugins can extend Joplin's editor, viewer, and more.": [
|
||||
""
|
||||
],
|
||||
"Portrait": [
|
||||
""
|
||||
],
|
||||
@ -1600,6 +1678,9 @@
|
||||
"Process user deletions": [
|
||||
""
|
||||
],
|
||||
"Processing": [
|
||||
""
|
||||
],
|
||||
"Profile": [
|
||||
""
|
||||
],
|
||||
@ -1651,6 +1732,9 @@
|
||||
"Recommended": [
|
||||
""
|
||||
],
|
||||
"Recommended plugins": [
|
||||
""
|
||||
],
|
||||
"Redo": [
|
||||
""
|
||||
],
|
||||
@ -1687,6 +1771,12 @@
|
||||
"Replace: ": [
|
||||
""
|
||||
],
|
||||
"Report an issue": [
|
||||
""
|
||||
],
|
||||
"Report fraudulent plugin": [
|
||||
""
|
||||
],
|
||||
"Resize large images:": [
|
||||
""
|
||||
],
|
||||
@ -1807,6 +1897,9 @@
|
||||
"Share permissions": [
|
||||
""
|
||||
],
|
||||
"Shares": [
|
||||
""
|
||||
],
|
||||
"Shortcuts are not available in CLI mode.": [
|
||||
"Os atallos non están dispoñíbeis no modo CLI."
|
||||
],
|
||||
@ -1873,6 +1966,9 @@
|
||||
"Source format: %s": [
|
||||
"Formato da orixe: %s"
|
||||
],
|
||||
"Spacer": [
|
||||
""
|
||||
],
|
||||
"Specify the port that should be used by the API server. If not set, a default will be used.": [
|
||||
""
|
||||
],
|
||||
@ -2005,6 +2101,9 @@
|
||||
"Tags": [
|
||||
"Etiquetas"
|
||||
],
|
||||
"Task \"%s\" failed with error: %s": [
|
||||
""
|
||||
],
|
||||
"Tasks": [
|
||||
""
|
||||
],
|
||||
@ -2130,11 +2229,11 @@
|
||||
"There are currently no notes. Create one by clicking on the (+) button.": [
|
||||
"Non ten notas actualmente. Cree unha premendo no botón (+)."
|
||||
],
|
||||
"There are unsaved changes.": [
|
||||
"There are no notes in the trash folder.": [
|
||||
""
|
||||
],
|
||||
"There is currently no notebook. Create one by clicking on \"New notebook\".": [
|
||||
"Este no é un caderno. Cree un, premendo en «Novo caderno»."
|
||||
"There are unsaved changes.": [
|
||||
""
|
||||
],
|
||||
"There is no data to export.": [
|
||||
"Non hai datos para exportar."
|
||||
@ -2145,6 +2244,9 @@
|
||||
"There was an error downloading this attachment:": [
|
||||
""
|
||||
],
|
||||
"These items failed to sync, but have been marked as \"ignored\". They won't cause the sync warning to appear, but still aren't synced. To unignore, click \"retry\".": [
|
||||
""
|
||||
],
|
||||
"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).": [
|
||||
"Estes elementos permanecerán no dispositivo pero non se enviarán ao destino de sincronización. Co fin de atopar estes elementos pode buscalos polo título ou polo ID (mostrados entre corchetes arriba)."
|
||||
],
|
||||
@ -2154,6 +2256,9 @@
|
||||
"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 does not have OCR data (Status: %s)": [
|
||||
""
|
||||
],
|
||||
"This attachment is not downloaded or not decrypted yet": [
|
||||
""
|
||||
],
|
||||
@ -2178,12 +2283,18 @@
|
||||
"This note has no content. Click on \"%s\" to toggle the editor and edit the note.": [
|
||||
"Esta nota non ten contido. Prema en «%s» para ir ao editor e modificar a nota."
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
"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.": [
|
||||
""
|
||||
],
|
||||
"This subfolder of the trash has no notes.": [
|
||||
""
|
||||
],
|
||||
"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.": [
|
||||
""
|
||||
],
|
||||
@ -2280,9 +2391,6 @@
|
||||
"Unable to edit resource of type %s": [
|
||||
""
|
||||
],
|
||||
"Unable to export or share data. Reason: %s": [
|
||||
""
|
||||
],
|
||||
"Unable to share log data. Reason: %s": [
|
||||
""
|
||||
],
|
||||
@ -2376,6 +2484,9 @@
|
||||
"Verify your identity": [
|
||||
""
|
||||
],
|
||||
"View OCR text": [
|
||||
""
|
||||
],
|
||||
"View on map": [
|
||||
"Ver no mapa"
|
||||
],
|
||||
@ -2397,7 +2508,10 @@
|
||||
"Warning: not all resources shown for performance reasons (limit: %s).": [
|
||||
""
|
||||
],
|
||||
"Warnings:\n%s": [
|
||||
"We have a system for reporting and removing problematic plugins.": [
|
||||
""
|
||||
],
|
||||
"We mark plugins developed by trusted Joplin community members as \"recommended\".": [
|
||||
""
|
||||
],
|
||||
"Web Clipper": [
|
||||
@ -2460,6 +2574,9 @@
|
||||
"You were unable to connect to Joplin Cloud. Please check your credentials and try again. Error:": [
|
||||
""
|
||||
],
|
||||
"Your account doesn't have access to this feature": [
|
||||
""
|
||||
],
|
||||
"Your choice: ": [
|
||||
"A súa elección: "
|
||||
],
|
||||
|
@ -65,6 +65,9 @@
|
||||
"%s is not optimised for synchronising many small files so your initial synchronisation will be slow.": [
|
||||
""
|
||||
],
|
||||
"%s tab opened": [
|
||||
""
|
||||
],
|
||||
"%s: %d": [
|
||||
"%s: %d"
|
||||
],
|
||||
@ -155,6 +158,9 @@
|
||||
"Accept": [
|
||||
"Prihvati"
|
||||
],
|
||||
"Accepted shares": [
|
||||
""
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
"Pristup odbijen: Provjeri svoje korisničko ime i lozinku"
|
||||
],
|
||||
@ -209,12 +215,18 @@
|
||||
"All data, including notes, notebooks and tags will be permanently deleted.": [
|
||||
"Svi podaci, uključujući bilješke, bilježnice i oznake će se trajno izbrisati."
|
||||
],
|
||||
"All item sync failures have been marked as \"ignored\".": [
|
||||
""
|
||||
],
|
||||
"All notes": [
|
||||
"Sve bilješke"
|
||||
],
|
||||
"All potential ports are in use - please report the issue at %s": [
|
||||
"Svi mogući priključci se koriste – prijavi problem na %s"
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
""
|
||||
],
|
||||
"Also displays unset and hidden config variables.": [
|
||||
"Također prikazuje nepostavljene i skrivene varijable konfiguracije."
|
||||
],
|
||||
@ -224,6 +236,9 @@
|
||||
"Always": [
|
||||
"Uvijek"
|
||||
],
|
||||
"Always open %s files without asking.": [
|
||||
""
|
||||
],
|
||||
"Ambiguous notebook \"%s\". Please use notebook id instead - press \"ti\" to see the short notebook id or use $b for current selected notebook": [
|
||||
"Nejednoznačna bilježnica „%s”. Umjesto toga koristi ID bilježnice – pritisni „ti” za prikaz kratkog ID-a bilježnice ili koristi $b za aktualno odabranu bilježnicu"
|
||||
],
|
||||
@ -344,6 +359,9 @@
|
||||
"Bulleted List": [
|
||||
"Popis s predznakom"
|
||||
],
|
||||
"by %s": [
|
||||
""
|
||||
],
|
||||
"Can Share": [
|
||||
"Može dijeliti"
|
||||
],
|
||||
@ -512,9 +530,15 @@
|
||||
"Completed decryption.": [
|
||||
"Dešifriranje je završeno."
|
||||
],
|
||||
"Completed with warnings:\n%s": [
|
||||
""
|
||||
],
|
||||
"Completed: %s (%s)": [
|
||||
"Završeno: %s (%s)"
|
||||
],
|
||||
"completion date": [
|
||||
""
|
||||
],
|
||||
"Compress old changes": [
|
||||
"Komprimiraj stare promjene"
|
||||
],
|
||||
@ -703,9 +727,6 @@
|
||||
"Dashboard": [
|
||||
"Pregledna ploča"
|
||||
],
|
||||
"Database v%s": [
|
||||
"Baza podataka v%s"
|
||||
],
|
||||
"Date": [
|
||||
"Datum"
|
||||
],
|
||||
@ -781,6 +802,9 @@
|
||||
"Deleted remote items: %d.": [
|
||||
"Izbrisani eksterni elementi: %d."
|
||||
],
|
||||
"Deletes notes permanently, skipping the trash.": [
|
||||
""
|
||||
],
|
||||
"Deletes the given notebook.": [
|
||||
"Briše zadanu bilježnicu."
|
||||
],
|
||||
@ -1186,6 +1210,9 @@
|
||||
"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 cilj sinkronizacije prazan (često se radi o krivoj konfiguraciji ili o programskoj grešci)"
|
||||
],
|
||||
"Failed to leave share. Please verify that Joplin is connected to the internet and able to sync.\nError: %s": [
|
||||
""
|
||||
],
|
||||
"Fatal error:": [
|
||||
"Fatalna greška:"
|
||||
],
|
||||
@ -1231,9 +1258,6 @@
|
||||
"Focus title": [
|
||||
"Fokusiraj naslov"
|
||||
],
|
||||
"Folders": [
|
||||
"Mape"
|
||||
],
|
||||
"For debugging purpose only: export your profile to an external SD card.": [
|
||||
"Samo za otklanjanje grešaka: izvezi tvoj profil na vanjsku SD karticu."
|
||||
],
|
||||
@ -1317,6 +1341,9 @@
|
||||
"Help": [
|
||||
"Pomoć"
|
||||
],
|
||||
"Here's what we do to make plugins safer:": [
|
||||
""
|
||||
],
|
||||
"Hermes enabled: %d": [
|
||||
"Hermes aktiviran: %d"
|
||||
],
|
||||
@ -1386,6 +1413,15 @@
|
||||
"Import": [
|
||||
"Uvezi"
|
||||
],
|
||||
"Import failed. Make sure a JEX file was selected.\nDetails: %s": [
|
||||
""
|
||||
],
|
||||
"Import from JEX": [
|
||||
""
|
||||
],
|
||||
"Import notes from a JEX (Joplin Export) file.": [
|
||||
""
|
||||
],
|
||||
"Importing from \"%s\" as \"%s\" format. Please wait...": [
|
||||
"Uvoz iz „%s” kao „%s” format. Pričekaj …"
|
||||
],
|
||||
@ -1422,6 +1458,9 @@
|
||||
"In: %s": [
|
||||
"U: %s"
|
||||
],
|
||||
"Incompatible": [
|
||||
""
|
||||
],
|
||||
"Increase indent level": [
|
||||
"Povećaj razinu uvlake"
|
||||
],
|
||||
@ -1500,6 +1539,9 @@
|
||||
"Joplin Cloud": [
|
||||
"Joplin Cloud"
|
||||
],
|
||||
"Joplin doesn't recognise the %s extension. Opening this file could be dangerous. What would you like to do?": [
|
||||
""
|
||||
],
|
||||
"Joplin Export Directory": [
|
||||
"Joplin mapa izvoza"
|
||||
],
|
||||
@ -1590,6 +1632,9 @@
|
||||
"Light": [
|
||||
"Svijetla"
|
||||
],
|
||||
"Like any software you install, plugins can potentially cause security issues or data loss.": [
|
||||
""
|
||||
],
|
||||
"Lines": [
|
||||
"Broj redaka"
|
||||
],
|
||||
@ -1736,6 +1781,9 @@
|
||||
"More than one item match \"%s\". Please narrow down your query.": [
|
||||
"Više elemenata se poklapaju s „%s”. Ograniči pretragu."
|
||||
],
|
||||
"Most plugins have source code available for review on the plugin website.": [
|
||||
""
|
||||
],
|
||||
"Move %d notes to notebook \"%s\"?": [
|
||||
"Premjestiti %d bilješke u bilježnicu „%s”?"
|
||||
],
|
||||
@ -1760,6 +1808,9 @@
|
||||
"Never resize": [
|
||||
""
|
||||
],
|
||||
"New": [
|
||||
""
|
||||
],
|
||||
"New note": [
|
||||
"Nova bilješka"
|
||||
],
|
||||
@ -1808,6 +1859,9 @@
|
||||
"No active notebook.": [
|
||||
"Nema aktivne bilježnice."
|
||||
],
|
||||
"No incoming shares": [
|
||||
""
|
||||
],
|
||||
"No item with ID %s": [
|
||||
"Nema elementa s ID oznakom %s"
|
||||
],
|
||||
@ -2066,9 +2120,6 @@
|
||||
"Please specify the notebook where the notes should be imported to.": [
|
||||
"Odaberi bilježnicu u koju se bilješke trebaju uvesti."
|
||||
],
|
||||
"Please upgrade Joplin to use this plugin": [
|
||||
"Za korištenje ovog dodatka, nadogradi Joplin"
|
||||
],
|
||||
"Please wait for all attachments to be downloaded and decrypted. You may also switch to %s to edit the note.": [
|
||||
"Pričekaj da se svi privici preuzmu i dešifriraju. Za uređivanje bilješke možeš prijeći i na %s."
|
||||
],
|
||||
@ -2081,9 +2132,15 @@
|
||||
"Plugin tools": [
|
||||
"Dodaci"
|
||||
],
|
||||
"Plugin WebView debugging": [
|
||||
""
|
||||
],
|
||||
"Plugins": [
|
||||
"Dodaci"
|
||||
],
|
||||
"Plugins extend Joplin with features that are not present by default. Plugins can extend Joplin's editor, viewer, and more.": [
|
||||
""
|
||||
],
|
||||
"Portrait": [
|
||||
"Uspravni"
|
||||
],
|
||||
@ -2144,6 +2201,9 @@
|
||||
"Process user deletions": [
|
||||
"Obradi brisanja korisnika"
|
||||
],
|
||||
"Processing": [
|
||||
""
|
||||
],
|
||||
"Profile": [
|
||||
"Profil"
|
||||
],
|
||||
@ -2261,6 +2321,12 @@
|
||||
"Replace: ": [
|
||||
"Zamijeni: "
|
||||
],
|
||||
"Report an issue": [
|
||||
""
|
||||
],
|
||||
"Report fraudulent plugin": [
|
||||
""
|
||||
],
|
||||
"Reset application layout": [
|
||||
"Obnovi raspored programa"
|
||||
],
|
||||
@ -2528,6 +2594,9 @@
|
||||
"Source: ": [
|
||||
"Izvor: "
|
||||
],
|
||||
"Spacer": [
|
||||
""
|
||||
],
|
||||
"Specify the port that should be used by the API server. If not set, a default will be used.": [
|
||||
"Odredi priključak za API poslužitelja. Ako nije postavljeno, koristit će se standardna vrijednost."
|
||||
],
|
||||
@ -2702,6 +2771,9 @@
|
||||
"Take photo": [
|
||||
"Snimi sliku"
|
||||
],
|
||||
"Task \"%s\" failed with error: %s": [
|
||||
""
|
||||
],
|
||||
"Task list": [
|
||||
"Popis zadataka"
|
||||
],
|
||||
@ -2831,9 +2903,6 @@
|
||||
"There are unsaved changes.": [
|
||||
"Postoje nespremljene promjene."
|
||||
],
|
||||
"There is currently no notebook. Create one by clicking on \"New notebook\".": [
|
||||
"Trenutačno nema bilježnice. Stvori novu pritiskom na „Nova bilježnica”."
|
||||
],
|
||||
"There is no data to export.": [
|
||||
"Nema podataka za izvoz."
|
||||
],
|
||||
@ -2843,6 +2912,9 @@
|
||||
"There was an error downloading this attachment:": [
|
||||
"Došlo je do greške prilikom preuzimanja ovog privitka:"
|
||||
],
|
||||
"These items failed to sync, but have been marked as \"ignored\". They won't cause the sync warning to appear, but still aren't synced. To unignore, click \"retry\".": [
|
||||
""
|
||||
],
|
||||
"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).": [
|
||||
"Ovi će elementi ostati na uređaju, ali se neće prenijeti na cilj sinkronizacije. Za pronalaženje ovih elemenata, traži naslov ili ID (gore prikazan u zagradama)."
|
||||
],
|
||||
@ -2852,6 +2924,9 @@
|
||||
"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 does not have OCR data (Status: %s)": [
|
||||
""
|
||||
],
|
||||
"This attachment is not downloaded or not decrypted yet": [
|
||||
"Ovaj privitak još nije preuzet ili dešifriran"
|
||||
],
|
||||
@ -2891,12 +2966,18 @@
|
||||
"This note has no history": [
|
||||
"Ova bilješka nema povijest"
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
"This Rich Text editor has a number of limitations and it is recommended to be aware of them before using it.": [
|
||||
"Ovaj uređivač formatiranog teksta ima poneka ograničenja i bilo bi dobro poznati ih prije upotrebe."
|
||||
],
|
||||
"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.": [
|
||||
"Ova usluga omogućuje komunikaciju proširenja preglednika s Joplinom. Kad je aktiviraš, možda ćeš u vatrozidu morati dozvoliti Joplinu pristup određenom priključku."
|
||||
],
|
||||
"This subfolder of the trash has no notes.": [
|
||||
""
|
||||
],
|
||||
"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 aktivirati ovu postavku. Time se bilješke neprestano sinkroniziraju, što smanjuje broj konflikata."
|
||||
],
|
||||
@ -3026,9 +3107,6 @@
|
||||
"Type: %s.": [
|
||||
"Vrsta: %s."
|
||||
],
|
||||
"Unable to export or share data. Reason: %s": [
|
||||
"Nije moguće izvesti ili dijeliti podatke. Razlog: %s"
|
||||
],
|
||||
"Uncompleted to-dos on top": [
|
||||
"Najprije nezavršeni zadaci"
|
||||
],
|
||||
@ -3152,6 +3230,9 @@
|
||||
"View": [
|
||||
"Prikaz"
|
||||
],
|
||||
"View OCR text": [
|
||||
""
|
||||
],
|
||||
"View on map": [
|
||||
"Pogledaj na karti"
|
||||
],
|
||||
@ -3176,8 +3257,11 @@
|
||||
"Warning: not all resources shown for performance reasons (limit: %s).": [
|
||||
"Upozorenje: za brže izvođenje, ne prikazuju se svi resursi (ograničenje: %s)."
|
||||
],
|
||||
"Warnings:\n%s": [
|
||||
"Upozorenja:\n%s"
|
||||
"We have a system for reporting and removing problematic plugins.": [
|
||||
""
|
||||
],
|
||||
"We mark plugins developed by trusted Joplin community members as \"recommended\".": [
|
||||
""
|
||||
],
|
||||
"Web Clipper": [
|
||||
"Web Clipper"
|
||||
@ -3248,6 +3332,9 @@
|
||||
"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.": [
|
||||
"Za ponovno šifriranje tvojih podataka koristi dolje navedeni alat, na primjer kad znaš da su neke tvoje bilješke šifrirane zastarjelom metodom šifriranja."
|
||||
],
|
||||
"Your account doesn't have access to this feature": [
|
||||
""
|
||||
],
|
||||
"Your choice: ": [
|
||||
"Tvoj izbor: "
|
||||
],
|
||||
|
@ -59,6 +59,9 @@
|
||||
"%s is not optimised for synchronising many small files so your initial synchronisation will be slow.": [
|
||||
""
|
||||
],
|
||||
"%s tab opened": [
|
||||
""
|
||||
],
|
||||
"%s: %d": [
|
||||
"%s: %d"
|
||||
],
|
||||
@ -149,6 +152,9 @@
|
||||
"Accept": [
|
||||
"Elfogadás"
|
||||
],
|
||||
"Accepted shares": [
|
||||
""
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
""
|
||||
],
|
||||
@ -194,18 +200,27 @@
|
||||
"All data, including notes, notebooks and tags will be permanently deleted.": [
|
||||
""
|
||||
],
|
||||
"All item sync failures have been marked as \"ignored\".": [
|
||||
""
|
||||
],
|
||||
"All notes": [
|
||||
"Minden jegyzet"
|
||||
],
|
||||
"All potential ports are in use - please report the issue at %s": [
|
||||
"Minden potenciális port használva van - kérem jelentse a hibát itt: %s"
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
""
|
||||
],
|
||||
"Also displays unset and hidden config variables.": [
|
||||
"Megjeleníti a beállítatlan és rejtett config változókat."
|
||||
],
|
||||
"Always": [
|
||||
"Mindig"
|
||||
],
|
||||
"Always open %s files without asking.": [
|
||||
""
|
||||
],
|
||||
"Ambiguous notebook \"%s\". Please use notebook id instead - press \"ti\" to see the short notebook id or use $b for current selected notebook": [
|
||||
""
|
||||
],
|
||||
@ -323,6 +338,9 @@
|
||||
"Bulleted List": [
|
||||
"Felsorolás"
|
||||
],
|
||||
"by %s": [
|
||||
""
|
||||
],
|
||||
"Can view": [
|
||||
""
|
||||
],
|
||||
@ -455,6 +473,9 @@
|
||||
"Collapse": [
|
||||
""
|
||||
],
|
||||
"Collapse %s": [
|
||||
""
|
||||
],
|
||||
"Coming alarms": [
|
||||
"Riasztás beállítása"
|
||||
],
|
||||
@ -479,9 +500,15 @@
|
||||
"Completed decryption.": [
|
||||
"Visszafejtés befejeződött."
|
||||
],
|
||||
"Completed with warnings:\n%s": [
|
||||
""
|
||||
],
|
||||
"Completed: %s (%s)": [
|
||||
"Befejeződött: %s (%s)"
|
||||
],
|
||||
"completion date": [
|
||||
""
|
||||
],
|
||||
"Compress old changes": [
|
||||
""
|
||||
],
|
||||
@ -654,9 +681,6 @@
|
||||
"Dashboard": [
|
||||
""
|
||||
],
|
||||
"Database v%s": [
|
||||
"Adatbázis v%s"
|
||||
],
|
||||
"Date": [
|
||||
"Dátum"
|
||||
],
|
||||
@ -717,6 +741,9 @@
|
||||
"Deleted remote items: %d.": [
|
||||
"Törölt távoli elemek: %d."
|
||||
],
|
||||
"Deletes notes permanently, skipping the trash.": [
|
||||
""
|
||||
],
|
||||
"Deletes the given notebook.": [
|
||||
"Adott jegyzetfüzet törlése."
|
||||
],
|
||||
@ -1050,6 +1077,9 @@
|
||||
"Expand": [
|
||||
""
|
||||
],
|
||||
"Expand %s": [
|
||||
""
|
||||
],
|
||||
"Export": [
|
||||
"Exportálás"
|
||||
],
|
||||
@ -1089,6 +1119,9 @@
|
||||
"Fail-safe: Do not wipe out local data when sync target is empty (often the result of a misconfiguration or bug)": [
|
||||
"Hibatűrő: Ne törölje a helyi adatot, ha a távoli adat üres (gyakran rossz beállítás vagy hiba eredménye)"
|
||||
],
|
||||
"Failed to leave share. Please verify that Joplin is connected to the internet and able to sync.\nError: %s": [
|
||||
""
|
||||
],
|
||||
"Fatal error:": [
|
||||
"Végzetes hiba:"
|
||||
],
|
||||
@ -1128,9 +1161,6 @@
|
||||
"Focus title": [
|
||||
"Cím legyen a fókusz"
|
||||
],
|
||||
"Folders": [
|
||||
"Mappák"
|
||||
],
|
||||
"For debugging purpose only: export your profile to an external SD card.": [
|
||||
""
|
||||
],
|
||||
@ -1207,6 +1237,9 @@
|
||||
"Help": [
|
||||
"Segítség"
|
||||
],
|
||||
"Here's what we do to make plugins safer:": [
|
||||
""
|
||||
],
|
||||
"Hide %s": [
|
||||
"%s elrejtése"
|
||||
],
|
||||
@ -1267,6 +1300,18 @@
|
||||
"Import": [
|
||||
"Importálás"
|
||||
],
|
||||
"Import failed. Make sure a JEX file was selected.\nDetails: %s": [
|
||||
""
|
||||
],
|
||||
"Import from JEX": [
|
||||
""
|
||||
],
|
||||
"Import notes from a JEX (Joplin Export) file.": [
|
||||
""
|
||||
],
|
||||
"Imported successfully!": [
|
||||
""
|
||||
],
|
||||
"Importing from \"%s\" as \"%s\" format. Please wait...": [
|
||||
"\"%s\" importálása,\"%s\" formátumban. Kérem várjon..."
|
||||
],
|
||||
@ -1300,6 +1345,9 @@
|
||||
"In progress": [
|
||||
"Folyamatban"
|
||||
],
|
||||
"Incompatible": [
|
||||
""
|
||||
],
|
||||
"Increase indent level": [
|
||||
""
|
||||
],
|
||||
@ -1375,6 +1423,9 @@
|
||||
"Joplin Cloud": [
|
||||
"Joplin Cloud"
|
||||
],
|
||||
"Joplin doesn't recognise the %s extension. Opening this file could be dangerous. What would you like to do?": [
|
||||
""
|
||||
],
|
||||
"Joplin Export Directory": [
|
||||
"Joplin Export Könyvtár"
|
||||
],
|
||||
@ -1459,6 +1510,9 @@
|
||||
"Light": [
|
||||
"Világos"
|
||||
],
|
||||
"Like any software you install, plugins can potentially cause security issues or data loss.": [
|
||||
""
|
||||
],
|
||||
"Lines": [
|
||||
"Sorok"
|
||||
],
|
||||
@ -1571,6 +1625,9 @@
|
||||
"More than one item match \"%s\". Please narrow down your query.": [
|
||||
"Több mint egy elem egyezik ezzel \"%s\". Kérem szűkítse a lekérdezést."
|
||||
],
|
||||
"Most plugins have source code available for review on the plugin website.": [
|
||||
""
|
||||
],
|
||||
"Move %d notes to notebook \"%s\"?": [
|
||||
""
|
||||
],
|
||||
@ -1592,6 +1649,9 @@
|
||||
"Never resize": [
|
||||
""
|
||||
],
|
||||
"New": [
|
||||
""
|
||||
],
|
||||
"New note": [
|
||||
"Új jegyzet"
|
||||
],
|
||||
@ -1640,6 +1700,9 @@
|
||||
"No active notebook.": [
|
||||
"Nincs aktív jegyzetfüzet."
|
||||
],
|
||||
"No incoming shares": [
|
||||
""
|
||||
],
|
||||
"No item with ID %s": [
|
||||
"Nincs ID %s azonosítójú elem"
|
||||
],
|
||||
@ -1886,9 +1949,6 @@
|
||||
"Please specify the notebook where the notes should be imported to.": [
|
||||
"Kérem adja meg a jegyzetfüzet nevét, ahova a jegyzetek kell importálni."
|
||||
],
|
||||
"Please upgrade Joplin to use this plugin": [
|
||||
"Kérem frissítse a Joplin-t ezen bővítmény használatához"
|
||||
],
|
||||
"Please wait for all attachments to be downloaded and decrypted. You may also switch to %s to edit the note.": [
|
||||
"Kérem várjon minden csatolmány letöltésére és dekódolására. Átválthat %s-re a jegyzet szerkesztéséhez."
|
||||
],
|
||||
@ -1901,9 +1961,15 @@
|
||||
"Plugin tools": [
|
||||
"Bővítmény eszközök"
|
||||
],
|
||||
"Plugin WebView debugging": [
|
||||
""
|
||||
],
|
||||
"Plugins": [
|
||||
"Bővítmények"
|
||||
],
|
||||
"Plugins extend Joplin with features that are not present by default. Plugins can extend Joplin's editor, viewer, and more.": [
|
||||
""
|
||||
],
|
||||
"Portrait": [
|
||||
"Álló"
|
||||
],
|
||||
@ -1961,6 +2027,9 @@
|
||||
"Process user deletions": [
|
||||
""
|
||||
],
|
||||
"Processing": [
|
||||
""
|
||||
],
|
||||
"Profile": [
|
||||
"Profil"
|
||||
],
|
||||
@ -2063,6 +2132,12 @@
|
||||
"Replace: ": [
|
||||
""
|
||||
],
|
||||
"Report an issue": [
|
||||
""
|
||||
],
|
||||
"Report fraudulent plugin": [
|
||||
""
|
||||
],
|
||||
"Reset master password": [
|
||||
"Mester jelszó visszaállítása"
|
||||
],
|
||||
@ -2306,6 +2381,9 @@
|
||||
"Source: ": [
|
||||
"Forrás: "
|
||||
],
|
||||
"Spacer": [
|
||||
""
|
||||
],
|
||||
"Specify the port that should be used by the API server. If not set, a default will be used.": [
|
||||
""
|
||||
],
|
||||
@ -2480,6 +2558,9 @@
|
||||
"Take photo": [
|
||||
"Fotó készítése"
|
||||
],
|
||||
"Task \"%s\" failed with error: %s": [
|
||||
""
|
||||
],
|
||||
"Tasks": [
|
||||
"Feladatok"
|
||||
],
|
||||
@ -2600,9 +2681,6 @@
|
||||
"There are unsaved changes.": [
|
||||
""
|
||||
],
|
||||
"There is currently no notebook. Create one by clicking on \"New notebook\".": [
|
||||
"Jelenleg nincs jegyzetfüzete. Hozzon létre egyet kattintva az \"Új jegyzetfüzet\"-re."
|
||||
],
|
||||
"There is no data to export.": [
|
||||
"Nincs exportálható adat."
|
||||
],
|
||||
@ -2612,6 +2690,9 @@
|
||||
"There was an error downloading this attachment:": [
|
||||
"Hiba történt ezen csatolmány letöltése közben:"
|
||||
],
|
||||
"These items failed to sync, but have been marked as \"ignored\". They won't cause the sync warning to appear, but still aren't synced. To unignore, click \"retry\".": [
|
||||
""
|
||||
],
|
||||
"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).": [
|
||||
""
|
||||
],
|
||||
@ -2621,6 +2702,9 @@
|
||||
"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 does not have OCR data (Status: %s)": [
|
||||
""
|
||||
],
|
||||
"This attachment is not downloaded or not decrypted yet": [
|
||||
"Ez a csatolmány még nincs letöltve és dekódolva"
|
||||
],
|
||||
@ -2648,12 +2732,18 @@
|
||||
"This note has no history": [
|
||||
"Jegyzetnek nincs előélete"
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
"This Rich Text editor has a number of limitations and it is recommended to be aware of them before using it.": [
|
||||
"Ennek a Rich Text szerkesztőnek számos korlátja van és javasolt ezekkel tisztában lenni a használata előtt."
|
||||
],
|
||||
"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.": [
|
||||
"Ez a szolgáltatás lehetővé teszi, hogy a böngésző kommunikájon Joplin-nal. Amikor engedélyezi ezt, a tűzfal kérheti, hogy adjon jogot a port használatához."
|
||||
],
|
||||
"This subfolder of the trash has no notes.": [
|
||||
""
|
||||
],
|
||||
"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.": [
|
||||
""
|
||||
],
|
||||
@ -2768,9 +2858,6 @@
|
||||
"Unable to edit resource of type %s": [
|
||||
""
|
||||
],
|
||||
"Unable to export or share data. Reason: %s": [
|
||||
""
|
||||
],
|
||||
"Unable to share log data. Reason: %s": [
|
||||
""
|
||||
],
|
||||
@ -2885,6 +2972,9 @@
|
||||
"View": [
|
||||
"Nézet"
|
||||
],
|
||||
"View OCR text": [
|
||||
""
|
||||
],
|
||||
"View on map": [
|
||||
"Mutasd a térképen"
|
||||
],
|
||||
@ -2909,6 +2999,12 @@
|
||||
"Warning: not all resources shown for performance reasons (limit: %s).": [
|
||||
""
|
||||
],
|
||||
"We have a system for reporting and removing problematic plugins.": [
|
||||
""
|
||||
],
|
||||
"We mark plugins developed by trusted Joplin community members as \"recommended\".": [
|
||||
""
|
||||
],
|
||||
"Web Clipper": [
|
||||
"Web Vágó"
|
||||
],
|
||||
@ -2981,6 +3077,9 @@
|
||||
"You were unable to connect to Joplin Cloud. Please check your credentials and try again. Error:": [
|
||||
""
|
||||
],
|
||||
"Your account doesn't have access to this feature": [
|
||||
""
|
||||
],
|
||||
"Your choice: ": [
|
||||
"Ön választása: "
|
||||
],
|
||||
|
@ -65,6 +65,9 @@
|
||||
"%s is not optimised for synchronising many small files so your initial synchronisation will be slow.": [
|
||||
"%s tidak dioptimalkan untuk menyelaraskan banyak berkas kecil sehingga penyelarasan awal akan menjadi lambat."
|
||||
],
|
||||
"%s tab opened": [
|
||||
""
|
||||
],
|
||||
"%s: %d": [
|
||||
"%s: %d"
|
||||
],
|
||||
@ -78,7 +81,7 @@
|
||||
"%s: %s"
|
||||
],
|
||||
"%s: Missing password.": [
|
||||
"%s: membutuhkan kata sandi."
|
||||
"%s: Kata sandi terlewatkan."
|
||||
],
|
||||
"&Edit": [
|
||||
"&Sunting"
|
||||
@ -101,6 +104,9 @@
|
||||
"&View": [
|
||||
"&Tampilan"
|
||||
],
|
||||
"&Window": [
|
||||
"&Jendela"
|
||||
],
|
||||
"(%s)": [
|
||||
"(%s)"
|
||||
],
|
||||
@ -141,7 +147,7 @@
|
||||
"A5"
|
||||
],
|
||||
"About": [
|
||||
""
|
||||
"Tentang"
|
||||
],
|
||||
"About Joplin": [
|
||||
"Tentang Joplin"
|
||||
@ -158,6 +164,9 @@
|
||||
"Accept": [
|
||||
"Terima"
|
||||
],
|
||||
"Accepted shares": [
|
||||
""
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
"Akses ditolak: Periksa nama pengguna dan kata sandi Anda"
|
||||
],
|
||||
@ -212,12 +221,18 @@
|
||||
"All data, including notes, notebooks and tags will be permanently deleted.": [
|
||||
"Semua data, termasuk catatan, buku catatan dan label akan dihapus selamanya."
|
||||
],
|
||||
"All item sync failures have been marked as \"ignored\".": [
|
||||
""
|
||||
],
|
||||
"All notes": [
|
||||
"Semua catatan"
|
||||
],
|
||||
"All potential ports are in use - please report the issue at %s": [
|
||||
"Semua porta yang memungkinkan sedang digunakan - silakan laporkan masalah ini di %s"
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
""
|
||||
],
|
||||
"Also displays unset and hidden config variables.": [
|
||||
"Tampilkan juga variabel pengaturan yang belum disetel dan yang tersembunyi."
|
||||
],
|
||||
@ -230,6 +245,9 @@
|
||||
"Always ask": [
|
||||
"Selalu minta"
|
||||
],
|
||||
"Always open %s files without asking.": [
|
||||
""
|
||||
],
|
||||
"Always resize": [
|
||||
"Selalu sesuaikan"
|
||||
],
|
||||
@ -311,6 +329,9 @@
|
||||
"Authorisation token:": [
|
||||
"Token otorisasi:"
|
||||
],
|
||||
"Authorise": [
|
||||
"Otorisasikan"
|
||||
],
|
||||
"Auto": [
|
||||
"Otomatis"
|
||||
],
|
||||
@ -324,7 +345,7 @@
|
||||
"Periksa pembaruan secara otomatis"
|
||||
],
|
||||
"Automatically delete notes in the trash after a number of days": [
|
||||
""
|
||||
"Hapus catatan secara otomatis di tempat sampah setelah beberapa hari"
|
||||
],
|
||||
"Automatically switch theme to match system theme": [
|
||||
"Alihkan tema agar sesuai dengan tema sistem secara otomatis"
|
||||
@ -353,6 +374,9 @@
|
||||
"Bulleted List": [
|
||||
"Daftar berpoin"
|
||||
],
|
||||
"by %s": [
|
||||
""
|
||||
],
|
||||
"Can Share": [
|
||||
"Dapat membagikan"
|
||||
],
|
||||
@ -474,7 +498,7 @@
|
||||
"Tutup"
|
||||
],
|
||||
"Close dropdown": [
|
||||
"Tutup tarik-turun"
|
||||
"Tutup senarai"
|
||||
],
|
||||
"Close the application, then delete your profile in \"%s\", and start the application again. Make sure you create a backup first by exporting all your notes as JEX.": [
|
||||
"Tutup aplikasi, kemudian hapus profil Anda pada “%s”, dan buka aplikasi kembali. Pastikan Anda membuat cadangan sebelumnya dengan mengekspor semua catatan Anda sebagai JEX."
|
||||
@ -527,9 +551,15 @@
|
||||
"Completed decryption.": [
|
||||
"Proses dekripsi selesai."
|
||||
],
|
||||
"Completed with warnings:\n%s": [
|
||||
""
|
||||
],
|
||||
"Completed: %s (%s)": [
|
||||
"Selesai: %s (%s)"
|
||||
],
|
||||
"completion date": [
|
||||
""
|
||||
],
|
||||
"Compress old changes": [
|
||||
"Mampatkan perubahan lama"
|
||||
],
|
||||
@ -560,6 +590,9 @@
|
||||
"Content provided by %s": [
|
||||
"Konten disediakan oleh %s"
|
||||
],
|
||||
"Content provided by: %s": [
|
||||
"Konten disediakan oleh: %s"
|
||||
],
|
||||
"Continue": [
|
||||
"Lanjutkan"
|
||||
],
|
||||
@ -587,6 +620,9 @@
|
||||
"Copy Link Address": [
|
||||
"Salin Alamat Tautan"
|
||||
],
|
||||
"Copy link to website": [
|
||||
"Salin tautan ke situs web"
|
||||
],
|
||||
"Copy Markdown link": [
|
||||
"Salin tautan Markdown"
|
||||
],
|
||||
@ -722,9 +758,6 @@
|
||||
"Dashboard": [
|
||||
"Dasbor"
|
||||
],
|
||||
"Database v%s": [
|
||||
"Basis data v%s"
|
||||
],
|
||||
"Date": [
|
||||
"Tanggal"
|
||||
],
|
||||
@ -794,12 +827,18 @@
|
||||
"Delete this profile?": [
|
||||
"Hapus profil ini?"
|
||||
],
|
||||
"Deleted": [
|
||||
"Dihapus"
|
||||
],
|
||||
"Deleted local items: %d.": [
|
||||
"Item lokal yang dihapus: %d."
|
||||
],
|
||||
"Deleted remote items: %d.": [
|
||||
"Item jarak jauh yang dihapus: %d."
|
||||
],
|
||||
"Deletes notes permanently, skipping the trash.": [
|
||||
""
|
||||
],
|
||||
"Deletes the given notebook.": [
|
||||
"Menghapus buku catatan yang diberikan."
|
||||
],
|
||||
@ -936,7 +975,7 @@
|
||||
"Masuk dengan Dropbox"
|
||||
],
|
||||
"Due": [
|
||||
""
|
||||
"Jatuh tempo"
|
||||
],
|
||||
"Duplicate": [
|
||||
"Gandakan"
|
||||
@ -1017,7 +1056,7 @@
|
||||
"teks yang ditekankan"
|
||||
],
|
||||
"Empty trash": [
|
||||
""
|
||||
"Kosongkan tempat sampah"
|
||||
],
|
||||
"Enable": [
|
||||
"Nyalakan"
|
||||
@ -1073,6 +1112,9 @@
|
||||
"Enable optical character recognition (OCR)": [
|
||||
"Nyalakan pengenalan karakter optik (OCR)"
|
||||
],
|
||||
"Enable or disable plugins": [
|
||||
"Nyalakan atau matikan plugin"
|
||||
],
|
||||
"Enable PDF viewer": [
|
||||
"Nyalakan penampil PDF"
|
||||
],
|
||||
@ -1196,9 +1238,6 @@
|
||||
"Export profile": [
|
||||
"Ekspor profil"
|
||||
],
|
||||
"Export your data": [
|
||||
"Ekspor data Anda"
|
||||
],
|
||||
"Exported successfully!": [
|
||||
"Telah diekspor dengan sukses!"
|
||||
],
|
||||
@ -1226,6 +1265,9 @@
|
||||
"Fail-safe: Do not wipe out local data when sync target is empty (often the result of a misconfiguration or bug)": [
|
||||
"Gagal-aman: Jangan menghapus data lokal ketika sasaran penyelarasan sedang kosong (seringkali akibat kesalahan konfigurasi atau bug)"
|
||||
],
|
||||
"Failed to leave share. Please verify that Joplin is connected to the internet and able to sync.\nError: %s": [
|
||||
""
|
||||
],
|
||||
"Fatal error:": [
|
||||
"Galat fatal:"
|
||||
],
|
||||
@ -1274,9 +1316,6 @@
|
||||
"Focus title": [
|
||||
"Fokus pada judul"
|
||||
],
|
||||
"Folders": [
|
||||
"Folder"
|
||||
],
|
||||
"For debugging purpose only: export your profile to an external SD card.": [
|
||||
"Hanya untuk keperluan debugging: ekspor profil Anda ke kartu SD eksternal."
|
||||
],
|
||||
@ -1304,6 +1343,9 @@
|
||||
"Found: %d.": [
|
||||
"Ditemukan: %d."
|
||||
],
|
||||
"From a plugin": [
|
||||
"Dari sebuah plugin"
|
||||
],
|
||||
"FTS enabled: %d": [
|
||||
"FTS dinyalakan: %d"
|
||||
],
|
||||
@ -1344,7 +1386,7 @@
|
||||
"Berikan otorisasi"
|
||||
],
|
||||
"Have you authorised the application login in the above URL?": [
|
||||
""
|
||||
"Sudahkah Anda memberikan izin masuk aplikasi dari URL di atas?"
|
||||
],
|
||||
"Header %d": [
|
||||
"Tajuk %d"
|
||||
@ -1358,6 +1400,9 @@
|
||||
"Help": [
|
||||
"Bantuan"
|
||||
],
|
||||
"Here's what we do to make plugins safer:": [
|
||||
""
|
||||
],
|
||||
"Hermes enabled: %d": [
|
||||
"Hermes dinyalakan: %d"
|
||||
],
|
||||
@ -1416,7 +1461,7 @@
|
||||
"Menganggur"
|
||||
],
|
||||
"If you have already authorised, please wait for the application to sync to Joplin Cloud.": [
|
||||
""
|
||||
"Jika Anda telah memberi izin, silakan tunggu aplikasi menyelaraskan ke Joplin Cloud."
|
||||
],
|
||||
"Ignore": [
|
||||
"Abaikan"
|
||||
@ -1430,6 +1475,15 @@
|
||||
"Import": [
|
||||
"Impor"
|
||||
],
|
||||
"Import failed. Make sure a JEX file was selected.\nDetails: %s": [
|
||||
""
|
||||
],
|
||||
"Import from JEX": [
|
||||
""
|
||||
],
|
||||
"Import notes from a JEX (Joplin Export) file.": [
|
||||
""
|
||||
],
|
||||
"Importing from \"%s\" as \"%s\" format. Please wait...": [
|
||||
"Mengimpor dari \"%s\" sebagai format \"%s\". Mohon tunggu..."
|
||||
],
|
||||
@ -1466,6 +1520,9 @@
|
||||
"In: %s": [
|
||||
"Di: %s"
|
||||
],
|
||||
"Incompatible": [
|
||||
""
|
||||
],
|
||||
"Increase indent level": [
|
||||
"Naikkan tingkat indentasi"
|
||||
],
|
||||
@ -1544,6 +1601,12 @@
|
||||
"Joplin Cloud": [
|
||||
"Joplin Cloud"
|
||||
],
|
||||
"Joplin Cloud Login": [
|
||||
"Masuk Joplin Cloud"
|
||||
],
|
||||
"Joplin doesn't recognise the %s extension. Opening this file could be dangerous. What would you like to do?": [
|
||||
""
|
||||
],
|
||||
"Joplin Export Directory": [
|
||||
"Direktori Ekspor Joplin"
|
||||
],
|
||||
@ -1583,6 +1646,9 @@
|
||||
"Keep note history for": [
|
||||
"Simpan riwayat catatan untuk"
|
||||
],
|
||||
"Keep notes in the trash for": [
|
||||
"Simpan catatan di tempat sampah untuk"
|
||||
],
|
||||
"Keyboard Mode": [
|
||||
"Mode Papan Ketik"
|
||||
],
|
||||
@ -1614,7 +1680,7 @@
|
||||
"Nanti"
|
||||
],
|
||||
"Latitude": [
|
||||
""
|
||||
"Garis lintang"
|
||||
],
|
||||
"Layout": [
|
||||
"Tata letak"
|
||||
@ -1637,6 +1703,9 @@
|
||||
"Light": [
|
||||
"Terang"
|
||||
],
|
||||
"Like any software you install, plugins can potentially cause security issues or data loss.": [
|
||||
""
|
||||
],
|
||||
"Lines": [
|
||||
"Garis"
|
||||
],
|
||||
@ -1664,6 +1733,9 @@
|
||||
"Loaded": [
|
||||
"Termuat"
|
||||
],
|
||||
"Loading plugin repository...": [
|
||||
"Memuat repositori plugin…"
|
||||
],
|
||||
"Loading...": [
|
||||
"Memuat…"
|
||||
],
|
||||
@ -1689,7 +1761,7 @@
|
||||
"Log, profil, status penyelarasan"
|
||||
],
|
||||
"Longitude": [
|
||||
""
|
||||
"Garis bujur"
|
||||
],
|
||||
"Make a donation": [
|
||||
"Berikan sumbangan"
|
||||
@ -1755,7 +1827,7 @@
|
||||
"Pemutar media, matematika, diagram, daftar isi"
|
||||
],
|
||||
"Minimise": [
|
||||
""
|
||||
"Kecilkan"
|
||||
],
|
||||
"Missing keys": [
|
||||
"Kunci yang hilang"
|
||||
@ -1781,9 +1853,15 @@
|
||||
"More than one item match \"%s\". Please narrow down your query.": [
|
||||
"Lebih dari satu benda cocok dengan \"%s\". Silakan persempit pencarian Anda."
|
||||
],
|
||||
"Most plugins have source code available for review on the plugin website.": [
|
||||
""
|
||||
],
|
||||
"Move %d notes to notebook \"%s\"?": [
|
||||
"Pindahkan %d catatan ke buku catatan \"%s\"?"
|
||||
],
|
||||
"Move notebook \"%s\" to the trash?\n\nAll notes and sub-notebooks within this notebook will also be moved to the trash.": [
|
||||
"Pindahkan buku catatan \"%s\" ke tempat sampah?\n\nSemua catatan dan sub-buku catatan dalam buku catatan ini juga akan dipindahkan ke tempat sampah."
|
||||
],
|
||||
"Move to notebook": [
|
||||
"Pindahkan ke buku catatan"
|
||||
],
|
||||
@ -1805,6 +1883,9 @@
|
||||
"Never resize": [
|
||||
"Jangan pernah ukur ulang"
|
||||
],
|
||||
"New": [
|
||||
""
|
||||
],
|
||||
"New note": [
|
||||
"Catatan baru"
|
||||
],
|
||||
@ -1853,6 +1934,9 @@
|
||||
"No active notebook.": [
|
||||
"Tidak ada buku catatan yang aktif."
|
||||
],
|
||||
"No incoming shares": [
|
||||
""
|
||||
],
|
||||
"No item with ID %s": [
|
||||
"Tidak ada benda dengan ID %s"
|
||||
],
|
||||
@ -2075,6 +2159,15 @@
|
||||
"Per user. Minimum of %d users.": [
|
||||
"Tiap pengguna. Minimal %d pengguna."
|
||||
],
|
||||
"Permanently delete note": [
|
||||
"Hapus catatan selamanya"
|
||||
],
|
||||
"Permanently delete note \"%s\"?": [
|
||||
"Hapus catatan \"%s\" selamanya?"
|
||||
],
|
||||
"Permanently delete these %d notes?": [
|
||||
"Hapus %d catatan tersebut selamanya?"
|
||||
],
|
||||
"Permission needed": [
|
||||
"Perlu izin"
|
||||
],
|
||||
@ -2114,24 +2207,33 @@
|
||||
"Please specify the notebook where the notes should be imported to.": [
|
||||
"Silakan tentukan di buku catatan mana catatan akan diimpor."
|
||||
],
|
||||
"Please upgrade Joplin to use this plugin": [
|
||||
"Silakan tingkatkan Joplin untuk menggunakan plugin ini"
|
||||
],
|
||||
"Please wait for all attachments to be downloaded and decrypted. You may also switch to %s to edit the note.": [
|
||||
"Silakan tunggu sampai semua lampiran telah diunduh dan didekripsi. Anda juga bisa beralih ke %s untuk menyunting catatan."
|
||||
],
|
||||
"Please wait...": [
|
||||
"Mohon tunggu..."
|
||||
],
|
||||
"Plugin message": [
|
||||
"Pesan plugin"
|
||||
],
|
||||
"Plugin repository failed to load": [
|
||||
""
|
||||
"Repositori plugin gagal dimuat"
|
||||
],
|
||||
"Plugin search": [
|
||||
"Cari plugin"
|
||||
],
|
||||
"Plugin tools": [
|
||||
"Perkakas plugin"
|
||||
],
|
||||
"Plugin WebView debugging": [
|
||||
""
|
||||
],
|
||||
"Plugins": [
|
||||
"Plugin"
|
||||
],
|
||||
"Plugins extend Joplin with features that are not present by default. Plugins can extend Joplin's editor, viewer, and more.": [
|
||||
""
|
||||
],
|
||||
"Portrait": [
|
||||
"Tegak"
|
||||
],
|
||||
@ -2192,6 +2294,9 @@
|
||||
"Process user deletions": [
|
||||
"Memproses penghapusan pengguna"
|
||||
],
|
||||
"Processing": [
|
||||
""
|
||||
],
|
||||
"Profile": [
|
||||
"Profil"
|
||||
],
|
||||
@ -2261,6 +2366,9 @@
|
||||
"Recipients:": [
|
||||
"Penerima:"
|
||||
],
|
||||
"Recommended": [
|
||||
"Disarankan"
|
||||
],
|
||||
"Redo": [
|
||||
"Ulangi"
|
||||
],
|
||||
@ -2309,6 +2417,12 @@
|
||||
"Replace: ": [
|
||||
"Ganti: "
|
||||
],
|
||||
"Report an issue": [
|
||||
""
|
||||
],
|
||||
"Report fraudulent plugin": [
|
||||
""
|
||||
],
|
||||
"Reset application layout": [
|
||||
"Atur ulang tata letak aplikasi"
|
||||
],
|
||||
@ -2333,6 +2447,18 @@
|
||||
"Restore": [
|
||||
"Pulihkan"
|
||||
],
|
||||
"Restore note": [
|
||||
"Pulihkan catatan"
|
||||
],
|
||||
"Restore notebook": [
|
||||
"Pulihkan buku catatan"
|
||||
],
|
||||
"Restore the items matching <pattern> from the trash.": [
|
||||
"Pulihkan benda yang cocok dengan <note-pattern> dari tempat sampah."
|
||||
],
|
||||
"Restored items": [
|
||||
"Benda yang Dipulihkan"
|
||||
],
|
||||
"Restored Notes": [
|
||||
"Catatan yang Dipulihkan"
|
||||
],
|
||||
@ -2600,6 +2726,9 @@
|
||||
"Source: ": [
|
||||
"Sumber: "
|
||||
],
|
||||
"Spacer": [
|
||||
""
|
||||
],
|
||||
"Specify the port that should be used by the API server. If not set, a default will be used.": [
|
||||
"Tentukan port yang akan digunakan oleh server API. Jika tidak disetel, maka pengaturan bawaan akan digunakan."
|
||||
],
|
||||
@ -2777,6 +2906,9 @@
|
||||
"Take photo": [
|
||||
"Ambil foto"
|
||||
],
|
||||
"Task \"%s\" failed with error: %s": [
|
||||
""
|
||||
],
|
||||
"Task list": [
|
||||
"Daftar tugas"
|
||||
],
|
||||
@ -2867,6 +2999,12 @@
|
||||
"The note \"%s\" has been successfully restored to the notebook \"%s\".": [
|
||||
"Catatan \"%s\" telah berhasil dipulihkan ke buku catatan \"%s\"."
|
||||
],
|
||||
"The note was successfully moved to the trash.": [
|
||||
"Catatan telah berhasil dipindahkan ke tempat sampah."
|
||||
],
|
||||
"The notebook and its content was successfully moved to the trash.": [
|
||||
"Buku catatan dan isinya telah berhasil dipindahkan ke tempat sampah."
|
||||
],
|
||||
"The notebook could not be saved: %s": [
|
||||
"Buku catatan tidak dapat disimpan: %s"
|
||||
],
|
||||
@ -2921,9 +3059,6 @@
|
||||
"There are unsaved changes.": [
|
||||
"Ada perubahan yang belum tersimpan."
|
||||
],
|
||||
"There is currently no notebook. Create one by clicking on \"New notebook\".": [
|
||||
"Saat ini belum ada buku catatan. Buat satu dengan menekan pada \"Buku catatan baru\"."
|
||||
],
|
||||
"There is no data to export.": [
|
||||
"Tidak ada data untuk diekspor."
|
||||
],
|
||||
@ -2933,6 +3068,9 @@
|
||||
"There was an error downloading this attachment:": [
|
||||
"Terjadi galat saat mengunduh lampiran ini:"
|
||||
],
|
||||
"These items failed to sync, but have been marked as \"ignored\". They won't cause the sync warning to appear, but still aren't synced. To unignore, click \"retry\".": [
|
||||
""
|
||||
],
|
||||
"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).": [
|
||||
"Benda berikut akan tetap berada di perangkat tetapi tidak akan diunggah ke sasaran penyelarasan. Untuk menemukan benda berikut, cari judulnya atau ID (yang ditampilkan dalam tanda kurung di atas)."
|
||||
],
|
||||
@ -2942,6 +3080,9 @@
|
||||
"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\".": [
|
||||
"Ini memungkinkan pengguna lain untuk berbagi sebuah buku catatan dengan Anda, dan kemudian Anda berdua dapat bekerja bersama padanya. Namun itu tidak membolehkan Anda untuk berbagi sebuah buku catatan dengan orang lain, kecuali Anda memiliki kemampuan “%s”."
|
||||
],
|
||||
"This attachment does not have OCR data (Status: %s)": [
|
||||
""
|
||||
],
|
||||
"This attachment is not downloaded or not decrypted yet": [
|
||||
"Lampiran ini belum diunduh atau belum didekripsi"
|
||||
],
|
||||
@ -2978,12 +3119,18 @@
|
||||
"This note has no history": [
|
||||
"Catatan ini tidak memiliki riwayat"
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
"This Rich Text editor has a number of limitations and it is recommended to be aware of them before using it.": [
|
||||
"Penyunting Rich Text ini memiliki beberapa batasan dan disarankan untuk menyadarinya sebelum menggunakannya."
|
||||
],
|
||||
"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.": [
|
||||
"Layanan ini mengizinkan ekstensi peramban untuk berkomunikasi dengan Joplin. Ketika menyalakannya firewall Anda mungkin akan meminta Anda untuk memberi izin kepada Joplin untuk mendengarkan port tertentu."
|
||||
],
|
||||
"This subfolder of the trash has no notes.": [
|
||||
""
|
||||
],
|
||||
"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.": [
|
||||
"Ini akan mengizinkan Joplin berjalan di latar belakang. Disarankan untuk menyalakan pengaturan ini agar catatan Anda terus diselaraskan, sehingga mengurangi jumlah perbedaan."
|
||||
],
|
||||
@ -2991,7 +3138,7 @@
|
||||
"Ini akan membuka layar baru. Simpan perubahan Anda saat ini?"
|
||||
],
|
||||
"This will permanently delete all items in the trash. Continue?": [
|
||||
""
|
||||
"Ini akan menghapus semua benda di tempat sampah selamanya. Lanjutkan?"
|
||||
],
|
||||
"This will remove the notebook from your collection and you will no longer have access to its content. Do you wish to continue?": [
|
||||
"Ini akan menghapus buku catatan dari koleksi Anda dan Anda tidak akan memiliki akses lagi ke isinya. Apakah Anda ingin melanjutkan?"
|
||||
@ -3008,6 +3155,9 @@
|
||||
"To allow Joplin to synchronise with Dropbox, please follow the steps below:": [
|
||||
"Untuk mengizinkan Joplin menyelaraskan dengan Dropbox, silakan ikuti langkah-langkah berikut:"
|
||||
],
|
||||
"To allow Joplin to synchronise with Joplin Cloud, please login using this URL:": [
|
||||
"Untuk mengizinkan Joplin menyelaraskan dengan Joplin Cloud, silakan masuk dengan URL berikut:"
|
||||
],
|
||||
"To continue, please enter your master password below.": [
|
||||
"Untuk melanjutkan, silakan masukkan kata sandi utama di bawah."
|
||||
],
|
||||
@ -3044,6 +3194,9 @@
|
||||
"to-do": [
|
||||
"tugas"
|
||||
],
|
||||
"To-do": [
|
||||
"Tugas"
|
||||
],
|
||||
"to-do: %s": [
|
||||
"tugas: %s"
|
||||
],
|
||||
@ -3093,7 +3246,7 @@
|
||||
"Jumlah: %d/%d"
|
||||
],
|
||||
"Trash": [
|
||||
""
|
||||
"Tempat sampah"
|
||||
],
|
||||
"Try again": [
|
||||
"Coba lagi"
|
||||
@ -3119,9 +3272,6 @@
|
||||
"Unable to edit resource of type %s": [
|
||||
"Tidak dapat menyunting sumber daya dari jenis %s"
|
||||
],
|
||||
"Unable to export or share data. Reason: %s": [
|
||||
"Tidak dapat mengekspor atau membagikan data. Alasan: %s"
|
||||
],
|
||||
"Unable to share log data. Reason: %s": [
|
||||
"Tidak dapat membagikan data log. Alasan: %s"
|
||||
],
|
||||
@ -3248,6 +3398,9 @@
|
||||
"View": [
|
||||
"Tampilan"
|
||||
],
|
||||
"View OCR text": [
|
||||
""
|
||||
],
|
||||
"View on map": [
|
||||
"Lihat di peta"
|
||||
],
|
||||
@ -3266,14 +3419,20 @@
|
||||
"Voice typing...": [
|
||||
"Pengetikan suara…"
|
||||
],
|
||||
"Waiting for authorisation...": [
|
||||
"Sedang menunggu otorisasi…"
|
||||
],
|
||||
"Warning": [
|
||||
"Peringatan"
|
||||
],
|
||||
"Warning: not all resources shown for performance reasons (limit: %s).": [
|
||||
"Peringatan: tidak semua sumber daya ditampilkan karena alasan kinerja (batas: %s)."
|
||||
],
|
||||
"Warnings:\n%s": [
|
||||
"Peringatan:\n%s"
|
||||
"We have a system for reporting and removing problematic plugins.": [
|
||||
""
|
||||
],
|
||||
"We mark plugins developed by trusted Joplin community members as \"recommended\".": [
|
||||
""
|
||||
],
|
||||
"Web Clipper": [
|
||||
"Web Clipper"
|
||||
@ -3330,7 +3489,7 @@
|
||||
"Anda akan melampirkan gambar besar (%dx%d piksel). Apakah Anda ingin mengubah ukurannya hingga %d piksel sebelum melampirkannya?"
|
||||
],
|
||||
"You are logged in into Joplin Cloud, you can leave this screen now.": [
|
||||
""
|
||||
"Anda telah masuk ke Joplin Cloud, Anda dapat meninggalkan layar ini."
|
||||
],
|
||||
"You currently have no notebooks.": [
|
||||
"Saat ini tidak ada buku catatan."
|
||||
@ -3344,6 +3503,12 @@
|
||||
"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.": [
|
||||
"Anda dapat menggunakan perkakas di bawah ini untuk mengenkripsi ulang data, misalnya jika Anda tahu bahwa beberapa catatan Anda dienkripsi dengan metode enkripsi yang telah usang."
|
||||
],
|
||||
"You were unable to connect to Joplin Cloud. Please check your credentials and try again. Error:": [
|
||||
"Anda tidak dapat terhubung ke Joplin Cloud. Silakan periksa kredensial Anda dan coba lagi. Galat:"
|
||||
],
|
||||
"Your account doesn't have access to this feature": [
|
||||
""
|
||||
],
|
||||
"Your choice: ": [
|
||||
"Pilihan Anda: "
|
||||
],
|
||||
|
@ -41,45 +41,45 @@ locales['uk_UA'] = require('./uk_UA.json');
|
||||
locales['vi'] = require('./vi.json');
|
||||
locales['zh_CN'] = require('./zh_CN.json');
|
||||
locales['zh_TW'] = require('./zh_TW.json');
|
||||
stats['ar'] = {"percentDone":78,"pluralForms":"nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);"};
|
||||
stats['eu'] = {"percentDone":20,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['bs_BA'] = {"percentDone":51,"pluralForms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"};
|
||||
stats['bg_BG'] = {"percentDone":40,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['ca'] = {"percentDone":86,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['hr_HR'] = {"percentDone":90,"pluralForms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"};
|
||||
stats['cs_CZ'] = {"percentDone":87,"pluralForms":"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"};
|
||||
stats['da_DK'] = {"percentDone":96,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['de_DE'] = {"percentDone":96,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['et_EE'] = {"percentDone":39,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['ar'] = {"percentDone":74,"pluralForms":"nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);"};
|
||||
stats['eu'] = {"percentDone":19,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['nb_NO'] = {"percentDone":73,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['bs_BA'] = {"percentDone":48,"pluralForms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"};
|
||||
stats['bg_BG'] = {"percentDone":37,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['ca'] = {"percentDone":81,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['hr_HR'] = {"percentDone":85,"pluralForms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"};
|
||||
stats['cs_CZ'] = {"percentDone":82,"pluralForms":"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"};
|
||||
stats['da_DK'] = {"percentDone":94,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['de_DE'] = {"percentDone":90,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['et_EE'] = {"percentDone":37,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['en_GB'] = {"percentDone":100};
|
||||
stats['en_US'] = {"percentDone":100,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['es_ES'] = {"percentDone":87,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['eo'] = {"percentDone":22,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['fi_FI'] = {"percentDone":87,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['es_ES'] = {"percentDone":82,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['eo'] = {"percentDone":21,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['fi_FI'] = {"percentDone":82,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['fr_FR'] = {"percentDone":99,"pluralForms":"nplurals=2; plural=(n > 1);"};
|
||||
stats['gl_ES'] = {"percentDone":26,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['id_ID'] = {"percentDone":96,"pluralForms":"nplurals=1; plural=0;"};
|
||||
stats['it_IT'] = {"percentDone":91,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['hu_HU'] = {"percentDone":68,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['nl_BE'] = {"percentDone":69,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['nl_NL'] = {"percentDone":90,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['nb_NO'] = {"percentDone":77,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['fa'] = {"percentDone":93,"pluralForms":"nplurals=2; plural=(n==0 || n==1);"};
|
||||
stats['pl_PL'] = {"percentDone":94,"pluralForms":"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);"};
|
||||
stats['pt_BR'] = {"percentDone":94,"pluralForms":"nplurals=2; plural=(n > 1);"};
|
||||
stats['pt_PT'] = {"percentDone":64,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['ro'] = {"percentDone":94,"pluralForms":"nplurals=3; plural=(n==1 ? 0 : n==0 || (n!=1 && n%100>=1 && n%100<=19) ? 1 : 2);"};
|
||||
stats['sl_SI'] = {"percentDone":71,"pluralForms":"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"};
|
||||
stats['sv'] = {"percentDone":96,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['th_TH'] = {"percentDone":32,"pluralForms":"nplurals=1; plural=0;"};
|
||||
stats['vi'] = {"percentDone":69,"pluralForms":"nplurals=1; plural=0;"};
|
||||
stats['tr_TR'] = {"percentDone":96,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['uk_UA'] = {"percentDone":89,"pluralForms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);"};
|
||||
stats['el_GR'] = {"percentDone":94,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['ru_RU'] = {"percentDone":95,"pluralForms":"nplurals=2; plural=(n > 1);"};
|
||||
stats['sr_RS'] = {"percentDone":57,"pluralForms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);"};
|
||||
stats['zh_CN'] = {"percentDone":96,"pluralForms":"nplurals=1; plural=0;"};
|
||||
stats['zh_TW'] = {"percentDone":94,"pluralForms":"nplurals=1; plural=0;"};
|
||||
stats['ja_JP'] = {"percentDone":92,"pluralForms":"nplurals=1; plural=0;"};
|
||||
stats['ko'] = {"percentDone":96,"pluralForms":"nplurals=1; plural=0;"};
|
||||
stats['gl_ES'] = {"percentDone":24,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['id_ID'] = {"percentDone":94,"pluralForms":"nplurals=1; plural=0;"};
|
||||
stats['it_IT'] = {"percentDone":86,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['hu_HU'] = {"percentDone":64,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['nl_BE'] = {"percentDone":65,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['nl_NL'] = {"percentDone":85,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['fa'] = {"percentDone":94,"pluralForms":"nplurals=2; plural=(n==0 || n==1);"};
|
||||
stats['pl_PL'] = {"percentDone":89,"pluralForms":"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);"};
|
||||
stats['pt_BR'] = {"percentDone":89,"pluralForms":"nplurals=2; plural=(n > 1);"};
|
||||
stats['pt_PT'] = {"percentDone":61,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['ro'] = {"percentDone":89,"pluralForms":"nplurals=3; plural=(n==1 ? 0 : n==0 || (n!=1 && n%100>=1 && n%100<=19) ? 1 : 2);"};
|
||||
stats['sl_SI'] = {"percentDone":67,"pluralForms":"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"};
|
||||
stats['sv'] = {"percentDone":90,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['th_TH'] = {"percentDone":30,"pluralForms":"nplurals=1; plural=0;"};
|
||||
stats['vi'] = {"percentDone":65,"pluralForms":"nplurals=1; plural=0;"};
|
||||
stats['tr_TR'] = {"percentDone":94,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['uk_UA'] = {"percentDone":84,"pluralForms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);"};
|
||||
stats['el_GR'] = {"percentDone":89,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['ru_RU'] = {"percentDone":89,"pluralForms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"};
|
||||
stats['sr_RS'] = {"percentDone":54,"pluralForms":"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);"};
|
||||
stats['zh_CN'] = {"percentDone":94,"pluralForms":"nplurals=1; plural=0;"};
|
||||
stats['zh_TW'] = {"percentDone":89,"pluralForms":"nplurals=1; plural=0;"};
|
||||
stats['ja_JP'] = {"percentDone":87,"pluralForms":"nplurals=1; plural=0;"};
|
||||
stats['ko'] = {"percentDone":94,"pluralForms":"nplurals=1; plural=0;"};
|
||||
module.exports = { locales: locales, stats: stats };
|
@ -65,6 +65,9 @@
|
||||
"%s is not optimised for synchronising many small files so your initial synchronisation will be slow.": [
|
||||
""
|
||||
],
|
||||
"%s tab opened": [
|
||||
""
|
||||
],
|
||||
"%s: %d": [
|
||||
"%s: %d"
|
||||
],
|
||||
@ -158,6 +161,9 @@
|
||||
"Accept": [
|
||||
"Accetta"
|
||||
],
|
||||
"Accepted shares": [
|
||||
""
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
"Accesso negato: controlla nome utente e password"
|
||||
],
|
||||
@ -212,12 +218,18 @@
|
||||
"All data, including notes, notebooks and tags will be permanently deleted.": [
|
||||
"Tutti i dati, incluse note, taccuini e tag verranno eliminati definitivamente."
|
||||
],
|
||||
"All item sync failures have been marked as \"ignored\".": [
|
||||
""
|
||||
],
|
||||
"All notes": [
|
||||
"Tutte le note"
|
||||
],
|
||||
"All potential ports are in use - please report the issue at %s": [
|
||||
"Tutte le potenziali porte sono in uso - per favore riportare il problema a %s"
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
""
|
||||
],
|
||||
"Also displays unset and hidden config variables.": [
|
||||
"Mostra anche le variabili di configurazione non impostate o nascoste."
|
||||
],
|
||||
@ -230,6 +242,9 @@
|
||||
"Always ask": [
|
||||
"Chiedi sempre"
|
||||
],
|
||||
"Always open %s files without asking.": [
|
||||
""
|
||||
],
|
||||
"Always resize": [
|
||||
"Ridimensiona sempre"
|
||||
],
|
||||
@ -353,6 +368,9 @@
|
||||
"Bulleted List": [
|
||||
"Elenco puntato"
|
||||
],
|
||||
"by %s": [
|
||||
""
|
||||
],
|
||||
"Can Share": [
|
||||
"Può condividere"
|
||||
],
|
||||
@ -521,9 +539,15 @@
|
||||
"Completed decryption.": [
|
||||
"Decrittografia completata."
|
||||
],
|
||||
"Completed with warnings:\n%s": [
|
||||
""
|
||||
],
|
||||
"Completed: %s (%s)": [
|
||||
"Completato: %s (%s)"
|
||||
],
|
||||
"completion date": [
|
||||
""
|
||||
],
|
||||
"Compress old changes": [
|
||||
"Comprimi le vecchie modifiche"
|
||||
],
|
||||
@ -717,9 +741,6 @@
|
||||
"Dashboard": [
|
||||
"Pannello di controllo"
|
||||
],
|
||||
"Database v%s": [
|
||||
"Database v%s"
|
||||
],
|
||||
"Date": [
|
||||
"Data"
|
||||
],
|
||||
@ -795,6 +816,9 @@
|
||||
"Deleted remote items: %d.": [
|
||||
"Elementi remoti eliminati: %d."
|
||||
],
|
||||
"Deletes notes permanently, skipping the trash.": [
|
||||
""
|
||||
],
|
||||
"Deletes the given notebook.": [
|
||||
"Elimina il seguente Taccuino."
|
||||
],
|
||||
@ -1206,6 +1230,9 @@
|
||||
"Fail-safe: Do not wipe out local data when sync target is empty (often the result of a misconfiguration or bug)": [
|
||||
"Fail-safe: Non rimuovere i dati locale quando la destinazione di sinc è vuota (spesso il risultato di una mal configurazione o di un bug)"
|
||||
],
|
||||
"Failed to leave share. Please verify that Joplin is connected to the internet and able to sync.\nError: %s": [
|
||||
""
|
||||
],
|
||||
"Fatal error:": [
|
||||
"Errore fatale:"
|
||||
],
|
||||
@ -1251,9 +1278,6 @@
|
||||
"Focus title": [
|
||||
"Focus sul titolo"
|
||||
],
|
||||
"Folders": [
|
||||
"Cartelle"
|
||||
],
|
||||
"For debugging purpose only: export your profile to an external SD card.": [
|
||||
"Solo per scopo di debugging: esporta il tuo profilo su una scheda SD esterna."
|
||||
],
|
||||
@ -1336,6 +1360,9 @@
|
||||
"Help": [
|
||||
"Aiuto"
|
||||
],
|
||||
"Here's what we do to make plugins safer:": [
|
||||
""
|
||||
],
|
||||
"Hide %s": [
|
||||
"Nascondi %s"
|
||||
],
|
||||
@ -1399,6 +1426,15 @@
|
||||
"Import": [
|
||||
"Importa"
|
||||
],
|
||||
"Import failed. Make sure a JEX file was selected.\nDetails: %s": [
|
||||
""
|
||||
],
|
||||
"Import from JEX": [
|
||||
""
|
||||
],
|
||||
"Import notes from a JEX (Joplin Export) file.": [
|
||||
""
|
||||
],
|
||||
"Importing from \"%s\" as \"%s\" format. Please wait...": [
|
||||
"Importazione da \"%s\" come formato \"%s\". Si prega di attendere..."
|
||||
],
|
||||
@ -1435,6 +1471,9 @@
|
||||
"In: %s": [
|
||||
"In: %s"
|
||||
],
|
||||
"Incompatible": [
|
||||
""
|
||||
],
|
||||
"Increase indent level": [
|
||||
"Aumenta il livello di rientro"
|
||||
],
|
||||
@ -1513,6 +1552,9 @@
|
||||
"Joplin Cloud": [
|
||||
"Joplin Cloud"
|
||||
],
|
||||
"Joplin doesn't recognise the %s extension. Opening this file could be dangerous. What would you like to do?": [
|
||||
""
|
||||
],
|
||||
"Joplin Export Directory": [
|
||||
"Cartella di esportazione di Joplin"
|
||||
],
|
||||
@ -1603,6 +1645,9 @@
|
||||
"Light": [
|
||||
"Chiaro"
|
||||
],
|
||||
"Like any software you install, plugins can potentially cause security issues or data loss.": [
|
||||
""
|
||||
],
|
||||
"Lines": [
|
||||
"Linee"
|
||||
],
|
||||
@ -1739,6 +1784,9 @@
|
||||
"More than one item match \"%s\". Please narrow down your query.": [
|
||||
"Più di un elemento corrisponde a \"%s\". Per favore restringi la ricerca."
|
||||
],
|
||||
"Most plugins have source code available for review on the plugin website.": [
|
||||
""
|
||||
],
|
||||
"Move %d notes to notebook \"%s\"?": [
|
||||
"Spostare le note %d sul Taccuino \"%s\"?"
|
||||
],
|
||||
@ -1760,6 +1808,9 @@
|
||||
"Never resize": [
|
||||
"Non ridimensionare mai"
|
||||
],
|
||||
"New": [
|
||||
""
|
||||
],
|
||||
"New note": [
|
||||
"Nuova nota"
|
||||
],
|
||||
@ -1808,6 +1859,9 @@
|
||||
"No active notebook.": [
|
||||
"Nessun Taccuino attivo."
|
||||
],
|
||||
"No incoming shares": [
|
||||
""
|
||||
],
|
||||
"No item with ID %s": [
|
||||
"Nessun elemento con ID %s"
|
||||
],
|
||||
@ -2066,9 +2120,6 @@
|
||||
"Please specify the notebook where the notes should be imported to.": [
|
||||
"Si prega di specificare il Taccuino in cui importare le note."
|
||||
],
|
||||
"Please upgrade Joplin to use this plugin": [
|
||||
"Aggiorna Joplin per utilizzare questo plugin"
|
||||
],
|
||||
"Please wait for all attachments to be downloaded and decrypted. You may also switch to %s to edit the note.": [
|
||||
"Attendi che tutti gli allegati vengano scaricati e decrittografati. Puoi anche passare a %s per modificare la nota."
|
||||
],
|
||||
@ -2081,9 +2132,15 @@
|
||||
"Plugin tools": [
|
||||
"Strumenti plugin"
|
||||
],
|
||||
"Plugin WebView debugging": [
|
||||
""
|
||||
],
|
||||
"Plugins": [
|
||||
"Plugins"
|
||||
],
|
||||
"Plugins extend Joplin with features that are not present by default. Plugins can extend Joplin's editor, viewer, and more.": [
|
||||
""
|
||||
],
|
||||
"Portrait": [
|
||||
"Verticale"
|
||||
],
|
||||
@ -2144,6 +2201,9 @@
|
||||
"Process user deletions": [
|
||||
"Elaborare le eliminazioni degli utenti"
|
||||
],
|
||||
"Processing": [
|
||||
""
|
||||
],
|
||||
"Profile": [
|
||||
"Profilo"
|
||||
],
|
||||
@ -2258,6 +2318,12 @@
|
||||
"Replace: ": [
|
||||
"Sostituisci: "
|
||||
],
|
||||
"Report an issue": [
|
||||
""
|
||||
],
|
||||
"Report fraudulent plugin": [
|
||||
""
|
||||
],
|
||||
"Reset application layout": [
|
||||
"Ripristina il layout dell'applicazione"
|
||||
],
|
||||
@ -2516,6 +2582,9 @@
|
||||
"Source: ": [
|
||||
"Sorgente:"
|
||||
],
|
||||
"Spacer": [
|
||||
""
|
||||
],
|
||||
"Specify the port that should be used by the API server. If not set, a default will be used.": [
|
||||
"Specifica la porta che deve essere usata dal server API. Se non viene settato, viene usato un valore di default."
|
||||
],
|
||||
@ -2690,6 +2759,9 @@
|
||||
"Take photo": [
|
||||
"Scatta foto"
|
||||
],
|
||||
"Task \"%s\" failed with error: %s": [
|
||||
""
|
||||
],
|
||||
"Tasks": [
|
||||
"Compiti"
|
||||
],
|
||||
@ -2816,9 +2888,6 @@
|
||||
"There are unsaved changes.": [
|
||||
"Sono presenti modifiche non salvate."
|
||||
],
|
||||
"There is currently no notebook. Create one by clicking on \"New notebook\".": [
|
||||
"Al momento non ci sono Taccuini. Creane uno facendo clic su \"Nuovo Taccuino\"."
|
||||
],
|
||||
"There is no data to export.": [
|
||||
"Non ci sono dati da esportare."
|
||||
],
|
||||
@ -2828,6 +2897,9 @@
|
||||
"There was an error downloading this attachment:": [
|
||||
"Errore nello scaricamento di questo allegato:"
|
||||
],
|
||||
"These items failed to sync, but have been marked as \"ignored\". They won't cause the sync warning to appear, but still aren't synced. To unignore, click \"retry\".": [
|
||||
""
|
||||
],
|
||||
"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).": [
|
||||
"Questi elementi rimarranno sul dispositivo ma non verranno caricati nella destinazione di sincronizzazione. Per trovare questi elementi, cercare il titolo o l'ID (che viene visualizzato tra parentesi qui sopra)."
|
||||
],
|
||||
@ -2837,6 +2909,9 @@
|
||||
"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\".": [
|
||||
"Ciò consente a un altro utente di condividere un taccuino con te e potrete quindi collaborare entrambi. Tuttavia non ti consente di condividere un taccuino con qualcun altro, a meno che tu non abbia la funzione \"%s\"."
|
||||
],
|
||||
"This attachment does not have OCR data (Status: %s)": [
|
||||
""
|
||||
],
|
||||
"This attachment is not downloaded or not decrypted yet": [
|
||||
"Questo allegato non è ancora stato scaricato o decriptato"
|
||||
],
|
||||
@ -2876,12 +2951,18 @@
|
||||
"This note has no history": [
|
||||
"Questa nota non ha cronologia"
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
"This Rich Text editor has a number of limitations and it is recommended to be aware of them before using it.": [
|
||||
"Questo editor di testo RTF ha un certo numero di limitazioni e si raccomanda di conoscerle prima di utilizzarlo."
|
||||
],
|
||||
"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.": [
|
||||
"Questo servizio consente all'estensione del browser di comunicare con Joplin. Quando lo abiliti, il tuo firewall potrebbe chiederti di dare il permesso a Joplin di ascoltare una particolare porta."
|
||||
],
|
||||
"This subfolder of the trash has no notes.": [
|
||||
""
|
||||
],
|
||||
"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.": [
|
||||
"Questo consentirà a Joplin di essere in esecuzione in background. È raccomandata l'attivazione di questa impostazione per sincronizzare costantemente le tue note e quindi ridurre il numero di conflitti."
|
||||
],
|
||||
@ -3014,9 +3095,6 @@
|
||||
"Unable to edit resource of type %s": [
|
||||
"Impossibile modificare la risorsa di tipo %s"
|
||||
],
|
||||
"Unable to export or share data. Reason: %s": [
|
||||
"Impossibile esportare o condividere dati. Motivi: %s"
|
||||
],
|
||||
"Unable to share log data. Reason: %s": [
|
||||
"Impossibile condividere i dati di registro. Motivi: %s"
|
||||
],
|
||||
@ -3143,6 +3221,9 @@
|
||||
"View": [
|
||||
"Vedi"
|
||||
],
|
||||
"View OCR text": [
|
||||
""
|
||||
],
|
||||
"View on map": [
|
||||
"Guarda sulla mappa"
|
||||
],
|
||||
@ -3167,8 +3248,11 @@
|
||||
"Warning: not all resources shown for performance reasons (limit: %s).": [
|
||||
"Attenzione: non tutte le risorse sono state mostrate per motivi di prestazioni (limite: %s)."
|
||||
],
|
||||
"Warnings:\n%s": [
|
||||
"Attenzione:\n%s"
|
||||
"We have a system for reporting and removing problematic plugins.": [
|
||||
""
|
||||
],
|
||||
"We mark plugins developed by trusted Joplin community members as \"recommended\".": [
|
||||
""
|
||||
],
|
||||
"Web Clipper": [
|
||||
"Web Clipper"
|
||||
@ -3239,6 +3323,9 @@
|
||||
"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.": [
|
||||
"Puoi usare lo strumento qui sotto per criptare nuovamente i tuoi dati, per esempio se sai che qualcuna delle tue note è criptata con un metodo obsoleto."
|
||||
],
|
||||
"Your account doesn't have access to this feature": [
|
||||
""
|
||||
],
|
||||
"Your choice: ": [
|
||||
"La tua scelta: "
|
||||
],
|
||||
|
@ -65,6 +65,9 @@
|
||||
"%s is not optimised for synchronising many small files so your initial synchronisation will be slow.": [
|
||||
""
|
||||
],
|
||||
"%s tab opened": [
|
||||
""
|
||||
],
|
||||
"%s: %d": [
|
||||
"%s: %d"
|
||||
],
|
||||
@ -155,6 +158,9 @@
|
||||
"Accept": [
|
||||
"承諾"
|
||||
],
|
||||
"Accepted shares": [
|
||||
""
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
"アクセスが拒否されました: ユーザー名とパスワードを確認してください"
|
||||
],
|
||||
@ -209,12 +215,18 @@
|
||||
"All data, including notes, notebooks and tags will be permanently deleted.": [
|
||||
"ノート、ノートブック、タグを含むすべてのデータが完全に削除されます。"
|
||||
],
|
||||
"All item sync failures have been marked as \"ignored\".": [
|
||||
""
|
||||
],
|
||||
"All notes": [
|
||||
"すべてのノート"
|
||||
],
|
||||
"All potential ports are in use - please report the issue at %s": [
|
||||
"使用候補のポートはすべて利用中です - 問題を %s に報告してください"
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
""
|
||||
],
|
||||
"Also displays unset and hidden config variables.": [
|
||||
"未設定または非表示の設定項目も表示します。"
|
||||
],
|
||||
@ -227,6 +239,9 @@
|
||||
"Always ask": [
|
||||
"常に確認する"
|
||||
],
|
||||
"Always open %s files without asking.": [
|
||||
""
|
||||
],
|
||||
"Always resize": [
|
||||
"常にリサイズする"
|
||||
],
|
||||
@ -350,6 +365,9 @@
|
||||
"Bulleted List": [
|
||||
"箇条書きリスト"
|
||||
],
|
||||
"by %s": [
|
||||
""
|
||||
],
|
||||
"Can Share": [
|
||||
"共有可能"
|
||||
],
|
||||
@ -518,9 +536,15 @@
|
||||
"Completed decryption.": [
|
||||
"復号が完了しました。"
|
||||
],
|
||||
"Completed with warnings:\n%s": [
|
||||
""
|
||||
],
|
||||
"Completed: %s (%s)": [
|
||||
"完了: %s (%s)"
|
||||
],
|
||||
"completion date": [
|
||||
""
|
||||
],
|
||||
"Compress old changes": [
|
||||
"古い変更を圧縮する"
|
||||
],
|
||||
@ -713,9 +737,6 @@
|
||||
"Dashboard": [
|
||||
"ダッシュボード"
|
||||
],
|
||||
"Database v%s": [
|
||||
"データベース v%s"
|
||||
],
|
||||
"Date": [
|
||||
"日時"
|
||||
],
|
||||
@ -791,6 +812,9 @@
|
||||
"Deleted remote items: %d.": [
|
||||
"リモートアイテムの削除: %d."
|
||||
],
|
||||
"Deletes notes permanently, skipping the trash.": [
|
||||
""
|
||||
],
|
||||
"Deletes the given notebook.": [
|
||||
"指定されたノートブックを削除します。"
|
||||
],
|
||||
@ -1172,9 +1196,6 @@
|
||||
"Export profile": [
|
||||
"プロファイルをエクスポート"
|
||||
],
|
||||
"Export your data": [
|
||||
"データをエクスポートする"
|
||||
],
|
||||
"Exported successfully!": [
|
||||
"エクスポート成功!"
|
||||
],
|
||||
@ -1202,6 +1223,9 @@
|
||||
"Fail-safe: Do not wipe out local data when sync target is empty (often the result of a misconfiguration or bug)": [
|
||||
"フェイルセーフ: 同期先が空の場合、設定ミスやバグによる可能性を考慮して、ローカルデータを消去しないようにする"
|
||||
],
|
||||
"Failed to leave share. Please verify that Joplin is connected to the internet and able to sync.\nError: %s": [
|
||||
""
|
||||
],
|
||||
"Fatal error:": [
|
||||
"致命的なエラー:"
|
||||
],
|
||||
@ -1247,9 +1271,6 @@
|
||||
"Focus title": [
|
||||
"題名にフォーカス"
|
||||
],
|
||||
"Folders": [
|
||||
"フォルダー"
|
||||
],
|
||||
"For debugging purpose only: export your profile to an external SD card.": [
|
||||
"デバッグ専用: プロファイルを外部SDカードにエクスポートします。"
|
||||
],
|
||||
@ -1331,6 +1352,9 @@
|
||||
"Help": [
|
||||
"ヘルプ"
|
||||
],
|
||||
"Here's what we do to make plugins safer:": [
|
||||
""
|
||||
],
|
||||
"Hermes enabled: %d": [
|
||||
"Hermes有効: %d"
|
||||
],
|
||||
@ -1400,6 +1424,15 @@
|
||||
"Import": [
|
||||
"インポート"
|
||||
],
|
||||
"Import failed. Make sure a JEX file was selected.\nDetails: %s": [
|
||||
""
|
||||
],
|
||||
"Import from JEX": [
|
||||
""
|
||||
],
|
||||
"Import notes from a JEX (Joplin Export) file.": [
|
||||
""
|
||||
],
|
||||
"Importing from \"%s\" as \"%s\" format. Please wait...": [
|
||||
"\"%s\" を \"%s\" フォーマットとしてインポート中。しばらくお待ちください..."
|
||||
],
|
||||
@ -1436,6 +1469,9 @@
|
||||
"In: %s": [
|
||||
"内: %s"
|
||||
],
|
||||
"Incompatible": [
|
||||
""
|
||||
],
|
||||
"Increase indent level": [
|
||||
"インデントを増やす"
|
||||
],
|
||||
@ -1514,6 +1550,9 @@
|
||||
"Joplin Cloud": [
|
||||
"Joplin Cloud"
|
||||
],
|
||||
"Joplin doesn't recognise the %s extension. Opening this file could be dangerous. What would you like to do?": [
|
||||
""
|
||||
],
|
||||
"Joplin Export Directory": [
|
||||
"Joplin エクスポートディレクトリ"
|
||||
],
|
||||
@ -1607,6 +1646,9 @@
|
||||
"Light": [
|
||||
"明るい"
|
||||
],
|
||||
"Like any software you install, plugins can potentially cause security issues or data loss.": [
|
||||
""
|
||||
],
|
||||
"Lines": [
|
||||
"行数"
|
||||
],
|
||||
@ -1751,6 +1793,9 @@
|
||||
"More than one item match \"%s\". Please narrow down your query.": [
|
||||
"一つ以上のアイテムが\"%s\"に一致しました。クエリを絞るようにしてください。"
|
||||
],
|
||||
"Most plugins have source code available for review on the plugin website.": [
|
||||
""
|
||||
],
|
||||
"Move %d notes to notebook \"%s\"?": [
|
||||
"%d 個のノートを \"%s\" ノートブックに移動しますか?"
|
||||
],
|
||||
@ -1775,6 +1820,9 @@
|
||||
"Never resize": [
|
||||
"リサイズしない"
|
||||
],
|
||||
"New": [
|
||||
""
|
||||
],
|
||||
"New note": [
|
||||
"新しいノート"
|
||||
],
|
||||
@ -1823,6 +1871,9 @@
|
||||
"No active notebook.": [
|
||||
"有効なノートブックがありません。"
|
||||
],
|
||||
"No incoming shares": [
|
||||
""
|
||||
],
|
||||
"No item with ID %s": [
|
||||
"ID %s のアイテムはありません"
|
||||
],
|
||||
@ -2081,9 +2132,6 @@
|
||||
"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に切り替えてノートを編集することはできます。"
|
||||
],
|
||||
@ -2096,9 +2144,15 @@
|
||||
"Plugin tools": [
|
||||
"プラグインツール"
|
||||
],
|
||||
"Plugin WebView debugging": [
|
||||
""
|
||||
],
|
||||
"Plugins": [
|
||||
"プラグイン"
|
||||
],
|
||||
"Plugins extend Joplin with features that are not present by default. Plugins can extend Joplin's editor, viewer, and more.": [
|
||||
""
|
||||
],
|
||||
"Portrait": [
|
||||
"縦"
|
||||
],
|
||||
@ -2159,6 +2213,9 @@
|
||||
"Process user deletions": [
|
||||
"ユーザー削除を実施する"
|
||||
],
|
||||
"Processing": [
|
||||
""
|
||||
],
|
||||
"Profile": [
|
||||
"プロファイル"
|
||||
],
|
||||
@ -2276,6 +2333,12 @@
|
||||
"Replace: ": [
|
||||
"置換文字列: "
|
||||
],
|
||||
"Report an issue": [
|
||||
""
|
||||
],
|
||||
"Report fraudulent plugin": [
|
||||
""
|
||||
],
|
||||
"Reset application layout": [
|
||||
"画面レイアウトをリセット"
|
||||
],
|
||||
@ -2546,6 +2609,9 @@
|
||||
"Source: ": [
|
||||
"ソース: "
|
||||
],
|
||||
"Spacer": [
|
||||
""
|
||||
],
|
||||
"Specify the port that should be used by the API server. If not set, a default will be used.": [
|
||||
"APIサーバーが使用するポートを指定してください。未設定時はデフォルトのポートが使用されます。"
|
||||
],
|
||||
@ -2723,6 +2789,9 @@
|
||||
"Take photo": [
|
||||
"写真を撮影する"
|
||||
],
|
||||
"Task \"%s\" failed with error: %s": [
|
||||
""
|
||||
],
|
||||
"Task list": [
|
||||
"タスクリスト"
|
||||
],
|
||||
@ -2855,9 +2924,6 @@
|
||||
"There are unsaved changes.": [
|
||||
"保存されていない変更があります。"
|
||||
],
|
||||
"There is currently no notebook. Create one by clicking on \"New notebook\".": [
|
||||
"ノートブックがありません。新しいノートブックを作成してください。"
|
||||
],
|
||||
"There is no data to export.": [
|
||||
"エクスポートするデータがありません。"
|
||||
],
|
||||
@ -2867,6 +2933,9 @@
|
||||
"There was an error downloading this attachment:": [
|
||||
"この添付ファイルをダウンロードするときにエラーが発生しました:"
|
||||
],
|
||||
"These items failed to sync, but have been marked as \"ignored\". They won't cause the sync warning to appear, but still aren't synced. To unignore, click \"retry\".": [
|
||||
""
|
||||
],
|
||||
"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).": [
|
||||
"これらのアイテムはデバイスに残りましたが、同期先にアップロードされません。そのようなアイテムを探すには、題名またはID(上記の括弧内に表示されている)で検索してください。"
|
||||
],
|
||||
@ -2876,6 +2945,9 @@
|
||||
"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 does not have OCR data (Status: %s)": [
|
||||
""
|
||||
],
|
||||
"This attachment is not downloaded or not decrypted yet": [
|
||||
"この添付ファイルはダウンロードされていないか、まだ復号されていません"
|
||||
],
|
||||
@ -2909,12 +2981,18 @@
|
||||
"This note has no history": [
|
||||
"このノートに履歴はありません"
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
"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 subfolder of the trash has no notes.": [
|
||||
""
|
||||
],
|
||||
"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がバックグラウンドで動作するようになります。ノートを定期的に同期し、衝突を減らすために強くおすすめする設定です。"
|
||||
],
|
||||
@ -3047,9 +3125,6 @@
|
||||
"Type: %s.": [
|
||||
"種類: %s."
|
||||
],
|
||||
"Unable to export or share data. Reason: %s": [
|
||||
"データをエクスポートまたは共有できません。理由: %s"
|
||||
],
|
||||
"Unable to share log data. Reason: %s": [
|
||||
"ログを共有できません。理由: %s"
|
||||
],
|
||||
@ -3176,6 +3251,9 @@
|
||||
"View": [
|
||||
"表示"
|
||||
],
|
||||
"View OCR text": [
|
||||
""
|
||||
],
|
||||
"View on map": [
|
||||
"地図上に表示"
|
||||
],
|
||||
@ -3200,8 +3278,11 @@
|
||||
"Warning: not all resources shown for performance reasons (limit: %s).": [
|
||||
"注意: 性能上の理由により、リソースは最大 %s 件までしか表示されません。"
|
||||
],
|
||||
"Warnings:\n%s": [
|
||||
"警告:\n%s"
|
||||
"We have a system for reporting and removing problematic plugins.": [
|
||||
""
|
||||
],
|
||||
"We mark plugins developed by trusted Joplin community members as \"recommended\".": [
|
||||
""
|
||||
],
|
||||
"Web Clipper": [
|
||||
"Webクリッパー"
|
||||
@ -3272,6 +3353,9 @@
|
||||
"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 account doesn't have access to this feature": [
|
||||
""
|
||||
],
|
||||
"Your choice: ": [
|
||||
"選択: "
|
||||
],
|
||||
|
@ -65,6 +65,9 @@
|
||||
"%s is not optimised for synchronising many small files so your initial synchronisation will be slow.": [
|
||||
"%s 는 많은 작은 파일을 동기화하는 데 최적화되어 있지 않으므로 초기 동기화 속도가 느려집니다."
|
||||
],
|
||||
"%s tab opened": [
|
||||
""
|
||||
],
|
||||
"%s: %d": [
|
||||
"%s: %d"
|
||||
],
|
||||
@ -129,7 +132,7 @@
|
||||
"[노트]로부터 [태그]를 지우거나 지정할 때, 아니면 [태그]와 관련된 노트의 목록을 확인할 때 <tag-command>로 \"add\", \"remove\", \"list\" 또는 \"notetags\" 를 사용하실 수 있습니다. 또한 `tag list` 명령어로 모든 태그의 목록을 확인할 수 있습니다 (긴 태그인 옵션 -l 을 사용하실수 있습니다)."
|
||||
],
|
||||
"<todo-command> 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.": [
|
||||
"<todo-command>로 \"toggle\" 이나 \"clear\"를 사용하실 수 있습니다. \"toggle\"은 주어진 '할 일'의 상태를 '완료됨' 또는 '완료되지 않음'으로 바꾸는 데 사용됩니다 (만약 대상이 일반적인 노트일 경우에는 '할 일'로 전환됩니다). \"clear\"는 '할 일'을 일반적인 노트로 변환하는 데 사용됩니다."
|
||||
"<todo-command>로 \"toggle\" 이나 \"clear\"를 사용하실 수 있습니다. \"toggle\"은 주어진 목록의 상태를 '완료됨' 또는 '완료되지 않음'으로 바꾸는 데 사용됩니다.(만약 대상이 일반적인 노트일 경우에는 목록으로 전환됩니다).\"clear\"는 목록을 일반적인 노트로 변환하는 데 사용됩니다."
|
||||
],
|
||||
"A3": [
|
||||
"A3"
|
||||
@ -141,7 +144,7 @@
|
||||
"A5"
|
||||
],
|
||||
"About": [
|
||||
""
|
||||
"정보"
|
||||
],
|
||||
"About Joplin": [
|
||||
"Joplin에 대해서"
|
||||
@ -158,6 +161,9 @@
|
||||
"Accept": [
|
||||
"허용"
|
||||
],
|
||||
"Accepted shares": [
|
||||
""
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
"접근 거부: 아이디와 비밀번호를 확인해주세요"
|
||||
],
|
||||
@ -212,12 +218,18 @@
|
||||
"All data, including notes, notebooks and tags will be permanently deleted.": [
|
||||
"노트, 노트북, 태그를 포함한 모든 데이터는 영구적으로 삭제됩니다."
|
||||
],
|
||||
"All item sync failures have been marked as \"ignored\".": [
|
||||
""
|
||||
],
|
||||
"All notes": [
|
||||
"모든 노트"
|
||||
],
|
||||
"All potential ports are in use - please report the issue at %s": [
|
||||
"모든 포트들이 사용 중입니다 - %s에 문제를 공유해주시면 감사하겠습니다"
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
""
|
||||
],
|
||||
"Also displays unset and hidden config variables.": [
|
||||
"또한 설정하지 않았거나 숨겨진 설정 변수를 표시합니다."
|
||||
],
|
||||
@ -230,6 +242,9 @@
|
||||
"Always ask": [
|
||||
"항상 묻기"
|
||||
],
|
||||
"Always open %s files without asking.": [
|
||||
""
|
||||
],
|
||||
"Always resize": [
|
||||
"항상 크기 조정"
|
||||
],
|
||||
@ -311,6 +326,9 @@
|
||||
"Authorisation token:": [
|
||||
"인증 토큰:"
|
||||
],
|
||||
"Authorise": [
|
||||
"권한 부여"
|
||||
],
|
||||
"Auto": [
|
||||
"자동"
|
||||
],
|
||||
@ -324,7 +342,7 @@
|
||||
"자동으로 업데이트를 확인"
|
||||
],
|
||||
"Automatically delete notes in the trash after a number of days": [
|
||||
""
|
||||
"다음 기간이 지나면 자동으로 휴지통에 있는 노트 삭제"
|
||||
],
|
||||
"Automatically switch theme to match system theme": [
|
||||
"시스템 테마에 적합한 테마로 자동으로 변경"
|
||||
@ -353,6 +371,9 @@
|
||||
"Bulleted List": [
|
||||
"글머리 기호 목록"
|
||||
],
|
||||
"by %s": [
|
||||
""
|
||||
],
|
||||
"Can Share": [
|
||||
"공유 가능"
|
||||
],
|
||||
@ -519,7 +540,7 @@
|
||||
"명령 팔레트..."
|
||||
],
|
||||
"Compact": [
|
||||
"컴팩트"
|
||||
"간단히 보기"
|
||||
],
|
||||
"Completed": [
|
||||
"완료됨"
|
||||
@ -527,9 +548,15 @@
|
||||
"Completed decryption.": [
|
||||
"복호화가 완료되었습니다."
|
||||
],
|
||||
"Completed with warnings:\n%s": [
|
||||
""
|
||||
],
|
||||
"Completed: %s (%s)": [
|
||||
"완료됨: %s (%s)"
|
||||
],
|
||||
"completion date": [
|
||||
""
|
||||
],
|
||||
"Compress old changes": [
|
||||
"오래된 변경을 압축"
|
||||
],
|
||||
@ -558,7 +585,10 @@
|
||||
"통합결제"
|
||||
],
|
||||
"Content provided by %s": [
|
||||
"%s에서 제공"
|
||||
"%s에서 제공한 콘텐츠"
|
||||
],
|
||||
"Content provided by: %s": [
|
||||
"콘텐츠 제공자: %s"
|
||||
],
|
||||
"Continue": [
|
||||
"계속"
|
||||
@ -567,7 +597,7 @@
|
||||
"노트로 변환"
|
||||
],
|
||||
"Convert to todo": [
|
||||
"'할 일'로 변환"
|
||||
"목록으로 변환"
|
||||
],
|
||||
"Converting speech to text...": [
|
||||
"음성을 텍스트로 변환하는 중..."
|
||||
@ -587,6 +617,9 @@
|
||||
"Copy Link Address": [
|
||||
"링크 주소 복사"
|
||||
],
|
||||
"Copy link to website": [
|
||||
"웹사이트 링크 복사"
|
||||
],
|
||||
"Copy Markdown link": [
|
||||
"마크다운 링크 복사"
|
||||
],
|
||||
@ -681,13 +714,13 @@
|
||||
"새 노트북을 만듭니다."
|
||||
],
|
||||
"Creates a new to-do.": [
|
||||
"새 '할 일'을 만듭니다."
|
||||
"새 목록을 만듭니다."
|
||||
],
|
||||
"Creating new note...": [
|
||||
"새 노트 만들기..."
|
||||
],
|
||||
"Creating new to-do...": [
|
||||
"새 '할 일' 만들기..."
|
||||
"새 목록 만들기..."
|
||||
],
|
||||
"Creating report...": [
|
||||
"보고서 생성하기..."
|
||||
@ -722,9 +755,6 @@
|
||||
"Dashboard": [
|
||||
"대시보드"
|
||||
],
|
||||
"Database v%s": [
|
||||
"데이터베이스 v%s"
|
||||
],
|
||||
"Date": [
|
||||
"날짜"
|
||||
],
|
||||
@ -794,12 +824,18 @@
|
||||
"Delete this profile?": [
|
||||
"이 프로필을 삭제할까요?"
|
||||
],
|
||||
"Deleted": [
|
||||
"삭제됨"
|
||||
],
|
||||
"Deleted local items: %d.": [
|
||||
"로컬 항목 삭제됨: %d."
|
||||
],
|
||||
"Deleted remote items: %d.": [
|
||||
"원격 항목 삭제됨: %d."
|
||||
],
|
||||
"Deletes notes permanently, skipping the trash.": [
|
||||
""
|
||||
],
|
||||
"Deletes the given notebook.": [
|
||||
"해당 노트북을 삭제합니다."
|
||||
],
|
||||
@ -816,7 +852,7 @@
|
||||
"목표 포맷: %s"
|
||||
],
|
||||
"Detailed": [
|
||||
"상세한"
|
||||
"상세히 보기"
|
||||
],
|
||||
"Directory": [
|
||||
"폴더"
|
||||
@ -858,7 +894,7 @@
|
||||
"맨 처음 <num>개의 노트만 표시합니다."
|
||||
],
|
||||
"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`)."
|
||||
"특정 형식의 항목만 표시합니다.노트의 경우 `n`, 목록의 경우 `t`, 노트와 목록 모두는 `nt` 입니다.(예시: 목록은 `-tt`, 노트와 목록은 `-tnt`)."
|
||||
],
|
||||
"Displays summary about the notes and notebooks.": [
|
||||
"노트와 노트북에 관한 요약 정보를 표시합니다."
|
||||
@ -936,7 +972,7 @@
|
||||
"Dropbox 로그인"
|
||||
],
|
||||
"Due": [
|
||||
""
|
||||
"마감"
|
||||
],
|
||||
"Duplicate": [
|
||||
"복제"
|
||||
@ -1017,7 +1053,7 @@
|
||||
"강조"
|
||||
],
|
||||
"Empty trash": [
|
||||
""
|
||||
"휴지통 비우기"
|
||||
],
|
||||
"Enable": [
|
||||
"활성화"
|
||||
@ -1073,6 +1109,9 @@
|
||||
"Enable optical character recognition (OCR)": [
|
||||
"문자 인식(OCR) 활성화"
|
||||
],
|
||||
"Enable or disable plugins": [
|
||||
"플러그인 활성화/비활성화"
|
||||
],
|
||||
"Enable PDF viewer": [
|
||||
"PDF 보기 활성화"
|
||||
],
|
||||
@ -1196,9 +1235,6 @@
|
||||
"Export profile": [
|
||||
"프로파일 내보내기"
|
||||
],
|
||||
"Export your data": [
|
||||
"나의 데이터 내보내기"
|
||||
],
|
||||
"Exported successfully!": [
|
||||
"성공적으로 내보냈습니다!"
|
||||
],
|
||||
@ -1226,6 +1262,9 @@
|
||||
"Fail-safe: Do not wipe out local data when sync target is empty (often the result of a misconfiguration or bug)": [
|
||||
"안전 장치: 동기화할 대상이 비어 있다면, 로컬 데이터를 지우지 않습니다. (종종 잘못된 설정이나 버그로 인해 발생됩니다)"
|
||||
],
|
||||
"Failed to leave share. Please verify that Joplin is connected to the internet and able to sync.\nError: %s": [
|
||||
""
|
||||
],
|
||||
"Fatal error:": [
|
||||
"치명적인 오류:"
|
||||
],
|
||||
@ -1274,9 +1313,6 @@
|
||||
"Focus title": [
|
||||
"제목에 포커스"
|
||||
],
|
||||
"Folders": [
|
||||
"폴더"
|
||||
],
|
||||
"For debugging purpose only: export your profile to an external SD card.": [
|
||||
"디버깅 목적으로만 사용: 프로파일을 외장 SD 카드에 내보냅니다."
|
||||
],
|
||||
@ -1304,6 +1340,9 @@
|
||||
"Found: %d.": [
|
||||
"발견됨: %d."
|
||||
],
|
||||
"From a plugin": [
|
||||
"모든 플러그인 보기"
|
||||
],
|
||||
"FTS enabled: %d": [
|
||||
"FTS 활성됨: %d"
|
||||
],
|
||||
@ -1344,7 +1383,7 @@
|
||||
"허가된 권한"
|
||||
],
|
||||
"Have you authorised the application login in the above URL?": [
|
||||
""
|
||||
"위 URL에서 애플리케이션 로그인을 승인하셨나요?"
|
||||
],
|
||||
"Header %d": [
|
||||
"헤더 %d"
|
||||
@ -1358,6 +1397,9 @@
|
||||
"Help": [
|
||||
"도움말"
|
||||
],
|
||||
"Here's what we do to make plugins safer:": [
|
||||
""
|
||||
],
|
||||
"Hermes enabled: %d": [
|
||||
"Hermes 사용: %d"
|
||||
],
|
||||
@ -1416,7 +1458,7 @@
|
||||
"대기"
|
||||
],
|
||||
"If you have already authorised, please wait for the application to sync to Joplin Cloud.": [
|
||||
""
|
||||
"이미 승인하셨다면, 애플리케이션이 Joplin Cloud에 동기화될 때까지 기다려주세요Joplin Cloud."
|
||||
],
|
||||
"Ignore": [
|
||||
"무시하기"
|
||||
@ -1430,6 +1472,15 @@
|
||||
"Import": [
|
||||
"가져오기"
|
||||
],
|
||||
"Import failed. Make sure a JEX file was selected.\nDetails: %s": [
|
||||
""
|
||||
],
|
||||
"Import from JEX": [
|
||||
""
|
||||
],
|
||||
"Import notes from a JEX (Joplin Export) file.": [
|
||||
""
|
||||
],
|
||||
"Importing from \"%s\" as \"%s\" format. Please wait...": [
|
||||
"\"%s\"에서 \"%s\" 포맷으로 가져오는 중입니다. 잠시만 기다려주세요..."
|
||||
],
|
||||
@ -1466,6 +1517,9 @@
|
||||
"In: %s": [
|
||||
"내부: %s"
|
||||
],
|
||||
"Incompatible": [
|
||||
""
|
||||
],
|
||||
"Increase indent level": [
|
||||
"들여쓰기 수준 높이기"
|
||||
],
|
||||
@ -1544,6 +1598,12 @@
|
||||
"Joplin Cloud": [
|
||||
"Joplin 클라우드"
|
||||
],
|
||||
"Joplin Cloud Login": [
|
||||
"Joplin 클라우드 로그인"
|
||||
],
|
||||
"Joplin doesn't recognise the %s extension. Opening this file could be dangerous. What would you like to do?": [
|
||||
""
|
||||
],
|
||||
"Joplin Export Directory": [
|
||||
"Joplin 내보내기 폴더"
|
||||
],
|
||||
@ -1581,7 +1641,10 @@
|
||||
"KaTeX"
|
||||
],
|
||||
"Keep note history for": [
|
||||
"다음과 같이 노트 변경 이력을 유지"
|
||||
"다음 기간 동안 노트 변경 이력을 유지"
|
||||
],
|
||||
"Keep notes in the trash for": [
|
||||
"다음 기간 동안 노트를 휴지통에 보관"
|
||||
],
|
||||
"Keyboard Mode": [
|
||||
"키보드 모드"
|
||||
@ -1614,7 +1677,7 @@
|
||||
"나중에"
|
||||
],
|
||||
"Latitude": [
|
||||
""
|
||||
"위도"
|
||||
],
|
||||
"Layout": [
|
||||
"배치"
|
||||
@ -1637,6 +1700,9 @@
|
||||
"Light": [
|
||||
"라이트"
|
||||
],
|
||||
"Like any software you install, plugins can potentially cause security issues or data loss.": [
|
||||
""
|
||||
],
|
||||
"Lines": [
|
||||
"줄"
|
||||
],
|
||||
@ -1664,6 +1730,9 @@
|
||||
"Loaded": [
|
||||
"로딩됨"
|
||||
],
|
||||
"Loading plugin repository...": [
|
||||
"플러그인 저장소 불러오는 중..."
|
||||
],
|
||||
"Loading...": [
|
||||
"로딩 중..."
|
||||
],
|
||||
@ -1689,7 +1758,7 @@
|
||||
"로그, 프로필, 동기화 상태"
|
||||
],
|
||||
"Longitude": [
|
||||
""
|
||||
"경도"
|
||||
],
|
||||
"Make a donation": [
|
||||
"기부하기"
|
||||
@ -1722,10 +1791,10 @@
|
||||
"마크다운 + Front Matter"
|
||||
],
|
||||
"Marks a to-do as done.": [
|
||||
"'할 일' 항목을 완료로 표시합니다."
|
||||
"목록 항목을 완료로 표시합니다."
|
||||
],
|
||||
"Marks a to-do as non-completed.": [
|
||||
"할 일을 '완료되지 않음'으로 표시합니다."
|
||||
"목록을 '완료되지 않음'으로 표시합니다."
|
||||
],
|
||||
"Markup": [
|
||||
"마크업"
|
||||
@ -1755,7 +1824,7 @@
|
||||
"미디어 플레이어, 수학, 도표, 목차"
|
||||
],
|
||||
"Minimise": [
|
||||
""
|
||||
"최소화"
|
||||
],
|
||||
"Missing keys": [
|
||||
"키를 찾을 수 없음"
|
||||
@ -1781,9 +1850,15 @@
|
||||
"More than one item match \"%s\". Please narrow down your query.": [
|
||||
"\"%s\"에 대한 하나 이상의 항목이 일치합니다. 검색 범위를 한번 좁혀보세요."
|
||||
],
|
||||
"Most plugins have source code available for review on the plugin website.": [
|
||||
""
|
||||
],
|
||||
"Move %d notes to notebook \"%s\"?": [
|
||||
"%d개의 노트를 \"%s\" 노트북으로 옮길까요?"
|
||||
],
|
||||
"Move notebook \"%s\" to the trash?\n\nAll notes and sub-notebooks within this notebook will also be moved to the trash.": [
|
||||
"\"%s\" 노트북을 휴지통으로 이동할까요?\n\n이 노트북 안에 있는 모든 노트와 더불어 하위 노트북들도 함께 휴지통으로 이동합니다."
|
||||
],
|
||||
"Move to notebook": [
|
||||
"노트북으로 옮기기"
|
||||
],
|
||||
@ -1805,6 +1880,9 @@
|
||||
"Never resize": [
|
||||
"크기 조정 안 함"
|
||||
],
|
||||
"New": [
|
||||
""
|
||||
],
|
||||
"New note": [
|
||||
"새 노트"
|
||||
],
|
||||
@ -1824,7 +1902,7 @@
|
||||
"새 태그:"
|
||||
],
|
||||
"New to-do": [
|
||||
"새 '할 일'"
|
||||
"새 목록"
|
||||
],
|
||||
"New version: %s": [
|
||||
"새 버전: %s"
|
||||
@ -1853,6 +1931,9 @@
|
||||
"No active notebook.": [
|
||||
"활성화된 노트북이 없습니다."
|
||||
],
|
||||
"No incoming shares": [
|
||||
""
|
||||
],
|
||||
"No item with ID %s": [
|
||||
"식별자 %s에 해당하는 항목이 없습니다"
|
||||
],
|
||||
@ -1926,13 +2007,13 @@
|
||||
"노트 역사"
|
||||
],
|
||||
"Note is not a to-do: \"%s\"": [
|
||||
"노트는 '할 일' 항목이 아닙니다: \"%s\""
|
||||
"노트는 목록 항목이 아닙니다: \"%s\""
|
||||
],
|
||||
"Note list": [
|
||||
"노트 목록"
|
||||
"노트 리스트"
|
||||
],
|
||||
"Note list growth factor": [
|
||||
"노트 목록 증가 인수"
|
||||
"노트 리스트 증가 인수"
|
||||
],
|
||||
"Note list style": [
|
||||
"노트 목록 스타일"
|
||||
@ -2075,6 +2156,15 @@
|
||||
"Per user. Minimum of %d users.": [
|
||||
"사용자당 최소 %d명의 사용자 수입니다."
|
||||
],
|
||||
"Permanently delete note": [
|
||||
"선택된 노트를 영구적으로 삭제"
|
||||
],
|
||||
"Permanently delete note \"%s\"?": [
|
||||
"\"%s\" 노트를 영구적으로 삭제하시겠습니까?"
|
||||
],
|
||||
"Permanently delete these %d notes?": [
|
||||
"\"%d\"개의 노트 영구적으로 삭제하시겠습니까?"
|
||||
],
|
||||
"Permission needed": [
|
||||
"권한 요구"
|
||||
],
|
||||
@ -2114,24 +2204,33 @@
|
||||
"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 message": [
|
||||
"플러그인 메시지"
|
||||
],
|
||||
"Plugin repository failed to load": [
|
||||
""
|
||||
"플러그인 저장소를 불러오지 못했습니다"
|
||||
],
|
||||
"Plugin search": [
|
||||
"플러그인 검색"
|
||||
],
|
||||
"Plugin tools": [
|
||||
"플러그인 도구"
|
||||
],
|
||||
"Plugin WebView debugging": [
|
||||
""
|
||||
],
|
||||
"Plugins": [
|
||||
"플러그인"
|
||||
],
|
||||
"Plugins extend Joplin with features that are not present by default. Plugins can extend Joplin's editor, viewer, and more.": [
|
||||
""
|
||||
],
|
||||
"Portrait": [
|
||||
"세로 방향"
|
||||
],
|
||||
@ -2192,6 +2291,9 @@
|
||||
"Process user deletions": [
|
||||
"사용자 삭제 처리"
|
||||
],
|
||||
"Processing": [
|
||||
""
|
||||
],
|
||||
"Profile": [
|
||||
"프로파일"
|
||||
],
|
||||
@ -2261,6 +2363,9 @@
|
||||
"Recipients:": [
|
||||
"공유 수신자:"
|
||||
],
|
||||
"Recommended": [
|
||||
"추천"
|
||||
],
|
||||
"Redo": [
|
||||
"다시 실행"
|
||||
],
|
||||
@ -2309,6 +2414,12 @@
|
||||
"Replace: ": [
|
||||
"바꾸기: "
|
||||
],
|
||||
"Report an issue": [
|
||||
""
|
||||
],
|
||||
"Report fraudulent plugin": [
|
||||
""
|
||||
],
|
||||
"Reset application layout": [
|
||||
"애플리케이션 레이아웃 재설정"
|
||||
],
|
||||
@ -2331,7 +2442,19 @@
|
||||
"지금 재시작"
|
||||
],
|
||||
"Restore": [
|
||||
"복구"
|
||||
"복원"
|
||||
],
|
||||
"Restore note": [
|
||||
"노트 복원"
|
||||
],
|
||||
"Restore notebook": [
|
||||
"노트북 복원"
|
||||
],
|
||||
"Restore the items matching <pattern> from the trash.": [
|
||||
"<pattern>에 일치하는 노트를 삭제합니다."
|
||||
],
|
||||
"Restored items": [
|
||||
"복원된 항목"
|
||||
],
|
||||
"Restored Notes": [
|
||||
"복구된 노트들"
|
||||
@ -2508,7 +2631,7 @@
|
||||
"모두 표시"
|
||||
],
|
||||
"Show completed to-dos": [
|
||||
"완료된 '할 일'을 표시"
|
||||
"완료된 목록을 표시"
|
||||
],
|
||||
"Show disabled": [
|
||||
"비활성화 보기"
|
||||
@ -2600,6 +2723,9 @@
|
||||
"Source: ": [
|
||||
"원본: "
|
||||
],
|
||||
"Spacer": [
|
||||
""
|
||||
],
|
||||
"Specify the port that should be used by the API server. If not set, a default will be used.": [
|
||||
"API 서버가 사용할 포트를 선택해주세요. 선택되지 않으면, 기본 포트를 선택합니다."
|
||||
],
|
||||
@ -2685,19 +2811,19 @@
|
||||
"윗줄과 위치 바꾸기"
|
||||
],
|
||||
"Switch between note and to-do type": [
|
||||
"'노트' 또는 '할 일' 형식으로 전환합니다"
|
||||
"노트 또는 목록 형식으로 전환합니다"
|
||||
],
|
||||
"Switch profile": [
|
||||
"프로파일 전환"
|
||||
],
|
||||
"Switch to note type": [
|
||||
"'노트' 형식으로 전환합니다"
|
||||
"노트 형식으로 전환합니다"
|
||||
],
|
||||
"Switch to profile %d": [
|
||||
"%d 프로파일로 전환"
|
||||
],
|
||||
"Switch to to-do type": [
|
||||
"'할 일' 형식으로 전환합니다"
|
||||
"목록 형식으로 전환합니다"
|
||||
],
|
||||
"Switches to [notebook] - all further operations will happen within this notebook.": [
|
||||
"[notebook]으로 전환 - 앞으로의 모든 작업은 이 노트북 안에서만 해당됩니다."
|
||||
@ -2777,6 +2903,9 @@
|
||||
"Take photo": [
|
||||
"사진 찍기"
|
||||
],
|
||||
"Task \"%s\" failed with error: %s": [
|
||||
""
|
||||
],
|
||||
"Task list": [
|
||||
"작업 목록"
|
||||
],
|
||||
@ -2867,6 +2996,12 @@
|
||||
"The note \"%s\" has been successfully restored to the notebook \"%s\".": [
|
||||
"노트 \"%s\"가 노트북 \"%s\"에 성공적으로 복구되었습니다."
|
||||
],
|
||||
"The note was successfully moved to the trash.": [
|
||||
"노트가 성공적으로 휴지통으로 이동하였습니다."
|
||||
],
|
||||
"The notebook and its content was successfully moved to the trash.": [
|
||||
"노트북과 하위 콘텐츠가 성공적으로 휴지통으로 이동되었습니다."
|
||||
],
|
||||
"The notebook could not be saved: %s": [
|
||||
"노트북을 저장할 수 없습니다: %s"
|
||||
],
|
||||
@ -2921,9 +3056,6 @@
|
||||
"There are unsaved changes.": [
|
||||
"저장되지 않은 변경사항이 있습니다."
|
||||
],
|
||||
"There is currently no notebook. Create one by clicking on \"New notebook\".": [
|
||||
"노트북이 없습니다. \"새 노트북\"을 선택해서 노트북을 새로 만드세요."
|
||||
],
|
||||
"There is no data to export.": [
|
||||
"내보낼 데이터가 없습니다."
|
||||
],
|
||||
@ -2933,6 +3065,9 @@
|
||||
"There was an error downloading this attachment:": [
|
||||
"첨부 파일을 내려받는 중에 오류가 발생했습니다:"
|
||||
],
|
||||
"These items failed to sync, but have been marked as \"ignored\". They won't cause the sync warning to appear, but still aren't synced. To unignore, click \"retry\".": [
|
||||
""
|
||||
],
|
||||
"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).": [
|
||||
"해당 항목들은 기기에 남아 있지만 동기화 대상에 업로드되지는 않을 것입니다. 이런 항목을 찾길 원하신다면 제목 또는 ID로 검색하세요. (상단 괄호 안에 표시되어 있습니다)"
|
||||
],
|
||||
@ -2942,6 +3077,9 @@
|
||||
"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\".": [
|
||||
"다른 사용자가 귀하와 노트북을 공유할 수 있으며, 귀하와 귀하 모두 노트북에서 공동 작업을 할 수 있습니다. 그러나 \"%s\" 기능이 없으면 다른 사람과 노트북을 공유할 수 없습니다."
|
||||
],
|
||||
"This attachment does not have OCR data (Status: %s)": [
|
||||
""
|
||||
],
|
||||
"This attachment is not downloaded or not decrypted yet": [
|
||||
"이 첨부 파일은 아직 내려받기 또는 복호화되지 않았습니다"
|
||||
],
|
||||
@ -2978,12 +3116,18 @@
|
||||
"This note has no history": [
|
||||
"이 노트의 변경 내역이 없습니다"
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
"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 subfolder of the trash has no notes.": [
|
||||
""
|
||||
],
|
||||
"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을 백그라운드에서 구동합니다. 노트가 정기적으로 동기화되어 충돌 횟수를 줄일 수 있기 때문에 이 옵션을 활성화하는 것을 추천합니다."
|
||||
],
|
||||
@ -2991,7 +3135,7 @@
|
||||
"새로운 화면으로 전환됩니다. 현재 화면의 변경 사항들을 저장하시겠습니까?"
|
||||
],
|
||||
"This will permanently delete all items in the trash. Continue?": [
|
||||
""
|
||||
"휴지통에 있는 모든 항목이 영구적으로 삭제됩니다. 계속하시겠습니까?"
|
||||
],
|
||||
"This will remove the notebook from your collection and you will no longer have access to its content. Do you wish to continue?": [
|
||||
"컬렉션에서 노트북이 제거되고 더 이상 접근할 수 없습니다. 계속하시겠어요?"
|
||||
@ -3008,6 +3152,9 @@
|
||||
"To allow Joplin to synchronise with Dropbox, please follow the steps below:": [
|
||||
"Joplin을 Dropbox와 동기화하려면 다음 절차를 따라주세요:"
|
||||
],
|
||||
"To allow Joplin to synchronise with Joplin Cloud, please login using this URL:": [
|
||||
"Joplin을 Joplin Cloud와 동기화하려면 다음 URL을 사용하여 로그인하십시오:"
|
||||
],
|
||||
"To continue, please enter your master password below.": [
|
||||
"계속하려면 아래에 마스터 비밀번호를 입력해주세요."
|
||||
],
|
||||
@ -3042,10 +3189,13 @@
|
||||
"앱이 정상적으로 작동하기 위해서는 다음 권한이 있어야 합니다. '설정 > 애플리케이션 > Joplin > 권한'에서 허가해주세요"
|
||||
],
|
||||
"to-do": [
|
||||
"할 일"
|
||||
"목록"
|
||||
],
|
||||
"To-do": [
|
||||
"목록"
|
||||
],
|
||||
"to-do: %s": [
|
||||
"할 일: %s"
|
||||
"목록: %s"
|
||||
],
|
||||
"Toggle comment": [
|
||||
"주석 전환"
|
||||
@ -3093,7 +3243,7 @@
|
||||
"합계: %d/%d"
|
||||
],
|
||||
"Trash": [
|
||||
""
|
||||
"휴지통"
|
||||
],
|
||||
"Try again": [
|
||||
"다시 시도"
|
||||
@ -3119,14 +3269,11 @@
|
||||
"Unable to edit resource of type %s": [
|
||||
"유형 %s 의 리소스를 편집할 수 없습니다"
|
||||
],
|
||||
"Unable to export or share data. Reason: %s": [
|
||||
"데이터를 내보내거나 공유할 수 없습니다. 이유: %s"
|
||||
],
|
||||
"Unable to share log data. Reason: %s": [
|
||||
"로그 데이터를 공유할 수 없습니다. 이유: %s"
|
||||
],
|
||||
"Uncompleted to-dos on top": [
|
||||
"완료되지 않은 '할 일'을 맨 위에"
|
||||
"완료되지 않은 목록을 맨 위에"
|
||||
],
|
||||
"Undo": [
|
||||
"실행 취소"
|
||||
@ -3210,7 +3357,7 @@
|
||||
"생체 인식을 사용하여 앱에 대한 액세스 보호"
|
||||
],
|
||||
"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 입니다"
|
||||
"긴 목록 포맷을 사용합니다. 포맷은 ID, NOTE_COUNT (노트북에 해당), DATE, TODO_CHECKED (목록에 해당), TITLE 입니다"
|
||||
],
|
||||
"Use spell checker": [
|
||||
"맞춤법 검사기 사용"
|
||||
@ -3248,6 +3395,9 @@
|
||||
"View": [
|
||||
"보기"
|
||||
],
|
||||
"View OCR text": [
|
||||
""
|
||||
],
|
||||
"View on map": [
|
||||
"지도에 표시"
|
||||
],
|
||||
@ -3266,14 +3416,20 @@
|
||||
"Voice typing...": [
|
||||
"음성 입력 중..."
|
||||
],
|
||||
"Waiting for authorisation...": [
|
||||
"승인을 기다리는 중..."
|
||||
],
|
||||
"Warning": [
|
||||
"경고"
|
||||
],
|
||||
"Warning: not all resources shown for performance reasons (limit: %s).": [
|
||||
"경고: 성능상의 문제로 모든 리소스를 표시하지 않습니다 (제한: %s)."
|
||||
],
|
||||
"Warnings:\n%s": [
|
||||
"경고:\n%s"
|
||||
"We have a system for reporting and removing problematic plugins.": [
|
||||
""
|
||||
],
|
||||
"We mark plugins developed by trusted Joplin community members as \"recommended\".": [
|
||||
""
|
||||
],
|
||||
"Web Clipper": [
|
||||
"웹 클리퍼"
|
||||
@ -3303,7 +3459,7 @@
|
||||
"새 노트를 만들 때:"
|
||||
],
|
||||
"When creating a new to-do:": [
|
||||
"새 '할 일'을 만들 때:"
|
||||
"새 목록을 만들 때:"
|
||||
],
|
||||
"When enabled, the application will scan your attachments and extract the text from it. This will allow you to search for text in these attachments.": [
|
||||
"이 기능을 활성화하면 애플리케이션이 첨부파일을 스캔하고 첨부파일에서 텍스트를 추출합니다. 이렇게 하면 첨부 파일에 있는 텍스트를 검색할 수 있습니다."
|
||||
@ -3330,7 +3486,7 @@
|
||||
"크기가 큰 이미지(%dx%d 픽셀)를 첨부하려고 합니다. 첨부하기 전에 크기를 %d 픽셀로 줄이시겠습니까?"
|
||||
],
|
||||
"You are logged in into Joplin Cloud, you can leave this screen now.": [
|
||||
""
|
||||
"Joplin Cloud에 로그인되어 있으므로 지금 이 화면을 종료해도 됩니다."
|
||||
],
|
||||
"You currently have no notebooks.": [
|
||||
"현재 노트북이 없습니다."
|
||||
@ -3344,6 +3500,12 @@
|
||||
"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.": [
|
||||
"아래 도구를 사용하여 데이터를 다시 암호화할 수 있습니다. 일부 노트가 오래된 암호화 방법으로 암호화된 것을 알고 있는 경우가 이에 해당합니다."
|
||||
],
|
||||
"You were unable to connect to Joplin Cloud. Please check your credentials and try again. Error:": [
|
||||
"Joplin 클라우드에 연결할 수 없습니다. 자격을 확인하고 다시 시도해주세요.오류:"
|
||||
],
|
||||
"Your account doesn't have access to this feature": [
|
||||
""
|
||||
],
|
||||
"Your choice: ": [
|
||||
"선택한 항목: "
|
||||
],
|
||||
|
@ -59,6 +59,9 @@
|
||||
"%s is not optimised for synchronising many small files so your initial synchronisation will be slow.": [
|
||||
""
|
||||
],
|
||||
"%s tab opened": [
|
||||
""
|
||||
],
|
||||
"%s: %d": [
|
||||
"%s: %d"
|
||||
],
|
||||
@ -149,6 +152,9 @@
|
||||
"Accept": [
|
||||
"Aksepter"
|
||||
],
|
||||
"Accepted shares": [
|
||||
""
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
""
|
||||
],
|
||||
@ -200,18 +206,27 @@
|
||||
"All data, including notes, notebooks and tags will be permanently deleted.": [
|
||||
""
|
||||
],
|
||||
"All item sync failures have been marked as \"ignored\".": [
|
||||
""
|
||||
],
|
||||
"All notes": [
|
||||
"Alle notater"
|
||||
],
|
||||
"All potential ports are in use - please report the issue at %s": [
|
||||
"Alle potensielle porter er i bruk - vennligst rapporter saken ved %s"
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
""
|
||||
],
|
||||
"Also displays unset and hidden config variables.": [
|
||||
"Viser også ikke-satte og skjulte konfigurasjonsvariabler."
|
||||
],
|
||||
"Always": [
|
||||
"Alltid"
|
||||
],
|
||||
"Always open %s files without asking.": [
|
||||
""
|
||||
],
|
||||
"Ambiguous notebook \"%s\". Please use notebook id instead - press \"ti\" to see the short notebook id or use $b for current selected notebook": [
|
||||
""
|
||||
],
|
||||
@ -329,6 +344,9 @@
|
||||
"Bulleted List": [
|
||||
"Kulepunktliste"
|
||||
],
|
||||
"by %s": [
|
||||
""
|
||||
],
|
||||
"Can view": [
|
||||
""
|
||||
],
|
||||
@ -461,6 +479,9 @@
|
||||
"Collapse": [
|
||||
""
|
||||
],
|
||||
"Collapse %s": [
|
||||
""
|
||||
],
|
||||
"Coming alarms": [
|
||||
"Kommende alarmer"
|
||||
],
|
||||
@ -485,9 +506,15 @@
|
||||
"Completed decryption.": [
|
||||
"Dekryptering fullført."
|
||||
],
|
||||
"Completed with warnings:\n%s": [
|
||||
""
|
||||
],
|
||||
"Completed: %s (%s)": [
|
||||
"Fullført: %s (%s)"
|
||||
],
|
||||
"completion date": [
|
||||
""
|
||||
],
|
||||
"Compress old changes": [
|
||||
"Komprimer gamle endringer"
|
||||
],
|
||||
@ -654,9 +681,6 @@
|
||||
"Dashboard": [
|
||||
"Kontrollpanel"
|
||||
],
|
||||
"Database v%s": [
|
||||
"Database v%s"
|
||||
],
|
||||
"Date": [
|
||||
"Dato"
|
||||
],
|
||||
@ -717,6 +741,9 @@
|
||||
"Deleted remote items: %d.": [
|
||||
"Slettet eksterne elementer: %d."
|
||||
],
|
||||
"Deletes notes permanently, skipping the trash.": [
|
||||
""
|
||||
],
|
||||
"Deletes the given notebook.": [
|
||||
"Sletter den valgte notatboka."
|
||||
],
|
||||
@ -1056,6 +1083,9 @@
|
||||
"Expand": [
|
||||
""
|
||||
],
|
||||
"Expand %s": [
|
||||
""
|
||||
],
|
||||
"Export": [
|
||||
"Eksporter"
|
||||
],
|
||||
@ -1095,6 +1125,9 @@
|
||||
"Fail-safe: Do not wipe out local data when sync target is empty (often the result of a misconfiguration or bug)": [
|
||||
"Feilhåndtering: Ikke slett lokal data når synkroniseringsmålet er tomt (ofte resultatet av en miskonfigurering eller bug)"
|
||||
],
|
||||
"Failed to leave share. Please verify that Joplin is connected to the internet and able to sync.\nError: %s": [
|
||||
""
|
||||
],
|
||||
"Fatal error:": [
|
||||
"Kritisk feil:"
|
||||
],
|
||||
@ -1134,9 +1167,6 @@
|
||||
"Focus title": [
|
||||
"Fokuser på tittel"
|
||||
],
|
||||
"Folders": [
|
||||
"Kataloger"
|
||||
],
|
||||
"For debugging purpose only: export your profile to an external SD card.": [
|
||||
"Kun av hensyn til feilsøking: eksporter din profil til et eksternt SD-kort."
|
||||
],
|
||||
@ -1213,6 +1243,9 @@
|
||||
"Help": [
|
||||
"Hjelp"
|
||||
],
|
||||
"Here's what we do to make plugins safer:": [
|
||||
""
|
||||
],
|
||||
"Hide %s": [
|
||||
"Skjul %s"
|
||||
],
|
||||
@ -1267,6 +1300,18 @@
|
||||
"Import": [
|
||||
"Importer"
|
||||
],
|
||||
"Import failed. Make sure a JEX file was selected.\nDetails: %s": [
|
||||
""
|
||||
],
|
||||
"Import from JEX": [
|
||||
""
|
||||
],
|
||||
"Import notes from a JEX (Joplin Export) file.": [
|
||||
""
|
||||
],
|
||||
"Imported successfully!": [
|
||||
""
|
||||
],
|
||||
"Importing from \"%s\" as \"%s\" format. Please wait...": [
|
||||
"Importerer fra \"%s\" i \"%s\"-format. Vennligst vent..."
|
||||
],
|
||||
@ -1303,6 +1348,9 @@
|
||||
"In: %s": [
|
||||
"I: %s"
|
||||
],
|
||||
"Incompatible": [
|
||||
""
|
||||
],
|
||||
"Increase indent level": [
|
||||
""
|
||||
],
|
||||
@ -1378,6 +1426,9 @@
|
||||
"Joplin Cloud": [
|
||||
"Joplin Cloud"
|
||||
],
|
||||
"Joplin doesn't recognise the %s extension. Opening this file could be dangerous. What would you like to do?": [
|
||||
""
|
||||
],
|
||||
"Joplin Export Directory": [
|
||||
"Joplin-eksportert katalog"
|
||||
],
|
||||
@ -1468,6 +1519,9 @@
|
||||
"Light": [
|
||||
"Lys"
|
||||
],
|
||||
"Like any software you install, plugins can potentially cause security issues or data loss.": [
|
||||
""
|
||||
],
|
||||
"Lines": [
|
||||
"Linjer"
|
||||
],
|
||||
@ -1586,6 +1640,9 @@
|
||||
"More than one item match \"%s\". Please narrow down your query.": [
|
||||
"Mer enn ett treff for \"%s\". Gjør søket mer spesifikt."
|
||||
],
|
||||
"Most plugins have source code available for review on the plugin website.": [
|
||||
""
|
||||
],
|
||||
"Move %d notes to notebook \"%s\"?": [
|
||||
"Flytt %d notater til notatbok \"%s\"?"
|
||||
],
|
||||
@ -1607,6 +1664,9 @@
|
||||
"Never resize": [
|
||||
""
|
||||
],
|
||||
"New": [
|
||||
""
|
||||
],
|
||||
"New note": [
|
||||
"Nytt notat"
|
||||
],
|
||||
@ -1655,6 +1715,9 @@
|
||||
"No active notebook.": [
|
||||
"Ingen aktiv notatbok."
|
||||
],
|
||||
"No incoming shares": [
|
||||
""
|
||||
],
|
||||
"No item with ID %s": [
|
||||
"Ingen elementer med ID %s"
|
||||
],
|
||||
@ -1901,9 +1964,6 @@
|
||||
"Please specify the notebook where the notes should be imported to.": [
|
||||
"Velg notatbok som notatene skal importeres til."
|
||||
],
|
||||
"Please upgrade Joplin to use this plugin": [
|
||||
"Oppgrader Joplin for å bruke denne utvidelsen"
|
||||
],
|
||||
"Please wait for all attachments to be downloaded and decrypted. You may also switch to %s to edit the note.": [
|
||||
"Vent til at alle vedleggene er lastet ned og dekryptert. Du kan også bytte til %s for å redigere notatet."
|
||||
],
|
||||
@ -1916,9 +1976,15 @@
|
||||
"Plugin tools": [
|
||||
"Utvidelsesverktøy"
|
||||
],
|
||||
"Plugin WebView debugging": [
|
||||
""
|
||||
],
|
||||
"Plugins": [
|
||||
"Utvidelser"
|
||||
],
|
||||
"Plugins extend Joplin with features that are not present by default. Plugins can extend Joplin's editor, viewer, and more.": [
|
||||
""
|
||||
],
|
||||
"Portrait": [
|
||||
"Portrett"
|
||||
],
|
||||
@ -1976,6 +2042,9 @@
|
||||
"Process user deletions": [
|
||||
"Behandle brukerslettinger"
|
||||
],
|
||||
"Processing": [
|
||||
""
|
||||
],
|
||||
"Profile": [
|
||||
"Profil"
|
||||
],
|
||||
@ -2075,6 +2144,12 @@
|
||||
"Replace: ": [
|
||||
""
|
||||
],
|
||||
"Report an issue": [
|
||||
""
|
||||
],
|
||||
"Report fraudulent plugin": [
|
||||
""
|
||||
],
|
||||
"Reset master password": [
|
||||
"Tilbakestill masterpassordet"
|
||||
],
|
||||
@ -2321,6 +2396,9 @@
|
||||
"Source: ": [
|
||||
"Kilde: "
|
||||
],
|
||||
"Spacer": [
|
||||
""
|
||||
],
|
||||
"Specify the port that should be used by the API server. If not set, a default will be used.": [
|
||||
"Spesifiser porten som skal brukes av API-serveren. Hvis ikke satt vil en standardport brukes."
|
||||
],
|
||||
@ -2489,6 +2567,9 @@
|
||||
"Take photo": [
|
||||
"Ta bilde"
|
||||
],
|
||||
"Task \"%s\" failed with error: %s": [
|
||||
""
|
||||
],
|
||||
"Tasks": [
|
||||
"Oppgaver"
|
||||
],
|
||||
@ -2615,9 +2696,6 @@
|
||||
"There are unsaved changes.": [
|
||||
""
|
||||
],
|
||||
"There is currently no notebook. Create one by clicking on \"New notebook\".": [
|
||||
"For øyeblikket finnes det ingen notatbok. Lag en ved å klikke på \"Ny notatbok\"."
|
||||
],
|
||||
"There is no data to export.": [
|
||||
"Det er ingen data å eksportere."
|
||||
],
|
||||
@ -2627,6 +2705,9 @@
|
||||
"There was an error downloading this attachment:": [
|
||||
"Det oppstod en feil ved nedlastingen av dette vedlegget:"
|
||||
],
|
||||
"These items failed to sync, but have been marked as \"ignored\". They won't cause the sync warning to appear, but still aren't synced. To unignore, click \"retry\".": [
|
||||
""
|
||||
],
|
||||
"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 elementene blir værende på enheten, men vil ikke bli lastet opp til synkroniseringsmålet. For å finne disse elementene, enten søk etter tittel eller ID (som vises i parentes over)."
|
||||
],
|
||||
@ -2636,6 +2717,9 @@
|
||||
"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 does not have OCR data (Status: %s)": [
|
||||
""
|
||||
],
|
||||
"This attachment is not downloaded or not decrypted yet": [
|
||||
"Dette vedlegget er ikke lastet ned eller dekryptert enda"
|
||||
],
|
||||
@ -2663,12 +2747,18 @@
|
||||
"This note has no history": [
|
||||
"Dette notatet har ingen historikk"
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
"This Rich Text editor has a number of limitations and it is recommended to be aware of them before using it.": [
|
||||
"Denne riktekst-editoren har en rekke begrensinger og det er anbefalt at man er oppmerksom på dette før man benytter den."
|
||||
],
|
||||
"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 tjenesten tillater nettleserutvidelser å kommunisere med Joplin. Når du aktiverer den kan brannmuren spørre om du vil gi Joplin tillatelse til å lytte på en bestemt port."
|
||||
],
|
||||
"This subfolder of the trash has no notes.": [
|
||||
""
|
||||
],
|
||||
"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 vil tillatte Joplin å kjøre i bakgrunnen. Det er anbefalt å aktivere denne innstillingen så notatene dine blir synkronisert konstant, slik at du reduserer mulige konflikter."
|
||||
],
|
||||
@ -2792,9 +2882,6 @@
|
||||
"Unable to edit resource of type %s": [
|
||||
""
|
||||
],
|
||||
"Unable to export or share data. Reason: %s": [
|
||||
""
|
||||
],
|
||||
"Unable to share log data. Reason: %s": [
|
||||
""
|
||||
],
|
||||
@ -2918,6 +3005,9 @@
|
||||
"View": [
|
||||
"Visning"
|
||||
],
|
||||
"View OCR text": [
|
||||
""
|
||||
],
|
||||
"View on map": [
|
||||
"Vis på kart"
|
||||
],
|
||||
@ -2942,6 +3032,12 @@
|
||||
"Warning: not all resources shown for performance reasons (limit: %s).": [
|
||||
"Advarsel: ikke alle ressurser vist av ytelseshensyn (grense: %s)."
|
||||
],
|
||||
"We have a system for reporting and removing problematic plugins.": [
|
||||
""
|
||||
],
|
||||
"We mark plugins developed by trusted Joplin community members as \"recommended\".": [
|
||||
""
|
||||
],
|
||||
"Web Clipper": [
|
||||
"Web Clipper"
|
||||
],
|
||||
@ -3008,6 +3104,9 @@
|
||||
"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 bruke verktøyet under for å rekryptere ditt innhold, for eksempel hvis du vet at noen av dine notater er kryptert med en utdatert krypteringsmetode."
|
||||
],
|
||||
"Your account doesn't have access to this feature": [
|
||||
""
|
||||
],
|
||||
"Your choice: ": [
|
||||
"Ditt valg: "
|
||||
],
|
||||
|
@ -59,6 +59,9 @@
|
||||
"%s is not optimised for synchronising many small files so your initial synchronisation will be slow.": [
|
||||
""
|
||||
],
|
||||
"%s tab opened": [
|
||||
""
|
||||
],
|
||||
"%s: %d": [
|
||||
"%s: %d"
|
||||
],
|
||||
@ -149,6 +152,9 @@
|
||||
"Accept": [
|
||||
"Aanvaarden"
|
||||
],
|
||||
"Accepted shares": [
|
||||
""
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
""
|
||||
],
|
||||
@ -194,18 +200,27 @@
|
||||
"All data, including notes, notebooks and tags will be permanently deleted.": [
|
||||
""
|
||||
],
|
||||
"All item sync failures have been marked as \"ignored\".": [
|
||||
""
|
||||
],
|
||||
"All notes": [
|
||||
"Alle notities"
|
||||
],
|
||||
"All potential ports are in use - please report the issue at %s": [
|
||||
"Alle potentiële poorten zijn in gebruik - gelieve dit te rapporteren aan %s"
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
""
|
||||
],
|
||||
"Also displays unset and hidden config variables.": [
|
||||
"Toont ook niet-ingestelde en verborgen configuratie-opties."
|
||||
],
|
||||
"Always": [
|
||||
"Altijd"
|
||||
],
|
||||
"Always open %s files without asking.": [
|
||||
""
|
||||
],
|
||||
"Ambiguous notebook \"%s\". Please use notebook id instead - press \"ti\" to see the short notebook id or use $b for current selected notebook": [
|
||||
""
|
||||
],
|
||||
@ -317,6 +332,9 @@
|
||||
"Bulleted List": [
|
||||
"Opsommingstekens"
|
||||
],
|
||||
"by %s": [
|
||||
""
|
||||
],
|
||||
"Can view": [
|
||||
""
|
||||
],
|
||||
@ -446,6 +464,9 @@
|
||||
"Collapse": [
|
||||
""
|
||||
],
|
||||
"Collapse %s": [
|
||||
""
|
||||
],
|
||||
"Coming alarms": [
|
||||
"Komende meldingen"
|
||||
],
|
||||
@ -467,6 +488,12 @@
|
||||
"Completed decryption.": [
|
||||
"Decryptie voltooid."
|
||||
],
|
||||
"Completed with warnings:\n%s": [
|
||||
""
|
||||
],
|
||||
"completion date": [
|
||||
""
|
||||
],
|
||||
"Compress old changes": [
|
||||
""
|
||||
],
|
||||
@ -606,9 +633,6 @@
|
||||
"Dashboard": [
|
||||
""
|
||||
],
|
||||
"Database v%s": [
|
||||
"Databank v%s"
|
||||
],
|
||||
"Date": [
|
||||
"Datum"
|
||||
],
|
||||
@ -663,6 +687,9 @@
|
||||
"Deleted remote items: %d.": [
|
||||
"Verwijderde remote items: %d."
|
||||
],
|
||||
"Deletes notes permanently, skipping the trash.": [
|
||||
""
|
||||
],
|
||||
"Deletes the given notebook.": [
|
||||
"Verwijdert het opgegeven notitieboek."
|
||||
],
|
||||
@ -975,6 +1002,9 @@
|
||||
"Expand": [
|
||||
""
|
||||
],
|
||||
"Expand %s": [
|
||||
""
|
||||
],
|
||||
"Export": [
|
||||
"Exporteren"
|
||||
],
|
||||
@ -1011,6 +1041,9 @@
|
||||
"Fail-safe: Do not wipe out local data when sync target is empty (often the result of a misconfiguration or bug)": [
|
||||
"Beveiligd tegen falen: Wis de lokale data niet wanneer de synchronisatiebestemming leeg is (vaak het resultaat van een misconfiguratie of bug)"
|
||||
],
|
||||
"Failed to leave share. Please verify that Joplin is connected to the internet and able to sync.\nError: %s": [
|
||||
""
|
||||
],
|
||||
"Fatal error:": [
|
||||
"Fatale fout:"
|
||||
],
|
||||
@ -1050,9 +1083,6 @@
|
||||
"Focus title": [
|
||||
"Focus titel"
|
||||
],
|
||||
"Folders": [
|
||||
"Mappen"
|
||||
],
|
||||
"For debugging purpose only: export your profile to an external SD card.": [
|
||||
"Enkel met het oog op debugging: exporteer je profiel naar een externe SD card."
|
||||
],
|
||||
@ -1117,6 +1147,9 @@
|
||||
"Heading": [
|
||||
"Hoofding"
|
||||
],
|
||||
"Here's what we do to make plugins safer:": [
|
||||
""
|
||||
],
|
||||
"Hide %s": [
|
||||
"Verberg %s"
|
||||
],
|
||||
@ -1171,6 +1204,18 @@
|
||||
"Import": [
|
||||
"Importeer"
|
||||
],
|
||||
"Import failed. Make sure a JEX file was selected.\nDetails: %s": [
|
||||
""
|
||||
],
|
||||
"Import from JEX": [
|
||||
""
|
||||
],
|
||||
"Import notes from a JEX (Joplin Export) file.": [
|
||||
""
|
||||
],
|
||||
"Imported successfully!": [
|
||||
""
|
||||
],
|
||||
"Importing from \"%s\" as \"%s\" format. Please wait...": [
|
||||
"Importeren van \"%s\" in \"%s\" formaat. Even geduld ..."
|
||||
],
|
||||
@ -1207,6 +1252,9 @@
|
||||
"In: %s": [
|
||||
"In: %s"
|
||||
],
|
||||
"Incompatible": [
|
||||
""
|
||||
],
|
||||
"Increase indent level": [
|
||||
""
|
||||
],
|
||||
@ -1276,6 +1324,9 @@
|
||||
"Joplin can synchronise your notes using various providers. Select one from the list below.": [
|
||||
"Joplin kan je notities synchroniseren met verscheidene providers. Selecteer een provider van onderstaande lijst."
|
||||
],
|
||||
"Joplin doesn't recognise the %s extension. Opening this file could be dangerous. What would you like to do?": [
|
||||
""
|
||||
],
|
||||
"Joplin Export Directory": [
|
||||
"Joplin Exportmap"
|
||||
],
|
||||
@ -1357,6 +1408,9 @@
|
||||
"Light": [
|
||||
"Licht"
|
||||
],
|
||||
"Like any software you install, plugins can potentially cause security issues or data loss.": [
|
||||
""
|
||||
],
|
||||
"Lines": [
|
||||
"Regels"
|
||||
],
|
||||
@ -1454,6 +1508,9 @@
|
||||
"More than one item match \"%s\". Please narrow down your query.": [
|
||||
"Meer dan één item voldoet aan de zoekterm \"%s\". Verfijn uw zoekterm a.u.b."
|
||||
],
|
||||
"Most plugins have source code available for review on the plugin website.": [
|
||||
""
|
||||
],
|
||||
"Move %d notes to notebook \"%s\"?": [
|
||||
"Verplaats %d notities naar notitieboek \"%s\"?"
|
||||
],
|
||||
@ -1475,6 +1532,9 @@
|
||||
"Never resize": [
|
||||
""
|
||||
],
|
||||
"New": [
|
||||
""
|
||||
],
|
||||
"New note": [
|
||||
"Nieuwe notitie"
|
||||
],
|
||||
@ -1523,6 +1583,9 @@
|
||||
"No active notebook.": [
|
||||
"Geen actief notitieboek."
|
||||
],
|
||||
"No incoming shares": [
|
||||
""
|
||||
],
|
||||
"No item with ID %s": [
|
||||
"Geen item met ID %s"
|
||||
],
|
||||
@ -1757,9 +1820,6 @@
|
||||
"Please specify the notebook where the notes should be imported to.": [
|
||||
"Specifieer het notitieboek waarin de notities moeten geïmporteerd worden."
|
||||
],
|
||||
"Please upgrade Joplin to use this plugin": [
|
||||
"Gelieve Joplin te upgraden om deze plugin te gebruiken"
|
||||
],
|
||||
"Please wait for all attachments to be downloaded and decrypted. You may also switch to %s to edit the note.": [
|
||||
"Gelieve te wachten tot alle bijlagen opgehaald en gedecrypteerd zijn. U kan ook overschakelen naar %s om de notitie te bewerken."
|
||||
],
|
||||
@ -1772,9 +1832,15 @@
|
||||
"Plugin tools": [
|
||||
"Plugin-hulpmiddelen"
|
||||
],
|
||||
"Plugin WebView debugging": [
|
||||
""
|
||||
],
|
||||
"Plugins": [
|
||||
"Plugins"
|
||||
],
|
||||
"Plugins extend Joplin with features that are not present by default. Plugins can extend Joplin's editor, viewer, and more.": [
|
||||
""
|
||||
],
|
||||
"Portrait": [
|
||||
"Portret"
|
||||
],
|
||||
@ -1835,6 +1901,9 @@
|
||||
"Process user deletions": [
|
||||
""
|
||||
],
|
||||
"Processing": [
|
||||
""
|
||||
],
|
||||
"Profile": [
|
||||
""
|
||||
],
|
||||
@ -1931,6 +2000,12 @@
|
||||
"Replace: ": [
|
||||
""
|
||||
],
|
||||
"Report an issue": [
|
||||
""
|
||||
],
|
||||
"Report fraudulent plugin": [
|
||||
""
|
||||
],
|
||||
"Resize large images:": [
|
||||
""
|
||||
],
|
||||
@ -2132,6 +2207,9 @@
|
||||
"Source format: %s": [
|
||||
"Bronformaat: %s"
|
||||
],
|
||||
"Spacer": [
|
||||
""
|
||||
],
|
||||
"Specify the port that should be used by the API server. If not set, a default will be used.": [
|
||||
"Specifieer de poort te gebruiken door de API-server. Indien niet ingesteld wordt een default gebruikt."
|
||||
],
|
||||
@ -2294,6 +2372,9 @@
|
||||
"Take photo": [
|
||||
"Maak en foto"
|
||||
],
|
||||
"Task \"%s\" failed with error: %s": [
|
||||
""
|
||||
],
|
||||
"Tasks": [
|
||||
"Taken"
|
||||
],
|
||||
@ -2411,9 +2492,6 @@
|
||||
"There are unsaved changes.": [
|
||||
""
|
||||
],
|
||||
"There is currently no notebook. Create one by clicking on \"New notebook\".": [
|
||||
"U heeft momenteel geen notitieboek. Maak een notitieboek door op \"Nieuw notitieboek\" te klikken."
|
||||
],
|
||||
"There is no data to export.": [
|
||||
"Er zijn geen gegevens om te exporteren."
|
||||
],
|
||||
@ -2423,6 +2501,9 @@
|
||||
"There was an error downloading this attachment:": [
|
||||
"Er was een fout bij het ophalen van deze bijlage:"
|
||||
],
|
||||
"These items failed to sync, but have been marked as \"ignored\". They won't cause the sync warning to appear, but still aren't synced. To unignore, click \"retry\".": [
|
||||
""
|
||||
],
|
||||
"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).": [
|
||||
"Deze items zullen op het apparaat beschikbaar blijven, maar zullen niet geüpload worden naar het synchronistatiedoel. Om deze items te vinden, zoek naar de titel of het ID (afgebeeld bovenaan tussen haakjes)."
|
||||
],
|
||||
@ -2432,6 +2513,9 @@
|
||||
"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 does not have OCR data (Status: %s)": [
|
||||
""
|
||||
],
|
||||
"This attachment is not downloaded or not decrypted yet": [
|
||||
"Deze bijlage is nog niet opgehaald of nog niet gedecrypteerd"
|
||||
],
|
||||
@ -2459,12 +2543,18 @@
|
||||
"This note has no history": [
|
||||
"Deze notitie heeft geen historiek"
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
"This Rich Text editor has a number of limitations and it is recommended to be aware of them before using it.": [
|
||||
"Deze Rich Text editor heeft een aantal beperkingen en het is aanbevolen om u daarvan bewust te zijn vooraleer hem te gebruiken."
|
||||
],
|
||||
"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.": [
|
||||
"Deze dienst laat de browserextensie toe om te communiceren met Joplin. Wanneer u deze inschakelt, kan uw firewall u vragen om Joplin toestemming te geven om op een bepaalde poort te luisteren."
|
||||
],
|
||||
"This subfolder of the trash has no notes.": [
|
||||
""
|
||||
],
|
||||
"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.": [
|
||||
"Dit laat Joplin toe in de achtergrond actief te blijven. Dit is aanbevolen omdat zo uw notities voortdurend gesynchroniseerd worden en het aantal conflicten verminderd wordt."
|
||||
],
|
||||
@ -2576,9 +2666,6 @@
|
||||
"Unable to edit resource of type %s": [
|
||||
""
|
||||
],
|
||||
"Unable to export or share data. Reason: %s": [
|
||||
""
|
||||
],
|
||||
"Unable to share log data. Reason: %s": [
|
||||
""
|
||||
],
|
||||
@ -2684,6 +2771,9 @@
|
||||
"View": [
|
||||
"Weergave"
|
||||
],
|
||||
"View OCR text": [
|
||||
""
|
||||
],
|
||||
"View on map": [
|
||||
"Toon op de kaart"
|
||||
],
|
||||
@ -2708,6 +2798,12 @@
|
||||
"Warning: not all resources shown for performance reasons (limit: %s).": [
|
||||
"Waarschuwing: om redenen van performantie worden niet alle bijlagen getoond (beperking: %s)."
|
||||
],
|
||||
"We have a system for reporting and removing problematic plugins.": [
|
||||
""
|
||||
],
|
||||
"We mark plugins developed by trusted Joplin community members as \"recommended\".": [
|
||||
""
|
||||
],
|
||||
"Web Clipper": [
|
||||
"Web Clipper"
|
||||
],
|
||||
@ -2774,6 +2870,9 @@
|
||||
"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.": [
|
||||
"U kunt het onderstaande hulpmiddel gebruiken om uw gegevens opnieuw te encrypteren, bijvoorbeeld als u weet dat sommige van uw notities geëncrypteerd zijn met een verouderde encryptiemethode."
|
||||
],
|
||||
"Your account doesn't have access to this feature": [
|
||||
""
|
||||
],
|
||||
"Your choice: ": [
|
||||
"Uw keuze: "
|
||||
],
|
||||
|
@ -65,6 +65,9 @@
|
||||
"%s is not optimised for synchronising many small files so your initial synchronisation will be slow.": [
|
||||
""
|
||||
],
|
||||
"%s tab opened": [
|
||||
""
|
||||
],
|
||||
"%s: %d": [
|
||||
"%s: %d"
|
||||
],
|
||||
@ -155,6 +158,9 @@
|
||||
"Accept": [
|
||||
"Accepteren"
|
||||
],
|
||||
"Accepted shares": [
|
||||
""
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
"Geen toegang: Controleer je inlognaam en wachtwoord"
|
||||
],
|
||||
@ -209,12 +215,18 @@
|
||||
"All data, including notes, notebooks and tags will be permanently deleted.": [
|
||||
"Alle gegevens, inclusief notities, notitieboeken en labels worden permanent verwijderd."
|
||||
],
|
||||
"All item sync failures have been marked as \"ignored\".": [
|
||||
""
|
||||
],
|
||||
"All notes": [
|
||||
"Alle notities"
|
||||
],
|
||||
"All potential ports are in use - please report the issue at %s": [
|
||||
"Alle potentiële poorten zijn in gebruik - Meld het probleem op %s"
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
""
|
||||
],
|
||||
"Also displays unset and hidden config variables.": [
|
||||
"Toont ook niet-ingestelde en verborgen configuratiewaarden."
|
||||
],
|
||||
@ -224,6 +236,9 @@
|
||||
"Always": [
|
||||
"Altijd"
|
||||
],
|
||||
"Always open %s files without asking.": [
|
||||
""
|
||||
],
|
||||
"Ambiguous notebook \"%s\". Please use notebook id instead - press \"ti\" to see the short notebook id or use $b for current selected notebook": [
|
||||
"Niet eenduidig notitieboek \"%s\". Gebruik het id van het notitieboek - toets \"ti\" om het korte notitieboek id te zien, of gebruik $b voor het huidige notitieboek"
|
||||
],
|
||||
@ -344,6 +359,9 @@
|
||||
"Bulleted List": [
|
||||
"Opsommingslijst"
|
||||
],
|
||||
"by %s": [
|
||||
""
|
||||
],
|
||||
"Can Share": [
|
||||
"Mag Delen"
|
||||
],
|
||||
@ -512,9 +530,15 @@
|
||||
"Completed decryption.": [
|
||||
"Decryptie voltooid."
|
||||
],
|
||||
"Completed with warnings:\n%s": [
|
||||
""
|
||||
],
|
||||
"Completed: %s (%s)": [
|
||||
"Voltooid: %s (%s)"
|
||||
],
|
||||
"completion date": [
|
||||
""
|
||||
],
|
||||
"Compress old changes": [
|
||||
"Comprimeer oude wijzigingen"
|
||||
],
|
||||
@ -702,9 +726,6 @@
|
||||
"Dashboard": [
|
||||
"Dashboard"
|
||||
],
|
||||
"Database v%s": [
|
||||
"Database v%s"
|
||||
],
|
||||
"Date": [
|
||||
"Datum"
|
||||
],
|
||||
@ -780,6 +801,9 @@
|
||||
"Deleted remote items: %d.": [
|
||||
"Externe items verwijderd: %d."
|
||||
],
|
||||
"Deletes notes permanently, skipping the trash.": [
|
||||
""
|
||||
],
|
||||
"Deletes the given notebook.": [
|
||||
"Verwijdert het opgegeven notitieboek."
|
||||
],
|
||||
@ -1185,6 +1209,9 @@
|
||||
"Fail-safe: Do not wipe out local data when sync target is empty (often the result of a misconfiguration or bug)": [
|
||||
"Fail-safe: Wis lokale gegevens niet wanneer synchronisatiedoel leeg is (vaak het gevolg van een misconfiguratie of softwarefout)"
|
||||
],
|
||||
"Failed to leave share. Please verify that Joplin is connected to the internet and able to sync.\nError: %s": [
|
||||
""
|
||||
],
|
||||
"Fatal error:": [
|
||||
"Fatale fout:"
|
||||
],
|
||||
@ -1230,9 +1257,6 @@
|
||||
"Focus title": [
|
||||
"Titel focussen"
|
||||
],
|
||||
"Folders": [
|
||||
"Mappen"
|
||||
],
|
||||
"For debugging purpose only: export your profile to an external SD card.": [
|
||||
"Alleen voor debugging: exporteer uw profiel naar een externe SD-kaart."
|
||||
],
|
||||
@ -1315,6 +1339,9 @@
|
||||
"Help": [
|
||||
"Help"
|
||||
],
|
||||
"Here's what we do to make plugins safer:": [
|
||||
""
|
||||
],
|
||||
"Hermes enabled: %d": [
|
||||
"Hermes ingeschakeld: %d"
|
||||
],
|
||||
@ -1384,6 +1411,15 @@
|
||||
"Import": [
|
||||
"Importeren"
|
||||
],
|
||||
"Import failed. Make sure a JEX file was selected.\nDetails: %s": [
|
||||
""
|
||||
],
|
||||
"Import from JEX": [
|
||||
""
|
||||
],
|
||||
"Import notes from a JEX (Joplin Export) file.": [
|
||||
""
|
||||
],
|
||||
"Importing from \"%s\" as \"%s\" format. Please wait...": [
|
||||
"Bezig met importeren van \"%s\" in het formaat \"%s\". Een ogenblik geduld..."
|
||||
],
|
||||
@ -1420,6 +1456,9 @@
|
||||
"In: %s": [
|
||||
"In: %s"
|
||||
],
|
||||
"Incompatible": [
|
||||
""
|
||||
],
|
||||
"Increase indent level": [
|
||||
"Vergroot het niveau van de inspringing"
|
||||
],
|
||||
@ -1498,6 +1537,9 @@
|
||||
"Joplin Cloud": [
|
||||
"Joplin Cloud"
|
||||
],
|
||||
"Joplin doesn't recognise the %s extension. Opening this file could be dangerous. What would you like to do?": [
|
||||
""
|
||||
],
|
||||
"Joplin Export Directory": [
|
||||
"Joplin-exportmap"
|
||||
],
|
||||
@ -1588,6 +1630,9 @@
|
||||
"Light": [
|
||||
"Licht"
|
||||
],
|
||||
"Like any software you install, plugins can potentially cause security issues or data loss.": [
|
||||
""
|
||||
],
|
||||
"Lines": [
|
||||
"Regels"
|
||||
],
|
||||
@ -1733,6 +1778,9 @@
|
||||
"More than one item match \"%s\". Please narrow down your query.": [
|
||||
"Meer dan één overeenkomst voor \"%s\". Verfijn uw zoekopdracht."
|
||||
],
|
||||
"Most plugins have source code available for review on the plugin website.": [
|
||||
""
|
||||
],
|
||||
"Move %d notes to notebook \"%s\"?": [
|
||||
"%d notities verplaatsen naar notitieboek \"%s\"?"
|
||||
],
|
||||
@ -1757,6 +1805,9 @@
|
||||
"Never resize": [
|
||||
""
|
||||
],
|
||||
"New": [
|
||||
""
|
||||
],
|
||||
"New note": [
|
||||
"Nieuwe notitie"
|
||||
],
|
||||
@ -1805,6 +1856,9 @@
|
||||
"No active notebook.": [
|
||||
"Geen actief notitieboek."
|
||||
],
|
||||
"No incoming shares": [
|
||||
""
|
||||
],
|
||||
"No item with ID %s": [
|
||||
"Geen item met ID %s"
|
||||
],
|
||||
@ -2063,9 +2117,6 @@
|
||||
"Please specify the notebook where the notes should be imported to.": [
|
||||
"Geef het notitieboek op waar de notities naar moeten worden geïmporteerd."
|
||||
],
|
||||
"Please upgrade Joplin to use this plugin": [
|
||||
"Upgrade Joplin om deze plug-in te gebruiken"
|
||||
],
|
||||
"Please wait for all attachments to be downloaded and decrypted. You may also switch to %s to edit the note.": [
|
||||
"Wacht tot alle bijlagen zijn gedownload en versleuteld. Je mag ook overschakelen naar %s om de notitie te wijzigen."
|
||||
],
|
||||
@ -2078,9 +2129,15 @@
|
||||
"Plugin tools": [
|
||||
"Plugin tools"
|
||||
],
|
||||
"Plugin WebView debugging": [
|
||||
""
|
||||
],
|
||||
"Plugins": [
|
||||
"Plugins"
|
||||
],
|
||||
"Plugins extend Joplin with features that are not present by default. Plugins can extend Joplin's editor, viewer, and more.": [
|
||||
""
|
||||
],
|
||||
"Portrait": [
|
||||
"Portret"
|
||||
],
|
||||
@ -2141,6 +2198,9 @@
|
||||
"Process user deletions": [
|
||||
"Verwerk gebruikers verwijdering"
|
||||
],
|
||||
"Processing": [
|
||||
""
|
||||
],
|
||||
"Profile": [
|
||||
"Profiel"
|
||||
],
|
||||
@ -2258,6 +2318,12 @@
|
||||
"Replace: ": [
|
||||
"Vervang: "
|
||||
],
|
||||
"Report an issue": [
|
||||
""
|
||||
],
|
||||
"Report fraudulent plugin": [
|
||||
""
|
||||
],
|
||||
"Reset application layout": [
|
||||
"Herstel de layout van de applicatie"
|
||||
],
|
||||
@ -2525,6 +2591,9 @@
|
||||
"Source: ": [
|
||||
"Bron: "
|
||||
],
|
||||
"Spacer": [
|
||||
""
|
||||
],
|
||||
"Specify the port that should be used by the API server. If not set, a default will be used.": [
|
||||
"Specificeer de door de API-server te gebruiken poort. Indien niet ingesteld, wordt een standaardwaarde gebruikt."
|
||||
],
|
||||
@ -2699,6 +2768,9 @@
|
||||
"Take photo": [
|
||||
"Foto maken"
|
||||
],
|
||||
"Task \"%s\" failed with error: %s": [
|
||||
""
|
||||
],
|
||||
"Task list": [
|
||||
"Takenlijst"
|
||||
],
|
||||
@ -2828,9 +2900,6 @@
|
||||
"There are unsaved changes.": [
|
||||
"Er zijn niet opgeslagen wijzigingen."
|
||||
],
|
||||
"There is currently no notebook. Create one by clicking on \"New notebook\".": [
|
||||
"Er is momenteel geen notitieboek. Creëer een notitieboek door de klikken op \"Nieuw notitieboek\"."
|
||||
],
|
||||
"There is no data to export.": [
|
||||
"Er zijn geen te exporteren gegevens."
|
||||
],
|
||||
@ -2840,6 +2909,9 @@
|
||||
"There was an error downloading this attachment:": [
|
||||
"Er is iets misgegaan tijdens het downloaden van deze bijlage:"
|
||||
],
|
||||
"These items failed to sync, but have been marked as \"ignored\". They won't cause the sync warning to appear, but still aren't synced. To unignore, click \"retry\".": [
|
||||
""
|
||||
],
|
||||
"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).": [
|
||||
"Deze items blijven op het apparaat, maar worden niet geüpload naar het synchronisatiedoel. Als u deze items wilt vinden, moet u zoeken naar de titel of ID ervan (welke hierboven tussen haakjes wordt getoond)."
|
||||
],
|
||||
@ -2849,6 +2921,9 @@
|
||||
"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 does not have OCR data (Status: %s)": [
|
||||
""
|
||||
],
|
||||
"This attachment is not downloaded or not decrypted yet": [
|
||||
"Deze bijlage is niet gedownload of nog niet ontsleuteld"
|
||||
],
|
||||
@ -2885,12 +2960,18 @@
|
||||
"This note has no history": [
|
||||
"Deze notitie heeft geen geschiedenis"
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
"This Rich Text editor has a number of limitations and it is recommended to be aware of them before using it.": [
|
||||
"Deze Rich Text-editor heeft een aantal beperkingen en het wordt aanbevolen om hiervan op de hoogte te zijn voordat u deze gebruikt."
|
||||
],
|
||||
"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.": [
|
||||
"Deze dienst stelt de browserextensie in staat om te communiceren met Joplin. Na het inschakelen kan uw firewall om toestemming vragen voor het uitvoeren van Joplin op een specifieke poort."
|
||||
],
|
||||
"This subfolder of the trash has no notes.": [
|
||||
""
|
||||
],
|
||||
"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.": [
|
||||
"Dit zal Joplin toestaan in de achtergrond te werken. Het is aanbevolen deze instelling in te schakelen, zodat uw notities constant worden gesynchroniseerd, waardoor het aantal conflicten wordt beperkt."
|
||||
],
|
||||
@ -3020,9 +3101,6 @@
|
||||
"Type: %s.": [
|
||||
"Type: %s."
|
||||
],
|
||||
"Unable to export or share data. Reason: %s": [
|
||||
"De data kan niet gedeeld of geëxporteerd worden. Reden: %s"
|
||||
],
|
||||
"Uncompleted to-dos on top": [
|
||||
"Niet-afgeronde taken bovenaan"
|
||||
],
|
||||
@ -3146,6 +3224,9 @@
|
||||
"View": [
|
||||
"Beeld"
|
||||
],
|
||||
"View OCR text": [
|
||||
""
|
||||
],
|
||||
"View on map": [
|
||||
"Tonen op kaart"
|
||||
],
|
||||
@ -3170,8 +3251,11 @@
|
||||
"Warning: not all resources shown for performance reasons (limit: %s).": [
|
||||
"Waarschuwing: niet alle resources getoond om redenen van performance (limiet: %s)."
|
||||
],
|
||||
"Warnings:\n%s": [
|
||||
"Waarschuwingen:\n%s"
|
||||
"We have a system for reporting and removing problematic plugins.": [
|
||||
""
|
||||
],
|
||||
"We mark plugins developed by trusted Joplin community members as \"recommended\".": [
|
||||
""
|
||||
],
|
||||
"Web Clipper": [
|
||||
"Webclipper"
|
||||
@ -3242,6 +3326,9 @@
|
||||
"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.": [
|
||||
"U kunt onderstaande tool gebruiken om uw data opnieuw te versleutelen, bijvoorbeeld als u weet dat enkele van uw notities zijn versleuteld met een verouderde versleutelmethode."
|
||||
],
|
||||
"Your account doesn't have access to this feature": [
|
||||
""
|
||||
],
|
||||
"Your choice: ": [
|
||||
"Jouw keuze: "
|
||||
],
|
||||
|
@ -65,6 +65,9 @@
|
||||
"%s is not optimised for synchronising many small files so your initial synchronisation will be slow.": [
|
||||
""
|
||||
],
|
||||
"%s tab opened": [
|
||||
""
|
||||
],
|
||||
"%s: %d": [
|
||||
"%s: %d"
|
||||
],
|
||||
@ -158,6 +161,9 @@
|
||||
"Accept": [
|
||||
"Akceptuj"
|
||||
],
|
||||
"Accepted shares": [
|
||||
""
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
"Odmowa dostępu: Sprawdź nazwę użytkownika i hasło"
|
||||
],
|
||||
@ -212,12 +218,18 @@
|
||||
"All data, including notes, notebooks and tags will be permanently deleted.": [
|
||||
"Wszystkie dane, włączając notatki, notatniki i tagi zostaną trwale usunięte."
|
||||
],
|
||||
"All item sync failures have been marked as \"ignored\".": [
|
||||
""
|
||||
],
|
||||
"All notes": [
|
||||
"Wszystkie notatki"
|
||||
],
|
||||
"All potential ports are in use - please report the issue at %s": [
|
||||
"Wszystkie możliwe porty są w użyciu - proszę zgłosić błąd na %s"
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
""
|
||||
],
|
||||
"Also displays unset and hidden config variables.": [
|
||||
"Wyświetla także nieustawione i ukryte zmienne konfiguracyjne."
|
||||
],
|
||||
@ -230,6 +242,9 @@
|
||||
"Always ask": [
|
||||
"Zawsze pytaj"
|
||||
],
|
||||
"Always open %s files without asking.": [
|
||||
""
|
||||
],
|
||||
"Always resize": [
|
||||
"Zmień rozmiar"
|
||||
],
|
||||
@ -353,6 +368,9 @@
|
||||
"Bulleted List": [
|
||||
"Lista punktowa"
|
||||
],
|
||||
"by %s": [
|
||||
""
|
||||
],
|
||||
"Can Share": [
|
||||
"Może udostępniać"
|
||||
],
|
||||
@ -527,9 +545,15 @@
|
||||
"Completed decryption.": [
|
||||
"Deszyfrowywanie zakończone."
|
||||
],
|
||||
"Completed with warnings:\n%s": [
|
||||
""
|
||||
],
|
||||
"Completed: %s (%s)": [
|
||||
"Ukończono: %s (%s)"
|
||||
],
|
||||
"completion date": [
|
||||
""
|
||||
],
|
||||
"Compress old changes": [
|
||||
"Skompresuj stare zmiany"
|
||||
],
|
||||
@ -724,9 +748,6 @@
|
||||
"Dashboard": [
|
||||
"Panel"
|
||||
],
|
||||
"Database v%s": [
|
||||
"Baza danych v%s"
|
||||
],
|
||||
"Date": [
|
||||
"Data"
|
||||
],
|
||||
@ -802,6 +823,9 @@
|
||||
"Deleted remote items: %d.": [
|
||||
"Usunięto zdalne obiekty: %d."
|
||||
],
|
||||
"Deletes notes permanently, skipping the trash.": [
|
||||
""
|
||||
],
|
||||
"Deletes the given notebook.": [
|
||||
"Usuwa wybrany notatnik."
|
||||
],
|
||||
@ -1192,9 +1216,6 @@
|
||||
"Export profile": [
|
||||
"Eksportuj profil"
|
||||
],
|
||||
"Export your data": [
|
||||
"Eksportuj swoje dane"
|
||||
],
|
||||
"Exported successfully!": [
|
||||
"Eksportowanie zakończone pomyślnie!"
|
||||
],
|
||||
@ -1222,6 +1243,9 @@
|
||||
"Fail-safe: Do not wipe out local data when sync target is empty (often the result of a misconfiguration or bug)": [
|
||||
"Bezpieczny: nie usuwaj lokalnych danych kiedy cel synchronizacji jest pusty (często w wyniku nieprawidłowej konfiguracji lub błędu)"
|
||||
],
|
||||
"Failed to leave share. Please verify that Joplin is connected to the internet and able to sync.\nError: %s": [
|
||||
""
|
||||
],
|
||||
"Fatal error:": [
|
||||
"Błąd krytyczny:"
|
||||
],
|
||||
@ -1267,9 +1291,6 @@
|
||||
"Focus title": [
|
||||
"Przejdź do tytułu"
|
||||
],
|
||||
"Folders": [
|
||||
"Foldery"
|
||||
],
|
||||
"For debugging purpose only: export your profile to an external SD card.": [
|
||||
"Tylko w celu debugowania: eksportuj profil na zewnętrzną kartę SD."
|
||||
],
|
||||
@ -1353,6 +1374,9 @@
|
||||
"Help": [
|
||||
"Pomoc"
|
||||
],
|
||||
"Here's what we do to make plugins safer:": [
|
||||
""
|
||||
],
|
||||
"Hermes enabled: %d": [
|
||||
"Hermes włączony: %d"
|
||||
],
|
||||
@ -1422,6 +1446,15 @@
|
||||
"Import": [
|
||||
"Zaimportuj"
|
||||
],
|
||||
"Import failed. Make sure a JEX file was selected.\nDetails: %s": [
|
||||
""
|
||||
],
|
||||
"Import from JEX": [
|
||||
""
|
||||
],
|
||||
"Import notes from a JEX (Joplin Export) file.": [
|
||||
""
|
||||
],
|
||||
"Importing from \"%s\" as \"%s\" format. Please wait...": [
|
||||
"Importowanie z \"%s\" jako \"%s\". Proszę czekać..."
|
||||
],
|
||||
@ -1458,6 +1491,9 @@
|
||||
"In: %s": [
|
||||
"W: %s"
|
||||
],
|
||||
"Incompatible": [
|
||||
""
|
||||
],
|
||||
"Increase indent level": [
|
||||
"Zwiększ poziom wcięcia"
|
||||
],
|
||||
@ -1536,6 +1572,9 @@
|
||||
"Joplin Cloud": [
|
||||
"ChmuraJoplin"
|
||||
],
|
||||
"Joplin doesn't recognise the %s extension. Opening this file could be dangerous. What would you like to do?": [
|
||||
""
|
||||
],
|
||||
"Joplin Export Directory": [
|
||||
"Katalog Eksportu Joplin"
|
||||
],
|
||||
@ -1629,6 +1668,9 @@
|
||||
"Light": [
|
||||
"Jasny"
|
||||
],
|
||||
"Like any software you install, plugins can potentially cause security issues or data loss.": [
|
||||
""
|
||||
],
|
||||
"Lines": [
|
||||
"Wiersze"
|
||||
],
|
||||
@ -1775,6 +1817,9 @@
|
||||
"More than one item match \"%s\". Please narrow down your query.": [
|
||||
"Więcej niż jeden wynik spełnia zapytanie \"%s\". Proszę zawęzić wyszukiwanie."
|
||||
],
|
||||
"Most plugins have source code available for review on the plugin website.": [
|
||||
""
|
||||
],
|
||||
"Move %d notes to notebook \"%s\"?": [
|
||||
"Przenieść %d notatek do notatnika \"%s\"?"
|
||||
],
|
||||
@ -1799,6 +1844,9 @@
|
||||
"Never resize": [
|
||||
"Nie zmieniaj rozmiaru"
|
||||
],
|
||||
"New": [
|
||||
""
|
||||
],
|
||||
"New note": [
|
||||
"Nowa notatka"
|
||||
],
|
||||
@ -1847,6 +1895,9 @@
|
||||
"No active notebook.": [
|
||||
"Brak aktywnego notatnika."
|
||||
],
|
||||
"No incoming shares": [
|
||||
""
|
||||
],
|
||||
"No item with ID %s": [
|
||||
"Brak przedmiotu z ID %s"
|
||||
],
|
||||
@ -2108,9 +2159,6 @@
|
||||
"Please specify the notebook where the notes should be imported to.": [
|
||||
"Proszę określić notatnik do którego będą zaimportowane notatki."
|
||||
],
|
||||
"Please upgrade Joplin to use this plugin": [
|
||||
"Zaaktualizuj Joplin, aby używać tej wtyczki"
|
||||
],
|
||||
"Please wait for all attachments to be downloaded and decrypted. You may also switch to %s to edit the note.": [
|
||||
"Poczekaj na pobranie I odszyfrowanie wszystkich załączników. Możesz też przenieść się do %s żeby edytować notatkę."
|
||||
],
|
||||
@ -2123,9 +2171,15 @@
|
||||
"Plugin tools": [
|
||||
"Narzędzia wtyczek"
|
||||
],
|
||||
"Plugin WebView debugging": [
|
||||
""
|
||||
],
|
||||
"Plugins": [
|
||||
"Wtyczki"
|
||||
],
|
||||
"Plugins extend Joplin with features that are not present by default. Plugins can extend Joplin's editor, viewer, and more.": [
|
||||
""
|
||||
],
|
||||
"Portrait": [
|
||||
"Pionowo"
|
||||
],
|
||||
@ -2186,6 +2240,9 @@
|
||||
"Process user deletions": [
|
||||
"Przetwarzanie usuwania użytkowników"
|
||||
],
|
||||
"Processing": [
|
||||
""
|
||||
],
|
||||
"Profile": [
|
||||
"Profil"
|
||||
],
|
||||
@ -2303,6 +2360,12 @@
|
||||
"Replace: ": [
|
||||
"Zamień: "
|
||||
],
|
||||
"Report an issue": [
|
||||
""
|
||||
],
|
||||
"Report fraudulent plugin": [
|
||||
""
|
||||
],
|
||||
"Reset application layout": [
|
||||
"Zresetuj układ aplikacji"
|
||||
],
|
||||
@ -2585,6 +2648,9 @@
|
||||
"Source: ": [
|
||||
"Źródło: "
|
||||
],
|
||||
"Spacer": [
|
||||
""
|
||||
],
|
||||
"Specify the port that should be used by the API server. If not set, a default will be used.": [
|
||||
"Jeśli nie określisz portu używany przez serwer API, użyty zostanie domyślny."
|
||||
],
|
||||
@ -2762,6 +2828,9 @@
|
||||
"Take photo": [
|
||||
"Wykonaj zdjęcie"
|
||||
],
|
||||
"Task \"%s\" failed with error: %s": [
|
||||
""
|
||||
],
|
||||
"Task list": [
|
||||
"Lista zadań"
|
||||
],
|
||||
@ -2900,9 +2969,6 @@
|
||||
"There are unsaved changes.": [
|
||||
"Istnieją niezapisane zmiany."
|
||||
],
|
||||
"There is currently no notebook. Create one by clicking on \"New notebook\".": [
|
||||
"Brak notatników. Utwórz nowy, naciskając na \"Nowy notatnik\"."
|
||||
],
|
||||
"There is no data to export.": [
|
||||
"Brak danych do eksportu."
|
||||
],
|
||||
@ -2912,6 +2978,9 @@
|
||||
"There was an error downloading this attachment:": [
|
||||
"Wystąpił błąd pobierania załącznika:"
|
||||
],
|
||||
"These items failed to sync, but have been marked as \"ignored\". They won't cause the sync warning to appear, but still aren't synced. To unignore, click \"retry\".": [
|
||||
""
|
||||
],
|
||||
"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).": [
|
||||
"Obiekty pozostaną na urządzeniu, jednakże nie zostaną wysłane na serwis synchronizacji. W celu wyszukania tych obiektów, proszę szukać po tytule lub po ID (które jest wyświetlane w klamrach poniżej)."
|
||||
],
|
||||
@ -2921,6 +2990,9 @@
|
||||
"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\".": [
|
||||
"Pozwala to innemu użytkownikowi na udostępnienie ci notatnika, a następnie oboje możecie nad nim współpracować. Nie pozwala to jednak na udostępnienie notatnika komuś innemu, chyba że masz funkcję \"%s\"."
|
||||
],
|
||||
"This attachment does not have OCR data (Status: %s)": [
|
||||
""
|
||||
],
|
||||
"This attachment is not downloaded or not decrypted yet": [
|
||||
"Załącznik nie został jeszcze pobrany lub odszyfrowany"
|
||||
],
|
||||
@ -2963,12 +3035,18 @@
|
||||
"This note has no history": [
|
||||
"Ta notatka nie posiada historii"
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
"This Rich Text editor has a number of limitations and it is recommended to be aware of them before using it.": [
|
||||
"Ten edytor tekstu sformatowanego ma wiele ograniczeń i zaleca się, abyś był ich świadomy przed jego użyciem."
|
||||
],
|
||||
"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.": [
|
||||
"Ta usługa umożliwia rozszerzeniu do przeglądarki komunikować się z Joplin. Kiedy zostanie aktywowana, zapora systemowa może zapytać o uprawnienia dla Joplin w celu nasłuchiwania na określonym porcie."
|
||||
],
|
||||
"This subfolder of the trash has no notes.": [
|
||||
""
|
||||
],
|
||||
"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.": [
|
||||
"Pozwala Joplin pracować w tle. Rekomendowanym jest, aby aktywować to ustawienie, przez co notatki będę stale synchronizowane, redukując liczbę błędów."
|
||||
],
|
||||
@ -3104,9 +3182,6 @@
|
||||
"Unable to edit resource of type %s": [
|
||||
"Nie można edytować zasobu typu %s"
|
||||
],
|
||||
"Unable to export or share data. Reason: %s": [
|
||||
"Nie można eksportować ani udostępniać danych. Powód: %s"
|
||||
],
|
||||
"Unable to share log data. Reason: %s": [
|
||||
"Nie można udostępniać danych dziennika. Powód: %s"
|
||||
],
|
||||
@ -3233,6 +3308,9 @@
|
||||
"View": [
|
||||
"Widok"
|
||||
],
|
||||
"View OCR text": [
|
||||
""
|
||||
],
|
||||
"View on map": [
|
||||
"Pokaż na mapie"
|
||||
],
|
||||
@ -3257,8 +3335,11 @@
|
||||
"Warning: not all resources shown for performance reasons (limit: %s).": [
|
||||
"Uwaga, aby zachować dobrą wydajność, nie wszystkie zasoby zostały wyświetlone (limit: %s)."
|
||||
],
|
||||
"Warnings:\n%s": [
|
||||
"Uwaga:\n%s"
|
||||
"We have a system for reporting and removing problematic plugins.": [
|
||||
""
|
||||
],
|
||||
"We mark plugins developed by trusted Joplin community members as \"recommended\".": [
|
||||
""
|
||||
],
|
||||
"Web Clipper": [
|
||||
"Web clipper"
|
||||
@ -3329,6 +3410,9 @@
|
||||
"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żesz skorzystać z narzędzia poniżej żeby ponownie zaszyfrować swoje dane, na przykład jeśli wiesz że część twoich notatek jest szyfrowana przestarzałą metodą."
|
||||
],
|
||||
"Your account doesn't have access to this feature": [
|
||||
""
|
||||
],
|
||||
"Your choice: ": [
|
||||
"Twój wybór: "
|
||||
],
|
||||
|
@ -65,6 +65,9 @@
|
||||
"%s is not optimised for synchronising many small files so your initial synchronisation will be slow.": [
|
||||
""
|
||||
],
|
||||
"%s tab opened": [
|
||||
""
|
||||
],
|
||||
"%s: %d": [
|
||||
"%s: %d"
|
||||
],
|
||||
@ -158,6 +161,9 @@
|
||||
"Accept": [
|
||||
"Aceitar"
|
||||
],
|
||||
"Accepted shares": [
|
||||
""
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
"Acesso negado: Por favor, verifique seu nome de usuário e senha"
|
||||
],
|
||||
@ -212,12 +218,18 @@
|
||||
"All data, including notes, notebooks and tags will be permanently deleted.": [
|
||||
"Todos os seus dados, incluindo notas, cadernos e tags serão apagados permanentemente."
|
||||
],
|
||||
"All item sync failures have been marked as \"ignored\".": [
|
||||
""
|
||||
],
|
||||
"All notes": [
|
||||
"Todas as notas"
|
||||
],
|
||||
"All potential ports are in use - please report the issue at %s": [
|
||||
"Todas as portas potenciais estão em uso - por favor, reportar essa situação em %s"
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
""
|
||||
],
|
||||
"Also displays unset and hidden config variables.": [
|
||||
"Também exibe variáveis de configuração não definidas e ocultas."
|
||||
],
|
||||
@ -230,6 +242,9 @@
|
||||
"Always ask": [
|
||||
"Sempre perguntar"
|
||||
],
|
||||
"Always open %s files without asking.": [
|
||||
""
|
||||
],
|
||||
"Always resize": [
|
||||
"Sempre redimensionar"
|
||||
],
|
||||
@ -353,6 +368,9 @@
|
||||
"Bulleted List": [
|
||||
"Lista com bullets"
|
||||
],
|
||||
"by %s": [
|
||||
""
|
||||
],
|
||||
"Can Share": [
|
||||
"Pode compartilhar"
|
||||
],
|
||||
@ -527,9 +545,15 @@
|
||||
"Completed decryption.": [
|
||||
"Descriptografação completada."
|
||||
],
|
||||
"Completed with warnings:\n%s": [
|
||||
""
|
||||
],
|
||||
"Completed: %s (%s)": [
|
||||
"Completado: %s (%s)"
|
||||
],
|
||||
"completion date": [
|
||||
""
|
||||
],
|
||||
"Compress old changes": [
|
||||
"Comprimir mudanças antigas"
|
||||
],
|
||||
@ -723,9 +747,6 @@
|
||||
"Dashboard": [
|
||||
"Dashboard"
|
||||
],
|
||||
"Database v%s": [
|
||||
"Banco de dados v%s"
|
||||
],
|
||||
"Date": [
|
||||
"Data"
|
||||
],
|
||||
@ -801,6 +822,9 @@
|
||||
"Deleted remote items: %d.": [
|
||||
"Itens remotos excluídos: %d."
|
||||
],
|
||||
"Deletes notes permanently, skipping the trash.": [
|
||||
""
|
||||
],
|
||||
"Deletes the given notebook.": [
|
||||
"Exclui o caderno informado."
|
||||
],
|
||||
@ -1191,9 +1215,6 @@
|
||||
"Export profile": [
|
||||
"Exportar perfil"
|
||||
],
|
||||
"Export your data": [
|
||||
"Exportar seus dados"
|
||||
],
|
||||
"Exported successfully!": [
|
||||
"Exportado com sucesso!"
|
||||
],
|
||||
@ -1221,6 +1242,9 @@
|
||||
"Fail-safe: Do not wipe out local data when sync target is empty (often the result of a misconfiguration or bug)": [
|
||||
"À prova de falhas: não limpe os dados locais quando o alvo da sincronização estiver vazio (geralmente o resultado de uma configuração incorreta ou bug)"
|
||||
],
|
||||
"Failed to leave share. Please verify that Joplin is connected to the internet and able to sync.\nError: %s": [
|
||||
""
|
||||
],
|
||||
"Fatal error:": [
|
||||
"Erro fatal:"
|
||||
],
|
||||
@ -1266,9 +1290,6 @@
|
||||
"Focus title": [
|
||||
"Focar no título"
|
||||
],
|
||||
"Folders": [
|
||||
"Pastas"
|
||||
],
|
||||
"For debugging purpose only: export your profile to an external SD card.": [
|
||||
"Somente para fins de debugging: exporte seu perfil para um cartão SD externo."
|
||||
],
|
||||
@ -1351,6 +1372,9 @@
|
||||
"Help": [
|
||||
"Ajuda"
|
||||
],
|
||||
"Here's what we do to make plugins safer:": [
|
||||
""
|
||||
],
|
||||
"Hermes enabled: %d": [
|
||||
"Hermes habilitado: %d"
|
||||
],
|
||||
@ -1420,6 +1444,15 @@
|
||||
"Import": [
|
||||
"Importar"
|
||||
],
|
||||
"Import failed. Make sure a JEX file was selected.\nDetails: %s": [
|
||||
""
|
||||
],
|
||||
"Import from JEX": [
|
||||
""
|
||||
],
|
||||
"Import notes from a JEX (Joplin Export) file.": [
|
||||
""
|
||||
],
|
||||
"Importing from \"%s\" as \"%s\" format. Please wait...": [
|
||||
"Importando de \"%s\" com o formato \"%s\". Por favor, aguarde..."
|
||||
],
|
||||
@ -1456,6 +1489,9 @@
|
||||
"In: %s": [
|
||||
"Em: %s"
|
||||
],
|
||||
"Incompatible": [
|
||||
""
|
||||
],
|
||||
"Increase indent level": [
|
||||
"Aumentar o nível de indentação"
|
||||
],
|
||||
@ -1534,6 +1570,9 @@
|
||||
"Joplin Cloud": [
|
||||
"Nuvem Joplin"
|
||||
],
|
||||
"Joplin doesn't recognise the %s extension. Opening this file could be dangerous. What would you like to do?": [
|
||||
""
|
||||
],
|
||||
"Joplin Export Directory": [
|
||||
"Diretório de Exportação do Joplin"
|
||||
],
|
||||
@ -1627,6 +1666,9 @@
|
||||
"Light": [
|
||||
"Claro"
|
||||
],
|
||||
"Like any software you install, plugins can potentially cause security issues or data loss.": [
|
||||
""
|
||||
],
|
||||
"Lines": [
|
||||
"Linhas"
|
||||
],
|
||||
@ -1772,6 +1814,9 @@
|
||||
"More than one item match \"%s\". Please narrow down your query.": [
|
||||
"Mais que um item combinam com \"%s\". Por favor, refine sua pesquisa."
|
||||
],
|
||||
"Most plugins have source code available for review on the plugin website.": [
|
||||
""
|
||||
],
|
||||
"Move %d notes to notebook \"%s\"?": [
|
||||
"Mover %d notas para o caderno \"%s\"?"
|
||||
],
|
||||
@ -1796,6 +1841,9 @@
|
||||
"Never resize": [
|
||||
"Nunca redimensionar"
|
||||
],
|
||||
"New": [
|
||||
""
|
||||
],
|
||||
"New note": [
|
||||
"Nova nota"
|
||||
],
|
||||
@ -1844,6 +1892,9 @@
|
||||
"No active notebook.": [
|
||||
"Nenhum caderno ativo."
|
||||
],
|
||||
"No incoming shares": [
|
||||
""
|
||||
],
|
||||
"No item with ID %s": [
|
||||
"Nenhum item com ID %s"
|
||||
],
|
||||
@ -2105,9 +2156,6 @@
|
||||
"Please specify the notebook where the notes should be imported to.": [
|
||||
"Por favor, especifique o caderno para onde as notas deveriam ser importadas."
|
||||
],
|
||||
"Please upgrade Joplin to use this plugin": [
|
||||
"Por favor atualize o Joplin para usar este plugin"
|
||||
],
|
||||
"Please wait for all attachments to be downloaded and decrypted. You may also switch to %s to edit the note.": [
|
||||
"Por favor, aguarde que todos os anexos sejam baixados e descriptografados. Você também pode mudar para %s para editar a nota."
|
||||
],
|
||||
@ -2120,9 +2168,15 @@
|
||||
"Plugin tools": [
|
||||
"Ferramentas de plugins"
|
||||
],
|
||||
"Plugin WebView debugging": [
|
||||
""
|
||||
],
|
||||
"Plugins": [
|
||||
"Plugins"
|
||||
],
|
||||
"Plugins extend Joplin with features that are not present by default. Plugins can extend Joplin's editor, viewer, and more.": [
|
||||
""
|
||||
],
|
||||
"Portrait": [
|
||||
"Retrato"
|
||||
],
|
||||
@ -2183,6 +2237,9 @@
|
||||
"Process user deletions": [
|
||||
"Processar exclusão de usuários"
|
||||
],
|
||||
"Processing": [
|
||||
""
|
||||
],
|
||||
"Profile": [
|
||||
"Perfil"
|
||||
],
|
||||
@ -2300,6 +2357,12 @@
|
||||
"Replace: ": [
|
||||
"Substituir: "
|
||||
],
|
||||
"Report an issue": [
|
||||
""
|
||||
],
|
||||
"Report fraudulent plugin": [
|
||||
""
|
||||
],
|
||||
"Reset application layout": [
|
||||
"Redefinir layout da aplicação"
|
||||
],
|
||||
@ -2582,6 +2645,9 @@
|
||||
"Source: ": [
|
||||
"Origem: "
|
||||
],
|
||||
"Spacer": [
|
||||
""
|
||||
],
|
||||
"Specify the port that should be used by the API server. If not set, a default will be used.": [
|
||||
"Especifique a porta que deve ser usada pelo servidor da API. Se não definido, um padrão será usado."
|
||||
],
|
||||
@ -2759,6 +2825,9 @@
|
||||
"Take photo": [
|
||||
"Tirar foto"
|
||||
],
|
||||
"Task \"%s\" failed with error: %s": [
|
||||
""
|
||||
],
|
||||
"Task list": [
|
||||
"Lista de tarefas"
|
||||
],
|
||||
@ -2897,9 +2966,6 @@
|
||||
"There are unsaved changes.": [
|
||||
"Há alterações não salvas."
|
||||
],
|
||||
"There is currently no notebook. Create one by clicking on \"New notebook\".": [
|
||||
"Atualmente, não há cadernos. Crie um clicando em \"Novo caderno\"."
|
||||
],
|
||||
"There is no data to export.": [
|
||||
"Não há dados a exportar."
|
||||
],
|
||||
@ -2909,6 +2975,9 @@
|
||||
"There was an error downloading this attachment:": [
|
||||
"Houve um erro ao baixar este anexo:"
|
||||
],
|
||||
"These items failed to sync, but have been marked as \"ignored\". They won't cause the sync warning to appear, but still aren't synced. To unignore, click \"retry\".": [
|
||||
""
|
||||
],
|
||||
"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).": [
|
||||
"Estes itens continuarão no dispositivo mas não serão enviados ao alvo de sincronização. Para encontrar esses itens, pesquise pelo título ou pelo ID (que é exibido nos colchetes acima)"
|
||||
],
|
||||
@ -2918,6 +2987,9 @@
|
||||
"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\".": [
|
||||
"Permite que outros compartilhem cadernos com você para editarem de forma colaborativa. No entanto, não permite que você compartilhe de forma colaborativa, a menos que você tenha a funcionalidade \"%s\" ativa."
|
||||
],
|
||||
"This attachment does not have OCR data (Status: %s)": [
|
||||
""
|
||||
],
|
||||
"This attachment is not downloaded or not decrypted yet": [
|
||||
"O anexo ainda não foi baixado ou descriptografado"
|
||||
],
|
||||
@ -2957,12 +3029,18 @@
|
||||
"This note has no history": [
|
||||
"Esta nota não tem histórico"
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
"This Rich Text editor has a number of limitations and it is recommended to be aware of them before using it.": [
|
||||
"O editor de Rich Text tem um número de limitações e é recomendado ter cuidado com elas, antes de usar."
|
||||
],
|
||||
"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.": [
|
||||
"Este serviço permite a extensão do browser se comunicat com o Joplin. Quando habilitar, talvez seu firewall peça que você conceda permissão ao Joplin para escutar determinada porta."
|
||||
],
|
||||
"This subfolder of the trash has no notes.": [
|
||||
""
|
||||
],
|
||||
"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.": [
|
||||
"Isso irá permitir que o Joplin continue sendo executado em segundo plano. É recomendado que você habilite essa configuração para que suas notas sejam constantemente sincronizadas, de modo a reduzir as chances de conflitos."
|
||||
],
|
||||
@ -3098,9 +3176,6 @@
|
||||
"Unable to edit resource of type %s": [
|
||||
"Impossível editar o recurso do tipo %s"
|
||||
],
|
||||
"Unable to export or share data. Reason: %s": [
|
||||
"Não foi possível exportar ou compartilhar os dados. Motivo: %s"
|
||||
],
|
||||
"Unable to share log data. Reason: %s": [
|
||||
"Impossível compartilhar os dados do log. Motivo: %s"
|
||||
],
|
||||
@ -3227,6 +3302,9 @@
|
||||
"View": [
|
||||
"Visualizar"
|
||||
],
|
||||
"View OCR text": [
|
||||
""
|
||||
],
|
||||
"View on map": [
|
||||
"Ver no mapa"
|
||||
],
|
||||
@ -3251,8 +3329,11 @@
|
||||
"Warning: not all resources shown for performance reasons (limit: %s).": [
|
||||
"Atenção: nem todos os recursos exibidos, devido a razões de performance (limite: %s)."
|
||||
],
|
||||
"Warnings:\n%s": [
|
||||
"Avisos:\n%s"
|
||||
"We have a system for reporting and removing problematic plugins.": [
|
||||
""
|
||||
],
|
||||
"We mark plugins developed by trusted Joplin community members as \"recommended\".": [
|
||||
""
|
||||
],
|
||||
"Web Clipper": [
|
||||
"Web Clipper"
|
||||
@ -3323,6 +3404,9 @@
|
||||
"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.": [
|
||||
"Você pode utilizar a ferramenta abaixo para recriptografar seus dados, por exemplo, se você sabe que suas notas foram criptografadas utilizando um método de criptografia obsoleto."
|
||||
],
|
||||
"Your account doesn't have access to this feature": [
|
||||
""
|
||||
],
|
||||
"Your choice: ": [
|
||||
"Sua escolha: "
|
||||
],
|
||||
|
@ -59,6 +59,9 @@
|
||||
"%s is not optimised for synchronising many small files so your initial synchronisation will be slow.": [
|
||||
""
|
||||
],
|
||||
"%s tab opened": [
|
||||
""
|
||||
],
|
||||
"%s: %d": [
|
||||
"%s: %d"
|
||||
],
|
||||
@ -149,6 +152,9 @@
|
||||
"Accept": [
|
||||
""
|
||||
],
|
||||
"Accepted shares": [
|
||||
""
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
""
|
||||
],
|
||||
@ -194,18 +200,27 @@
|
||||
"All data, including notes, notebooks and tags will be permanently deleted.": [
|
||||
""
|
||||
],
|
||||
"All item sync failures have been marked as \"ignored\".": [
|
||||
""
|
||||
],
|
||||
"All notes": [
|
||||
"Todas as notas"
|
||||
],
|
||||
"All potential ports are in use - please report the issue at %s": [
|
||||
"Todas as potenciais portas estão a ser utilizadas - por favor, comunique a ocorrência em %s"
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
""
|
||||
],
|
||||
"Also displays unset and hidden config variables.": [
|
||||
"Também apresenta variáveis de configuração não definidas ou ocultas."
|
||||
],
|
||||
"Always": [
|
||||
"Sempre"
|
||||
],
|
||||
"Always open %s files without asking.": [
|
||||
""
|
||||
],
|
||||
"Ambiguous notebook \"%s\". Please use notebook id instead - press \"ti\" to see the short notebook id or use $b for current selected notebook": [
|
||||
""
|
||||
],
|
||||
@ -317,6 +332,9 @@
|
||||
"Bulleted List": [
|
||||
"Lista com Marcadores"
|
||||
],
|
||||
"by %s": [
|
||||
""
|
||||
],
|
||||
"Can view": [
|
||||
""
|
||||
],
|
||||
@ -446,6 +464,9 @@
|
||||
"Collapse": [
|
||||
""
|
||||
],
|
||||
"Collapse %s": [
|
||||
""
|
||||
],
|
||||
"Coming alarms": [
|
||||
"Próximos alarmes"
|
||||
],
|
||||
@ -467,6 +488,12 @@
|
||||
"Completed decryption.": [
|
||||
"Desencriptação completa."
|
||||
],
|
||||
"Completed with warnings:\n%s": [
|
||||
""
|
||||
],
|
||||
"completion date": [
|
||||
""
|
||||
],
|
||||
"Compress old changes": [
|
||||
""
|
||||
],
|
||||
@ -606,9 +633,6 @@
|
||||
"Dashboard": [
|
||||
""
|
||||
],
|
||||
"Database v%s": [
|
||||
"Base de dados v%s"
|
||||
],
|
||||
"Date": [
|
||||
""
|
||||
],
|
||||
@ -663,6 +687,9 @@
|
||||
"Deleted remote items: %d.": [
|
||||
"Itens remotos eliminados: %d."
|
||||
],
|
||||
"Deletes notes permanently, skipping the trash.": [
|
||||
""
|
||||
],
|
||||
"Deletes the given notebook.": [
|
||||
"Elimina o caderno especificado."
|
||||
],
|
||||
@ -978,6 +1005,9 @@
|
||||
"Expand": [
|
||||
""
|
||||
],
|
||||
"Expand %s": [
|
||||
""
|
||||
],
|
||||
"Export": [
|
||||
"Exportar"
|
||||
],
|
||||
@ -1014,6 +1044,9 @@
|
||||
"Fail-safe: Do not wipe out local data when sync target is empty (often the result of a misconfiguration or bug)": [
|
||||
"Segurança contra falhas: Não elimine os dados locais quando o alvo de sincronização está em branco (muitas vezes o resultado de uma má configuração ou erro)"
|
||||
],
|
||||
"Failed to leave share. Please verify that Joplin is connected to the internet and able to sync.\nError: %s": [
|
||||
""
|
||||
],
|
||||
"Fatal error:": [
|
||||
"Erro fatal:"
|
||||
],
|
||||
@ -1053,9 +1086,6 @@
|
||||
"Focus title": [
|
||||
"Focar título"
|
||||
],
|
||||
"Folders": [
|
||||
"Pastas"
|
||||
],
|
||||
"For debugging purpose only: export your profile to an external SD card.": [
|
||||
"Somente para fins de depuração: exporte o seu perfil para um cartão SD externo."
|
||||
],
|
||||
@ -1129,6 +1159,9 @@
|
||||
"Help": [
|
||||
"Ajuda"
|
||||
],
|
||||
"Here's what we do to make plugins safer:": [
|
||||
""
|
||||
],
|
||||
"Hide %s": [
|
||||
"Ocultar %s"
|
||||
],
|
||||
@ -1192,6 +1225,18 @@
|
||||
"Import": [
|
||||
"Importar"
|
||||
],
|
||||
"Import failed. Make sure a JEX file was selected.\nDetails: %s": [
|
||||
""
|
||||
],
|
||||
"Import from JEX": [
|
||||
""
|
||||
],
|
||||
"Import notes from a JEX (Joplin Export) file.": [
|
||||
""
|
||||
],
|
||||
"Imported successfully!": [
|
||||
""
|
||||
],
|
||||
"Importing from \"%s\" as \"%s\" format. Please wait...": [
|
||||
"A importar de \"%s\" com o formato \"%s\". Por favor, aguarde..."
|
||||
],
|
||||
@ -1228,6 +1273,9 @@
|
||||
"In: %s": [
|
||||
"Em: %s"
|
||||
],
|
||||
"Incompatible": [
|
||||
""
|
||||
],
|
||||
"Increase indent level": [
|
||||
""
|
||||
],
|
||||
@ -1297,6 +1345,9 @@
|
||||
"Joplin can synchronise your notes using various providers. Select one from the list below.": [
|
||||
""
|
||||
],
|
||||
"Joplin doesn't recognise the %s extension. Opening this file could be dangerous. What would you like to do?": [
|
||||
""
|
||||
],
|
||||
"Joplin Export Directory": [
|
||||
"Diretório de Exportação do Joplin"
|
||||
],
|
||||
@ -1378,6 +1429,9 @@
|
||||
"Light": [
|
||||
"Claro"
|
||||
],
|
||||
"Like any software you install, plugins can potentially cause security issues or data loss.": [
|
||||
""
|
||||
],
|
||||
"Lines": [
|
||||
"Linhas"
|
||||
],
|
||||
@ -1475,6 +1529,9 @@
|
||||
"More than one item match \"%s\". Please narrow down your query.": [
|
||||
"Mais do que um item corresponde a \"%s\". Por favor, especifique melhor a sua consulta."
|
||||
],
|
||||
"Most plugins have source code available for review on the plugin website.": [
|
||||
""
|
||||
],
|
||||
"Move %d notes to notebook \"%s\"?": [
|
||||
"Mover %d notas para caderno \"%s\"?"
|
||||
],
|
||||
@ -1496,6 +1553,9 @@
|
||||
"Never resize": [
|
||||
""
|
||||
],
|
||||
"New": [
|
||||
""
|
||||
],
|
||||
"New note": [
|
||||
"Nova nota"
|
||||
],
|
||||
@ -1544,6 +1604,9 @@
|
||||
"No active notebook.": [
|
||||
"Nenhum caderno ativo."
|
||||
],
|
||||
"No incoming shares": [
|
||||
""
|
||||
],
|
||||
"No item with ID %s": [
|
||||
"Sem itens com o ID %s"
|
||||
],
|
||||
@ -1778,9 +1841,6 @@
|
||||
"Please specify the notebook where the notes should be imported to.": [
|
||||
"Por favor, especifique o caderno para onde as notas devem ser importadas."
|
||||
],
|
||||
"Please upgrade Joplin to use this plugin": [
|
||||
"Por favor, atualize o Joplin para poder utilizar este plugin"
|
||||
],
|
||||
"Please wait for all attachments to be downloaded and decrypted. You may also switch to %s to edit the note.": [
|
||||
"Por favor espere que todos os anexados sejam transferidos e desencriptados. Também pode mudar para %s para editar a nota."
|
||||
],
|
||||
@ -1793,9 +1853,15 @@
|
||||
"Plugin tools": [
|
||||
"Ferramentas de plugins"
|
||||
],
|
||||
"Plugin WebView debugging": [
|
||||
""
|
||||
],
|
||||
"Plugins": [
|
||||
"Plugins"
|
||||
],
|
||||
"Plugins extend Joplin with features that are not present by default. Plugins can extend Joplin's editor, viewer, and more.": [
|
||||
""
|
||||
],
|
||||
"Portrait": [
|
||||
"Retrato"
|
||||
],
|
||||
@ -1856,6 +1922,9 @@
|
||||
"Process user deletions": [
|
||||
""
|
||||
],
|
||||
"Processing": [
|
||||
""
|
||||
],
|
||||
"Profile": [
|
||||
""
|
||||
],
|
||||
@ -1952,6 +2021,12 @@
|
||||
"Replace: ": [
|
||||
""
|
||||
],
|
||||
"Report an issue": [
|
||||
""
|
||||
],
|
||||
"Report fraudulent plugin": [
|
||||
""
|
||||
],
|
||||
"Resize large images:": [
|
||||
""
|
||||
],
|
||||
@ -2159,6 +2234,9 @@
|
||||
"Source format: %s": [
|
||||
"Formato da origem: %s"
|
||||
],
|
||||
"Spacer": [
|
||||
""
|
||||
],
|
||||
"Specify the port that should be used by the API server. If not set, a default will be used.": [
|
||||
"Especifique a porta que deve ser utilizada pelo servidor de API. Caso não esteja definida, será utilizada a pré-definição."
|
||||
],
|
||||
@ -2321,6 +2399,9 @@
|
||||
"Take photo": [
|
||||
"Tirar fotografia"
|
||||
],
|
||||
"Task \"%s\" failed with error: %s": [
|
||||
""
|
||||
],
|
||||
"Tasks": [
|
||||
""
|
||||
],
|
||||
@ -2438,9 +2519,6 @@
|
||||
"There are unsaved changes.": [
|
||||
""
|
||||
],
|
||||
"There is currently no notebook. Create one by clicking on \"New notebook\".": [
|
||||
"Não há nenhum caderno. Crie um ao carregar em \"Novo caderno\"."
|
||||
],
|
||||
"There is no data to export.": [
|
||||
"Não há dados para exportar."
|
||||
],
|
||||
@ -2450,6 +2528,9 @@
|
||||
"There was an error downloading this attachment:": [
|
||||
"Ocorreu um erro ao transferir este anexo:"
|
||||
],
|
||||
"These items failed to sync, but have been marked as \"ignored\". They won't cause the sync warning to appear, but still aren't synced. To unignore, click \"retry\".": [
|
||||
""
|
||||
],
|
||||
"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).": [
|
||||
"Esses itens permanecerão no dispositivo, mas não serão enviados para o alvo de sincronização. Para encontrar estes itens, procure o título ou o ID (que é apresentado entre parênteses acima)."
|
||||
],
|
||||
@ -2459,6 +2540,9 @@
|
||||
"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 does not have OCR data (Status: %s)": [
|
||||
""
|
||||
],
|
||||
"This attachment is not downloaded or not decrypted yet": [
|
||||
"Este anexo ainda não foi descarregado ou ainda não foi desencriptado"
|
||||
],
|
||||
@ -2486,12 +2570,18 @@
|
||||
"This note has no history": [
|
||||
"Esta nota não tem histórico"
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
"This Rich Text editor has a number of limitations and it is recommended to be aware of them before using it.": [
|
||||
"Este editor Rich Text possui múltiplas limitações, daí que seja aconselhável que tenha conhecimento das mesmas antes de utilizá-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.": [
|
||||
"Este serviço permite que a extensão do navegador comunique com o Joplin. Ao ativá-lo, o seu firewall poderá pedir-lhe para conceder permissão ao Joplin para escutar uma determinada porta."
|
||||
],
|
||||
"This subfolder of the trash has no notes.": [
|
||||
""
|
||||
],
|
||||
"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.": [
|
||||
"Isto permitirá que o Joplin seja executado em segundo plano. É recomendável ativar esta configuração para que as suas notas sejam constantemente sincronizadas, reduzindo assim o número de conflitos."
|
||||
],
|
||||
@ -2603,9 +2693,6 @@
|
||||
"Unable to edit resource of type %s": [
|
||||
""
|
||||
],
|
||||
"Unable to export or share data. Reason: %s": [
|
||||
""
|
||||
],
|
||||
"Unable to share log data. Reason: %s": [
|
||||
""
|
||||
],
|
||||
@ -2711,6 +2798,9 @@
|
||||
"View": [
|
||||
"Ver"
|
||||
],
|
||||
"View OCR text": [
|
||||
""
|
||||
],
|
||||
"View on map": [
|
||||
"Ver no mapa"
|
||||
],
|
||||
@ -2735,6 +2825,12 @@
|
||||
"Warning: not all resources shown for performance reasons (limit: %s).": [
|
||||
"Aviso: nem todos os recursos apresentadas por razões de desempenho (limite: %s)."
|
||||
],
|
||||
"We have a system for reporting and removing problematic plugins.": [
|
||||
""
|
||||
],
|
||||
"We mark plugins developed by trusted Joplin community members as \"recommended\".": [
|
||||
""
|
||||
],
|
||||
"Web Clipper": [
|
||||
"Recorte Web"
|
||||
],
|
||||
@ -2807,6 +2903,9 @@
|
||||
"You were unable to connect to Joplin Cloud. Please check your credentials and try again. Error:": [
|
||||
""
|
||||
],
|
||||
"Your account doesn't have access to this feature": [
|
||||
""
|
||||
],
|
||||
"Your choice: ": [
|
||||
"A sua escolha: "
|
||||
],
|
||||
|
@ -65,6 +65,9 @@
|
||||
"%s is not optimised for synchronising many small files so your initial synchronisation will be slow.": [
|
||||
"%s nu este optimizat pentru sincronizarea multor fișiere mici, astfel încât sincronizarea inițială va fi lentă."
|
||||
],
|
||||
"%s tab opened": [
|
||||
""
|
||||
],
|
||||
"%s: %d": [
|
||||
"%s: %d"
|
||||
],
|
||||
@ -158,6 +161,9 @@
|
||||
"Accept": [
|
||||
"Accept"
|
||||
],
|
||||
"Accepted shares": [
|
||||
""
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
"Acces refuzat: Vă rugăm să vă verificați numele de utilizator și parola"
|
||||
],
|
||||
@ -212,12 +218,18 @@
|
||||
"All data, including notes, notebooks and tags will be permanently deleted.": [
|
||||
"Toate datele, inclusiv notițele, caietele de notițe și etichetele vor fi șterse definitiv."
|
||||
],
|
||||
"All item sync failures have been marked as \"ignored\".": [
|
||||
""
|
||||
],
|
||||
"All notes": [
|
||||
"Toate notițele"
|
||||
],
|
||||
"All potential ports are in use - please report the issue at %s": [
|
||||
"Toate porturile potențiale sunt în uz - vă rugăm să raportați problema la %s"
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
""
|
||||
],
|
||||
"Also displays unset and hidden config variables.": [
|
||||
"Afișează, de asemenea, variabile de configurare nesetate și ascunse."
|
||||
],
|
||||
@ -230,6 +242,9 @@
|
||||
"Always ask": [
|
||||
"Mereu întrebați"
|
||||
],
|
||||
"Always open %s files without asking.": [
|
||||
""
|
||||
],
|
||||
"Always resize": [
|
||||
"Mereu redimensionați"
|
||||
],
|
||||
@ -350,6 +365,9 @@
|
||||
"Bulleted List": [
|
||||
"Listă cu puncte"
|
||||
],
|
||||
"by %s": [
|
||||
""
|
||||
],
|
||||
"Can Share": [
|
||||
"Se poate partaja"
|
||||
],
|
||||
@ -524,9 +542,15 @@
|
||||
"Completed decryption.": [
|
||||
"Decriptare completă."
|
||||
],
|
||||
"Completed with warnings:\n%s": [
|
||||
""
|
||||
],
|
||||
"Completed: %s (%s)": [
|
||||
"Completat: %s (%s)"
|
||||
],
|
||||
"completion date": [
|
||||
""
|
||||
],
|
||||
"Compress old changes": [
|
||||
"Comprimarea modificărilor vechi"
|
||||
],
|
||||
@ -721,9 +745,6 @@
|
||||
"Dashboard": [
|
||||
"Dashboard"
|
||||
],
|
||||
"Database v%s": [
|
||||
"Baza de date v%s"
|
||||
],
|
||||
"Date": [
|
||||
"Data"
|
||||
],
|
||||
@ -799,6 +820,9 @@
|
||||
"Deleted remote items: %d.": [
|
||||
"Elemente șterse de la distanță: %d."
|
||||
],
|
||||
"Deletes notes permanently, skipping the trash.": [
|
||||
""
|
||||
],
|
||||
"Deletes the given notebook.": [
|
||||
"Șterge agenda."
|
||||
],
|
||||
@ -1189,9 +1213,6 @@
|
||||
"Export profile": [
|
||||
"Exportați profilul"
|
||||
],
|
||||
"Export your data": [
|
||||
"Exportați datele dumneavoastră"
|
||||
],
|
||||
"Exported successfully!": [
|
||||
"Exportat cu succes!"
|
||||
],
|
||||
@ -1219,6 +1240,9 @@
|
||||
"Fail-safe: Do not wipe out local data when sync target is empty (often the result of a misconfiguration or bug)": [
|
||||
"Fail-safe: Nu ștergeți datele locale atunci când ținta de sincronizare este goală (adesea rezultatul unei configurații greșite sau al unei erori)."
|
||||
],
|
||||
"Failed to leave share. Please verify that Joplin is connected to the internet and able to sync.\nError: %s": [
|
||||
""
|
||||
],
|
||||
"Fatal error:": [
|
||||
"Eroare fatală:"
|
||||
],
|
||||
@ -1264,9 +1288,6 @@
|
||||
"Focus title": [
|
||||
"Focus titlu"
|
||||
],
|
||||
"Folders": [
|
||||
"Fișiere"
|
||||
],
|
||||
"For debugging purpose only: export your profile to an external SD card.": [
|
||||
"Numai în scop de depanare: exportați profilul pe un card SD extern."
|
||||
],
|
||||
@ -1350,6 +1371,9 @@
|
||||
"Help": [
|
||||
"Ajutor"
|
||||
],
|
||||
"Here's what we do to make plugins safer:": [
|
||||
""
|
||||
],
|
||||
"Hermes enabled: %d": [
|
||||
"Hermes activat: %d"
|
||||
],
|
||||
@ -1419,6 +1443,15 @@
|
||||
"Import": [
|
||||
"Importați"
|
||||
],
|
||||
"Import failed. Make sure a JEX file was selected.\nDetails: %s": [
|
||||
""
|
||||
],
|
||||
"Import from JEX": [
|
||||
""
|
||||
],
|
||||
"Import notes from a JEX (Joplin Export) file.": [
|
||||
""
|
||||
],
|
||||
"Importing from \"%s\" as \"%s\" format. Please wait...": [
|
||||
"Se exportă către \"%s\" în format \"%s\". Vă rugăm să așteptați..."
|
||||
],
|
||||
@ -1455,6 +1488,9 @@
|
||||
"In: %s": [
|
||||
"În: %s"
|
||||
],
|
||||
"Incompatible": [
|
||||
""
|
||||
],
|
||||
"Increase indent level": [
|
||||
"Creșteți nivelul de indentare"
|
||||
],
|
||||
@ -1533,6 +1569,9 @@
|
||||
"Joplin Cloud": [
|
||||
"Joplin Cloud"
|
||||
],
|
||||
"Joplin doesn't recognise the %s extension. Opening this file could be dangerous. What would you like to do?": [
|
||||
""
|
||||
],
|
||||
"Joplin Export Directory": [
|
||||
"Joplin Export Directory"
|
||||
],
|
||||
@ -1626,6 +1665,9 @@
|
||||
"Light": [
|
||||
"Light"
|
||||
],
|
||||
"Like any software you install, plugins can potentially cause security issues or data loss.": [
|
||||
""
|
||||
],
|
||||
"Lines": [
|
||||
"Linii"
|
||||
],
|
||||
@ -1772,6 +1814,9 @@
|
||||
"More than one item match \"%s\". Please narrow down your query.": [
|
||||
"Mai multe elemente se potrivesc cu „%s\". Vă rugăm să restrângeți interogarea."
|
||||
],
|
||||
"Most plugins have source code available for review on the plugin website.": [
|
||||
""
|
||||
],
|
||||
"Move %d notes to notebook \"%s\"?": [
|
||||
"Mutați %d notițe în caietul de notițe \"%s\"?"
|
||||
],
|
||||
@ -1796,6 +1841,9 @@
|
||||
"Never resize": [
|
||||
"Nu redimensionați niciodată"
|
||||
],
|
||||
"New": [
|
||||
""
|
||||
],
|
||||
"New note": [
|
||||
"Adăugați o nouă notiță"
|
||||
],
|
||||
@ -1844,6 +1892,9 @@
|
||||
"No active notebook.": [
|
||||
"Niciun caiet de notițe activ."
|
||||
],
|
||||
"No incoming shares": [
|
||||
""
|
||||
],
|
||||
"No item with ID %s": [
|
||||
"Niciun item cu ID-ul %s"
|
||||
],
|
||||
@ -2105,9 +2156,6 @@
|
||||
"Please specify the notebook where the notes should be imported to.": [
|
||||
"Vă rugăm să specificați notebook-ul în care trebuie importate notițele."
|
||||
],
|
||||
"Please upgrade Joplin to use this plugin": [
|
||||
"Vă rugăm să actualizați Joplin pentru a utiliza acest plugin"
|
||||
],
|
||||
"Please wait for all attachments to be downloaded and decrypted. You may also switch to %s to edit the note.": [
|
||||
"Vă rugăm să așteptați descărcarea și decriptarea tuturor atașamentelor. De asemenea, puteți comuta la %s pentru a edita notița."
|
||||
],
|
||||
@ -2120,9 +2168,15 @@
|
||||
"Plugin tools": [
|
||||
"Instrumente Plugin"
|
||||
],
|
||||
"Plugin WebView debugging": [
|
||||
""
|
||||
],
|
||||
"Plugins": [
|
||||
"Plugin"
|
||||
],
|
||||
"Plugins extend Joplin with features that are not present by default. Plugins can extend Joplin's editor, viewer, and more.": [
|
||||
""
|
||||
],
|
||||
"Portrait": [
|
||||
"Portrait"
|
||||
],
|
||||
@ -2183,6 +2237,9 @@
|
||||
"Process user deletions": [
|
||||
"Procesarea ștergerilor de utilizator"
|
||||
],
|
||||
"Processing": [
|
||||
""
|
||||
],
|
||||
"Profile": [
|
||||
"Profil"
|
||||
],
|
||||
@ -2300,6 +2357,12 @@
|
||||
"Replace: ": [
|
||||
"Înlocuiți: "
|
||||
],
|
||||
"Report an issue": [
|
||||
""
|
||||
],
|
||||
"Report fraudulent plugin": [
|
||||
""
|
||||
],
|
||||
"Reset application layout": [
|
||||
"Resetarea aspectului aplicației"
|
||||
],
|
||||
@ -2588,6 +2651,9 @@
|
||||
"Source: ": [
|
||||
"Sursă: "
|
||||
],
|
||||
"Spacer": [
|
||||
""
|
||||
],
|
||||
"Specify the port that should be used by the API server. If not set, a default will be used.": [
|
||||
"Specificați portul care trebuie utilizat de serverul API. Dacă nu este setat, se va utiliza un port implicit."
|
||||
],
|
||||
@ -2765,6 +2831,9 @@
|
||||
"Take photo": [
|
||||
"Faceți foto"
|
||||
],
|
||||
"Task \"%s\" failed with error: %s": [
|
||||
""
|
||||
],
|
||||
"Task list": [
|
||||
"Lista de task-uri"
|
||||
],
|
||||
@ -2908,9 +2977,6 @@
|
||||
"There are unsaved changes.": [
|
||||
"Există schimbări nesalvate."
|
||||
],
|
||||
"There is currently no notebook. Create one by clicking on \"New notebook\".": [
|
||||
"În prezent, nu există niciun notebook. Creați unul făcând clic pe “Notebook nou”."
|
||||
],
|
||||
"There is no data to export.": [
|
||||
"Nu există date de exportat."
|
||||
],
|
||||
@ -2920,6 +2986,9 @@
|
||||
"There was an error downloading this attachment:": [
|
||||
"A apărut o eroare la descărcarea acestui atașament:"
|
||||
],
|
||||
"These items failed to sync, but have been marked as \"ignored\". They won't cause the sync warning to appear, but still aren't synced. To unignore, click \"retry\".": [
|
||||
""
|
||||
],
|
||||
"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).": [
|
||||
"Aceste elemente vor rămâne pe dispozitiv, dar nu vor fi încărcate pe obiectivul de sincronizare. Pentru a găsi aceste elemente, căutați fie titlul, fie ID-ul (care este afișat în paranteze mai sus)."
|
||||
],
|
||||
@ -2929,6 +2998,9 @@
|
||||
"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\".": [
|
||||
"Acest lucru permite unui alt utilizator să partajeze un notebook cu dvs., iar apoi puteți colabora amândoi la el. Cu toate acestea, nu vă permite să partajați un notebook cu altcineva, cu excepția cazului în care aveți caracteristica “%s”."
|
||||
],
|
||||
"This attachment does not have OCR data (Status: %s)": [
|
||||
""
|
||||
],
|
||||
"This attachment is not downloaded or not decrypted yet": [
|
||||
"Acest atașament nu este descărcat sau nu este încă decriptat"
|
||||
],
|
||||
@ -2971,12 +3043,18 @@
|
||||
"This note has no history": [
|
||||
"Această notă nu are istoric"
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
"This Rich Text editor has a number of limitations and it is recommended to be aware of them before using it.": [
|
||||
"Acest editor Rich Text are o serie de limitări și este recomandat să le cunoașteți înainte de a-l utiliza."
|
||||
],
|
||||
"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.": [
|
||||
"Acest serviciu permite extensia browserul-ui pentru a comunica cu Joplin. Atunci când se permite firewall poate cere să dea permisiunea Joplin pentru a asculta un anumit port."
|
||||
],
|
||||
"This subfolder of the trash has no notes.": [
|
||||
""
|
||||
],
|
||||
"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.": [
|
||||
"Acest lucru va permite ca Joplin să ruleze în fundal. Se recomandă să activați această setare pentru ca notele dvs. să fie sincronizate în mod constant, reducând astfel numărul de conflicte."
|
||||
],
|
||||
@ -3112,9 +3190,6 @@
|
||||
"Unable to edit resource of type %s": [
|
||||
"Nu se poate edita resursa de tip %s"
|
||||
],
|
||||
"Unable to export or share data. Reason: %s": [
|
||||
"Imposibilitatea de a exporta sau de a partaja date. Motivul: %s"
|
||||
],
|
||||
"Unable to share log data. Reason: %s": [
|
||||
"Imposibilitatea de a partaja datele din jurnal. Motivul: %s"
|
||||
],
|
||||
@ -3241,6 +3316,9 @@
|
||||
"View": [
|
||||
"Vizualizați"
|
||||
],
|
||||
"View OCR text": [
|
||||
""
|
||||
],
|
||||
"View on map": [
|
||||
"Vizualizați pe hartă"
|
||||
],
|
||||
@ -3265,8 +3343,11 @@
|
||||
"Warning: not all resources shown for performance reasons (limit: %s).": [
|
||||
"Avertizare: nu toate resursele sunt afișate din motive de performanță (limită:% s)."
|
||||
],
|
||||
"Warnings:\n%s": [
|
||||
"Avertizare: %s"
|
||||
"We have a system for reporting and removing problematic plugins.": [
|
||||
""
|
||||
],
|
||||
"We mark plugins developed by trusted Joplin community members as \"recommended\".": [
|
||||
""
|
||||
],
|
||||
"Web Clipper": [
|
||||
"Web Clipper"
|
||||
@ -3337,6 +3418,9 @@
|
||||
"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.": [
|
||||
"Puteți utiliza instrumentul de mai jos pentru a vă cripta din nou datele, de exemplu, dacă știți că unele note sunt criptate cu o metodă de criptare învechită."
|
||||
],
|
||||
"Your account doesn't have access to this feature": [
|
||||
""
|
||||
],
|
||||
"Your choice: ": [
|
||||
"Alegerea dumneavoastră: "
|
||||
],
|
||||
|
@ -65,6 +65,9 @@
|
||||
"%s is not optimised for synchronising many small files so your initial synchronisation will be slow.": [
|
||||
"%s не оптимизирован для синхронизации множества маленьких файлов, поэтому начальная синхронизация может быть долгой."
|
||||
],
|
||||
"%s tab opened": [
|
||||
""
|
||||
],
|
||||
"%s: %d": [
|
||||
"%s: %d"
|
||||
],
|
||||
@ -158,11 +161,14 @@
|
||||
"Accept": [
|
||||
"Принять"
|
||||
],
|
||||
"Accepted shares": [
|
||||
""
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
"Отказано в доступе: Пожалуйста, проверьте ваши имя пользователя и пароль"
|
||||
"Доступ запрещен: Пожалуйста, проверьте имя пользователя и пароль"
|
||||
],
|
||||
"Access denied: Please re-enter your password and/or username": [
|
||||
"Отказано в доступе: Пожалуйста, повторно введите свой пароль и/или имя пользователя."
|
||||
"Доступ запрещен: Пожалуйста, введите пароль и/или имя пользователя повторно"
|
||||
],
|
||||
"Account": [
|
||||
"Учетная запись"
|
||||
@ -212,12 +218,18 @@
|
||||
"All data, including notes, notebooks and tags will be permanently deleted.": [
|
||||
"Все данные, включая заметки, блокноты и теги, будут удалены безвозвратно."
|
||||
],
|
||||
"All item sync failures have been marked as \"ignored\".": [
|
||||
""
|
||||
],
|
||||
"All notes": [
|
||||
"Все заметки"
|
||||
],
|
||||
"All potential ports are in use - please report the issue at %s": [
|
||||
"Все возможные порты заняты - пожалуйста, сообщите о проблеме в %s"
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
""
|
||||
],
|
||||
"Also displays unset and hidden config variables.": [
|
||||
"Также выводит неустановленные и скрытые параметры конфигурации."
|
||||
],
|
||||
@ -230,6 +242,9 @@
|
||||
"Always ask": [
|
||||
"Всегда спрашивать"
|
||||
],
|
||||
"Always open %s files without asking.": [
|
||||
""
|
||||
],
|
||||
"Always resize": [
|
||||
"Всегда изменять размер"
|
||||
],
|
||||
@ -353,14 +368,17 @@
|
||||
"Bulleted List": [
|
||||
"Маркированный список"
|
||||
],
|
||||
"by %s": [
|
||||
""
|
||||
],
|
||||
"Can Share": [
|
||||
"Можно поделиться"
|
||||
],
|
||||
"Can view": [
|
||||
"Можно просматривать"
|
||||
"Возможность просмотра"
|
||||
],
|
||||
"Can view and edit": [
|
||||
"Можно просматривать и редактировать"
|
||||
"Возможность просмотра и редактирования"
|
||||
],
|
||||
"Cancel": [
|
||||
"Отмена"
|
||||
@ -527,9 +545,15 @@
|
||||
"Completed decryption.": [
|
||||
"Расшифровка завершена."
|
||||
],
|
||||
"Completed with warnings:\n%s": [
|
||||
""
|
||||
],
|
||||
"Completed: %s (%s)": [
|
||||
"Завершено: %s (%s)"
|
||||
],
|
||||
"completion date": [
|
||||
""
|
||||
],
|
||||
"Compress old changes": [
|
||||
"Сжатие старых изменений"
|
||||
],
|
||||
@ -723,9 +747,6 @@
|
||||
"Dashboard": [
|
||||
"Панель управления"
|
||||
],
|
||||
"Database v%s": [
|
||||
"База данных v%s"
|
||||
],
|
||||
"Date": [
|
||||
"Дата"
|
||||
],
|
||||
@ -787,7 +808,7 @@
|
||||
"Удаление выбранных заметок"
|
||||
],
|
||||
"Delete the Inbox notebook?\n\nIf you delete the inbox notebook, any email that's recently been sent to it may be lost.": [
|
||||
"Удалить блокнот \"Входящие\"?\n\nЕсли вы удалите блокнот \"Входящие\", то все электронные письма, которые были недавно отправлены в этот блокнот, могут быть потеряны."
|
||||
"Удалить блокнот \"Входящие\"?\n\nПри удалении блокнота \"Входящие\" все сообщения электронной почты, недавно отправленные в него, могут быть потеряны."
|
||||
],
|
||||
"Delete this invitation? The recipient will no longer have access to this shared notebook.": [
|
||||
"Удалить приглашение? Получатель больше не сможет получить доступ к этому общему блокноту."
|
||||
@ -801,6 +822,9 @@
|
||||
"Deleted remote items: %d.": [
|
||||
"Удалено удаленных элементов: %d."
|
||||
],
|
||||
"Deletes notes permanently, skipping the trash.": [
|
||||
""
|
||||
],
|
||||
"Deletes the given notebook.": [
|
||||
"Удаляет заданный блокнот."
|
||||
],
|
||||
@ -1000,10 +1024,10 @@
|
||||
"Электронная почта"
|
||||
],
|
||||
"Email to note": [
|
||||
"Письмо в заметку"
|
||||
"Электронная почта для заметок"
|
||||
],
|
||||
"Email to Note": [
|
||||
"Письмо в Заметку"
|
||||
"Электронная почта для заметок"
|
||||
],
|
||||
"Emails": [
|
||||
"Email'ы"
|
||||
@ -1180,7 +1204,7 @@
|
||||
"Экспортировать все"
|
||||
],
|
||||
"Export all notes as JEX": [
|
||||
"Экспортировать все заметки в формате JEX"
|
||||
"Экспорт всех заметок как JEX"
|
||||
],
|
||||
"Export debug report": [
|
||||
"Экспортировать отладочный отчет"
|
||||
@ -1192,7 +1216,7 @@
|
||||
"Экспорт профиля"
|
||||
],
|
||||
"Exported successfully!": [
|
||||
"Экспортирование успешно завершено!"
|
||||
"Успешно экспортировано!"
|
||||
],
|
||||
"Exporting profile...": [
|
||||
"Экспортирование профиля..."
|
||||
@ -1201,7 +1225,7 @@
|
||||
"Экспортирование в \"%s\" в формате \"%s\". Пожалуйста, подождите..."
|
||||
],
|
||||
"Exporting...": [
|
||||
"Экспортирование..."
|
||||
"Экспорт..."
|
||||
],
|
||||
"Exports Joplin data to the given path. By default, it will export the complete database including notebooks, notes, tags and resources.": [
|
||||
"Экспортирует данные Joplin в указанный каталог. По умолчанию экспортируется полная база данных, включая блокноты, заметки, метки и ресурсы."
|
||||
@ -1218,6 +1242,9 @@
|
||||
"Fail-safe: Do not wipe out local data when sync target is empty (often the result of a misconfiguration or bug)": [
|
||||
"Защита от сбоев: Не очищать локальные данные, когда цель синхронизации пустая (обычно случается из-за ошибки приложения или настроек)"
|
||||
],
|
||||
"Failed to leave share. Please verify that Joplin is connected to the internet and able to sync.\nError: %s": [
|
||||
""
|
||||
],
|
||||
"Fatal error:": [
|
||||
"Фатальная ошибка:"
|
||||
],
|
||||
@ -1266,9 +1293,6 @@
|
||||
"Focus title": [
|
||||
"Фокус на названии"
|
||||
],
|
||||
"Folders": [
|
||||
"Каталоги"
|
||||
],
|
||||
"For debugging purpose only: export your profile to an external SD card.": [
|
||||
"Только для отладки: экспорт вашего профиля на внешнюю SD карту."
|
||||
],
|
||||
@ -1348,6 +1372,9 @@
|
||||
"Help": [
|
||||
"Помощь"
|
||||
],
|
||||
"Here's what we do to make plugins safer:": [
|
||||
""
|
||||
],
|
||||
"Hermes enabled: %d": [
|
||||
"Hermes включен: %d"
|
||||
],
|
||||
@ -1420,6 +1447,15 @@
|
||||
"Import": [
|
||||
"Импорт"
|
||||
],
|
||||
"Import failed. Make sure a JEX file was selected.\nDetails: %s": [
|
||||
""
|
||||
],
|
||||
"Import from JEX": [
|
||||
""
|
||||
],
|
||||
"Import notes from a JEX (Joplin Export) file.": [
|
||||
""
|
||||
],
|
||||
"Importing from \"%s\" as \"%s\" format. Please wait...": [
|
||||
"Импорт из \"%s\" в формате \"%s\". Пожалуйста, подождите..."
|
||||
],
|
||||
@ -1456,6 +1492,9 @@
|
||||
"In: %s": [
|
||||
"В: %s"
|
||||
],
|
||||
"Incompatible": [
|
||||
""
|
||||
],
|
||||
"Increase indent level": [
|
||||
"Увеличить уровень отступа"
|
||||
],
|
||||
@ -1534,6 +1573,9 @@
|
||||
"Joplin Cloud": [
|
||||
"Joplin Cloud"
|
||||
],
|
||||
"Joplin doesn't recognise the %s extension. Opening this file could be dangerous. What would you like to do?": [
|
||||
""
|
||||
],
|
||||
"Joplin Export Directory": [
|
||||
"Каталог экспорта Joplin"
|
||||
],
|
||||
@ -1610,7 +1652,7 @@
|
||||
"Порядок переключения вида"
|
||||
],
|
||||
"Leave it blank to download the language files from the default website": [
|
||||
"Оставьте поле пустым, чтобы скачать языковые файлы с сайта по умолчанию"
|
||||
"Оставьте этот параметр пустым, чтобы загрузить языковые файлы с веб-сайта по умолчанию"
|
||||
],
|
||||
"Leave notebook...": [
|
||||
"Покинуть блокнот..."
|
||||
@ -1624,6 +1666,9 @@
|
||||
"Light": [
|
||||
"Светлая"
|
||||
],
|
||||
"Like any software you install, plugins can potentially cause security issues or data loss.": [
|
||||
""
|
||||
],
|
||||
"Lines": [
|
||||
"Строки"
|
||||
],
|
||||
@ -1763,6 +1808,9 @@
|
||||
"More than one item match \"%s\". Please narrow down your query.": [
|
||||
"Более одного элемента соответствуют выражению \"%s\". Пожалуйста, уточните ваш запрос."
|
||||
],
|
||||
"Most plugins have source code available for review on the plugin website.": [
|
||||
""
|
||||
],
|
||||
"Move %d notes to notebook \"%s\"?": [
|
||||
"Переместить %d заметок в блокнот \"%s\"?"
|
||||
],
|
||||
@ -1787,6 +1835,9 @@
|
||||
"Never resize": [
|
||||
"Никогда не изменять размер"
|
||||
],
|
||||
"New": [
|
||||
""
|
||||
],
|
||||
"New note": [
|
||||
"Новая заметка"
|
||||
],
|
||||
@ -1835,6 +1886,9 @@
|
||||
"No active notebook.": [
|
||||
"Нет активного блокнота."
|
||||
],
|
||||
"No incoming shares": [
|
||||
""
|
||||
],
|
||||
"No item with ID %s": [
|
||||
"Нет элементов с ID %s"
|
||||
],
|
||||
@ -2096,9 +2150,6 @@
|
||||
"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 для редактирования заметки."
|
||||
],
|
||||
@ -2111,9 +2162,15 @@
|
||||
"Plugin tools": [
|
||||
"Утилиты для плагинов"
|
||||
],
|
||||
"Plugin WebView debugging": [
|
||||
""
|
||||
],
|
||||
"Plugins": [
|
||||
"Плагины"
|
||||
],
|
||||
"Plugins extend Joplin with features that are not present by default. Plugins can extend Joplin's editor, viewer, and more.": [
|
||||
""
|
||||
],
|
||||
"Portrait": [
|
||||
"Вертикально"
|
||||
],
|
||||
@ -2174,6 +2231,9 @@
|
||||
"Process user deletions": [
|
||||
"Обработка удаления пользователей"
|
||||
],
|
||||
"Processing": [
|
||||
""
|
||||
],
|
||||
"Profile": [
|
||||
"Профиль"
|
||||
],
|
||||
@ -2291,6 +2351,12 @@
|
||||
"Replace: ": [
|
||||
"Замена: "
|
||||
],
|
||||
"Report an issue": [
|
||||
""
|
||||
],
|
||||
"Report fraudulent plugin": [
|
||||
""
|
||||
],
|
||||
"Reset application layout": [
|
||||
"Сброс макета приложения"
|
||||
],
|
||||
@ -2460,7 +2526,7 @@
|
||||
"Поделиться"
|
||||
],
|
||||
"Share a copy of all notes in a file format that can be imported by Joplin on a computer.": [
|
||||
"Поделиться копией всех заметок в формате файла, который можно импортировать в Joplin на компьютере."
|
||||
"Поделиться копией всех заметок в формате файла, который может быть импортирован в Joplin на компьютере."
|
||||
],
|
||||
"Share a notebook with others": [
|
||||
"Поделитесь блокнотом с другими людьми"
|
||||
@ -2579,6 +2645,9 @@
|
||||
"Source: ": [
|
||||
"Источник: "
|
||||
],
|
||||
"Spacer": [
|
||||
""
|
||||
],
|
||||
"Specify the port that should be used by the API server. If not set, a default will be used.": [
|
||||
"Укажите порт для использования сервером API. Если порт не указан - будет использовано значение по умолчанию."
|
||||
],
|
||||
@ -2753,6 +2822,9 @@
|
||||
"Take photo": [
|
||||
"Сделать фото"
|
||||
],
|
||||
"Task \"%s\" failed with error: %s": [
|
||||
""
|
||||
],
|
||||
"Task list": [
|
||||
"Список задач"
|
||||
],
|
||||
@ -2895,9 +2967,6 @@
|
||||
"There are unsaved changes.": [
|
||||
"Существуют несохраненные изменения."
|
||||
],
|
||||
"There is currently no notebook. Create one by clicking on \"New notebook\".": [
|
||||
"Блокноты отсутствуют. Создайте новый, нажав на \"Новый блокнот\"."
|
||||
],
|
||||
"There is no data to export.": [
|
||||
"Нет данных для экспорта."
|
||||
],
|
||||
@ -2907,6 +2976,9 @@
|
||||
"There was an error downloading this attachment:": [
|
||||
"Произошла ошибка при загрузке вложения:"
|
||||
],
|
||||
"These items failed to sync, but have been marked as \"ignored\". They won't cause the sync warning to appear, but still aren't synced. To unignore, click \"retry\".": [
|
||||
""
|
||||
],
|
||||
"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).": [
|
||||
"Данные элементы останутся на устройстве, но не будут выгружены в цель синхронизации. Чтобы найти эти элементы, воспользуйтесь поиском по названию или ID (указан в квадратных скобках выше)."
|
||||
],
|
||||
@ -2916,6 +2988,9 @@
|
||||
"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\".": [
|
||||
"Это позволит другому пользователю поделиться с вами записной книжкой, и вы оба сможете совместно работать над ней. Однако это не даст вам возможности поделиться записной книжкой с кем-то еще, если у вас нет свойства \"%s\"."
|
||||
],
|
||||
"This attachment does not have OCR data (Status: %s)": [
|
||||
""
|
||||
],
|
||||
"This attachment is not downloaded or not decrypted yet": [
|
||||
"Это вложение еще не загружено или еще не расшифровано"
|
||||
],
|
||||
@ -2932,16 +3007,19 @@
|
||||
"Это продвинутый инструмент для отображения вложений, прикреплённых к вашим заметкам. Удаляйте вложения с осторожностью - они не могут быть восстановлены."
|
||||
],
|
||||
"This note could not be deleted: %s": [
|
||||
"Эта заметка не может быть удалена: %s",
|
||||
"Эти заметки не могут быть удалены: %s"
|
||||
"Эту заметку не удалось удалить: %s",
|
||||
"Эти заметки не удалось удалить: %s",
|
||||
"Эти заметок не удалось удалить: %s"
|
||||
],
|
||||
"This note could not be duplicated: %s": [
|
||||
"Эта заметка не может быть продублирована: %s",
|
||||
"Эти заметки не могут быть продублированы: %s"
|
||||
"Эти заметки не могут быть продублированы: %s",
|
||||
"Эти заметок не могут быть продублированы: %s"
|
||||
],
|
||||
"This note could not be moved: %s": [
|
||||
"Эта заметка не может быть перемещена: %s",
|
||||
"Эти заметки не могут быть перемещены: %s"
|
||||
"Эту заметку не удалось переместить: %s",
|
||||
"Эти заметки не удалось переместить: %s",
|
||||
"Эти заметок не удалось переместить: %s"
|
||||
],
|
||||
"This note does not have geolocation information.": [
|
||||
"Эта заметка не содержит информации о географическом местоположении."
|
||||
@ -2955,12 +3033,18 @@
|
||||
"This note has no history": [
|
||||
"Эта заметка не имеет предыдущих версий"
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
"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 subfolder of the trash has no notes.": [
|
||||
""
|
||||
],
|
||||
"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 работать в фоновом режиме. Рекомендуется включить этот параметр, чтобы ваши заметки синхронизировались постоянно, что уменьшит количество возможных конфликтов."
|
||||
],
|
||||
@ -3093,12 +3177,6 @@
|
||||
"Unable to edit resource of type %s": [
|
||||
"Невозможно редактировать ресурс типа %s"
|
||||
],
|
||||
"Unable to export or share data. Reason: %s": [
|
||||
"Невозможно экспортировать или поделиться данными. Причина: %s"
|
||||
],
|
||||
"Unable to share log data. Reason: %s": [
|
||||
"Невозможно поделиться данными журнала. Причина: %s"
|
||||
],
|
||||
"Uncompleted to-dos on top": [
|
||||
"Незавершенные задачи сверху"
|
||||
],
|
||||
@ -3222,6 +3300,9 @@
|
||||
"View": [
|
||||
"Вид"
|
||||
],
|
||||
"View OCR text": [
|
||||
""
|
||||
],
|
||||
"View on map": [
|
||||
"Посмотреть на карте"
|
||||
],
|
||||
@ -3246,8 +3327,11 @@
|
||||
"Warning: not all resources shown for performance reasons (limit: %s).": [
|
||||
"Предупреждение: не все данные показаны по соображениям производительности (ограничение:%s)."
|
||||
],
|
||||
"Warnings:\n%s": [
|
||||
"Предупреждения:\n%s"
|
||||
"We have a system for reporting and removing problematic plugins.": [
|
||||
""
|
||||
],
|
||||
"We mark plugins developed by trusted Joplin community members as \"recommended\".": [
|
||||
""
|
||||
],
|
||||
"Web Clipper": [
|
||||
"Настройки веб-клиппера"
|
||||
@ -3318,6 +3402,9 @@
|
||||
"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 account doesn't have access to this feature": [
|
||||
""
|
||||
],
|
||||
"Your choice: ": [
|
||||
"Ваш выбор: "
|
||||
],
|
||||
|
@ -59,6 +59,9 @@
|
||||
"%s is not optimised for synchronising many small files so your initial synchronisation will be slow.": [
|
||||
""
|
||||
],
|
||||
"%s tab opened": [
|
||||
""
|
||||
],
|
||||
"%s: %d": [
|
||||
"%s: %d"
|
||||
],
|
||||
@ -149,6 +152,9 @@
|
||||
"Accept": [
|
||||
"Sprejmi"
|
||||
],
|
||||
"Accepted shares": [
|
||||
""
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
""
|
||||
],
|
||||
@ -200,18 +206,27 @@
|
||||
"All data, including notes, notebooks and tags will be permanently deleted.": [
|
||||
""
|
||||
],
|
||||
"All item sync failures have been marked as \"ignored\".": [
|
||||
""
|
||||
],
|
||||
"All notes": [
|
||||
"Vse beležke"
|
||||
],
|
||||
"All potential ports are in use - please report the issue at %s": [
|
||||
"Vsa potencialna vrata so trenutno v uporabi - prosimo poročajte napako na %s"
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
""
|
||||
],
|
||||
"Also displays unset and hidden config variables.": [
|
||||
"Prikaže tudi nenastavljene in skrite spremenljivke konfiguracije."
|
||||
],
|
||||
"Always": [
|
||||
"Vedno"
|
||||
],
|
||||
"Always open %s files without asking.": [
|
||||
""
|
||||
],
|
||||
"Ambiguous notebook \"%s\". Please use notebook id instead - press \"ti\" to see the short notebook id or use $b for current selected notebook": [
|
||||
""
|
||||
],
|
||||
@ -326,6 +341,9 @@
|
||||
"Bulleted List": [
|
||||
"Vrstičen seznam"
|
||||
],
|
||||
"by %s": [
|
||||
""
|
||||
],
|
||||
"Can view": [
|
||||
""
|
||||
],
|
||||
@ -458,6 +476,9 @@
|
||||
"Collapse": [
|
||||
""
|
||||
],
|
||||
"Collapse %s": [
|
||||
""
|
||||
],
|
||||
"Coming alarms": [
|
||||
"Prihajajoči opomniki"
|
||||
],
|
||||
@ -482,9 +503,15 @@
|
||||
"Completed decryption.": [
|
||||
"Dešifriranje je končano."
|
||||
],
|
||||
"Completed with warnings:\n%s": [
|
||||
""
|
||||
],
|
||||
"Completed: %s (%s)": [
|
||||
"Dokončano: %s (%s)"
|
||||
],
|
||||
"completion date": [
|
||||
""
|
||||
],
|
||||
"Compress old changes": [
|
||||
""
|
||||
],
|
||||
@ -638,9 +665,6 @@
|
||||
"Dashboard": [
|
||||
""
|
||||
],
|
||||
"Database v%s": [
|
||||
"Podatkovna baza v%s"
|
||||
],
|
||||
"Date": [
|
||||
"Datum"
|
||||
],
|
||||
@ -695,6 +719,9 @@
|
||||
"Deleted remote items: %d.": [
|
||||
"Izbrisani oddaljeni predmeti: %d."
|
||||
],
|
||||
"Deletes notes permanently, skipping the trash.": [
|
||||
""
|
||||
],
|
||||
"Deletes the given notebook.": [
|
||||
"Izbriše dan zvezek."
|
||||
],
|
||||
@ -1019,6 +1046,9 @@
|
||||
"Expand": [
|
||||
""
|
||||
],
|
||||
"Expand %s": [
|
||||
""
|
||||
],
|
||||
"Export": [
|
||||
"Izvozi"
|
||||
],
|
||||
@ -1058,6 +1088,9 @@
|
||||
"Fail-safe: Do not wipe out local data when sync target is empty (often the result of a misconfiguration or bug)": [
|
||||
"Varovalka: Ne izbrišite lokalne podatke ko je sinhronizacijski cilj prazen (velikokrat je rezultat tega napačna nastavitev ali napaka)"
|
||||
],
|
||||
"Failed to leave share. Please verify that Joplin is connected to the internet and able to sync.\nError: %s": [
|
||||
""
|
||||
],
|
||||
"Fatal error:": [
|
||||
"Usodna napaka:"
|
||||
],
|
||||
@ -1097,9 +1130,6 @@
|
||||
"Focus title": [
|
||||
"Fokusiraj naslov"
|
||||
],
|
||||
"Folders": [
|
||||
"Mape"
|
||||
],
|
||||
"For debugging purpose only: export your profile to an external SD card.": [
|
||||
"Samo za razhroščevalne namene: izvozi profil na zunanjo SD kartico."
|
||||
],
|
||||
@ -1172,6 +1202,9 @@
|
||||
"Heading": [
|
||||
"Naslov"
|
||||
],
|
||||
"Here's what we do to make plugins safer:": [
|
||||
""
|
||||
],
|
||||
"Hide %s": [
|
||||
"Skrij %s"
|
||||
],
|
||||
@ -1223,6 +1256,18 @@
|
||||
"Import": [
|
||||
"Uvozi"
|
||||
],
|
||||
"Import failed. Make sure a JEX file was selected.\nDetails: %s": [
|
||||
""
|
||||
],
|
||||
"Import from JEX": [
|
||||
""
|
||||
],
|
||||
"Import notes from a JEX (Joplin Export) file.": [
|
||||
""
|
||||
],
|
||||
"Imported successfully!": [
|
||||
""
|
||||
],
|
||||
"Importing from \"%s\" as \"%s\" format. Please wait...": [
|
||||
"Uvažam v \"%s\" kot \"%s\" format. Prosimo počakajte..."
|
||||
],
|
||||
@ -1259,6 +1304,9 @@
|
||||
"In: %s": [
|
||||
"V: %s"
|
||||
],
|
||||
"Incompatible": [
|
||||
""
|
||||
],
|
||||
"Increase indent level": [
|
||||
""
|
||||
],
|
||||
@ -1331,6 +1379,9 @@
|
||||
"Joplin Cloud": [
|
||||
"Joplin Cloud"
|
||||
],
|
||||
"Joplin doesn't recognise the %s extension. Opening this file could be dangerous. What would you like to do?": [
|
||||
""
|
||||
],
|
||||
"Joplin Export Directory": [
|
||||
"Joplin izvozno mesto"
|
||||
],
|
||||
@ -1415,6 +1466,9 @@
|
||||
"Light": [
|
||||
"Svetlo"
|
||||
],
|
||||
"Like any software you install, plugins can potentially cause security issues or data loss.": [
|
||||
""
|
||||
],
|
||||
"Lines": [
|
||||
"Vrstice"
|
||||
],
|
||||
@ -1523,6 +1577,9 @@
|
||||
"More than one item match \"%s\". Please narrow down your query.": [
|
||||
"Več kot en predmet se ujema z \"%s\". Prosim zožite iskani niz besed."
|
||||
],
|
||||
"Most plugins have source code available for review on the plugin website.": [
|
||||
""
|
||||
],
|
||||
"Move %d notes to notebook \"%s\"?": [
|
||||
"Premakni %d zabeležk v beležnico \"%s\"?"
|
||||
],
|
||||
@ -1544,6 +1601,9 @@
|
||||
"Never resize": [
|
||||
""
|
||||
],
|
||||
"New": [
|
||||
""
|
||||
],
|
||||
"New note": [
|
||||
"Nova beležka"
|
||||
],
|
||||
@ -1592,6 +1652,9 @@
|
||||
"No active notebook.": [
|
||||
"Ni aktivnih zvezkov."
|
||||
],
|
||||
"No incoming shares": [
|
||||
""
|
||||
],
|
||||
"No item with ID %s": [
|
||||
"Ni predmeta z ID %s"
|
||||
],
|
||||
@ -1829,9 +1892,6 @@
|
||||
"Please specify the notebook where the notes should be imported to.": [
|
||||
"Prosim navedite zvezek, kamor želite uvoziti beležke."
|
||||
],
|
||||
"Please upgrade Joplin to use this plugin": [
|
||||
"Prosimo nadgradite Joplin za uporabo tega dodatka"
|
||||
],
|
||||
"Please wait for all attachments to be downloaded and decrypted. You may also switch to %s to edit the note.": [
|
||||
"Prosimo počakajte, da se vse priponke naložijo in dekodirajo. Lahko zamenjate na %s za urejanje beležke."
|
||||
],
|
||||
@ -1844,9 +1904,15 @@
|
||||
"Plugin tools": [
|
||||
"Orodja dodatkov"
|
||||
],
|
||||
"Plugin WebView debugging": [
|
||||
""
|
||||
],
|
||||
"Plugins": [
|
||||
"Dodatki"
|
||||
],
|
||||
"Plugins extend Joplin with features that are not present by default. Plugins can extend Joplin's editor, viewer, and more.": [
|
||||
""
|
||||
],
|
||||
"Portrait": [
|
||||
"Pokončno"
|
||||
],
|
||||
@ -1907,6 +1973,9 @@
|
||||
"Process user deletions": [
|
||||
""
|
||||
],
|
||||
"Processing": [
|
||||
""
|
||||
],
|
||||
"Profile": [
|
||||
""
|
||||
],
|
||||
@ -2006,6 +2075,12 @@
|
||||
"Replace: ": [
|
||||
""
|
||||
],
|
||||
"Report an issue": [
|
||||
""
|
||||
],
|
||||
"Report fraudulent plugin": [
|
||||
""
|
||||
],
|
||||
"Resize large images:": [
|
||||
""
|
||||
],
|
||||
@ -2219,6 +2294,9 @@
|
||||
"Source: ": [
|
||||
"Vir: "
|
||||
],
|
||||
"Spacer": [
|
||||
""
|
||||
],
|
||||
"Specify the port that should be used by the API server. If not set, a default will be used.": [
|
||||
"Navedi vrata, ki bodo uporabljena za API server. Če ni nastavljeno, bo privzeta vrednost uporabljena."
|
||||
],
|
||||
@ -2387,6 +2465,9 @@
|
||||
"Take photo": [
|
||||
"Ustvari fotografijo"
|
||||
],
|
||||
"Task \"%s\" failed with error: %s": [
|
||||
""
|
||||
],
|
||||
"Tasks": [
|
||||
""
|
||||
],
|
||||
@ -2504,9 +2585,6 @@
|
||||
"There are unsaved changes.": [
|
||||
""
|
||||
],
|
||||
"There is currently no notebook. Create one by clicking on \"New notebook\".": [
|
||||
"Trenutno ni tukaj nobenega zvezka. Ustvarite ga s klikom na \"Nov zvezek\"."
|
||||
],
|
||||
"There is no data to export.": [
|
||||
"Ni datotek za izvoz."
|
||||
],
|
||||
@ -2516,6 +2594,9 @@
|
||||
"There was an error downloading this attachment:": [
|
||||
"Prišlo je do napake pri nalaganju te priponke:"
|
||||
],
|
||||
"These items failed to sync, but have been marked as \"ignored\". They won't cause the sync warning to appear, but still aren't synced. To unignore, click \"retry\".": [
|
||||
""
|
||||
],
|
||||
"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).": [
|
||||
"Ti predmeti bodo ostali na napravi, ampak ne bodo naloženi na sinhronizacijski cilj. Če želite najti te predmete, iščite po ali naslovu ali ID (je prikazan zgoraj v oklepajih)"
|
||||
],
|
||||
@ -2525,6 +2606,9 @@
|
||||
"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 does not have OCR data (Status: %s)": [
|
||||
""
|
||||
],
|
||||
"This attachment is not downloaded or not decrypted yet": [
|
||||
"Ta priponka se ni naložila ali pa še ni dekodirana"
|
||||
],
|
||||
@ -2552,12 +2636,18 @@
|
||||
"This note has no history": [
|
||||
"Ta beležka nima nobene zgodovine"
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
"This Rich Text editor has a number of limitations and it is recommended to be aware of them before using it.": [
|
||||
"Ta Bogat urejevalnik ima število omejitev in je priporočljivo, da se z njimi seznanite predno začnete uporabljati."
|
||||
],
|
||||
"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.": [
|
||||
"Ta storitev omogoča razširitve v brskalniku, da komunicira z Joplin. Pri omogočanju vas bo mogoče vaš požarni zid vprašal za dovoljenje Joplinu, da posluša na določenih vratih."
|
||||
],
|
||||
"This subfolder of the trash has no notes.": [
|
||||
""
|
||||
],
|
||||
"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.": [
|
||||
"To bo omogočilo Joplinu da teče v ozadju. Priporočljivo je da omogočite to nastavitev saj so tako vaše beležke konstantno sinhronizirane in s tem zmanjšajo število konfliktov."
|
||||
],
|
||||
@ -2669,9 +2759,6 @@
|
||||
"Unable to edit resource of type %s": [
|
||||
""
|
||||
],
|
||||
"Unable to export or share data. Reason: %s": [
|
||||
""
|
||||
],
|
||||
"Unable to share log data. Reason: %s": [
|
||||
""
|
||||
],
|
||||
@ -2789,6 +2876,9 @@
|
||||
"View": [
|
||||
"Pogled"
|
||||
],
|
||||
"View OCR text": [
|
||||
""
|
||||
],
|
||||
"View on map": [
|
||||
"Prikaži na zemljevidu"
|
||||
],
|
||||
@ -2813,6 +2903,12 @@
|
||||
"Warning: not all resources shown for performance reasons (limit: %s).": [
|
||||
"Opozorilo: vsi viri niso prikazani zaradi učinkovitosti (omejitev: %s)"
|
||||
],
|
||||
"We have a system for reporting and removing problematic plugins.": [
|
||||
""
|
||||
],
|
||||
"We mark plugins developed by trusted Joplin community members as \"recommended\".": [
|
||||
""
|
||||
],
|
||||
"Web Clipper": [
|
||||
"Web Clipper"
|
||||
],
|
||||
@ -2879,6 +2975,9 @@
|
||||
"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.": [
|
||||
"Lahko uporabite orodje spodaj za ponovno šifriranje vaših podatkov, na primer če veste da je nekaj vaših beležk šifriranih z zastarelo šifrirano metodo."
|
||||
],
|
||||
"Your account doesn't have access to this feature": [
|
||||
""
|
||||
],
|
||||
"Your choice: ": [
|
||||
"Vaša izbira: "
|
||||
],
|
||||
|
@ -59,6 +59,9 @@
|
||||
"%s is not optimised for synchronising many small files so your initial synchronisation will be slow.": [
|
||||
""
|
||||
],
|
||||
"%s tab opened": [
|
||||
""
|
||||
],
|
||||
"%s: %d": [
|
||||
"%s: %d"
|
||||
],
|
||||
@ -146,6 +149,9 @@
|
||||
"Accept": [
|
||||
"Прихвати"
|
||||
],
|
||||
"Accepted shares": [
|
||||
""
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
""
|
||||
],
|
||||
@ -188,15 +194,24 @@
|
||||
"All data, including notes, notebooks and tags will be permanently deleted.": [
|
||||
""
|
||||
],
|
||||
"All item sync failures have been marked as \"ignored\".": [
|
||||
""
|
||||
],
|
||||
"All potential ports are in use - please report the issue at %s": [
|
||||
"Сви потенцијални портови се користе - молимо пријавите проблем на %s"
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
""
|
||||
],
|
||||
"Also displays unset and hidden config variables.": [
|
||||
"Такође приказује неподешене или скривене конфигурацијске промењљиве."
|
||||
],
|
||||
"Always": [
|
||||
"Увек"
|
||||
],
|
||||
"Always open %s files without asking.": [
|
||||
""
|
||||
],
|
||||
"Ambiguous notebook \"%s\". Please use notebook id instead - press \"ti\" to see the short notebook id or use $b for current selected notebook": [
|
||||
""
|
||||
],
|
||||
@ -305,6 +320,9 @@
|
||||
"Bulleted List": [
|
||||
"Листа са знаковима за набрајање"
|
||||
],
|
||||
"by %s": [
|
||||
""
|
||||
],
|
||||
"Can view": [
|
||||
""
|
||||
],
|
||||
@ -419,6 +437,9 @@
|
||||
"Collapse": [
|
||||
""
|
||||
],
|
||||
"Collapse %s": [
|
||||
""
|
||||
],
|
||||
"Coming alarms": [
|
||||
"Надолазећи аларми"
|
||||
],
|
||||
@ -437,9 +458,15 @@
|
||||
"Completed decryption.": [
|
||||
"Дешифровање је завршено."
|
||||
],
|
||||
"Completed with warnings:\n%s": [
|
||||
""
|
||||
],
|
||||
"Completed: %s (%s)": [
|
||||
"Завршено: %s (%s)"
|
||||
],
|
||||
"completion date": [
|
||||
""
|
||||
],
|
||||
"Compress old changes": [
|
||||
""
|
||||
],
|
||||
@ -554,9 +581,6 @@
|
||||
"Dashboard": [
|
||||
""
|
||||
],
|
||||
"Database v%s": [
|
||||
"База података v%s"
|
||||
],
|
||||
"Date": [
|
||||
""
|
||||
],
|
||||
@ -602,6 +626,9 @@
|
||||
"Deleted remote items: %d.": [
|
||||
"Обрисано удаљених ставки: %d."
|
||||
],
|
||||
"Deletes notes permanently, skipping the trash.": [
|
||||
""
|
||||
],
|
||||
"Deletes the given notebook.": [
|
||||
"Брише задату бележницу."
|
||||
],
|
||||
@ -878,6 +905,9 @@
|
||||
"Expand": [
|
||||
""
|
||||
],
|
||||
"Expand %s": [
|
||||
""
|
||||
],
|
||||
"Export": [
|
||||
"Извоз"
|
||||
],
|
||||
@ -905,6 +935,9 @@
|
||||
"Fail-safe: Do not wipe out local data when sync target is empty (often the result of a misconfiguration or bug)": [
|
||||
"Сигурни услови: Не бришите локалне податке када је одредиште за синхронизацију празно (често буде резултат погрешне конфигурације или грешке)"
|
||||
],
|
||||
"Failed to leave share. Please verify that Joplin is connected to the internet and able to sync.\nError: %s": [
|
||||
""
|
||||
],
|
||||
"Fatal error:": [
|
||||
"Фатална грешка:"
|
||||
],
|
||||
@ -944,9 +977,6 @@
|
||||
"Focus title": [
|
||||
"Фокусирај назив"
|
||||
],
|
||||
"Folders": [
|
||||
"Фасцикле"
|
||||
],
|
||||
"For debugging purpose only: export your profile to an external SD card.": [
|
||||
"Само за отклањање грешака: извези свој профил на спољну СД картицу."
|
||||
],
|
||||
@ -1013,6 +1043,9 @@
|
||||
"Heading": [
|
||||
"Заглавље"
|
||||
],
|
||||
"Here's what we do to make plugins safer:": [
|
||||
""
|
||||
],
|
||||
"Hide %s": [
|
||||
"Сакриј %s"
|
||||
],
|
||||
@ -1064,6 +1097,18 @@
|
||||
"Import": [
|
||||
"Увоз"
|
||||
],
|
||||
"Import failed. Make sure a JEX file was selected.\nDetails: %s": [
|
||||
""
|
||||
],
|
||||
"Import from JEX": [
|
||||
""
|
||||
],
|
||||
"Import notes from a JEX (Joplin Export) file.": [
|
||||
""
|
||||
],
|
||||
"Imported successfully!": [
|
||||
""
|
||||
],
|
||||
"Importing from \"%s\" as \"%s\" format. Please wait...": [
|
||||
"Увозим из \"%s\" као \"%s\" формат. Молимо вас да сачекате..."
|
||||
],
|
||||
@ -1100,6 +1145,9 @@
|
||||
"In: %s": [
|
||||
"У: %s"
|
||||
],
|
||||
"Incompatible": [
|
||||
""
|
||||
],
|
||||
"Increase indent level": [
|
||||
""
|
||||
],
|
||||
@ -1166,6 +1214,9 @@
|
||||
"Joplin Cloud": [
|
||||
"Џоплин у облаку"
|
||||
],
|
||||
"Joplin doesn't recognise the %s extension. Opening this file could be dangerous. What would you like to do?": [
|
||||
""
|
||||
],
|
||||
"Joplin Export Directory": [
|
||||
"Џоплин директоријум за извоз"
|
||||
],
|
||||
@ -1247,6 +1298,9 @@
|
||||
"Light": [
|
||||
"Светла"
|
||||
],
|
||||
"Like any software you install, plugins can potentially cause security issues or data loss.": [
|
||||
""
|
||||
],
|
||||
"Lines": [
|
||||
"Линије"
|
||||
],
|
||||
@ -1337,6 +1391,9 @@
|
||||
"More than one item match \"%s\". Please narrow down your query.": [
|
||||
"\"Више од једне ставке се поклапа са \"%s\". Молим вас да сузите вашу претрагу\"."
|
||||
],
|
||||
"Most plugins have source code available for review on the plugin website.": [
|
||||
""
|
||||
],
|
||||
"Move %d notes to notebook \"%s\"?": [
|
||||
"Премести %d белешке у бележницу \"%s\"?"
|
||||
],
|
||||
@ -1358,6 +1415,9 @@
|
||||
"Never resize": [
|
||||
""
|
||||
],
|
||||
"New": [
|
||||
""
|
||||
],
|
||||
"New note": [
|
||||
"Нова белешка"
|
||||
],
|
||||
@ -1397,6 +1457,9 @@
|
||||
"No active notebook.": [
|
||||
"Нема активне бележнице."
|
||||
],
|
||||
"No incoming shares": [
|
||||
""
|
||||
],
|
||||
"No item with ID %s": [
|
||||
"Нема ставке са ИД %s"
|
||||
],
|
||||
@ -1598,18 +1661,21 @@
|
||||
"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.": [
|
||||
"Молимо сачекајте док сви прилози буду скинути и дешифровани. За уређивање белешке можете прећи на %s."
|
||||
],
|
||||
"Plugin repository failed to load": [
|
||||
""
|
||||
],
|
||||
"Plugin WebView debugging": [
|
||||
""
|
||||
],
|
||||
"Plugins": [
|
||||
"Додаци"
|
||||
],
|
||||
"Plugins extend Joplin with features that are not present by default. Plugins can extend Joplin's editor, viewer, and more.": [
|
||||
""
|
||||
],
|
||||
"Portrait": [
|
||||
"Усправно"
|
||||
],
|
||||
@ -1670,6 +1736,9 @@
|
||||
"Process user deletions": [
|
||||
""
|
||||
],
|
||||
"Processing": [
|
||||
""
|
||||
],
|
||||
"Profile": [
|
||||
""
|
||||
],
|
||||
@ -1754,6 +1823,12 @@
|
||||
"Replace: ": [
|
||||
""
|
||||
],
|
||||
"Report an issue": [
|
||||
""
|
||||
],
|
||||
"Report fraudulent plugin": [
|
||||
""
|
||||
],
|
||||
"Resize large images:": [
|
||||
""
|
||||
],
|
||||
@ -1934,6 +2009,9 @@
|
||||
"Source format: %s": [
|
||||
"Избворни формат: %s"
|
||||
],
|
||||
"Spacer": [
|
||||
""
|
||||
],
|
||||
"Specify the port that should be used by the API server. If not set, a default will be used.": [
|
||||
"Одредите порт који треба да се користи за \"API\" сервер. Ако није подешен, подразумевани ће се користити."
|
||||
],
|
||||
@ -2081,6 +2159,9 @@
|
||||
"Take photo": [
|
||||
"Сликај"
|
||||
],
|
||||
"Task \"%s\" failed with error: %s": [
|
||||
""
|
||||
],
|
||||
"Tasks": [
|
||||
""
|
||||
],
|
||||
@ -2201,9 +2282,6 @@
|
||||
"There are unsaved changes.": [
|
||||
""
|
||||
],
|
||||
"There is currently no notebook. Create one by clicking on \"New notebook\".": [
|
||||
"Тренутно нема бележнице. Креирајте једну кликнувши на \"Нова бележница\"."
|
||||
],
|
||||
"There is no data to export.": [
|
||||
"Нема података за извоз."
|
||||
],
|
||||
@ -2213,6 +2291,9 @@
|
||||
"There was an error downloading this attachment:": [
|
||||
"Дошло је до грешке приликом преузимања овог прилога:"
|
||||
],
|
||||
"These items failed to sync, but have been marked as \"ignored\". They won't cause the sync warning to appear, but still aren't synced. To unignore, click \"retry\".": [
|
||||
""
|
||||
],
|
||||
"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).": [
|
||||
"Ове ставке ће остати на уређају али неће бити синхронизоване на задато одредиште. Да би сте пронашли ове ставке, или их потражите по називи или ИД-у (који је приказан у загради изнад)."
|
||||
],
|
||||
@ -2222,6 +2303,9 @@
|
||||
"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 does not have OCR data (Status: %s)": [
|
||||
""
|
||||
],
|
||||
"This attachment is not downloaded or not decrypted yet": [
|
||||
"Овај прилог још увек није преузет или дешифрован"
|
||||
],
|
||||
@ -2249,12 +2333,18 @@
|
||||
"This note has no history": [
|
||||
"Ова белешка нема историју"
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
"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.": [
|
||||
"Ова услуга дозвољава додатку за интернет претраживач да комуницира са Џоплином. Када је активирате можете добити упит од вашег заштитног зида да дате дозволу да Џоплин апликација слуша на одређеном порту."
|
||||
],
|
||||
"This subfolder of the trash has no notes.": [
|
||||
""
|
||||
],
|
||||
"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.": [
|
||||
"Ово ће дозволити Џоплину да ради у позадини. Препоручује се да омогућите ово подешавање тако да се ваше белешке константно синхронизују, и да се тако умањи број конфликта."
|
||||
],
|
||||
@ -2342,9 +2432,6 @@
|
||||
"Unable to edit resource of type %s": [
|
||||
""
|
||||
],
|
||||
"Unable to export or share data. Reason: %s": [
|
||||
""
|
||||
],
|
||||
"Unable to share log data. Reason: %s": [
|
||||
""
|
||||
],
|
||||
@ -2441,6 +2528,9 @@
|
||||
"Verify your identity": [
|
||||
""
|
||||
],
|
||||
"View OCR text": [
|
||||
""
|
||||
],
|
||||
"View on map": [
|
||||
"Прикажи на мапи"
|
||||
],
|
||||
@ -2462,6 +2552,12 @@
|
||||
"Warning: not all resources shown for performance reasons (limit: %s).": [
|
||||
"Упозорење: нису сви ресурси приказани због перформанси (лимит: %s)."
|
||||
],
|
||||
"We have a system for reporting and removing problematic plugins.": [
|
||||
""
|
||||
],
|
||||
"We mark plugins developed by trusted Joplin community members as \"recommended\".": [
|
||||
""
|
||||
],
|
||||
"WebDAV": [
|
||||
"\"WebDAV\""
|
||||
],
|
||||
@ -2525,6 +2621,9 @@
|
||||
"You were unable to connect to Joplin Cloud. Please check your credentials and try again. Error:": [
|
||||
""
|
||||
],
|
||||
"Your account doesn't have access to this feature": [
|
||||
""
|
||||
],
|
||||
"Your choice: ": [
|
||||
"Ваш избор "
|
||||
],
|
||||
|
@ -65,6 +65,9 @@
|
||||
"%s is not optimised for synchronising many small files so your initial synchronisation will be slow.": [
|
||||
"%s är inte optimerad för att synkronisera många små filer så din första synkronisering kommer att gå långsamt."
|
||||
],
|
||||
"%s tab opened": [
|
||||
""
|
||||
],
|
||||
"%s: %d": [
|
||||
"%s: %d"
|
||||
],
|
||||
@ -158,6 +161,9 @@
|
||||
"Accept": [
|
||||
"Acceptera"
|
||||
],
|
||||
"Accepted shares": [
|
||||
""
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
"Åtkomst nekad: Kontrollera ditt användarnamn och lösenord"
|
||||
],
|
||||
@ -212,12 +218,18 @@
|
||||
"All data, including notes, notebooks and tags will be permanently deleted.": [
|
||||
"All data, inklusive anteckningar, anteckningsböcker och taggar kommer att tas bort permanent."
|
||||
],
|
||||
"All item sync failures have been marked as \"ignored\".": [
|
||||
""
|
||||
],
|
||||
"All notes": [
|
||||
"Alla anteckningar"
|
||||
],
|
||||
"All potential ports are in use - please report the issue at %s": [
|
||||
"Alla potentiella portar används - rapportera problemet på %s"
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
""
|
||||
],
|
||||
"Also displays unset and hidden config variables.": [
|
||||
"Visar även inte inställda och dolda konfigurationsvariabler."
|
||||
],
|
||||
@ -230,6 +242,9 @@
|
||||
"Always ask": [
|
||||
"Fråga alltid"
|
||||
],
|
||||
"Always open %s files without asking.": [
|
||||
""
|
||||
],
|
||||
"Always resize": [
|
||||
"Ändra alltid storlek"
|
||||
],
|
||||
@ -353,6 +368,9 @@
|
||||
"Bulleted List": [
|
||||
"Punktlista"
|
||||
],
|
||||
"by %s": [
|
||||
""
|
||||
],
|
||||
"Can Share": [
|
||||
"Kan dela"
|
||||
],
|
||||
@ -527,9 +545,15 @@
|
||||
"Completed decryption.": [
|
||||
"Dekryptering färdig."
|
||||
],
|
||||
"Completed with warnings:\n%s": [
|
||||
""
|
||||
],
|
||||
"Completed: %s (%s)": [
|
||||
"Slutfört: %s (%s)"
|
||||
],
|
||||
"completion date": [
|
||||
""
|
||||
],
|
||||
"Compress old changes": [
|
||||
"Komprimera gamla ändringar"
|
||||
],
|
||||
@ -723,9 +747,6 @@
|
||||
"Dashboard": [
|
||||
"Instrumentbräda"
|
||||
],
|
||||
"Database v%s": [
|
||||
"Databas v%s"
|
||||
],
|
||||
"Date": [
|
||||
"Datum"
|
||||
],
|
||||
@ -801,6 +822,9 @@
|
||||
"Deleted remote items: %d.": [
|
||||
"Borttagna fjärrobjekt: %d."
|
||||
],
|
||||
"Deletes notes permanently, skipping the trash.": [
|
||||
""
|
||||
],
|
||||
"Deletes the given notebook.": [
|
||||
"Tar bort den angivna anteckningsboken."
|
||||
],
|
||||
@ -1197,9 +1221,6 @@
|
||||
"Export profile": [
|
||||
"Exportera profil"
|
||||
],
|
||||
"Export your data": [
|
||||
"Exportera dina data"
|
||||
],
|
||||
"Exported successfully!": [
|
||||
"Exporten lyckades!"
|
||||
],
|
||||
@ -1227,6 +1248,9 @@
|
||||
"Fail-safe: Do not wipe out local data when sync target is empty (often the result of a misconfiguration or bug)": [
|
||||
"Felsäkert: Rensa inte lokala data när synkroniseringsmålet är tomt (beror oftast på felkonfigurering eller en bugg)"
|
||||
],
|
||||
"Failed to leave share. Please verify that Joplin is connected to the internet and able to sync.\nError: %s": [
|
||||
""
|
||||
],
|
||||
"Fatal error:": [
|
||||
"Allvarligt fel:"
|
||||
],
|
||||
@ -1275,9 +1299,6 @@
|
||||
"Focus title": [
|
||||
"Fokus på titel"
|
||||
],
|
||||
"Folders": [
|
||||
"Mappar"
|
||||
],
|
||||
"For debugging purpose only: export your profile to an external SD card.": [
|
||||
"Endast för felsökning: exportera din profil till ett externt SD-kort."
|
||||
],
|
||||
@ -1360,6 +1381,9 @@
|
||||
"Help": [
|
||||
"Hjälp"
|
||||
],
|
||||
"Here's what we do to make plugins safer:": [
|
||||
""
|
||||
],
|
||||
"Hermes enabled: %d": [
|
||||
"Hermes aktiverad: %d"
|
||||
],
|
||||
@ -1432,6 +1456,15 @@
|
||||
"Import": [
|
||||
"Importera"
|
||||
],
|
||||
"Import failed. Make sure a JEX file was selected.\nDetails: %s": [
|
||||
""
|
||||
],
|
||||
"Import from JEX": [
|
||||
""
|
||||
],
|
||||
"Import notes from a JEX (Joplin Export) file.": [
|
||||
""
|
||||
],
|
||||
"Importing from \"%s\" as \"%s\" format. Please wait...": [
|
||||
"Importerar från \"%s\" som \"%s\" format. Vänta..."
|
||||
],
|
||||
@ -1468,6 +1501,9 @@
|
||||
"In: %s": [
|
||||
"I: %s"
|
||||
],
|
||||
"Incompatible": [
|
||||
""
|
||||
],
|
||||
"Increase indent level": [
|
||||
"Öka indragsnivå"
|
||||
],
|
||||
@ -1546,6 +1582,9 @@
|
||||
"Joplin Cloud": [
|
||||
"Joplin Cloud"
|
||||
],
|
||||
"Joplin doesn't recognise the %s extension. Opening this file could be dangerous. What would you like to do?": [
|
||||
""
|
||||
],
|
||||
"Joplin Export Directory": [
|
||||
"Joplin-exporteringskatalog"
|
||||
],
|
||||
@ -1639,6 +1678,9 @@
|
||||
"Light": [
|
||||
"Ljust"
|
||||
],
|
||||
"Like any software you install, plugins can potentially cause security issues or data loss.": [
|
||||
""
|
||||
],
|
||||
"Lines": [
|
||||
"Rader"
|
||||
],
|
||||
@ -1784,6 +1826,9 @@
|
||||
"More than one item match \"%s\". Please narrow down your query.": [
|
||||
"Mer än ett objekt matchar \"%s\". Begränsa din förfråga."
|
||||
],
|
||||
"Most plugins have source code available for review on the plugin website.": [
|
||||
""
|
||||
],
|
||||
"Move %d notes to notebook \"%s\"?": [
|
||||
"Flytta %d anteckningar till anteckningsboken \"%s\"?"
|
||||
],
|
||||
@ -1808,6 +1853,9 @@
|
||||
"Never resize": [
|
||||
"Ändra aldrig storlek"
|
||||
],
|
||||
"New": [
|
||||
""
|
||||
],
|
||||
"New note": [
|
||||
"Ny anteckning"
|
||||
],
|
||||
@ -1856,6 +1904,9 @@
|
||||
"No active notebook.": [
|
||||
"Ingen aktiv anteckningsbok."
|
||||
],
|
||||
"No incoming shares": [
|
||||
""
|
||||
],
|
||||
"No item with ID %s": [
|
||||
"Inget objekt med ID %s"
|
||||
],
|
||||
@ -2117,9 +2168,6 @@
|
||||
"Please specify the notebook where the notes should be imported to.": [
|
||||
"Ange anteckningsboken som anteckningarna ska importeras till."
|
||||
],
|
||||
"Please upgrade Joplin to use this plugin": [
|
||||
"Uppgradera Joplin för att använda denna insticksmodul"
|
||||
],
|
||||
"Please wait for all attachments to be downloaded and decrypted. You may also switch to %s to edit the note.": [
|
||||
"Vänta tills alla bilagor hämtas och dekrypteras. Du kan också växla till %s för att redigera anteckningen."
|
||||
],
|
||||
@ -2132,9 +2180,15 @@
|
||||
"Plugin tools": [
|
||||
"Insticksmodulsverktyg"
|
||||
],
|
||||
"Plugin WebView debugging": [
|
||||
""
|
||||
],
|
||||
"Plugins": [
|
||||
"Insticksmoduler"
|
||||
],
|
||||
"Plugins extend Joplin with features that are not present by default. Plugins can extend Joplin's editor, viewer, and more.": [
|
||||
""
|
||||
],
|
||||
"Portrait": [
|
||||
"Lodrätt(Porträtt)"
|
||||
],
|
||||
@ -2195,6 +2249,9 @@
|
||||
"Process user deletions": [
|
||||
"Bearbeta raderingar av användare"
|
||||
],
|
||||
"Processing": [
|
||||
""
|
||||
],
|
||||
"Profile": [
|
||||
"Profil"
|
||||
],
|
||||
@ -2312,6 +2369,12 @@
|
||||
"Replace: ": [
|
||||
"Ersätt: "
|
||||
],
|
||||
"Report an issue": [
|
||||
""
|
||||
],
|
||||
"Report fraudulent plugin": [
|
||||
""
|
||||
],
|
||||
"Reset application layout": [
|
||||
"Återställ applikationslayout"
|
||||
],
|
||||
@ -2600,6 +2663,9 @@
|
||||
"Source: ": [
|
||||
"Källa: "
|
||||
],
|
||||
"Spacer": [
|
||||
""
|
||||
],
|
||||
"Specify the port that should be used by the API server. If not set, a default will be used.": [
|
||||
"Specificera porten som ska användas av API-servern. Om det inte skrivs kommer standardport att användas."
|
||||
],
|
||||
@ -2777,6 +2843,9 @@
|
||||
"Take photo": [
|
||||
"Ta ett foto"
|
||||
],
|
||||
"Task \"%s\" failed with error: %s": [
|
||||
""
|
||||
],
|
||||
"Task list": [
|
||||
"Uppgiftslista"
|
||||
],
|
||||
@ -2922,9 +2991,6 @@
|
||||
"There are unsaved changes.": [
|
||||
"Det finns ändringar som inte har sparats."
|
||||
],
|
||||
"There is currently no notebook. Create one by clicking on \"New notebook\".": [
|
||||
"Det finns för närvarande ingen anteckningsbok. Skapa en genom att klicka på \"Ny anteckningsbok\"."
|
||||
],
|
||||
"There is no data to export.": [
|
||||
"Det finns inga data att exportera."
|
||||
],
|
||||
@ -2934,6 +3000,9 @@
|
||||
"There was an error downloading this attachment:": [
|
||||
"Ett fel uppstod vid hämtningen av denna bilaga:"
|
||||
],
|
||||
"These items failed to sync, but have been marked as \"ignored\". They won't cause the sync warning to appear, but still aren't synced. To unignore, click \"retry\".": [
|
||||
""
|
||||
],
|
||||
"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).": [
|
||||
"Dessa objekt kommer att vara kvar på enheten men kommer inte att skickas till synkroniseringsmålet. För att hitta dessa objekt, sök antingen efter titel eller ID (som visas i parentes ovan)."
|
||||
],
|
||||
@ -2943,6 +3012,9 @@
|
||||
"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\".": [
|
||||
"Detta gör att en annan användare kan dela en anteckningsbok med dig, och du kan sedan båda samarbeta om den. Det tillåter dig dock inte att dela en anteckningsbok med någon annan, såvida du inte har funktionen \"%s\"."
|
||||
],
|
||||
"This attachment does not have OCR data (Status: %s)": [
|
||||
""
|
||||
],
|
||||
"This attachment is not downloaded or not decrypted yet": [
|
||||
"Denna bilaga är inte hämtad eller inte dekrypterad ännu"
|
||||
],
|
||||
@ -2982,12 +3054,18 @@
|
||||
"This note has no history": [
|
||||
"Denna anteckning har ingen historik"
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
"This Rich Text editor has a number of limitations and it is recommended to be aware of them before using it.": [
|
||||
"Denna Rich Text-redigerare har ett antal begränsningar och det rekommenderas att vara medveten om dem innan du använder den."
|
||||
],
|
||||
"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.": [
|
||||
"Denna tjänst tillåter webbläsarens tillägg att kommunicera med Joplin. När du aktiverar den kan din brandvägg be dig ge tillstånd till Joplin att lyssna på en viss port."
|
||||
],
|
||||
"This subfolder of the trash has no notes.": [
|
||||
""
|
||||
],
|
||||
"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.": [
|
||||
"Detta tillåter Joplin att köra i bakgrunden. Det är rekommenderat att tillåta detta så att anteckningarna synkroniseras löpande. På det sättet minskas risken för konflikter."
|
||||
],
|
||||
@ -3123,9 +3201,6 @@
|
||||
"Unable to edit resource of type %s": [
|
||||
"Det går inte att redigera resurs av typen %s"
|
||||
],
|
||||
"Unable to export or share data. Reason: %s": [
|
||||
"Det går inte att exportera eller dela data. Orsak: %s"
|
||||
],
|
||||
"Unable to share log data. Reason: %s": [
|
||||
"Det går inte att dela loggdata. Orsak: %s"
|
||||
],
|
||||
@ -3252,6 +3327,9 @@
|
||||
"View": [
|
||||
"Visa"
|
||||
],
|
||||
"View OCR text": [
|
||||
""
|
||||
],
|
||||
"View on map": [
|
||||
"Visa på karta"
|
||||
],
|
||||
@ -3276,8 +3354,11 @@
|
||||
"Warning: not all resources shown for performance reasons (limit: %s).": [
|
||||
"Varning: alla resurser visas inte för förbättrad prestanda (limit: %s)."
|
||||
],
|
||||
"Warnings:\n%s": [
|
||||
"Varningar:\n%s"
|
||||
"We have a system for reporting and removing problematic plugins.": [
|
||||
""
|
||||
],
|
||||
"We mark plugins developed by trusted Joplin community members as \"recommended\".": [
|
||||
""
|
||||
],
|
||||
"Web Clipper": [
|
||||
"Web Clipper"
|
||||
@ -3348,6 +3429,9 @@
|
||||
"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 använda verktyget nedan för att omkryptera dina data, exempelvis om du vill veta om vissa av dina anteckningar är krypterade med en gammal krypteringsmetod."
|
||||
],
|
||||
"Your account doesn't have access to this feature": [
|
||||
""
|
||||
],
|
||||
"Your choice: ": [
|
||||
"Ditt val: "
|
||||
],
|
||||
|
@ -53,6 +53,9 @@
|
||||
"%s is not optimised for synchronising many small files so your initial synchronisation will be slow.": [
|
||||
""
|
||||
],
|
||||
"%s tab opened": [
|
||||
""
|
||||
],
|
||||
"%s: %d": [
|
||||
"%s: %d"
|
||||
],
|
||||
@ -140,6 +143,9 @@
|
||||
"Accept": [
|
||||
"ยอมรับ"
|
||||
],
|
||||
"Accepted shares": [
|
||||
""
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
""
|
||||
],
|
||||
@ -176,15 +182,24 @@
|
||||
"All data, including notes, notebooks and tags will be permanently deleted.": [
|
||||
""
|
||||
],
|
||||
"All item sync failures have been marked as \"ignored\".": [
|
||||
""
|
||||
],
|
||||
"All notes": [
|
||||
"บันทึกทั้งหมด"
|
||||
],
|
||||
"All potential ports are in use - please report the issue at %s": [
|
||||
""
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
""
|
||||
],
|
||||
"Also displays unset and hidden config variables.": [
|
||||
""
|
||||
],
|
||||
"Always open %s files without asking.": [
|
||||
""
|
||||
],
|
||||
"Ambiguous notebook \"%s\". Please use notebook id instead - press \"ti\" to see the short notebook id or use $b for current selected notebook": [
|
||||
""
|
||||
],
|
||||
@ -269,6 +284,9 @@
|
||||
"Built-in": [
|
||||
""
|
||||
],
|
||||
"by %s": [
|
||||
""
|
||||
],
|
||||
"Can view": [
|
||||
""
|
||||
],
|
||||
@ -365,6 +383,9 @@
|
||||
"Collapse": [
|
||||
""
|
||||
],
|
||||
"Collapse %s": [
|
||||
""
|
||||
],
|
||||
"Coming alarms": [
|
||||
""
|
||||
],
|
||||
@ -392,6 +413,12 @@
|
||||
"Completed decryption.": [
|
||||
"ถอดรหัสเรียบร้อยแล้ว"
|
||||
],
|
||||
"Completed with warnings:\n%s": [
|
||||
""
|
||||
],
|
||||
"completion date": [
|
||||
""
|
||||
],
|
||||
"Compress old changes": [
|
||||
""
|
||||
],
|
||||
@ -554,6 +581,9 @@
|
||||
"Deleted remote items: %d.": [
|
||||
""
|
||||
],
|
||||
"Deletes notes permanently, skipping the trash.": [
|
||||
""
|
||||
],
|
||||
"Deletes the given notebook.": [
|
||||
"ลบสมุดบันทึกที่เลือก"
|
||||
],
|
||||
@ -833,6 +863,9 @@
|
||||
"Expand": [
|
||||
""
|
||||
],
|
||||
"Expand %s": [
|
||||
""
|
||||
],
|
||||
"Export": [
|
||||
"ส่งออก"
|
||||
],
|
||||
@ -857,6 +890,9 @@
|
||||
"Fail-safe: Do not wipe out local data when sync target is empty (often the result of a misconfiguration or bug)": [
|
||||
""
|
||||
],
|
||||
"Failed to leave share. Please verify that Joplin is connected to the internet and able to sync.\nError: %s": [
|
||||
""
|
||||
],
|
||||
"Fatal error:": [
|
||||
"ผิดพลาดร้ายแรง:"
|
||||
],
|
||||
@ -890,9 +926,6 @@
|
||||
"Focus": [
|
||||
""
|
||||
],
|
||||
"Folders": [
|
||||
"โฟลเดอร์"
|
||||
],
|
||||
"For debugging purpose only: export your profile to an external SD card.": [
|
||||
""
|
||||
],
|
||||
@ -962,6 +995,9 @@
|
||||
"Help": [
|
||||
"ช่วยเหลือ"
|
||||
],
|
||||
"Here's what we do to make plugins safer:": [
|
||||
""
|
||||
],
|
||||
"Hide %s": [
|
||||
"ซ่อน %s"
|
||||
],
|
||||
@ -1013,6 +1049,21 @@
|
||||
"Import": [
|
||||
"นำเข้า"
|
||||
],
|
||||
"Import and Export": [
|
||||
""
|
||||
],
|
||||
"Import failed. Make sure a JEX file was selected.\nDetails: %s": [
|
||||
""
|
||||
],
|
||||
"Import from JEX": [
|
||||
""
|
||||
],
|
||||
"Import notes from a JEX (Joplin Export) file.": [
|
||||
""
|
||||
],
|
||||
"Imported successfully!": [
|
||||
""
|
||||
],
|
||||
"Importing from \"%s\" as \"%s\" format. Please wait...": [
|
||||
"กำลังนำเข้าจาก “%s” ไปเป็นฟอร์แมต “%s” โปรดรอสักครู่..."
|
||||
],
|
||||
@ -1049,6 +1100,12 @@
|
||||
"In: %s": [
|
||||
"ใน: %s"
|
||||
],
|
||||
"Incoming shares": [
|
||||
""
|
||||
],
|
||||
"Incompatible": [
|
||||
""
|
||||
],
|
||||
"Increase indent level": [
|
||||
""
|
||||
],
|
||||
@ -1106,6 +1163,9 @@
|
||||
"Joplin can synchronise your notes using various providers. Select one from the list below.": [
|
||||
""
|
||||
],
|
||||
"Joplin doesn't recognise the %s extension. Opening this file could be dangerous. What would you like to do?": [
|
||||
""
|
||||
],
|
||||
"Joplin Export Directory": [
|
||||
"ไดเรกทอรี่ส่งออก Joplin"
|
||||
],
|
||||
@ -1160,6 +1220,9 @@
|
||||
"Layout button sequence": [
|
||||
""
|
||||
],
|
||||
"Learn more": [
|
||||
""
|
||||
],
|
||||
"Leave it blank to download the language files from the default website": [
|
||||
""
|
||||
],
|
||||
@ -1169,6 +1232,9 @@
|
||||
"Letter": [
|
||||
"Letter"
|
||||
],
|
||||
"Like any software you install, plugins can potentially cause security issues or data loss.": [
|
||||
""
|
||||
],
|
||||
"Lines": [
|
||||
"บรรทัด"
|
||||
],
|
||||
@ -1265,6 +1331,9 @@
|
||||
"More than one item match \"%s\". Please narrow down your query.": [
|
||||
""
|
||||
],
|
||||
"Most plugins have source code available for review on the plugin website.": [
|
||||
""
|
||||
],
|
||||
"Move %d notes to notebook \"%s\"?": [
|
||||
"ย้ายบันทึก %d ไปที่สมุดบันทึก “%s”?"
|
||||
],
|
||||
@ -1280,6 +1349,9 @@
|
||||
"Never resize": [
|
||||
""
|
||||
],
|
||||
"New": [
|
||||
""
|
||||
],
|
||||
"New note": [
|
||||
"สร้างบันทึกใหม่"
|
||||
],
|
||||
@ -1322,6 +1394,9 @@
|
||||
"No active notebook.": [
|
||||
"ไม่มีสมุดบันทึกที่ถูกใช้งาน"
|
||||
],
|
||||
"No incoming shares": [
|
||||
""
|
||||
],
|
||||
"No item with ID %s": [
|
||||
"ไม่มีรายการที่มี ID %s"
|
||||
],
|
||||
@ -1502,7 +1577,7 @@
|
||||
"Please specify import format for %s": [
|
||||
""
|
||||
],
|
||||
"Please upgrade Joplin to use this plugin": [
|
||||
"Please upgrade Joplin to version %s or later to use this plugin.": [
|
||||
""
|
||||
],
|
||||
"Please wait for all attachments to be downloaded and decrypted. You may also switch to %s to edit the note.": [
|
||||
@ -1514,9 +1589,15 @@
|
||||
"Plugin repository failed to load": [
|
||||
""
|
||||
],
|
||||
"Plugin WebView debugging": [
|
||||
""
|
||||
],
|
||||
"Plugins": [
|
||||
"ปลั๊กอิน"
|
||||
],
|
||||
"Plugins extend Joplin with features that are not present by default. Plugins can extend Joplin's editor, viewer, and more.": [
|
||||
""
|
||||
],
|
||||
"Portrait": [
|
||||
"แนวตั้ง"
|
||||
],
|
||||
@ -1577,6 +1658,9 @@
|
||||
"Process user deletions": [
|
||||
""
|
||||
],
|
||||
"Processing": [
|
||||
""
|
||||
],
|
||||
"Profile": [
|
||||
""
|
||||
],
|
||||
@ -1628,6 +1712,9 @@
|
||||
"Recommended": [
|
||||
""
|
||||
],
|
||||
"Recommended plugins": [
|
||||
""
|
||||
],
|
||||
"Redo": [
|
||||
""
|
||||
],
|
||||
@ -1667,6 +1754,15 @@
|
||||
"Replace: ": [
|
||||
""
|
||||
],
|
||||
"Report an issue": [
|
||||
""
|
||||
],
|
||||
"Report fraudulent plugin": [
|
||||
""
|
||||
],
|
||||
"Report system": [
|
||||
""
|
||||
],
|
||||
"Resize large images:": [
|
||||
""
|
||||
],
|
||||
@ -1844,6 +1940,9 @@
|
||||
"Source format: %s": [
|
||||
"ฟอร์แมตต้นฉบับ: %s"
|
||||
],
|
||||
"Spacer": [
|
||||
""
|
||||
],
|
||||
"Specify the port that should be used by the API server. If not set, a default will be used.": [
|
||||
"ระบุพอร์ตที่จะใช้โดยเซิร์ฟเวอร์ API ถ้าไม่ระบุ จะใช้ค่าเริ่มต้น"
|
||||
],
|
||||
@ -1979,6 +2078,9 @@
|
||||
"Tags": [
|
||||
"แท็ก"
|
||||
],
|
||||
"Task \"%s\" failed with error: %s": [
|
||||
""
|
||||
],
|
||||
"Tasks": [
|
||||
""
|
||||
],
|
||||
@ -2120,15 +2222,15 @@
|
||||
"There are unsaved changes.": [
|
||||
""
|
||||
],
|
||||
"There is currently no notebook. Create one by clicking on \"New notebook\".": [
|
||||
""
|
||||
],
|
||||
"There was a [conflict](%s) on the attachment below.\n\n%s": [
|
||||
""
|
||||
],
|
||||
"There was an error downloading this attachment:": [
|
||||
""
|
||||
],
|
||||
"These items failed to sync, but have been marked as \"ignored\". They won't cause the sync warning to appear, but still aren't synced. To unignore, click \"retry\".": [
|
||||
""
|
||||
],
|
||||
"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).": [
|
||||
""
|
||||
],
|
||||
@ -2138,6 +2240,9 @@
|
||||
"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 does not have OCR data (Status: %s)": [
|
||||
""
|
||||
],
|
||||
"This attachment is not downloaded or not decrypted yet": [
|
||||
""
|
||||
],
|
||||
@ -2162,9 +2267,15 @@
|
||||
"This note has no history": [
|
||||
"บันทึกนี้ไม่มีประวัติย้อนหลัง"
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
"This Rich Text editor has a number of limitations and it is recommended to be aware of them before using it.": [
|
||||
""
|
||||
],
|
||||
"This subfolder of the trash has no notes.": [
|
||||
""
|
||||
],
|
||||
"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.": [
|
||||
""
|
||||
],
|
||||
@ -2246,9 +2357,6 @@
|
||||
"Unable to edit resource of type %s": [
|
||||
""
|
||||
],
|
||||
"Unable to export or share data. Reason: %s": [
|
||||
""
|
||||
],
|
||||
"Unable to share log data. Reason: %s": [
|
||||
""
|
||||
],
|
||||
@ -2258,6 +2366,9 @@
|
||||
"Uninstall and reinstall the application. Make sure you create a backup first by exporting all your notes as JEX from the desktop application.": [
|
||||
""
|
||||
],
|
||||
"Unknown file type": [
|
||||
""
|
||||
],
|
||||
"Unknown flag: %s": [
|
||||
""
|
||||
],
|
||||
@ -2333,6 +2444,9 @@
|
||||
"Verify your identity": [
|
||||
""
|
||||
],
|
||||
"View OCR text": [
|
||||
""
|
||||
],
|
||||
"View on map": [
|
||||
"แสดงในแผนที่"
|
||||
],
|
||||
@ -2348,6 +2462,12 @@
|
||||
"Voice typing...": [
|
||||
""
|
||||
],
|
||||
"We have a system for reporting and removing problematic plugins.": [
|
||||
""
|
||||
],
|
||||
"We mark plugins developed by trusted Joplin community members as \"recommended\".": [
|
||||
""
|
||||
],
|
||||
"Web Clipper": [
|
||||
"Web Clipper"
|
||||
],
|
||||
@ -2408,6 +2528,9 @@
|
||||
"You were unable to connect to Joplin Cloud. Please check your credentials and try again. Error:": [
|
||||
""
|
||||
],
|
||||
"Your account doesn't have access to this feature": [
|
||||
""
|
||||
],
|
||||
"Your data is going to be re-encrypted and synced again.": [
|
||||
""
|
||||
],
|
||||
|
@ -65,6 +65,9 @@
|
||||
"%s is not optimised for synchronising many small files so your initial synchronisation will be slow.": [
|
||||
"%s pek çok dosyanın senkronu için optimize bir değil, bu sebeple ilk senkronizasyon zaman alabilir."
|
||||
],
|
||||
"%s tab opened": [
|
||||
""
|
||||
],
|
||||
"%s: %d": [
|
||||
"%s: %d"
|
||||
],
|
||||
@ -144,7 +147,7 @@
|
||||
"A5"
|
||||
],
|
||||
"About": [
|
||||
""
|
||||
"Hakkında"
|
||||
],
|
||||
"About Joplin": [
|
||||
"Joplin hakkında"
|
||||
@ -161,6 +164,9 @@
|
||||
"Accept": [
|
||||
"Kabul Et"
|
||||
],
|
||||
"Accepted shares": [
|
||||
""
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
"Erişim reddedildi: Lütfen kullanıcı adınızı ve parolanızı kontrol edin"
|
||||
],
|
||||
@ -215,12 +221,18 @@
|
||||
"All data, including notes, notebooks and tags will be permanently deleted.": [
|
||||
"Not defterleri, etiketler ve notlar da dahil olmak üzere tüm veriler kalıcı olarak silinecek."
|
||||
],
|
||||
"All item sync failures have been marked as \"ignored\".": [
|
||||
""
|
||||
],
|
||||
"All notes": [
|
||||
"Tüm notlar"
|
||||
],
|
||||
"All potential ports are in use - please report the issue at %s": [
|
||||
"Tüm potensiyel portlar kullanımdadır - lütfen %s hata bildirimi yapınız"
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
""
|
||||
],
|
||||
"Also displays unset and hidden config variables.": [
|
||||
"Ayrıca ayarlanmamış ve gizlenmiş yapılandırma değişkenlerini de görüntüler."
|
||||
],
|
||||
@ -233,6 +245,9 @@
|
||||
"Always ask": [
|
||||
"Her zaman sor"
|
||||
],
|
||||
"Always open %s files without asking.": [
|
||||
""
|
||||
],
|
||||
"Always resize": [
|
||||
"Her zaman yeniden boyutlandır"
|
||||
],
|
||||
@ -314,6 +329,9 @@
|
||||
"Authorisation token:": [
|
||||
"Yetkilendirme anahtarı:"
|
||||
],
|
||||
"Authorise": [
|
||||
"Yetkilendir"
|
||||
],
|
||||
"Auto": [
|
||||
"Otomatik"
|
||||
],
|
||||
@ -327,7 +345,7 @@
|
||||
"Otomatik olarak güncellemeleri denetle"
|
||||
],
|
||||
"Automatically delete notes in the trash after a number of days": [
|
||||
""
|
||||
"Çöp kutusundaki notları belirli bir gün ardından siler"
|
||||
],
|
||||
"Automatically switch theme to match system theme": [
|
||||
"Temayı system temasına göre otomatik olarak değiştir"
|
||||
@ -356,6 +374,9 @@
|
||||
"Bulleted List": [
|
||||
"Maddeli liste"
|
||||
],
|
||||
"by %s": [
|
||||
""
|
||||
],
|
||||
"Can Share": [
|
||||
"Paylaşılabilir"
|
||||
],
|
||||
@ -530,9 +551,15 @@
|
||||
"Completed decryption.": [
|
||||
"Şifre çözümü tamamlandı."
|
||||
],
|
||||
"Completed with warnings:\n%s": [
|
||||
""
|
||||
],
|
||||
"Completed: %s (%s)": [
|
||||
"Tamamlandı: %s (%s)"
|
||||
],
|
||||
"completion date": [
|
||||
""
|
||||
],
|
||||
"Compress old changes": [
|
||||
"Eski değişiklikleri sıkıştır"
|
||||
],
|
||||
@ -563,6 +590,9 @@
|
||||
"Content provided by %s": [
|
||||
"İçerik %s tarafından sağlandı"
|
||||
],
|
||||
"Content provided by: %s": [
|
||||
"İçerik sağlayıcı: %s"
|
||||
],
|
||||
"Continue": [
|
||||
"Devam et"
|
||||
],
|
||||
@ -590,6 +620,9 @@
|
||||
"Copy Link Address": [
|
||||
"Bağlantı Adresini Kopyala"
|
||||
],
|
||||
"Copy link to website": [
|
||||
"Web sitesinin adresini kopyala"
|
||||
],
|
||||
"Copy Markdown link": [
|
||||
"Markdown bağlantısını kopyala"
|
||||
],
|
||||
@ -726,9 +759,6 @@
|
||||
"Dashboard": [
|
||||
"Kontrol Paneli"
|
||||
],
|
||||
"Database v%s": [
|
||||
"Veritabanı v%s"
|
||||
],
|
||||
"Date": [
|
||||
"Tarih"
|
||||
],
|
||||
@ -798,12 +828,18 @@
|
||||
"Delete this profile?": [
|
||||
"Bu profil silinsin mi?"
|
||||
],
|
||||
"Deleted": [
|
||||
"Silinme"
|
||||
],
|
||||
"Deleted local items: %d.": [
|
||||
"Silinen yerel öğeler: %d."
|
||||
],
|
||||
"Deleted remote items: %d.": [
|
||||
"Silinen uzaktaki öğeler: %d."
|
||||
],
|
||||
"Deletes notes permanently, skipping the trash.": [
|
||||
""
|
||||
],
|
||||
"Deletes the given notebook.": [
|
||||
"Verilen not defterini siler."
|
||||
],
|
||||
@ -940,7 +976,7 @@
|
||||
"Dropbox Girişi"
|
||||
],
|
||||
"Due": [
|
||||
""
|
||||
"Şu tarihe kadar: "
|
||||
],
|
||||
"Duplicate": [
|
||||
"Çoğalt"
|
||||
@ -1021,7 +1057,7 @@
|
||||
"vurgulanan metin"
|
||||
],
|
||||
"Empty trash": [
|
||||
""
|
||||
"Çöp kutusunu boşalt"
|
||||
],
|
||||
"Enable": [
|
||||
"Etkinleştir"
|
||||
@ -1077,6 +1113,9 @@
|
||||
"Enable optical character recognition (OCR)": [
|
||||
"Optik karakter tanıma (OCR)'ı etkinleştir"
|
||||
],
|
||||
"Enable or disable plugins": [
|
||||
"Eklentileri aktifleştir veya pasifleştir"
|
||||
],
|
||||
"Enable PDF viewer": [
|
||||
"PDF görüntüleyiciyi aktifleştir"
|
||||
],
|
||||
@ -1200,9 +1239,6 @@
|
||||
"Export profile": [
|
||||
"Profili dışarı aktar"
|
||||
],
|
||||
"Export your data": [
|
||||
"Verini dışarı aktar"
|
||||
],
|
||||
"Exported successfully!": [
|
||||
"Başarıyla dışa aktarıldı!"
|
||||
],
|
||||
@ -1230,6 +1266,9 @@
|
||||
"Fail-safe: Do not wipe out local data when sync target is empty (often the result of a misconfiguration or bug)": [
|
||||
"Tedbir Modu: Senkronize hedefi boş olduğunda yerel verileri silme (bazen yanlış ayar ve hata sonucu olur)"
|
||||
],
|
||||
"Failed to leave share. Please verify that Joplin is connected to the internet and able to sync.\nError: %s": [
|
||||
""
|
||||
],
|
||||
"Fatal error:": [
|
||||
"Büyük hata:"
|
||||
],
|
||||
@ -1278,9 +1317,6 @@
|
||||
"Focus title": [
|
||||
"Başlığa odaklan"
|
||||
],
|
||||
"Folders": [
|
||||
"Klasörler"
|
||||
],
|
||||
"For debugging purpose only: export your profile to an external SD card.": [
|
||||
"Sadece hata ayıklama amacıyla için: Profilinizi harici SD kart'a çıktı alın."
|
||||
],
|
||||
@ -1308,6 +1344,9 @@
|
||||
"Found: %d.": [
|
||||
"Bulundu: %d."
|
||||
],
|
||||
"From a plugin": [
|
||||
"Bir eklenti aracılığıyla"
|
||||
],
|
||||
"FTS enabled: %d": [
|
||||
"FTS aktif edildi: %d"
|
||||
],
|
||||
@ -1349,7 +1388,7 @@
|
||||
"Yetkilendirme ver"
|
||||
],
|
||||
"Have you authorised the application login in the above URL?": [
|
||||
""
|
||||
"Uygulamanın giriş yapması için yukarıdaki URL'i kullanıp izin verdiniz mi?"
|
||||
],
|
||||
"Header %d": [
|
||||
"Başlık %d"
|
||||
@ -1363,6 +1402,9 @@
|
||||
"Help": [
|
||||
"Yardım"
|
||||
],
|
||||
"Here's what we do to make plugins safer:": [
|
||||
""
|
||||
],
|
||||
"Hermes enabled: %d": [
|
||||
"Hermes aktif edildi: %d"
|
||||
],
|
||||
@ -1421,7 +1463,7 @@
|
||||
"Boşta"
|
||||
],
|
||||
"If you have already authorised, please wait for the application to sync to Joplin Cloud.": [
|
||||
""
|
||||
"Eğer hali hazırda giriş yaptıysanız, lütfen uygulamanın Joplin Cloud ile senkronizasyonu için kısa bir süre bekleyin."
|
||||
],
|
||||
"Ignore": [
|
||||
"Vazgeç"
|
||||
@ -1435,6 +1477,15 @@
|
||||
"Import": [
|
||||
"İçe aktar"
|
||||
],
|
||||
"Import failed. Make sure a JEX file was selected.\nDetails: %s": [
|
||||
""
|
||||
],
|
||||
"Import from JEX": [
|
||||
""
|
||||
],
|
||||
"Import notes from a JEX (Joplin Export) file.": [
|
||||
""
|
||||
],
|
||||
"Importing from \"%s\" as \"%s\" format. Please wait...": [
|
||||
"\"%s\" kaynağından \"%s\" biçiminde içe aktarılıyor. Lütfen bekleyin..."
|
||||
],
|
||||
@ -1471,6 +1522,9 @@
|
||||
"In: %s": [
|
||||
"İçinde: %s"
|
||||
],
|
||||
"Incompatible": [
|
||||
""
|
||||
],
|
||||
"Increase indent level": [
|
||||
"Girintileme seviyesini artır"
|
||||
],
|
||||
@ -1549,6 +1603,12 @@
|
||||
"Joplin Cloud": [
|
||||
"Joplin Cloud"
|
||||
],
|
||||
"Joplin Cloud Login": [
|
||||
"Joplin Cloud Giriş"
|
||||
],
|
||||
"Joplin doesn't recognise the %s extension. Opening this file could be dangerous. What would you like to do?": [
|
||||
""
|
||||
],
|
||||
"Joplin Export Directory": [
|
||||
"Joplin Dışa Aktarım Dizini"
|
||||
],
|
||||
@ -1588,6 +1648,9 @@
|
||||
"Keep note history for": [
|
||||
"Not tarihçesini şu kadar süre tut"
|
||||
],
|
||||
"Keep notes in the trash for": [
|
||||
"Çöp kutusunda notları şu kadar süre tut: "
|
||||
],
|
||||
"Keyboard Mode": [
|
||||
"Klavye modu"
|
||||
],
|
||||
@ -1619,7 +1682,7 @@
|
||||
"Daha sonra"
|
||||
],
|
||||
"Latitude": [
|
||||
""
|
||||
"Enlem"
|
||||
],
|
||||
"Layout": [
|
||||
"Düzen"
|
||||
@ -1642,6 +1705,9 @@
|
||||
"Light": [
|
||||
"Aydınlık"
|
||||
],
|
||||
"Like any software you install, plugins can potentially cause security issues or data loss.": [
|
||||
""
|
||||
],
|
||||
"Lines": [
|
||||
"Satır"
|
||||
],
|
||||
@ -1670,6 +1736,9 @@
|
||||
"Loaded": [
|
||||
"Yüklenme"
|
||||
],
|
||||
"Loading plugin repository...": [
|
||||
"Eklenti depo sunucusu yükleniyor..."
|
||||
],
|
||||
"Loading...": [
|
||||
"Yükleniyor..."
|
||||
],
|
||||
@ -1695,7 +1764,7 @@
|
||||
"Loglar, profiller, senkronizasyon durumu"
|
||||
],
|
||||
"Longitude": [
|
||||
""
|
||||
"Boylam"
|
||||
],
|
||||
"Make a donation": [
|
||||
"Bağış yapın"
|
||||
@ -1787,9 +1856,15 @@
|
||||
"More than one item match \"%s\". Please narrow down your query.": [
|
||||
"Birden fazla öğe \"%s\" ile eşleşiyor. Lütfen sorgunuzu daraltınız."
|
||||
],
|
||||
"Most plugins have source code available for review on the plugin website.": [
|
||||
""
|
||||
],
|
||||
"Move %d notes to notebook \"%s\"?": [
|
||||
"%d notlarını not defterine taşı \"%s\"?"
|
||||
],
|
||||
"Move notebook \"%s\" to the trash?\n\nAll notes and sub-notebooks within this notebook will also be moved to the trash.": [
|
||||
"“%s” not defteri çöp kutusuna taşınsın mı?\n\nNot defteri içersindeki tüm not ve alt not defterleri de çöp kutusuna taşınacak."
|
||||
],
|
||||
"Move to notebook": [
|
||||
"Not defterine taşı"
|
||||
],
|
||||
@ -1811,6 +1886,9 @@
|
||||
"Never resize": [
|
||||
"Asla yeniden boyutlandırma"
|
||||
],
|
||||
"New": [
|
||||
""
|
||||
],
|
||||
"New note": [
|
||||
"Yeni not"
|
||||
],
|
||||
@ -1859,6 +1937,9 @@
|
||||
"No active notebook.": [
|
||||
"Aktif not defteri yok."
|
||||
],
|
||||
"No incoming shares": [
|
||||
""
|
||||
],
|
||||
"No item with ID %s": [
|
||||
"Bu kimlikte öğe yok : %s"
|
||||
],
|
||||
@ -2081,6 +2162,15 @@
|
||||
"Per user. Minimum of %d users.": [
|
||||
"Kullanıcı başına. Minimum %d kullanıcı."
|
||||
],
|
||||
"Permanently delete note": [
|
||||
"Notu kalıcı olarak sil"
|
||||
],
|
||||
"Permanently delete note \"%s\"?": [
|
||||
"\"%s\" notu kalıcı olarak silinsin mi?"
|
||||
],
|
||||
"Permanently delete these %d notes?": [
|
||||
"%d notları kalıcı olarak silinsin mi?"
|
||||
],
|
||||
"Permission needed": [
|
||||
"İzin gerekmekte"
|
||||
],
|
||||
@ -2120,24 +2210,33 @@
|
||||
"Please specify the notebook where the notes should be imported to.": [
|
||||
"Lütfen notların alınacağı not defterini belirtin."
|
||||
],
|
||||
"Please upgrade Joplin to use this plugin": [
|
||||
"Bu özelliği kullanmak için lütfen Joplin’i güncelleyin"
|
||||
],
|
||||
"Please wait for all attachments to be downloaded and decrypted. You may also switch to %s to edit the note.": [
|
||||
"Tüm ek dosyaların indirilip şifrelerinin çözülmesi için lütfen bekleyin. Ayrıca %s ile notu düzenleyebilirsiniz."
|
||||
],
|
||||
"Please wait...": [
|
||||
"Lütfen bekleyin..."
|
||||
],
|
||||
"Plugin message": [
|
||||
"Eklenti mesajı"
|
||||
],
|
||||
"Plugin repository failed to load": [
|
||||
""
|
||||
"Eklenti depo sunucusu yüklenemedi"
|
||||
],
|
||||
"Plugin search": [
|
||||
"Eklenti ara"
|
||||
],
|
||||
"Plugin tools": [
|
||||
"Eklenti araçları"
|
||||
],
|
||||
"Plugin WebView debugging": [
|
||||
""
|
||||
],
|
||||
"Plugins": [
|
||||
"Eklentiler"
|
||||
],
|
||||
"Plugins extend Joplin with features that are not present by default. Plugins can extend Joplin's editor, viewer, and more.": [
|
||||
""
|
||||
],
|
||||
"Portrait": [
|
||||
"Dikey"
|
||||
],
|
||||
@ -2198,6 +2297,9 @@
|
||||
"Process user deletions": [
|
||||
"Kullancı silmelerini yönet"
|
||||
],
|
||||
"Processing": [
|
||||
""
|
||||
],
|
||||
"Profile": [
|
||||
"Profil"
|
||||
],
|
||||
@ -2267,6 +2369,9 @@
|
||||
"Recipients:": [
|
||||
"Alıcılar:"
|
||||
],
|
||||
"Recommended": [
|
||||
"Önerilen"
|
||||
],
|
||||
"Redo": [
|
||||
"Yenile"
|
||||
],
|
||||
@ -2315,6 +2420,12 @@
|
||||
"Replace: ": [
|
||||
"Değiştir: "
|
||||
],
|
||||
"Report an issue": [
|
||||
""
|
||||
],
|
||||
"Report fraudulent plugin": [
|
||||
""
|
||||
],
|
||||
"Reset application layout": [
|
||||
"Ugulama görünümünü sıfırla"
|
||||
],
|
||||
@ -2339,6 +2450,18 @@
|
||||
"Restore": [
|
||||
"Geri yükle"
|
||||
],
|
||||
"Restore note": [
|
||||
"Notu geri yükle"
|
||||
],
|
||||
"Restore notebook": [
|
||||
"Not defterini geri yükle"
|
||||
],
|
||||
"Restore the items matching <pattern> from the trash.": [
|
||||
"Çöp kutusundaki <note-pattern> ile eşleşen notları geri yükler."
|
||||
],
|
||||
"Restored items": [
|
||||
"Geri yüklenen notlar"
|
||||
],
|
||||
"Restored Notes": [
|
||||
"Geri Yüklenen Notlar"
|
||||
],
|
||||
@ -2606,6 +2729,9 @@
|
||||
"Source: ": [
|
||||
"Kaynak: "
|
||||
],
|
||||
"Spacer": [
|
||||
""
|
||||
],
|
||||
"Specify the port that should be used by the API server. If not set, a default will be used.": [
|
||||
"API sunucu tarafından kullanılacak portu belirleyiniz. Belirlenmez ise varsayılan bir değer kullanılır."
|
||||
],
|
||||
@ -2783,6 +2909,9 @@
|
||||
"Take photo": [
|
||||
"Fotoğraf çek"
|
||||
],
|
||||
"Task \"%s\" failed with error: %s": [
|
||||
""
|
||||
],
|
||||
"Task list": [
|
||||
"Görevler"
|
||||
],
|
||||
@ -2874,6 +3003,13 @@
|
||||
"The note \"%s\" has been successfully restored to the notebook \"%s\".": [
|
||||
"“%s” notu başarılı bir şekilde “%s” not defterine geri yüklendi."
|
||||
],
|
||||
"The note was successfully moved to the trash.": [
|
||||
"Not başarıyla çöp kutusuna taşındı.",
|
||||
"Notlar başarıyla çöp kutusuna taşındı."
|
||||
],
|
||||
"The notebook and its content was successfully moved to the trash.": [
|
||||
"Not defteri ve içerikleri başarıyla çöp kutusuna taşındı."
|
||||
],
|
||||
"The notebook could not be saved: %s": [
|
||||
"Not defteri kaydedilemedi: %s"
|
||||
],
|
||||
@ -2928,9 +3064,6 @@
|
||||
"There are unsaved changes.": [
|
||||
"Kaydedilmemiş değişiklikler var."
|
||||
],
|
||||
"There is currently no notebook. Create one by clicking on \"New notebook\".": [
|
||||
"Şu anda defter yok. \"Yeni not defteri\" üzerine tıklayarak bir tane oluşturun."
|
||||
],
|
||||
"There is no data to export.": [
|
||||
"Çıkartılacak veri bulunmuyor."
|
||||
],
|
||||
@ -2940,6 +3073,9 @@
|
||||
"There was an error downloading this attachment:": [
|
||||
"Bu eki indirirken bir hata oluştu:"
|
||||
],
|
||||
"These items failed to sync, but have been marked as \"ignored\". They won't cause the sync warning to appear, but still aren't synced. To unignore, click \"retry\".": [
|
||||
""
|
||||
],
|
||||
"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).": [
|
||||
"Bu öğeler cihazda kalacak, ancak senkronize edilmeyecekler. Bu öğeleri bulmak için, başlığı veya kimliği aratın (yukarıdaki parantez içerisinde görüntülenir)."
|
||||
],
|
||||
@ -2949,6 +3085,9 @@
|
||||
"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\".": [
|
||||
"Bu başka bir kullanıcının sizinle not defterini paylaşabilmesini sağlar, ve de ikinizin de notun içeriğini düzenleyip değiştirebilmenizi sağlar. Lakin bu özellik eğer \"%s\" özelliği yoksa bu notları başka biriyle paylaşamazsınız."
|
||||
],
|
||||
"This attachment does not have OCR data (Status: %s)": [
|
||||
""
|
||||
],
|
||||
"This attachment is not downloaded or not decrypted yet": [
|
||||
"Bu ek henüz indirilmedi veya şifresi çözülmedi"
|
||||
],
|
||||
@ -2988,12 +3127,18 @@
|
||||
"This note has no history": [
|
||||
"Bu notun hiç değişiklik geçmişi yok"
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
"This Rich Text editor has a number of limitations and it is recommended to be aware of them before using it.": [
|
||||
"Zengin metin editöründe bazı kısıtlamalar mevcuttur, ve de kullanmadan önce bunun bilincinde olmanızı öneririz."
|
||||
],
|
||||
"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.": [
|
||||
"Bu hizmet, tarayıcı uzantısının Joplin ile iletişim kurmasını sağlar. Etkinleştirme anında güvenlik duvarınız Joplin’e belirli bir bağlantı portunu dinlemek için izin vermenizi isteyebilir."
|
||||
],
|
||||
"This subfolder of the trash has no notes.": [
|
||||
""
|
||||
],
|
||||
"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.": [
|
||||
"Bu Joplin'in arka planda çalışmasına izin verecektir. Bu ayarı etkinleştirmeniz önerilir; böylece notlarınız sürekli olarak eşitlenir, çakışma sayısı azalır."
|
||||
],
|
||||
@ -3001,7 +3146,7 @@
|
||||
"Yeni bir pencere açılacak. Değişiklikler kaydedilsin mi?"
|
||||
],
|
||||
"This will permanently delete all items in the trash. Continue?": [
|
||||
""
|
||||
"Bu işlem çöp kutusundaki tüm öğeleri kalıcı olarak silecek. Devam edilsin mi?"
|
||||
],
|
||||
"This will remove the notebook from your collection and you will no longer have access to its content. Do you wish to continue?": [
|
||||
"Bu işlem not defterini koleksiyonunuzdan kaldıracak, ve de içeriğine artık erişemeyeceksiniz. Devam etmek istiyor musunuz?"
|
||||
@ -3018,6 +3163,9 @@
|
||||
"To allow Joplin to synchronise with Dropbox, please follow the steps below:": [
|
||||
"Joplin'in Dropbox ile senkronize edilmesine izin vermek için lütfen aşağıdaki adımları izleyin:"
|
||||
],
|
||||
"To allow Joplin to synchronise with Joplin Cloud, please login using this URL:": [
|
||||
"Joplin'in Joplin Cloud ile senkronize edilmesine izin vermek için lütfen bu linkli kullanarak giriş yapın:"
|
||||
],
|
||||
"To continue, please enter your master password below.": [
|
||||
"Devam etmek için lütfen aşağıya ana parolanızı girin."
|
||||
],
|
||||
@ -3054,6 +3202,9 @@
|
||||
"to-do": [
|
||||
"yapılacak"
|
||||
],
|
||||
"To-do": [
|
||||
"Yapılacaklar"
|
||||
],
|
||||
"to-do: %s": [
|
||||
"yapılacak: %s"
|
||||
],
|
||||
@ -3103,7 +3254,7 @@
|
||||
"Toplam: %d/%d"
|
||||
],
|
||||
"Trash": [
|
||||
""
|
||||
"Çöp kutusu"
|
||||
],
|
||||
"Try again": [
|
||||
"Yeniden dene"
|
||||
@ -3129,9 +3280,6 @@
|
||||
"Unable to edit resource of type %s": [
|
||||
"Kaynak tipi %s düzenlenemedi"
|
||||
],
|
||||
"Unable to export or share data. Reason: %s": [
|
||||
"Veri dışarı akataılamadı veya paylaşılamadı. Sebep: %s"
|
||||
],
|
||||
"Unable to share log data. Reason: %s": [
|
||||
"Loglar dışarı aktarılamadı. Sebep: %s"
|
||||
],
|
||||
@ -3258,6 +3406,9 @@
|
||||
"View": [
|
||||
"Görüntüle"
|
||||
],
|
||||
"View OCR text": [
|
||||
""
|
||||
],
|
||||
"View on map": [
|
||||
"Haritada gör"
|
||||
],
|
||||
@ -3276,14 +3427,20 @@
|
||||
"Voice typing...": [
|
||||
"Sesle yazılıyor..."
|
||||
],
|
||||
"Waiting for authorisation...": [
|
||||
"Yetkilendirme için bekleniyor..."
|
||||
],
|
||||
"Warning": [
|
||||
"Uyarı"
|
||||
],
|
||||
"Warning: not all resources shown for performance reasons (limit: %s).": [
|
||||
"Uyarı: performans sebebi ile tüm kaynaklar görüntülenmedi (limit: %s)."
|
||||
],
|
||||
"Warnings:\n%s": [
|
||||
"Uyarı:\n%s"
|
||||
"We have a system for reporting and removing problematic plugins.": [
|
||||
""
|
||||
],
|
||||
"We mark plugins developed by trusted Joplin community members as \"recommended\".": [
|
||||
""
|
||||
],
|
||||
"Web Clipper": [
|
||||
"Web Alıntılayıcısı"
|
||||
@ -3340,7 +3497,7 @@
|
||||
"Büyük (%dx%d piksel) bir resim iliştirmek üzeresiniz. Bu resmi iliştirmeden önce %d piksel ebatına yeniden boyutlandırmak ister misiniz?"
|
||||
],
|
||||
"You are logged in into Joplin Cloud, you can leave this screen now.": [
|
||||
""
|
||||
"Joplin Cloud'a giriş yaptınız, şimdi ekranı kapatabilirsiniz."
|
||||
],
|
||||
"You currently have no notebooks.": [
|
||||
"Şuan bir note defteriniz yok."
|
||||
@ -3354,6 +3511,12 @@
|
||||
"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.": [
|
||||
"Bu aracı kullanarak verinizi yeniden şifreleyebilirsiniz. Bu metodu örneğin bazı notlarınızın eski bir şifreleme metoduyla şifrelendiği zamanlarda kullanabilirsiniz."
|
||||
],
|
||||
"You were unable to connect to Joplin Cloud. Please check your credentials and try again. Error:": [
|
||||
"Joplin Cloud'a bağlanılamadı. Lütfen giriş bilgilerinizi control ederek yeniden deneyin. Hata Mesajı:"
|
||||
],
|
||||
"Your account doesn't have access to this feature": [
|
||||
""
|
||||
],
|
||||
"Your choice: ": [
|
||||
"Seçiminiz: "
|
||||
],
|
||||
|
@ -65,6 +65,9 @@
|
||||
"%s is not optimised for synchronising many small files so your initial synchronisation will be slow.": [
|
||||
""
|
||||
],
|
||||
"%s tab opened": [
|
||||
""
|
||||
],
|
||||
"%s: %d": [
|
||||
"%s: %d"
|
||||
],
|
||||
@ -155,6 +158,9 @@
|
||||
"Accept": [
|
||||
"Прийняти"
|
||||
],
|
||||
"Accepted shares": [
|
||||
""
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
""
|
||||
],
|
||||
@ -209,12 +215,18 @@
|
||||
"All data, including notes, notebooks and tags will be permanently deleted.": [
|
||||
"Усі дані, включно з нотатками, блокнотами та тегами, буде остаточно видалено."
|
||||
],
|
||||
"All item sync failures have been marked as \"ignored\".": [
|
||||
""
|
||||
],
|
||||
"All notes": [
|
||||
"Всі нотатки"
|
||||
],
|
||||
"All potential ports are in use - please report the issue at %s": [
|
||||
"Усі потенційні порти використовуються - повідомте про проблему на %s"
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
""
|
||||
],
|
||||
"Also displays unset and hidden config variables.": [
|
||||
"Також відображає невстановлені та приховані змінні конфігурації."
|
||||
],
|
||||
@ -224,6 +236,9 @@
|
||||
"Always": [
|
||||
"Завжди"
|
||||
],
|
||||
"Always open %s files without asking.": [
|
||||
""
|
||||
],
|
||||
"Ambiguous notebook \"%s\". Please use notebook id instead - press \"ti\" to see the short notebook id or use $b for current selected notebook": [
|
||||
"Неоднозначний блокнот \"%s\". Натомість використовуйте ідентифікатор блокнота - натисніть \"ti\", щоб побачити короткий ідентифікатор блокнота, або використовуйте $b для поточного вибраного блокнота"
|
||||
],
|
||||
@ -344,6 +359,9 @@
|
||||
"Bulleted List": [
|
||||
"Маркований список"
|
||||
],
|
||||
"by %s": [
|
||||
""
|
||||
],
|
||||
"Can Share": [
|
||||
"Може поділитися"
|
||||
],
|
||||
@ -509,9 +527,15 @@
|
||||
"Completed decryption.": [
|
||||
"Завершено розшифрування."
|
||||
],
|
||||
"Completed with warnings:\n%s": [
|
||||
""
|
||||
],
|
||||
"Completed: %s (%s)": [
|
||||
"Завершено: %s (%s)"
|
||||
],
|
||||
"completion date": [
|
||||
""
|
||||
],
|
||||
"Compress old changes": [
|
||||
"Стиснути старі зміни"
|
||||
],
|
||||
@ -697,9 +721,6 @@
|
||||
"Dashboard": [
|
||||
"Панель керування"
|
||||
],
|
||||
"Database v%s": [
|
||||
"База даних v%s"
|
||||
],
|
||||
"Date": [
|
||||
"Дата"
|
||||
],
|
||||
@ -769,6 +790,9 @@
|
||||
"Deleted remote items: %d.": [
|
||||
"Видалено віддалених елементів: %d."
|
||||
],
|
||||
"Deletes notes permanently, skipping the trash.": [
|
||||
""
|
||||
],
|
||||
"Deletes the given notebook.": [
|
||||
"Видаляє даний блокнот."
|
||||
],
|
||||
@ -1165,6 +1189,9 @@
|
||||
"Fail-safe: Do not wipe out local data when sync target is empty (often the result of a misconfiguration or bug)": [
|
||||
"Безаварійність: не видаляйти локальні дані, коли ціль синхронізації порожня (часто результат неправильної конфігурації або помилки)"
|
||||
],
|
||||
"Failed to leave share. Please verify that Joplin is connected to the internet and able to sync.\nError: %s": [
|
||||
""
|
||||
],
|
||||
"Fatal error:": [
|
||||
"Критична помилка:"
|
||||
],
|
||||
@ -1210,9 +1237,6 @@
|
||||
"Focus title": [
|
||||
"Фокус на залоговку"
|
||||
],
|
||||
"Folders": [
|
||||
"Каталоги"
|
||||
],
|
||||
"For debugging purpose only: export your profile to an external SD card.": [
|
||||
"Тільки для налагодження: експортуйте свій профіль на зовнішню SD-карту."
|
||||
],
|
||||
@ -1296,6 +1320,9 @@
|
||||
"Help": [
|
||||
"Допомога"
|
||||
],
|
||||
"Here's what we do to make plugins safer:": [
|
||||
""
|
||||
],
|
||||
"Hermes enabled: %d": [
|
||||
"Hermes увімкнено: %d"
|
||||
],
|
||||
@ -1365,6 +1392,18 @@
|
||||
"Import": [
|
||||
"Імпорт"
|
||||
],
|
||||
"Import failed. Make sure a JEX file was selected.\nDetails: %s": [
|
||||
""
|
||||
],
|
||||
"Import from JEX": [
|
||||
""
|
||||
],
|
||||
"Import notes from a JEX (Joplin Export) file.": [
|
||||
""
|
||||
],
|
||||
"Imported successfully!": [
|
||||
""
|
||||
],
|
||||
"Importing from \"%s\" as \"%s\" format. Please wait...": [
|
||||
"Імпортування з “%s” в форматі “%s”. Будь ласка, зачекайте…"
|
||||
],
|
||||
@ -1401,6 +1440,9 @@
|
||||
"In: %s": [
|
||||
"У: %s"
|
||||
],
|
||||
"Incompatible": [
|
||||
""
|
||||
],
|
||||
"Increase indent level": [
|
||||
"Збільшити відступ"
|
||||
],
|
||||
@ -1479,6 +1521,9 @@
|
||||
"Joplin Cloud": [
|
||||
"Joplin Cloud"
|
||||
],
|
||||
"Joplin doesn't recognise the %s extension. Opening this file could be dangerous. What would you like to do?": [
|
||||
""
|
||||
],
|
||||
"Joplin Export Directory": [
|
||||
"Joplin Export Directory"
|
||||
],
|
||||
@ -1569,6 +1614,9 @@
|
||||
"Light": [
|
||||
"Light"
|
||||
],
|
||||
"Like any software you install, plugins can potentially cause security issues or data loss.": [
|
||||
""
|
||||
],
|
||||
"Lines": [
|
||||
"Стрічки"
|
||||
],
|
||||
@ -1715,6 +1763,9 @@
|
||||
"More than one item match \"%s\". Please narrow down your query.": [
|
||||
"Більше одного елемента відповідає “%s”. Будь ласка, звузьте свій запит."
|
||||
],
|
||||
"Most plugins have source code available for review on the plugin website.": [
|
||||
""
|
||||
],
|
||||
"Move %d notes to notebook \"%s\"?": [
|
||||
"Перемістити %d нотатку(-ок) до блокноту \"%s\"?"
|
||||
],
|
||||
@ -1739,6 +1790,9 @@
|
||||
"Never resize": [
|
||||
""
|
||||
],
|
||||
"New": [
|
||||
""
|
||||
],
|
||||
"New note": [
|
||||
"Нова нотатка"
|
||||
],
|
||||
@ -1787,6 +1841,9 @@
|
||||
"No active notebook.": [
|
||||
"Немає активного блокнота."
|
||||
],
|
||||
"No incoming shares": [
|
||||
""
|
||||
],
|
||||
"No item with ID %s": [
|
||||
"Не знайдено елемент з ID %s"
|
||||
],
|
||||
@ -2045,9 +2102,6 @@
|
||||
"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, щоб відредагувати примітку."
|
||||
],
|
||||
@ -2060,9 +2114,15 @@
|
||||
"Plugin tools": [
|
||||
"Інструменти розширень"
|
||||
],
|
||||
"Plugin WebView debugging": [
|
||||
""
|
||||
],
|
||||
"Plugins": [
|
||||
"Розширення"
|
||||
],
|
||||
"Plugins extend Joplin with features that are not present by default. Plugins can extend Joplin's editor, viewer, and more.": [
|
||||
""
|
||||
],
|
||||
"Portrait": [
|
||||
"Вертикально"
|
||||
],
|
||||
@ -2123,6 +2183,9 @@
|
||||
"Process user deletions": [
|
||||
"Процес видалення користувачів"
|
||||
],
|
||||
"Processing": [
|
||||
""
|
||||
],
|
||||
"Profile": [
|
||||
"Профіль"
|
||||
],
|
||||
@ -2240,6 +2303,12 @@
|
||||
"Replace: ": [
|
||||
"Замінити: "
|
||||
],
|
||||
"Report an issue": [
|
||||
""
|
||||
],
|
||||
"Report fraudulent plugin": [
|
||||
""
|
||||
],
|
||||
"Reset application layout": [
|
||||
"Скинути макет програми"
|
||||
],
|
||||
@ -2507,6 +2576,9 @@
|
||||
"Source: ": [
|
||||
"Джерело: "
|
||||
],
|
||||
"Spacer": [
|
||||
""
|
||||
],
|
||||
"Specify the port that should be used by the API server. If not set, a default will be used.": [
|
||||
"Вкажіть порт, який повинен використовувати сервер API. Якщо не встановлено, використовуватиметься за замовчуванням."
|
||||
],
|
||||
@ -2681,6 +2753,9 @@
|
||||
"Take photo": [
|
||||
"Зробити фото"
|
||||
],
|
||||
"Task \"%s\" failed with error: %s": [
|
||||
""
|
||||
],
|
||||
"Task list": [
|
||||
"Список завдань"
|
||||
],
|
||||
@ -2810,9 +2885,6 @@
|
||||
"There are unsaved changes.": [
|
||||
"Є незбережені зміни."
|
||||
],
|
||||
"There is currently no notebook. Create one by clicking on \"New notebook\".": [
|
||||
"В даний час немає блокнота. Створіть його, натиснувши “Новий блокнот”."
|
||||
],
|
||||
"There is no data to export.": [
|
||||
"Немає даних для експорту."
|
||||
],
|
||||
@ -2822,6 +2894,9 @@
|
||||
"There was an error downloading this attachment:": [
|
||||
"Під час завантаження цього вкладення сталася помилка:"
|
||||
],
|
||||
"These items failed to sync, but have been marked as \"ignored\". They won't cause the sync warning to appear, but still aren't synced. To unignore, click \"retry\".": [
|
||||
""
|
||||
],
|
||||
"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).": [
|
||||
"Ці елементи залишаться на пристрої, але не будуть завантажені до цілі синхронізації. Для того, щоб знайти ці елементи, знайдіть заголовок або ідентифікатор (який відображається в дужках вище)."
|
||||
],
|
||||
@ -2831,6 +2906,9 @@
|
||||
"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 does not have OCR data (Status: %s)": [
|
||||
""
|
||||
],
|
||||
"This attachment is not downloaded or not decrypted yet": [
|
||||
"Це вкладення ще не завантажено або ще не розшифроване"
|
||||
],
|
||||
@ -2855,12 +2933,18 @@
|
||||
"This note has no history": [
|
||||
"Ця примітка не має історії"
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
"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 subfolder of the trash has no notes.": [
|
||||
""
|
||||
],
|
||||
"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 працювати у фоновому режимі. Рекомендується ввімкнути цей параметр, щоб ваші нотатки постійно синхронізувались, таким чином зменшуючи кількість конфліктів."
|
||||
],
|
||||
@ -2993,9 +3077,6 @@
|
||||
"Unable to edit resource of type %s": [
|
||||
""
|
||||
],
|
||||
"Unable to export or share data. Reason: %s": [
|
||||
""
|
||||
],
|
||||
"Unable to share log data. Reason: %s": [
|
||||
""
|
||||
],
|
||||
@ -3122,6 +3203,9 @@
|
||||
"View": [
|
||||
"Переглянути"
|
||||
],
|
||||
"View OCR text": [
|
||||
""
|
||||
],
|
||||
"View on map": [
|
||||
"Показати на карті"
|
||||
],
|
||||
@ -3146,6 +3230,12 @@
|
||||
"Warning: not all resources shown for performance reasons (limit: %s).": [
|
||||
"Попередження: не всі ресурси відображаються з міркувань продуктивності (ліміт: %s)."
|
||||
],
|
||||
"We have a system for reporting and removing problematic plugins.": [
|
||||
""
|
||||
],
|
||||
"We mark plugins developed by trusted Joplin community members as \"recommended\".": [
|
||||
""
|
||||
],
|
||||
"Web Clipper": [
|
||||
"Web Clipper"
|
||||
],
|
||||
@ -3215,6 +3305,9 @@
|
||||
"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 account doesn't have access to this feature": [
|
||||
""
|
||||
],
|
||||
"Your choice: ": [
|
||||
"Ваш вибір: "
|
||||
],
|
||||
|
@ -59,6 +59,9 @@
|
||||
"%s is not optimised for synchronising many small files so your initial synchronisation will be slow.": [
|
||||
""
|
||||
],
|
||||
"%s tab opened": [
|
||||
""
|
||||
],
|
||||
"%s: %d": [
|
||||
"%s: %d"
|
||||
],
|
||||
@ -149,6 +152,9 @@
|
||||
"Accept": [
|
||||
"Chấp nhận"
|
||||
],
|
||||
"Accepted shares": [
|
||||
""
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
""
|
||||
],
|
||||
@ -197,18 +203,27 @@
|
||||
"All data, including notes, notebooks and tags will be permanently deleted.": [
|
||||
""
|
||||
],
|
||||
"All item sync failures have been marked as \"ignored\".": [
|
||||
""
|
||||
],
|
||||
"All notes": [
|
||||
"Tất cả các notes"
|
||||
],
|
||||
"All potential ports are in use - please report the issue at %s": [
|
||||
"Tất cả các cổng tiềm năng đang được sử dụng - vui lòng báo cáo sự cố tại% s"
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
""
|
||||
],
|
||||
"Also displays unset and hidden config variables.": [
|
||||
"Biến chưa được đặt và biến ẩn của cấu hình cũng sẽ được hiển thị."
|
||||
],
|
||||
"Always": [
|
||||
"Luôn luôn"
|
||||
],
|
||||
"Always open %s files without asking.": [
|
||||
""
|
||||
],
|
||||
"Ambiguous notebook \"%s\". Please use notebook id instead - press \"ti\" to see the short notebook id or use $b for current selected notebook": [
|
||||
""
|
||||
],
|
||||
@ -323,6 +338,9 @@
|
||||
"Bulleted List": [
|
||||
"Danh sách"
|
||||
],
|
||||
"by %s": [
|
||||
""
|
||||
],
|
||||
"Can view": [
|
||||
""
|
||||
],
|
||||
@ -449,6 +467,9 @@
|
||||
"Collapse": [
|
||||
""
|
||||
],
|
||||
"Collapse %s": [
|
||||
""
|
||||
],
|
||||
"Coming alarms": [
|
||||
"Báo động sắp gần"
|
||||
],
|
||||
@ -470,9 +491,15 @@
|
||||
"Completed decryption.": [
|
||||
"Giải mã hoàn tất."
|
||||
],
|
||||
"Completed with warnings:\n%s": [
|
||||
""
|
||||
],
|
||||
"Completed: %s (%s)": [
|
||||
"Đã hoàn thành: %s (%s)"
|
||||
],
|
||||
"completion date": [
|
||||
""
|
||||
],
|
||||
"Compress old changes": [
|
||||
""
|
||||
],
|
||||
@ -614,9 +641,6 @@
|
||||
"Dashboard": [
|
||||
""
|
||||
],
|
||||
"Database v%s": [
|
||||
"Database v%s"
|
||||
],
|
||||
"Date": [
|
||||
""
|
||||
],
|
||||
@ -671,6 +695,9 @@
|
||||
"Deleted remote items: %d.": [
|
||||
"Số mục đã xóa không ở trên máy: %d."
|
||||
],
|
||||
"Deletes notes permanently, skipping the trash.": [
|
||||
""
|
||||
],
|
||||
"Deletes the given notebook.": [
|
||||
"Xóa notebook được lựa chọn."
|
||||
],
|
||||
@ -992,6 +1019,9 @@
|
||||
"Expand": [
|
||||
""
|
||||
],
|
||||
"Expand %s": [
|
||||
""
|
||||
],
|
||||
"Export": [
|
||||
"Nhập"
|
||||
],
|
||||
@ -1031,6 +1061,9 @@
|
||||
"Fail-safe: Do not wipe out local data when sync target is empty (often the result of a misconfiguration or bug)": [
|
||||
"Thiết kế an toàn: Không xóa dữ liệu cục bộ khi điểm đến đồng bộ hóa trống (thường là kết quả của bug hoặc cấu hình sai)"
|
||||
],
|
||||
"Failed to leave share. Please verify that Joplin is connected to the internet and able to sync.\nError: %s": [
|
||||
""
|
||||
],
|
||||
"Fatal error:": [
|
||||
"Lỗi nghiêm trọng:"
|
||||
],
|
||||
@ -1070,9 +1103,6 @@
|
||||
"Focus title": [
|
||||
"Đặt dấu trỏ tại tiêu đề"
|
||||
],
|
||||
"Folders": [
|
||||
"Thư mục"
|
||||
],
|
||||
"For debugging purpose only: export your profile to an external SD card.": [
|
||||
"Dành riêng cho mục đích debugging: export hồ sơ của bạn tới thẻ SD."
|
||||
],
|
||||
@ -1145,6 +1175,9 @@
|
||||
"Help": [
|
||||
"Trợ giúp"
|
||||
],
|
||||
"Here's what we do to make plugins safer:": [
|
||||
""
|
||||
],
|
||||
"Hide %s": [
|
||||
"Ẩn %s"
|
||||
],
|
||||
@ -1208,6 +1241,18 @@
|
||||
"Import": [
|
||||
"Xuất"
|
||||
],
|
||||
"Import failed. Make sure a JEX file was selected.\nDetails: %s": [
|
||||
""
|
||||
],
|
||||
"Import from JEX": [
|
||||
""
|
||||
],
|
||||
"Import notes from a JEX (Joplin Export) file.": [
|
||||
""
|
||||
],
|
||||
"Imported successfully!": [
|
||||
""
|
||||
],
|
||||
"Importing from \"%s\" as \"%s\" format. Please wait...": [
|
||||
"Đang nhập từ \"%s\" dưới định dạng \"%s\". Vui lòng chờ..."
|
||||
],
|
||||
@ -1244,6 +1289,9 @@
|
||||
"In: %s": [
|
||||
"Trong: %s"
|
||||
],
|
||||
"Incompatible": [
|
||||
""
|
||||
],
|
||||
"Increase indent level": [
|
||||
""
|
||||
],
|
||||
@ -1316,6 +1364,9 @@
|
||||
"Joplin Cloud": [
|
||||
"Joplin Cloud"
|
||||
],
|
||||
"Joplin doesn't recognise the %s extension. Opening this file could be dangerous. What would you like to do?": [
|
||||
""
|
||||
],
|
||||
"Joplin Export Directory": [
|
||||
"Joplin Export Directory"
|
||||
],
|
||||
@ -1400,6 +1451,9 @@
|
||||
"Light": [
|
||||
"Light"
|
||||
],
|
||||
"Like any software you install, plugins can potentially cause security issues or data loss.": [
|
||||
""
|
||||
],
|
||||
"Lines": [
|
||||
"Số dòng"
|
||||
],
|
||||
@ -1496,6 +1550,9 @@
|
||||
"More than one item match \"%s\". Please narrow down your query.": [
|
||||
"Nhiều hơn một mục được tìm thấy với \"%s\". Hãy truy vấn cụ thể hơn nữa."
|
||||
],
|
||||
"Most plugins have source code available for review on the plugin website.": [
|
||||
""
|
||||
],
|
||||
"Move %d notes to notebook \"%s\"?": [
|
||||
"Di chuyển %d notes tới notebook \"%s\"?"
|
||||
],
|
||||
@ -1517,6 +1574,9 @@
|
||||
"Never resize": [
|
||||
""
|
||||
],
|
||||
"New": [
|
||||
""
|
||||
],
|
||||
"New note": [
|
||||
"Ghi chú mới"
|
||||
],
|
||||
@ -1565,6 +1625,9 @@
|
||||
"No active notebook.": [
|
||||
"Không có ghi chú nào đang được sử dụng."
|
||||
],
|
||||
"No incoming shares": [
|
||||
""
|
||||
],
|
||||
"No item with ID %s": [
|
||||
"Không có mục nào có ID %s"
|
||||
],
|
||||
@ -1802,9 +1865,6 @@
|
||||
"Please specify the notebook where the notes should be imported to.": [
|
||||
"Vui lòng chỉ định notebook mà các notes sẽ được import tới."
|
||||
],
|
||||
"Please upgrade Joplin to use this plugin": [
|
||||
"Hãy nâng cấp Joplin để sử dụng phần mở rộng này"
|
||||
],
|
||||
"Please wait for all attachments to be downloaded and decrypted. You may also switch to %s to edit the note.": [
|
||||
"Vui lòng chờ cho tất cả tệp đính kèm được tải về và giải mã. Bạn cũng có thể chuyển qua %s để chỉnh sửa ghi chú."
|
||||
],
|
||||
@ -1817,9 +1877,15 @@
|
||||
"Plugin tools": [
|
||||
"Công cụ mở rộng"
|
||||
],
|
||||
"Plugin WebView debugging": [
|
||||
""
|
||||
],
|
||||
"Plugins": [
|
||||
"Phần mềm mở rộng"
|
||||
],
|
||||
"Plugins extend Joplin with features that are not present by default. Plugins can extend Joplin's editor, viewer, and more.": [
|
||||
""
|
||||
],
|
||||
"Portrait": [
|
||||
"Portrait"
|
||||
],
|
||||
@ -1880,6 +1946,9 @@
|
||||
"Process user deletions": [
|
||||
""
|
||||
],
|
||||
"Processing": [
|
||||
""
|
||||
],
|
||||
"Profile": [
|
||||
""
|
||||
],
|
||||
@ -1979,6 +2048,12 @@
|
||||
"Replace: ": [
|
||||
""
|
||||
],
|
||||
"Report an issue": [
|
||||
""
|
||||
],
|
||||
"Report fraudulent plugin": [
|
||||
""
|
||||
],
|
||||
"Resize large images:": [
|
||||
""
|
||||
],
|
||||
@ -2195,6 +2270,9 @@
|
||||
"Source format: %s": [
|
||||
"Định dạng từ nguồn: %s"
|
||||
],
|
||||
"Spacer": [
|
||||
""
|
||||
],
|
||||
"Specify the port that should be used by the API server. If not set, a default will be used.": [
|
||||
"Chỉ định port nên được sử dụng bởi server API. Nếu không được chỉ định, cấu hình mặc định sẽ được sử dụng."
|
||||
],
|
||||
@ -2360,6 +2438,9 @@
|
||||
"Take photo": [
|
||||
"Chụp ảnh"
|
||||
],
|
||||
"Task \"%s\" failed with error: %s": [
|
||||
""
|
||||
],
|
||||
"Tasks": [
|
||||
""
|
||||
],
|
||||
@ -2477,9 +2558,6 @@
|
||||
"There are unsaved changes.": [
|
||||
""
|
||||
],
|
||||
"There is currently no notebook. Create one by clicking on \"New notebook\".": [
|
||||
"Hiện tại chưa có sổ ghi chú nào. Tạo một cái bằng cách ấn “Sổ ghi chú mới\"."
|
||||
],
|
||||
"There is no data to export.": [
|
||||
"Không có dữ liệu để export."
|
||||
],
|
||||
@ -2489,6 +2567,9 @@
|
||||
"There was an error downloading this attachment:": [
|
||||
"Có lỗi xảy ra khi tải tệp đính kèm này:"
|
||||
],
|
||||
"These items failed to sync, but have been marked as \"ignored\". They won't cause the sync warning to appear, but still aren't synced. To unignore, click \"retry\".": [
|
||||
""
|
||||
],
|
||||
"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).": [
|
||||
"Những mục này sẽ được duy trì trên thiết bị những sẽ không được tải lên điểm đồng bộ. Để tìm những mục này, tìm tiêu đề hoặc ID (được hiển thị trong ngoặc kép ở trên)."
|
||||
],
|
||||
@ -2498,6 +2579,9 @@
|
||||
"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 does not have OCR data (Status: %s)": [
|
||||
""
|
||||
],
|
||||
"This attachment is not downloaded or not decrypted yet": [
|
||||
"Tệp đính kèm này chưa được tải xuống hoặc chưa được mã hoá"
|
||||
],
|
||||
@ -2525,12 +2609,18 @@
|
||||
"This note has no history": [
|
||||
"Note này không có lịch sử"
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
"This Rich Text editor has a number of limitations and it is recommended to be aware of them before using it.": [
|
||||
"Trình soạn thảo văn bản Rich Text này có nhiều giới hạn, bạn nên cân nhắc trước khi sử dụng nó."
|
||||
],
|
||||
"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.": [
|
||||
"Dịch vụ này cho phép tiện ích mở rộng của trình duyệt web trao đổi với Joplin. Khi bật nó, tường lửa của bạn có thể hỏi bạn cho phép Joplin sử dụng một port nào đó."
|
||||
],
|
||||
"This subfolder of the trash has no notes.": [
|
||||
""
|
||||
],
|
||||
"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.": [
|
||||
"Điều này cho phép Joplin chạy trong nền. Khuyến cáo sử dụng chức năng này để notes có thể liên tục đồng bộ hóa, giảm thiểu số lần xung đột."
|
||||
],
|
||||
@ -2642,9 +2732,6 @@
|
||||
"Unable to edit resource of type %s": [
|
||||
""
|
||||
],
|
||||
"Unable to export or share data. Reason: %s": [
|
||||
""
|
||||
],
|
||||
"Unable to share log data. Reason: %s": [
|
||||
""
|
||||
],
|
||||
@ -2756,6 +2843,9 @@
|
||||
"View": [
|
||||
"Xem"
|
||||
],
|
||||
"View OCR text": [
|
||||
""
|
||||
],
|
||||
"View on map": [
|
||||
"Xem trên bản đồ"
|
||||
],
|
||||
@ -2780,6 +2870,12 @@
|
||||
"Warning: not all resources shown for performance reasons (limit: %s).": [
|
||||
"Lưu ý: không phải tất cả tài nguyên đều được hiển thị vì lí do hiệu suất (giới hạn: %s)."
|
||||
],
|
||||
"We have a system for reporting and removing problematic plugins.": [
|
||||
""
|
||||
],
|
||||
"We mark plugins developed by trusted Joplin community members as \"recommended\".": [
|
||||
""
|
||||
],
|
||||
"Web Clipper": [
|
||||
"Web Clipper"
|
||||
],
|
||||
@ -2852,6 +2948,9 @@
|
||||
"You were unable to connect to Joplin Cloud. Please check your credentials and try again. Error:": [
|
||||
""
|
||||
],
|
||||
"Your account doesn't have access to this feature": [
|
||||
""
|
||||
],
|
||||
"Your choice: ": [
|
||||
"Lựa chọn của bạn "
|
||||
],
|
||||
|
@ -65,6 +65,9 @@
|
||||
"%s is not optimised for synchronising many small files so your initial synchronisation will be slow.": [
|
||||
"%s 未针对同步许多小文件进行优化,因此您的首次同步将会很慢。"
|
||||
],
|
||||
"%s tab opened": [
|
||||
""
|
||||
],
|
||||
"%s: %d": [
|
||||
"%s: %d"
|
||||
],
|
||||
@ -101,6 +104,9 @@
|
||||
"&View": [
|
||||
"视图 (&V)"
|
||||
],
|
||||
"&Window": [
|
||||
"窗口 (&W)"
|
||||
],
|
||||
"(%s)": [
|
||||
"(%s)"
|
||||
],
|
||||
@ -141,7 +147,7 @@
|
||||
"A5"
|
||||
],
|
||||
"About": [
|
||||
""
|
||||
"关于"
|
||||
],
|
||||
"About Joplin": [
|
||||
"关于 Joplin"
|
||||
@ -158,6 +164,9 @@
|
||||
"Accept": [
|
||||
"接受"
|
||||
],
|
||||
"Accepted shares": [
|
||||
""
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
"访问被拒绝:请检查您的用户名和密码"
|
||||
],
|
||||
@ -212,12 +221,18 @@
|
||||
"All data, including notes, notebooks and tags will be permanently deleted.": [
|
||||
"包含笔记,笔记本和标签在内的所有数据将会被永久删除。"
|
||||
],
|
||||
"All item sync failures have been marked as \"ignored\".": [
|
||||
""
|
||||
],
|
||||
"All notes": [
|
||||
"全部笔记"
|
||||
],
|
||||
"All potential ports are in use - please report the issue at %s": [
|
||||
"所有默认端口都已经被使用中 - 请在 %s 反馈这个问题"
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
""
|
||||
],
|
||||
"Also displays unset and hidden config variables.": [
|
||||
"同时显示未设置的与隐藏的配置变量。"
|
||||
],
|
||||
@ -230,6 +245,9 @@
|
||||
"Always ask": [
|
||||
"每次询问"
|
||||
],
|
||||
"Always open %s files without asking.": [
|
||||
""
|
||||
],
|
||||
"Always resize": [
|
||||
"自动缩放"
|
||||
],
|
||||
@ -311,6 +329,9 @@
|
||||
"Authorisation token:": [
|
||||
"授权令牌:"
|
||||
],
|
||||
"Authorise": [
|
||||
"授权"
|
||||
],
|
||||
"Auto": [
|
||||
"自动"
|
||||
],
|
||||
@ -324,7 +345,7 @@
|
||||
"自动检查更新"
|
||||
],
|
||||
"Automatically delete notes in the trash after a number of days": [
|
||||
""
|
||||
"几天后自动删除回收站中的笔记"
|
||||
],
|
||||
"Automatically switch theme to match system theme": [
|
||||
"根据系统主题自动切换"
|
||||
@ -336,7 +357,7 @@
|
||||
"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.": [
|
||||
"设备上未设置生物识别解锁。请设置它以解锁Joplin。如果设备处于锁定状态,请考虑将其关闭和打开以重置生物特征扫描。"
|
||||
"设备上未设置生物识别解锁。请设置它以解锁 Joplin。如果设备处于锁定状态,请考虑将其关闭和打开以重置生物特征扫描。"
|
||||
],
|
||||
"Bold": [
|
||||
"加粗"
|
||||
@ -353,6 +374,9 @@
|
||||
"Bulleted List": [
|
||||
"无序列表"
|
||||
],
|
||||
"by %s": [
|
||||
""
|
||||
],
|
||||
"Can Share": [
|
||||
"分享"
|
||||
],
|
||||
@ -527,9 +551,15 @@
|
||||
"Completed decryption.": [
|
||||
"已完成解密。"
|
||||
],
|
||||
"Completed with warnings:\n%s": [
|
||||
""
|
||||
],
|
||||
"Completed: %s (%s)": [
|
||||
"已完成:%s(%s)"
|
||||
],
|
||||
"completion date": [
|
||||
""
|
||||
],
|
||||
"Compress old changes": [
|
||||
"压缩旧的更改"
|
||||
],
|
||||
@ -560,6 +590,9 @@
|
||||
"Content provided by %s": [
|
||||
"内容由 %s 提供"
|
||||
],
|
||||
"Content provided by: %s": [
|
||||
"内容由 %s 提供"
|
||||
],
|
||||
"Continue": [
|
||||
"继续"
|
||||
],
|
||||
@ -587,6 +620,9 @@
|
||||
"Copy Link Address": [
|
||||
"复制链接地址"
|
||||
],
|
||||
"Copy link to website": [
|
||||
"将链接复制到网站"
|
||||
],
|
||||
"Copy Markdown link": [
|
||||
"复制 Markdown 链接"
|
||||
],
|
||||
@ -722,9 +758,6 @@
|
||||
"Dashboard": [
|
||||
"面板"
|
||||
],
|
||||
"Database v%s": [
|
||||
"数据库 v%s"
|
||||
],
|
||||
"Date": [
|
||||
"日期"
|
||||
],
|
||||
@ -794,12 +827,18 @@
|
||||
"Delete this profile?": [
|
||||
"是否删除此配置文件?"
|
||||
],
|
||||
"Deleted": [
|
||||
"已删除"
|
||||
],
|
||||
"Deleted local items: %d.": [
|
||||
"已删除本地条目:%d。"
|
||||
],
|
||||
"Deleted remote items: %d.": [
|
||||
"已删除远程条目:%d。"
|
||||
],
|
||||
"Deletes notes permanently, skipping the trash.": [
|
||||
""
|
||||
],
|
||||
"Deletes the given notebook.": [
|
||||
"删除选定的笔记本。"
|
||||
],
|
||||
@ -936,7 +975,7 @@
|
||||
"登录 Dropbox"
|
||||
],
|
||||
"Due": [
|
||||
""
|
||||
"截止日期"
|
||||
],
|
||||
"Duplicate": [
|
||||
"复制"
|
||||
@ -1017,7 +1056,7 @@
|
||||
"强调文本"
|
||||
],
|
||||
"Empty trash": [
|
||||
""
|
||||
"清空回收站"
|
||||
],
|
||||
"Enable": [
|
||||
"启用"
|
||||
@ -1073,6 +1112,9 @@
|
||||
"Enable optical character recognition (OCR)": [
|
||||
"启用光学字符识别 (OCR)"
|
||||
],
|
||||
"Enable or disable plugins": [
|
||||
"启用或禁用插件"
|
||||
],
|
||||
"Enable PDF viewer": [
|
||||
"启用 PDF 查看器"
|
||||
],
|
||||
@ -1196,9 +1238,6 @@
|
||||
"Export profile": [
|
||||
"导出配置文件"
|
||||
],
|
||||
"Export your data": [
|
||||
"导出数据"
|
||||
],
|
||||
"Exported successfully!": [
|
||||
"导出成功!"
|
||||
],
|
||||
@ -1226,6 +1265,9 @@
|
||||
"Fail-safe: Do not wipe out local data when sync target is empty (often the result of a misconfiguration or bug)": [
|
||||
"故障保护(Fail-safe) :当同步目标为空时(通常是配置错误或Bug),不要删除本地数据"
|
||||
],
|
||||
"Failed to leave share. Please verify that Joplin is connected to the internet and able to sync.\nError: %s": [
|
||||
""
|
||||
],
|
||||
"Fatal error:": [
|
||||
"严重错误:"
|
||||
],
|
||||
@ -1274,9 +1316,6 @@
|
||||
"Focus title": [
|
||||
"聚焦标题"
|
||||
],
|
||||
"Folders": [
|
||||
"文件夹"
|
||||
],
|
||||
"For debugging purpose only: export your profile to an external SD card.": [
|
||||
"仅用于调试目的:将您的配置文件导出到外部 SD 卡。"
|
||||
],
|
||||
@ -1304,6 +1343,9 @@
|
||||
"Found: %d.": [
|
||||
"已找到:%d 条。"
|
||||
],
|
||||
"From a plugin": [
|
||||
"从一个插件"
|
||||
],
|
||||
"FTS enabled: %d": [
|
||||
"FTS 已开启:%d"
|
||||
],
|
||||
@ -1344,7 +1386,7 @@
|
||||
"批准授权"
|
||||
],
|
||||
"Have you authorised the application login in the above URL?": [
|
||||
""
|
||||
"您是否已授权应用程序在上述URL中登录?"
|
||||
],
|
||||
"Header %d": [
|
||||
"Header %d"
|
||||
@ -1358,6 +1400,9 @@
|
||||
"Help": [
|
||||
"帮助"
|
||||
],
|
||||
"Here's what we do to make plugins safer:": [
|
||||
""
|
||||
],
|
||||
"Hermes enabled: %d": [
|
||||
"已启用Hermes:%d"
|
||||
],
|
||||
@ -1416,7 +1461,7 @@
|
||||
"空闲"
|
||||
],
|
||||
"If you have already authorised, please wait for the application to sync to Joplin Cloud.": [
|
||||
""
|
||||
"如果您已授权,请等待应用程序同步到 Joplin Cloud。"
|
||||
],
|
||||
"Ignore": [
|
||||
"忽略"
|
||||
@ -1430,6 +1475,15 @@
|
||||
"Import": [
|
||||
"导入"
|
||||
],
|
||||
"Import failed. Make sure a JEX file was selected.\nDetails: %s": [
|
||||
""
|
||||
],
|
||||
"Import from JEX": [
|
||||
""
|
||||
],
|
||||
"Import notes from a JEX (Joplin Export) file.": [
|
||||
""
|
||||
],
|
||||
"Importing from \"%s\" as \"%s\" format. Please wait...": [
|
||||
"从 “%s” 导入为 “%s” 格式 。请稍等..."
|
||||
],
|
||||
@ -1437,7 +1491,7 @@
|
||||
"正在导入笔记..."
|
||||
],
|
||||
"Imports data into Joplin.": [
|
||||
"导入数据到 Jolin。"
|
||||
"导入数据到 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.": [
|
||||
"“手动” 模式下,仅在单击附件时才会下载。“自动” 模式下,打开笔记,其中的附件就会被全部下载。“总是” 模式下,无论是否打开笔记,所有的附件均会被下载。"
|
||||
@ -1466,6 +1520,9 @@
|
||||
"In: %s": [
|
||||
"已处理:%s"
|
||||
],
|
||||
"Incompatible": [
|
||||
""
|
||||
],
|
||||
"Increase indent level": [
|
||||
"增加缩进级别"
|
||||
],
|
||||
@ -1544,6 +1601,12 @@
|
||||
"Joplin Cloud": [
|
||||
"Joplin Cloud"
|
||||
],
|
||||
"Joplin Cloud Login": [
|
||||
"Joplin Cloud 登录"
|
||||
],
|
||||
"Joplin doesn't recognise the %s extension. Opening this file could be dangerous. What would you like to do?": [
|
||||
""
|
||||
],
|
||||
"Joplin Export Directory": [
|
||||
"Joplin 导出目录"
|
||||
],
|
||||
@ -1583,6 +1646,9 @@
|
||||
"Keep note history for": [
|
||||
"保留笔记历史"
|
||||
],
|
||||
"Keep notes in the trash for": [
|
||||
"将笔记移到回收站"
|
||||
],
|
||||
"Keyboard Mode": [
|
||||
"键盘模式"
|
||||
],
|
||||
@ -1614,7 +1680,7 @@
|
||||
"稍后"
|
||||
],
|
||||
"Latitude": [
|
||||
""
|
||||
"纬度"
|
||||
],
|
||||
"Layout": [
|
||||
"布局"
|
||||
@ -1637,6 +1703,9 @@
|
||||
"Light": [
|
||||
"明亮"
|
||||
],
|
||||
"Like any software you install, plugins can potentially cause security issues or data loss.": [
|
||||
""
|
||||
],
|
||||
"Lines": [
|
||||
"行"
|
||||
],
|
||||
@ -1664,6 +1733,9 @@
|
||||
"Loaded": [
|
||||
"已加载"
|
||||
],
|
||||
"Loading plugin repository...": [
|
||||
"正在加载插件库..."
|
||||
],
|
||||
"Loading...": [
|
||||
"正在加载…"
|
||||
],
|
||||
@ -1689,7 +1761,7 @@
|
||||
"日志,配置文件与同步状态"
|
||||
],
|
||||
"Longitude": [
|
||||
""
|
||||
"经度"
|
||||
],
|
||||
"Make a donation": [
|
||||
"捐助"
|
||||
@ -1755,7 +1827,7 @@
|
||||
"媒体播放器,数学公式,图表等设置"
|
||||
],
|
||||
"Minimise": [
|
||||
""
|
||||
"最小化"
|
||||
],
|
||||
"Missing keys": [
|
||||
"缺少密钥(keys)"
|
||||
@ -1781,9 +1853,15 @@
|
||||
"More than one item match \"%s\". Please narrow down your query.": [
|
||||
"不止一项匹配 “%s”。请缩小您的检索范围。"
|
||||
],
|
||||
"Most plugins have source code available for review on the plugin website.": [
|
||||
""
|
||||
],
|
||||
"Move %d notes to notebook \"%s\"?": [
|
||||
"是否移动 %d 条笔记到笔记本 “%s”?"
|
||||
],
|
||||
"Move notebook \"%s\" to the trash?\n\nAll notes and sub-notebooks within this notebook will also be moved to the trash.": [
|
||||
"是否将笔记本 “%s”移到回收站?\n\n所有该笔记本内的笔记和子笔记本也将同时被移到回收站。"
|
||||
],
|
||||
"Move to notebook": [
|
||||
"移动到笔记本"
|
||||
],
|
||||
@ -1805,6 +1883,9 @@
|
||||
"Never resize": [
|
||||
"从不缩放"
|
||||
],
|
||||
"New": [
|
||||
""
|
||||
],
|
||||
"New note": [
|
||||
"新建笔记"
|
||||
],
|
||||
@ -1853,6 +1934,9 @@
|
||||
"No active notebook.": [
|
||||
"无有效的笔记本。"
|
||||
],
|
||||
"No incoming shares": [
|
||||
""
|
||||
],
|
||||
"No item with ID %s": [
|
||||
"没有 ID 为 %s 的项"
|
||||
],
|
||||
@ -2075,6 +2159,15 @@
|
||||
"Per user. Minimum of %d users.": [
|
||||
"每个用户。至少有%d个用户。"
|
||||
],
|
||||
"Permanently delete note": [
|
||||
"永久删除选中的笔记"
|
||||
],
|
||||
"Permanently delete note \"%s\"?": [
|
||||
"是否永久删除笔记 “%s”?"
|
||||
],
|
||||
"Permanently delete these %d notes?": [
|
||||
"是否永久删除这 %d 条笔记?"
|
||||
],
|
||||
"Permission needed": [
|
||||
"需要权限"
|
||||
],
|
||||
@ -2114,24 +2207,33 @@
|
||||
"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 message": [
|
||||
"插件消息"
|
||||
],
|
||||
"Plugin repository failed to load": [
|
||||
""
|
||||
"插件库加载失败"
|
||||
],
|
||||
"Plugin search": [
|
||||
"插件搜索"
|
||||
],
|
||||
"Plugin tools": [
|
||||
"插件工具"
|
||||
],
|
||||
"Plugin WebView debugging": [
|
||||
""
|
||||
],
|
||||
"Plugins": [
|
||||
"插件"
|
||||
],
|
||||
"Plugins extend Joplin with features that are not present by default. Plugins can extend Joplin's editor, viewer, and more.": [
|
||||
""
|
||||
],
|
||||
"Portrait": [
|
||||
"竖版"
|
||||
],
|
||||
@ -2192,6 +2294,9 @@
|
||||
"Process user deletions": [
|
||||
"处理用户删除"
|
||||
],
|
||||
"Processing": [
|
||||
""
|
||||
],
|
||||
"Profile": [
|
||||
"配置文件"
|
||||
],
|
||||
@ -2261,6 +2366,9 @@
|
||||
"Recipients:": [
|
||||
"收件人:"
|
||||
],
|
||||
"Recommended": [
|
||||
"推荐"
|
||||
],
|
||||
"Redo": [
|
||||
"恢复"
|
||||
],
|
||||
@ -2309,6 +2417,12 @@
|
||||
"Replace: ": [
|
||||
"替换: "
|
||||
],
|
||||
"Report an issue": [
|
||||
""
|
||||
],
|
||||
"Report fraudulent plugin": [
|
||||
""
|
||||
],
|
||||
"Reset application layout": [
|
||||
"重置应用布局"
|
||||
],
|
||||
@ -2333,6 +2447,18 @@
|
||||
"Restore": [
|
||||
"恢复"
|
||||
],
|
||||
"Restore note": [
|
||||
"恢复笔记"
|
||||
],
|
||||
"Restore notebook": [
|
||||
"恢复笔记本"
|
||||
],
|
||||
"Restore the items matching <pattern> from the trash.": [
|
||||
"恢复符合 <note-pattern> 的笔记。"
|
||||
],
|
||||
"Restored items": [
|
||||
"已恢复的条目"
|
||||
],
|
||||
"Restored Notes": [
|
||||
"已恢复的笔记"
|
||||
],
|
||||
@ -2591,12 +2717,18 @@
|
||||
"Sorts the item by <field> (eg. title, updated_time, created_time).": [
|
||||
"通过 <field> 排序条目(示例:title, updated_time, created_time)。"
|
||||
],
|
||||
"Source": [
|
||||
"来源"
|
||||
],
|
||||
"Source format: %s": [
|
||||
"原数据格式:%s"
|
||||
],
|
||||
"Source: ": [
|
||||
"来源: "
|
||||
],
|
||||
"Spacer": [
|
||||
""
|
||||
],
|
||||
"Specify the port that should be used by the API server. If not set, a default will be used.": [
|
||||
"请指定 API 服务器应使用的端口。如果未设置,将使用默认值。"
|
||||
],
|
||||
@ -2774,6 +2906,9 @@
|
||||
"Take photo": [
|
||||
"拍照"
|
||||
],
|
||||
"Task \"%s\" failed with error: %s": [
|
||||
""
|
||||
],
|
||||
"Task list": [
|
||||
"任务列表"
|
||||
],
|
||||
@ -2864,6 +2999,12 @@
|
||||
"The note \"%s\" has been successfully restored to the notebook \"%s\".": [
|
||||
"笔记 “%s” 已成功恢复到笔记本 “%s” 中。"
|
||||
],
|
||||
"The note was successfully moved to the trash.": [
|
||||
"已成功将笔记移到回收站中。"
|
||||
],
|
||||
"The notebook and its content was successfully moved to the trash.": [
|
||||
"已成功将笔记本及其内容移到回收站中。"
|
||||
],
|
||||
"The notebook could not be saved: %s": [
|
||||
"无法保存笔记本:%s"
|
||||
],
|
||||
@ -2904,7 +3045,7 @@
|
||||
"网页剪藏未启用。"
|
||||
],
|
||||
"The WebDAV implementation of %s is incompatible with Joplin, and as such is no longer supported. Please use a different sync method.": [
|
||||
"%s的WebDAV工具与Joplin不兼容,因此不再受支持。请使用其他同步方法。"
|
||||
"%s的 WebDAV 工具与 Joplin 不兼容,因此不再受支持。请使用其他同步方法。"
|
||||
],
|
||||
"Theme": [
|
||||
"主题"
|
||||
@ -2918,9 +3059,6 @@
|
||||
"There are unsaved changes.": [
|
||||
"一些修改尚未保存。"
|
||||
],
|
||||
"There is currently no notebook. Create one by clicking on \"New notebook\".": [
|
||||
"当前没有笔记本。点击 “新建笔记本” 创建。"
|
||||
],
|
||||
"There is no data to export.": [
|
||||
"没有可导出的数据。"
|
||||
],
|
||||
@ -2930,6 +3068,9 @@
|
||||
"There was an error downloading this attachment:": [
|
||||
"下载此附件时出错:"
|
||||
],
|
||||
"These items failed to sync, but have been marked as \"ignored\". They won't cause the sync warning to appear, but still aren't synced. To unignore, click \"retry\".": [
|
||||
""
|
||||
],
|
||||
"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).": [
|
||||
"这些条目将只保留在本设备上,不会上传到同步目标。若需查找这些项,请搜索标题或 ID(显示在上方括号中)。"
|
||||
],
|
||||
@ -2939,6 +3080,9 @@
|
||||
"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\".": [
|
||||
"这允许其他用户与你共享笔记本,然后你们可以在笔记本上进行协作。但它不允许您与他人共享笔记本,除非您拥有\"%s\"功能。"
|
||||
],
|
||||
"This attachment does not have OCR data (Status: %s)": [
|
||||
""
|
||||
],
|
||||
"This attachment is not downloaded or not decrypted yet": [
|
||||
"该附件没有下载或者尚未解密"
|
||||
],
|
||||
@ -2975,12 +3119,18 @@
|
||||
"This note has no history": [
|
||||
"此笔记没有历史记录"
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
"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 subfolder of the trash has no notes.": [
|
||||
""
|
||||
],
|
||||
"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 在后台运行,如果您经常修改和同步笔记,推荐启用该设置来减少可能的冲突。"
|
||||
],
|
||||
@ -2988,7 +3138,7 @@
|
||||
"这将打开一个新页面。是否保存当前更改?"
|
||||
],
|
||||
"This will permanently delete all items in the trash. Continue?": [
|
||||
""
|
||||
"这将永久删除回收站中的所有条目。是否继续?"
|
||||
],
|
||||
"This will remove the notebook from your collection and you will no longer have access to its content. Do you wish to continue?": [
|
||||
"这将从您的收藏中删除该笔记本,您将不再有机会访问其内容。您希望继续吗?"
|
||||
@ -3005,6 +3155,9 @@
|
||||
"To allow Joplin to synchronise with Dropbox, please follow the steps below:": [
|
||||
"要让 Joplin 与 Dropbox 同步,请按下列步骤操作:"
|
||||
],
|
||||
"To allow Joplin to synchronise with Joplin Cloud, please login using this URL:": [
|
||||
"要让 Joplin 与 Joplin Cloud 同步,请使用以下URL登录:"
|
||||
],
|
||||
"To continue, please enter your master password below.": [
|
||||
"若要继续,请在下面输入您的主密码(master password)。"
|
||||
],
|
||||
@ -3041,6 +3194,9 @@
|
||||
"to-do": [
|
||||
"待办事项"
|
||||
],
|
||||
"To-do": [
|
||||
"待办事项"
|
||||
],
|
||||
"to-do: %s": [
|
||||
"待办事项:%s"
|
||||
],
|
||||
@ -3090,7 +3246,7 @@
|
||||
"总数:%d/%d 条"
|
||||
],
|
||||
"Trash": [
|
||||
""
|
||||
"回收站"
|
||||
],
|
||||
"Try again": [
|
||||
"重试"
|
||||
@ -3116,9 +3272,6 @@
|
||||
"Unable to edit resource of type %s": [
|
||||
"无法编辑类型为 %s 的资源"
|
||||
],
|
||||
"Unable to export or share data. Reason: %s": [
|
||||
"无法导出或共享数据。 原因:%s"
|
||||
],
|
||||
"Unable to share log data. Reason: %s": [
|
||||
"发送日志数据失败: %s"
|
||||
],
|
||||
@ -3245,6 +3398,9 @@
|
||||
"View": [
|
||||
"视图"
|
||||
],
|
||||
"View OCR text": [
|
||||
""
|
||||
],
|
||||
"View on map": [
|
||||
"在地图上查看"
|
||||
],
|
||||
@ -3263,14 +3419,20 @@
|
||||
"Voice typing...": [
|
||||
"使用语音输入..."
|
||||
],
|
||||
"Waiting for authorisation...": [
|
||||
"正在等待授权..."
|
||||
],
|
||||
"Warning": [
|
||||
"警告"
|
||||
],
|
||||
"Warning: not all resources shown for performance reasons (limit: %s).": [
|
||||
"警告:由于性能原因无法显示所有资源(最多:%s)。"
|
||||
],
|
||||
"Warnings:\n%s": [
|
||||
"警告:\n%s"
|
||||
"We have a system for reporting and removing problematic plugins.": [
|
||||
""
|
||||
],
|
||||
"We mark plugins developed by trusted Joplin community members as \"recommended\".": [
|
||||
""
|
||||
],
|
||||
"Web Clipper": [
|
||||
"网页剪藏器"
|
||||
@ -3327,7 +3489,7 @@
|
||||
"正在尝试将大图片 (%dx%d 像素) 添加到笔记中,是否要需要将其缩放为 %d 像素后再添加?"
|
||||
],
|
||||
"You are logged in into Joplin Cloud, you can leave this screen now.": [
|
||||
""
|
||||
"您已登录到 Joplin Cloud,现在可以关闭此界面。"
|
||||
],
|
||||
"You currently have no notebooks.": [
|
||||
"您当前没有笔记本。"
|
||||
@ -3341,6 +3503,12 @@
|
||||
"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.": [
|
||||
"您可以使用下面的工具重新加密您的数据。例如当您知道某些笔记使用了过时的加密方法时,可使用该项目。"
|
||||
],
|
||||
"You were unable to connect to Joplin Cloud. Please check your credentials and try again. Error:": [
|
||||
"无法连接到 Joplin Cloud 。请检查您的凭据,然后重试。错误:"
|
||||
],
|
||||
"Your account doesn't have access to this feature": [
|
||||
""
|
||||
],
|
||||
"Your choice: ": [
|
||||
"您的选择: "
|
||||
],
|
||||
|
@ -65,6 +65,9 @@
|
||||
"%s is not optimised for synchronising many small files so your initial synchronisation will be slow.": [
|
||||
"%s 沒有針對同步許多小文件進行優化,因此初始同步速度會比較慢。"
|
||||
],
|
||||
"%s tab opened": [
|
||||
""
|
||||
],
|
||||
"%s: %d": [
|
||||
"%s: %d"
|
||||
],
|
||||
@ -158,6 +161,9 @@
|
||||
"Accept": [
|
||||
"接受"
|
||||
],
|
||||
"Accepted shares": [
|
||||
""
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
"存取被拒絕:請檢查您的使用者名稱和密碼"
|
||||
],
|
||||
@ -212,12 +218,18 @@
|
||||
"All data, including notes, notebooks and tags will be permanently deleted.": [
|
||||
"所有資料,包括筆記、筆記本和標籤將被永久刪除。"
|
||||
],
|
||||
"All item sync failures have been marked as \"ignored\".": [
|
||||
""
|
||||
],
|
||||
"All notes": [
|
||||
"全部記事"
|
||||
],
|
||||
"All potential ports are in use - please report the issue at %s": [
|
||||
"所有預設埠號都在使用中 - 請到 %s 回報此問題"
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
""
|
||||
],
|
||||
"Also displays unset and hidden config variables.": [
|
||||
"亦顯示未設定和隱藏的設定變數。"
|
||||
],
|
||||
@ -230,6 +242,9 @@
|
||||
"Always ask": [
|
||||
"總是詢問"
|
||||
],
|
||||
"Always open %s files without asking.": [
|
||||
""
|
||||
],
|
||||
"Always resize": [
|
||||
"總是調整大小"
|
||||
],
|
||||
@ -353,6 +368,9 @@
|
||||
"Bulleted List": [
|
||||
"項目清單"
|
||||
],
|
||||
"by %s": [
|
||||
""
|
||||
],
|
||||
"Can Share": [
|
||||
"可以分享"
|
||||
],
|
||||
@ -524,9 +542,15 @@
|
||||
"Completed decryption.": [
|
||||
"解密完成。"
|
||||
],
|
||||
"Completed with warnings:\n%s": [
|
||||
""
|
||||
],
|
||||
"Completed: %s (%s)": [
|
||||
"已完成: %s"
|
||||
],
|
||||
"completion date": [
|
||||
""
|
||||
],
|
||||
"Compress old changes": [
|
||||
"壓縮舊的更改"
|
||||
],
|
||||
@ -719,9 +743,6 @@
|
||||
"Dashboard": [
|
||||
"儀表板"
|
||||
],
|
||||
"Database v%s": [
|
||||
"資料庫 V%s"
|
||||
],
|
||||
"Date": [
|
||||
"日期"
|
||||
],
|
||||
@ -797,6 +818,9 @@
|
||||
"Deleted remote items: %d.": [
|
||||
"已刪除的遠端項目: %d 項。"
|
||||
],
|
||||
"Deletes notes permanently, skipping the trash.": [
|
||||
""
|
||||
],
|
||||
"Deletes the given notebook.": [
|
||||
"刪除特定的記事本。"
|
||||
],
|
||||
@ -1184,9 +1208,6 @@
|
||||
"Export profile": [
|
||||
"匯出設定檔"
|
||||
],
|
||||
"Export your data": [
|
||||
"匯出你的資料"
|
||||
],
|
||||
"Exported successfully!": [
|
||||
"匯出成功!"
|
||||
],
|
||||
@ -1214,6 +1235,9 @@
|
||||
"Fail-safe: Do not wipe out local data when sync target is empty (often the result of a misconfiguration or bug)": [
|
||||
"故障保護 (Fail-safe):當同步目標為空時 (通常發生在設定錯誤或 Bug),不要清除本機資料"
|
||||
],
|
||||
"Failed to leave share. Please verify that Joplin is connected to the internet and able to sync.\nError: %s": [
|
||||
""
|
||||
],
|
||||
"Fatal error:": [
|
||||
"嚴重錯誤:"
|
||||
],
|
||||
@ -1259,9 +1283,6 @@
|
||||
"Focus title": [
|
||||
"游標置於標題"
|
||||
],
|
||||
"Folders": [
|
||||
"資料夾"
|
||||
],
|
||||
"For debugging purpose only: export your profile to an external SD card.": [
|
||||
"僅用於除錯:將您的設定檔匯出至外部 SD 卡。"
|
||||
],
|
||||
@ -1343,6 +1364,9 @@
|
||||
"Help": [
|
||||
"說明"
|
||||
],
|
||||
"Here's what we do to make plugins safer:": [
|
||||
""
|
||||
],
|
||||
"Hermes enabled: %d": [
|
||||
"Hermes 已啟用:%d"
|
||||
],
|
||||
@ -1412,6 +1436,15 @@
|
||||
"Import": [
|
||||
"匯入"
|
||||
],
|
||||
"Import failed. Make sure a JEX file was selected.\nDetails: %s": [
|
||||
""
|
||||
],
|
||||
"Import from JEX": [
|
||||
""
|
||||
],
|
||||
"Import notes from a JEX (Joplin Export) file.": [
|
||||
""
|
||||
],
|
||||
"Importing from \"%s\" as \"%s\" format. Please wait...": [
|
||||
"從「%s」匯入(格式為 %s),請稍候..."
|
||||
],
|
||||
@ -1448,6 +1481,9 @@
|
||||
"In: %s": [
|
||||
"在: %s"
|
||||
],
|
||||
"Incompatible": [
|
||||
""
|
||||
],
|
||||
"Increase indent level": [
|
||||
"增加縮排層級"
|
||||
],
|
||||
@ -1526,6 +1562,9 @@
|
||||
"Joplin Cloud": [
|
||||
"Joplin Cloud"
|
||||
],
|
||||
"Joplin doesn't recognise the %s extension. Opening this file could be dangerous. What would you like to do?": [
|
||||
""
|
||||
],
|
||||
"Joplin Export Directory": [
|
||||
"Joplin 匯出目錄"
|
||||
],
|
||||
@ -1619,6 +1658,9 @@
|
||||
"Light": [
|
||||
"光亮"
|
||||
],
|
||||
"Like any software you install, plugins can potentially cause security issues or data loss.": [
|
||||
""
|
||||
],
|
||||
"Lines": [
|
||||
"行數"
|
||||
],
|
||||
@ -1763,6 +1805,9 @@
|
||||
"More than one item match \"%s\". Please narrow down your query.": [
|
||||
"與 \"%s\" 相符的項目超過一個,請縮小查詢範圍。"
|
||||
],
|
||||
"Most plugins have source code available for review on the plugin website.": [
|
||||
""
|
||||
],
|
||||
"Move %d notes to notebook \"%s\"?": [
|
||||
"要將 %d 移動到「%s」記事本嗎?"
|
||||
],
|
||||
@ -1787,6 +1832,9 @@
|
||||
"Never resize": [
|
||||
"永不調整大小"
|
||||
],
|
||||
"New": [
|
||||
""
|
||||
],
|
||||
"New note": [
|
||||
"新增記事"
|
||||
],
|
||||
@ -1835,6 +1883,9 @@
|
||||
"No active notebook.": [
|
||||
"無使用中的記事本。"
|
||||
],
|
||||
"No incoming shares": [
|
||||
""
|
||||
],
|
||||
"No item with ID %s": [
|
||||
"沒有 ID 為 %s 的項目"
|
||||
],
|
||||
@ -2096,9 +2147,6 @@
|
||||
"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 以編輯記事。"
|
||||
],
|
||||
@ -2111,9 +2159,15 @@
|
||||
"Plugin tools": [
|
||||
"延伸模組"
|
||||
],
|
||||
"Plugin WebView debugging": [
|
||||
""
|
||||
],
|
||||
"Plugins": [
|
||||
"延伸模組"
|
||||
],
|
||||
"Plugins extend Joplin with features that are not present by default. Plugins can extend Joplin's editor, viewer, and more.": [
|
||||
""
|
||||
],
|
||||
"Portrait": [
|
||||
"直向"
|
||||
],
|
||||
@ -2174,6 +2228,9 @@
|
||||
"Process user deletions": [
|
||||
"處理使用者刪除"
|
||||
],
|
||||
"Processing": [
|
||||
""
|
||||
],
|
||||
"Profile": [
|
||||
"設定檔"
|
||||
],
|
||||
@ -2291,6 +2348,12 @@
|
||||
"Replace: ": [
|
||||
"取代:"
|
||||
],
|
||||
"Report an issue": [
|
||||
""
|
||||
],
|
||||
"Report fraudulent plugin": [
|
||||
""
|
||||
],
|
||||
"Reset application layout": [
|
||||
"重設應用程式佈局"
|
||||
],
|
||||
@ -2573,6 +2636,9 @@
|
||||
"Source: ": [
|
||||
"來源:"
|
||||
],
|
||||
"Spacer": [
|
||||
""
|
||||
],
|
||||
"Specify the port that should be used by the API server. If not set, a default will be used.": [
|
||||
"指定 API 伺服器使用的連接埠。如果未設定,將使用預設值。"
|
||||
],
|
||||
@ -2750,6 +2816,9 @@
|
||||
"Take photo": [
|
||||
"拍攝相片"
|
||||
],
|
||||
"Task \"%s\" failed with error: %s": [
|
||||
""
|
||||
],
|
||||
"Task list": [
|
||||
"任務清單"
|
||||
],
|
||||
@ -2888,9 +2957,6 @@
|
||||
"There are unsaved changes.": [
|
||||
"有未儲存的變更。"
|
||||
],
|
||||
"There is currently no notebook. Create one by clicking on \"New notebook\".": [
|
||||
"目前沒有任何記事本,請點選「新增記事本」即可建立。"
|
||||
],
|
||||
"There is no data to export.": [
|
||||
"沒有資料可匯出。"
|
||||
],
|
||||
@ -2900,6 +2966,9 @@
|
||||
"There was an error downloading this attachment:": [
|
||||
"下載此附件時出現錯誤:"
|
||||
],
|
||||
"These items failed to sync, but have been marked as \"ignored\". They won't cause the sync warning to appear, but still aren't synced. To unignore, click \"retry\".": [
|
||||
""
|
||||
],
|
||||
"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).": [
|
||||
"這些頊目將保留在設備上,但不會上傳到同步目標。要尋找這些項目,請以標題或 ID (在上面的括弧中顯示)搜尋。"
|
||||
],
|
||||
@ -2909,6 +2978,9 @@
|
||||
"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\".": [
|
||||
"這允許其他使用者與您共享筆記本,然後您們可以一同協作。然而,這並不允許您將筆記本與其他人分享,除非您具有 \"%s\" 功能。"
|
||||
],
|
||||
"This attachment does not have OCR data (Status: %s)": [
|
||||
""
|
||||
],
|
||||
"This attachment is not downloaded or not decrypted yet": [
|
||||
"此附件尚未完成下載或解密"
|
||||
],
|
||||
@ -2936,12 +3008,18 @@
|
||||
"This note has no history": [
|
||||
"此記事沒有歷史紀錄"
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
"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 subfolder of the trash has no notes.": [
|
||||
""
|
||||
],
|
||||
"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 在背景執行。建議啟用此設定,以便不斷同步您的記事,從而減少衝突次數。"
|
||||
],
|
||||
@ -3074,9 +3152,6 @@
|
||||
"Unable to edit resource of type %s": [
|
||||
"無法編輯類型 %s 的資源"
|
||||
],
|
||||
"Unable to export or share data. Reason: %s": [
|
||||
"無法匯出或分享資料。原因:%s"
|
||||
],
|
||||
"Unable to share log data. Reason: %s": [
|
||||
"無法分享日誌資料。原因:%s"
|
||||
],
|
||||
@ -3203,6 +3278,9 @@
|
||||
"View": [
|
||||
"檢視"
|
||||
],
|
||||
"View OCR text": [
|
||||
""
|
||||
],
|
||||
"View on map": [
|
||||
"在地圖上顯示"
|
||||
],
|
||||
@ -3227,8 +3305,11 @@
|
||||
"Warning: not all resources shown for performance reasons (limit: %s).": [
|
||||
"警告:為確保效能,將不會顯示所有資源(限制:%s)。"
|
||||
],
|
||||
"Warnings:\n%s": [
|
||||
"警告:\n%s"
|
||||
"We have a system for reporting and removing problematic plugins.": [
|
||||
""
|
||||
],
|
||||
"We mark plugins developed by trusted Joplin community members as \"recommended\".": [
|
||||
""
|
||||
],
|
||||
"Web Clipper": [
|
||||
"網頁剪輯"
|
||||
@ -3299,6 +3380,9 @@
|
||||
"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 account doesn't have access to this feature": [
|
||||
""
|
||||
],
|
||||
"Your choice: ": [
|
||||
"您的選擇: "
|
||||
],
|
||||
|
@ -332,7 +332,7 @@ export default class ReportService {
|
||||
|
||||
sections.push(section);
|
||||
|
||||
section = { title: _('Folders'), body: [] };
|
||||
section = { title: _('Notebooks'), body: [] };
|
||||
|
||||
const folders = await Folder.all({
|
||||
order: [{ by: 'title', dir: 'ASC' }],
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -17,45 +17,45 @@ Current translations:
|
||||
<!-- LOCALE-TABLE-AUTO-GENERATED -->
|
||||
| Language | Po File | Last translator | Percent done
|
||||
---|---|---|---|---
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/arableague.png" width="16px"/> | Arabic | [ar](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/ar.po) | [Whaell O](mailto:Whaell@protonmail.com) | 78%
|
||||
<img src="https://joplinapp.org/images/flags/es/basque_country.png" width="16px"/> | Basque | [eu](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/eu.po) | juan.abasolo@ehu.eus | 20%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/ba.png" width="16px"/> | 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) | 51%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/bg.png" width="16px"/> | Bulgarian (България) | [bg_BG](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/bg_BG.po) | | 40%
|
||||
<img src="https://joplinapp.org/images/flags/es/catalonia.png" width="16px"/> | Catalan | [ca](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/ca.po) | [Xavi Ivars](mailto:xavi.ivars@gmail.com) | 86%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/hr.png" width="16px"/> | Croatian (Hrvatska) | [hr_HR](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/hr_HR.po) | [Milo Ivir](mailto:mail@milotype.de) | 90%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/cz.png" width="16px"/> | Czech (Česká republika) | [cs_CZ](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/cs_CZ.po) | Fejby | 87%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/dk.png" width="16px"/> | Dansk (Danmark) | [da_DK](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/da_DK.po) | ERYpTION | 96%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/de.png" width="16px"/> | Deutsch (Deutschland) | [de_DE](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/de_DE.po) | [Mr-Kanister](mailto:viger_gtrc@simplelogin.com) | 96%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/ee.png" width="16px"/> | Eesti Keel (Eesti) | [et_EE](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/et_EE.po) | | 39%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/arableague.png" width="16px"/> | Arabic | [ar](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/ar.po) | [Whaell O](mailto:Whaell@protonmail.com) | 74%
|
||||
<img src="https://joplinapp.org/images/flags/es/basque_country.png" width="16px"/> | Basque | [eu](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/eu.po) | juan.abasolo@ehu.eus | 19%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/no.png" width="16px"/> | Bokmål, Norwegian; Norwegian Bokmål (Norge, Noreg) | [nb_NO](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/nb_NO.po) | [Mats Estensen](mailto:code@mxe.no) | 73%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/ba.png" width="16px"/> | 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) | 48%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/bg.png" width="16px"/> | Bulgarian (България) | [bg_BG](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/bg_BG.po) | | 37%
|
||||
<img src="https://joplinapp.org/images/flags/es/catalonia.png" width="16px"/> | Catalan; Valencian | [ca](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/ca.po) | [Xavi Ivars](mailto:xavi.ivars@gmail.com) | 81%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/hr.png" width="16px"/> | Croatian (Hrvatska) | [hr_HR](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/hr_HR.po) | [Milo Ivir](mailto:mail@milotype.de) | 85%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/cz.png" width="16px"/> | Czech (Česká republika) | [cs_CZ](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/cs_CZ.po) | Fejby | 82%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/dk.png" width="16px"/> | Dansk (Danmark) | [da_DK](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/da_DK.po) | ERYpTION | 94%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/de.png" width="16px"/> | Deutsch (Deutschland) | [de_DE](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/de_DE.po) | [Mr-Kanister](mailto:viger_gtrc@simplelogin.com) | 90%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/ee.png" width="16px"/> | Eesti Keel (Eesti) | [et_EE](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/et_EE.po) | | 37%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/gb.png" width="16px"/> | English (United Kingdom) | [en_GB](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/en_GB.po) | | 100%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/us.png" width="16px"/> | English (United States of America) | [en_US](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/en_US.po) | | 100%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/es.png" width="16px"/> | 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) | 87%
|
||||
<img src="https://joplinapp.org/images/flags/esperanto.png" width="16px"/> | Esperanto | [eo](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/eo.po) | Marton Paulo | 22%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/fi.png" width="16px"/> | Finnish (Suomi) | [fi_FI](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/fi_FI.po) | mrkaato0 | 87%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/es.png" width="16px"/> | 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) | 82%
|
||||
<img src="https://joplinapp.org/images/flags/esperanto.png" width="16px"/> | Esperanto | [eo](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/eo.po) | Marton Paulo | 21%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/fi.png" width="16px"/> | Finnish (Suomi) | [fi_FI](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/fi_FI.po) | mrkaato0 | 82%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/fr.png" width="16px"/> | Français (France) | [fr_FR](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/fr_FR.po) | Laurent Cozic | 99%
|
||||
<img src="https://joplinapp.org/images/flags/es/galicia.png" width="16px"/> | Galician (España) | [gl_ES](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/gl_ES.po) | [Marcos Lans](mailto:marcoslansgarza@gmail.com) | 26%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/id.png" width="16px"/> | Indonesian (Indonesia) | [id_ID](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/id_ID.po) | [Liffindra Angga Zaaldian](mailto:findrakecil@icloud.com) | 96%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/it.png" width="16px"/> | Italiano (Italia) | [it_IT](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/it_IT.po) | [Manuel Tassi](mailto:mannivuwiki@gmail.com) | 91%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/hu.png" width="16px"/> | 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) | 68%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/be.png" width="16px"/> | Nederlands (België, Belgique, Belgien) | [nl_BE](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/nl_BE.po) | | 69%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/nl.png" width="16px"/> | Nederlands (Nederland) | [nl_NL](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/nl_NL.po) | [MHolkamp](mailto:mholkamp@users.noreply.github.com) | 90%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/no.png" width="16px"/> | Norwegian (Norge, Noreg) | [nb_NO](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/nb_NO.po) | [Mats Estensen](mailto:code@mxe.no) | 77%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/ir.png" width="16px"/> | Persian | [fa](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/fa.po) | [Mohammad Ashouri](mailto:mimeyn.git@gmail.com) | 93%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/pl.png" width="16px"/> | Polski (Polska) | [pl_PL](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/pl_PL.po) | [X3NO](mailto:X3NO@disroot.org) | 94%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/br.png" width="16px"/> | Português (Brasil) | [pt_BR](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/pt_BR.po) | [Renato Nunes Bastos](mailto:rnbastos@gmail.com) | 94%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/pt.png" width="16px"/> | Português (Portugal) | [pt_PT](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/pt_PT.po) | [Diogo Caveiro](mailto:dcaveiro@yahoo.com) | 64%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/ro.png" width="16px"/> | Română | [ro](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/ro.po) | Cristi DulutaLanguage-Team: | 94%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/si.png" width="16px"/> | Slovenian (Slovenija) | [sl_SI](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/sl_SI.po) | [Martin Korelič](mailto:martin.korelic@protonmail.com) | 71%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/se.png" width="16px"/> | Svenska | [sv](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/sv.po) | [Jonatan Nyberg](mailto:jonatan@autistici.org) | 96%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/th.png" width="16px"/> | Thai (ประเทศไทย) | [th_TH](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/th_TH.po) | | 32%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/vn.png" width="16px"/> | Tiếng Việt | [vi](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/vi.po) | | 69%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/tr.png" width="16px"/> | 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) | 96%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/ua.png" width="16px"/> | Ukrainian (Україна) | [uk_UA](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/uk_UA.po) | [Vyacheslav Andreykiv](mailto:vandreykiv@gmail.com) | 89%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/gr.png" width="16px"/> | Ελληνικά (Ελλάδα) | [el_GR](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/el_GR.po) | Tsilibotis Dimitrios | 94%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/ru.png" width="16px"/> | Русский (Россия) | [ru_RU](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/ru_RU.po) | [Титан](mailto:fignin@ya.ru) | 95%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/rs.png" width="16px"/> | српски језик (Србија) | [sr_RS](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/sr_RS.po) | | 57%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/cn.png" width="16px"/> | 中文 (简体) | [zh_CN](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/zh_CN.po) | [qx100](mailto:ztymaxwell@gmail.com) | 96%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/tw.png" width="16px"/> | 中文 (繁體) | [zh_TW](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/zh_TW.po) | [Kevin Hsu](mailto:kevin.hsu.hws@gmail.com) | 94%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/jp.png" width="16px"/> | 日本語 (日本) | [ja_JP](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/ja_JP.po) | [genneko](mailto:genneko217@gmail.com) | 92%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/kr.png" width="16px"/> | 한국어 | [ko](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/ko.po) | [Hye-Rim Kim](mailto:kissofsea@gmail.com) | 96%
|
||||
<img src="https://joplinapp.org/images/flags/es/galicia.png" width="16px"/> | Galician (España) | [gl_ES](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/gl_ES.po) | [Marcos Lans](mailto:marcoslansgarza@gmail.com) | 24%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/id.png" width="16px"/> | Indonesian (Indonesia) | [id_ID](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/id_ID.po) | [Liffindra Angga Zaaldian](mailto:findrakecil@icloud.com) | 94%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/it.png" width="16px"/> | Italiano (Italia) | [it_IT](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/it_IT.po) | [Manuel Tassi](mailto:mannivuwiki@gmail.com) | 86%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/hu.png" width="16px"/> | 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) | 64%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/be.png" width="16px"/> | Nederlands (België, Belgique, Belgien) | [nl_BE](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/nl_BE.po) | | 65%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/nl.png" width="16px"/> | Nederlands (Nederland) | [nl_NL](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/nl_NL.po) | [MHolkamp](mailto:mholkamp@users.noreply.github.com) | 85%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/ir.png" width="16px"/> | Persian | [fa](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/fa.po) | [Mohammad Ashouri](mailto:mimeyn.git@gmail.com) | 94%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/pl.png" width="16px"/> | Polski (Polska) | [pl_PL](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/pl_PL.po) | [X3NO](mailto:X3NO@disroot.org) | 89%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/br.png" width="16px"/> | Português (Brasil) | [pt_BR](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/pt_BR.po) | [Renato Nunes Bastos](mailto:rnbastos@gmail.com) | 89%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/pt.png" width="16px"/> | Português (Portugal) | [pt_PT](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/pt_PT.po) | [Diogo Caveiro](mailto:dcaveiro@yahoo.com) | 61%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/ro.png" width="16px"/> | Română | [ro](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/ro.po) | Cristi DulutaLanguage-Team: | 89%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/si.png" width="16px"/> | Slovenian (Slovenija) | [sl_SI](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/sl_SI.po) | [Martin Korelič](mailto:martin.korelic@protonmail.com) | 67%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/se.png" width="16px"/> | Svenska | [sv](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/sv.po) | [Jonatan Nyberg](mailto:jonatan@autistici.org) | 90%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/th.png" width="16px"/> | Thai (ประเทศไทย) | [th_TH](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/th_TH.po) | | 30%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/vn.png" width="16px"/> | Tiếng Việt | [vi](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/vi.po) | | 65%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/tr.png" width="16px"/> | 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) | 94%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/ua.png" width="16px"/> | Ukrainian (Україна) | [uk_UA](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/uk_UA.po) | [Vyacheslav Andreykiv](mailto:vandreykiv@gmail.com) | 84%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/gr.png" width="16px"/> | Ελληνικά (Ελλάδα) | [el_GR](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/el_GR.po) | Tsilibotis Dimitrios | 89%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/ru.png" width="16px"/> | Русский (Россия) | [ru_RU](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/ru_RU.po) | [Dmitriy Q](mailto:dmitry@atsip.ru) | 89%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/rs.png" width="16px"/> | српски језик (Србија) | [sr_RS](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/sr_RS.po) | | 54%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/cn.png" width="16px"/> | 中文 (简体) | [zh_CN](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/zh_CN.po) | [qx100](mailto:ztymaxwell@gmail.com) | 94%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/tw.png" width="16px"/> | 中文 (繁體) | [zh_TW](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/zh_TW.po) | [Kevin Hsu](mailto:kevin.hsu.hws@gmail.com) | 89%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/jp.png" width="16px"/> | 日本語 (日本) | [ja_JP](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/ja_JP.po) | [genneko](mailto:genneko217@gmail.com) | 87%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/kr.png" width="16px"/> | 한국어 | [ko](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/ko.po) | [Kim Hye-Rim](mailto:kissofsea@gmail.com) | 94%
|
||||
<!-- LOCALE-TABLE-AUTO-GENERATED -->
|
Loading…
Reference in New Issue
Block a user