You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-08-10 22:11:50 +02:00
Update translations
This commit is contained in:
@@ -9,7 +9,7 @@ const shimInitCli = (options: ShimInitOptions) => {
|
||||
|
||||
shim.showMessageBox = async (message: string, options: ShowMessageBoxOptions) => {
|
||||
const gui = app()?.gui();
|
||||
let answers = options.buttons ?? [_('Ok'), _('Cancel')];
|
||||
let answers = options.buttons ?? [_('OK'), _('Cancel')];
|
||||
|
||||
if (options.type === 'error' || options.type === 'info') {
|
||||
answers = [];
|
||||
|
@@ -63,7 +63,7 @@ const TextInputDialog: React.FC<Props> = ({ dialog, containerStyle, themeId }) =
|
||||
/>
|
||||
<PromptButton
|
||||
buttonSpec={{
|
||||
text: _('Okay'),
|
||||
text: _('OK'),
|
||||
onPress: () => dialog.onSubmit(text),
|
||||
}}
|
||||
themeId={themeId}
|
||||
|
@@ -188,15 +188,18 @@
|
||||
"Add recipient:": [
|
||||
"أضِف المستلم:"
|
||||
],
|
||||
"Add tag %s to note": [
|
||||
""
|
||||
],
|
||||
"Add title": [
|
||||
"أضف العنوان"
|
||||
],
|
||||
"Add to dictionary": [
|
||||
"أضف إلى القاموس"
|
||||
],
|
||||
"Added tag: %s": [
|
||||
""
|
||||
],
|
||||
"Adds tag": [
|
||||
""
|
||||
],
|
||||
"Admin": [
|
||||
"المشرف"
|
||||
],
|
||||
@@ -281,6 +284,9 @@
|
||||
"Aritim Dark": [
|
||||
"Aritim Dark"
|
||||
],
|
||||
"Associated tags:": [
|
||||
""
|
||||
],
|
||||
"At present, Joplin Web can only be open in one tab at a time. Please close the other instance of Joplin.": [
|
||||
""
|
||||
],
|
||||
@@ -805,6 +811,9 @@
|
||||
"Default": [
|
||||
"تلقائي"
|
||||
],
|
||||
"Default title to use for documents created by the scanner.": [
|
||||
""
|
||||
],
|
||||
"Default: %s": [
|
||||
"التلقائية: %s"
|
||||
],
|
||||
@@ -946,9 +955,15 @@
|
||||
"Do not ask for confirmation.": [
|
||||
"لا تطلب التأكيد."
|
||||
],
|
||||
"Document scanner: Title template": [
|
||||
""
|
||||
],
|
||||
"Don't allow the share recipient to write to the shared notebook. Valid only for the `add` subcommand.": [
|
||||
""
|
||||
],
|
||||
"Don't show this message again": [
|
||||
""
|
||||
],
|
||||
"Done": [
|
||||
"تم"
|
||||
],
|
||||
@@ -1012,6 +1027,9 @@
|
||||
"Edit": [
|
||||
"تحرير"
|
||||
],
|
||||
"Edit as Rich Text": [
|
||||
""
|
||||
],
|
||||
"Edit link": [
|
||||
"تحرير الرابط"
|
||||
],
|
||||
@@ -1297,9 +1315,6 @@
|
||||
"File system": [
|
||||
"نظام الملفات"
|
||||
],
|
||||
"Filter tags": [
|
||||
"تصفية العلامات"
|
||||
],
|
||||
"Find: ": [
|
||||
"بحث:"
|
||||
],
|
||||
@@ -1883,9 +1898,6 @@
|
||||
"New sub-notebook": [
|
||||
"دفتر ملاحظات فرعي جديد"
|
||||
],
|
||||
"New tags:": [
|
||||
"وسوم جديدة:"
|
||||
],
|
||||
"New to-do": [
|
||||
"قائمة جديدة للمهام"
|
||||
],
|
||||
@@ -2048,9 +2060,6 @@
|
||||
"OCR: Clear cache and re-download language data files": [
|
||||
""
|
||||
],
|
||||
"Ok": [
|
||||
""
|
||||
],
|
||||
"OK": [
|
||||
"موافق"
|
||||
],
|
||||
@@ -2165,6 +2174,9 @@
|
||||
"Permission needed": [
|
||||
"مطلوب الإذن"
|
||||
],
|
||||
"Photo %d": [
|
||||
""
|
||||
],
|
||||
"Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
|
||||
""
|
||||
],
|
||||
@@ -2837,9 +2849,6 @@
|
||||
"Tabloid": [
|
||||
"صحيفة شعبية"
|
||||
],
|
||||
"tag1, tag2, ...": [
|
||||
""
|
||||
],
|
||||
"Tagged: %d.": [
|
||||
"تم وسمها: %d."
|
||||
],
|
||||
@@ -3005,6 +3014,15 @@
|
||||
"This drawing may have unsaved changes.": [
|
||||
""
|
||||
],
|
||||
"This feature is disabled by default, you need to manually enable it by turning on the option to 'Enable handwritten transcription'.": [
|
||||
""
|
||||
],
|
||||
"This feature is only available on Joplin Cloud and Joplin Server.": [
|
||||
""
|
||||
],
|
||||
"This image type is not supported by the recognition system.": [
|
||||
""
|
||||
],
|
||||
"This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": [
|
||||
"هذه أداة متقدمة لإظهار المرفقات المرتبطة بملاحظاتك. يرجى توخّي الحذر عند حذف أحدها حيث لا يمكن استعادتها بعد ذلك."
|
||||
],
|
||||
@@ -3020,6 +3038,9 @@
|
||||
"This note has no history": [
|
||||
"هذه المذكرة ليس لها تاريخ"
|
||||
],
|
||||
"This note is in HTML format. Convert it to Markdown to edit it more easily.": [
|
||||
""
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
@@ -3053,6 +3074,9 @@
|
||||
"To allow Joplin to synchronise with Dropbox, please follow the steps below:": [
|
||||
"يرجى اتباع الخطوات التالية للسماح لـ Joplin بالمزامنة مع Dropbox:"
|
||||
],
|
||||
"To create a new tag, type the name and press enter.": [
|
||||
""
|
||||
],
|
||||
"To delete a tag, untag the associated notes.": [
|
||||
"لتحذف الوسم، أزل الوسم عن الملاحظات التي وسمت به."
|
||||
],
|
||||
@@ -3134,9 +3158,6 @@
|
||||
"Type a note title or part of its content to jump to it. Or type # followed by a tag name, or @ followed by a notebook name. Or type : to search for commands.": [
|
||||
"اكتب عنوان ملاحظة أو جزء من محتواه للانتقال إليه. أو اكتب # متبوعاً بإسم وسم، أو @ متبوعاً باسم دفتر ملاحظات. أو اكتب : للبحث عن الأوامر."
|
||||
],
|
||||
"Type new tags or select from list": [
|
||||
"أكتب وسوماً جديدة أو اخترها من القائمة"
|
||||
],
|
||||
"Type: %s.": [
|
||||
"النوع: %s."
|
||||
],
|
||||
|
@@ -173,10 +173,13 @@
|
||||
"Add recipient:": [
|
||||
""
|
||||
],
|
||||
"Add tag %s to note": [
|
||||
"Add to dictionary": [
|
||||
""
|
||||
],
|
||||
"Add to dictionary": [
|
||||
"Added tag: %s": [
|
||||
""
|
||||
],
|
||||
"Adds tag": [
|
||||
""
|
||||
],
|
||||
"Admin": [
|
||||
@@ -263,6 +266,9 @@
|
||||
"Aritim Dark": [
|
||||
""
|
||||
],
|
||||
"Associated tags:": [
|
||||
""
|
||||
],
|
||||
"At present, Joplin Web can only be open in one tab at a time. Please close the other instance of Joplin.": [
|
||||
""
|
||||
],
|
||||
@@ -656,6 +662,9 @@
|
||||
"Decrypting items: %d/%d": [
|
||||
"Декриптиране на обекти: %d/%d"
|
||||
],
|
||||
"Default title to use for documents created by the scanner.": [
|
||||
""
|
||||
],
|
||||
"Default: %s": [
|
||||
"Стойност по подразбиране: %s"
|
||||
],
|
||||
@@ -764,9 +773,15 @@
|
||||
"Do not ask for confirmation.": [
|
||||
"Не питай за потвърждение."
|
||||
],
|
||||
"Document scanner: Title template": [
|
||||
""
|
||||
],
|
||||
"Don't allow the share recipient to write to the shared notebook. Valid only for the `add` subcommand.": [
|
||||
""
|
||||
],
|
||||
"Don't show this message again": [
|
||||
""
|
||||
],
|
||||
"Done": [
|
||||
""
|
||||
],
|
||||
@@ -815,6 +830,9 @@
|
||||
"Edit": [
|
||||
"Редактиране"
|
||||
],
|
||||
"Edit as Rich Text": [
|
||||
""
|
||||
],
|
||||
"Edit note.": [
|
||||
"Редактиране на бележка."
|
||||
],
|
||||
@@ -1142,6 +1160,9 @@
|
||||
"Hide disabled keys": [
|
||||
""
|
||||
],
|
||||
"Hides warning": [
|
||||
""
|
||||
],
|
||||
"Highlight": [
|
||||
""
|
||||
],
|
||||
@@ -1514,9 +1535,6 @@
|
||||
"New notebook \"%s\" will be created and file \"%s\" will be imported into it": [
|
||||
"Нова тетрадка \"%s\" ще бъде създадена и файл \"%s\" ще бъде импортиран в нея"
|
||||
],
|
||||
"New tags:": [
|
||||
"Нови тагове:"
|
||||
],
|
||||
"New to-do": [
|
||||
"Нова задача"
|
||||
],
|
||||
@@ -1658,9 +1676,6 @@
|
||||
"OCR: Clear cache and re-download language data files": [
|
||||
""
|
||||
],
|
||||
"Ok": [
|
||||
""
|
||||
],
|
||||
"OK": [
|
||||
"Добре"
|
||||
],
|
||||
@@ -1748,6 +1763,9 @@
|
||||
"Per user. Minimum of 2 users.": [
|
||||
""
|
||||
],
|
||||
"Photo %d": [
|
||||
""
|
||||
],
|
||||
"Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
|
||||
""
|
||||
],
|
||||
@@ -1907,6 +1925,9 @@
|
||||
"Re-upload local data to sync target": [
|
||||
""
|
||||
],
|
||||
"Read more": [
|
||||
""
|
||||
],
|
||||
"Read more about it": [
|
||||
""
|
||||
],
|
||||
@@ -1925,6 +1946,9 @@
|
||||
"Recipients:": [
|
||||
""
|
||||
],
|
||||
"Recognize handwritten image": [
|
||||
""
|
||||
],
|
||||
"Recommended": [
|
||||
""
|
||||
],
|
||||
@@ -2375,9 +2399,6 @@
|
||||
"Tabloid": [
|
||||
""
|
||||
],
|
||||
"tag1, tag2, ...": [
|
||||
""
|
||||
],
|
||||
"Tagged: %d.": [
|
||||
"Тагнати: %d."
|
||||
],
|
||||
@@ -2550,6 +2571,15 @@
|
||||
"This drawing may have unsaved changes.": [
|
||||
""
|
||||
],
|
||||
"This feature is disabled by default, you need to manually enable it by turning on the option to 'Enable handwritten transcription'.": [
|
||||
""
|
||||
],
|
||||
"This feature is only available on Joplin Cloud and Joplin Server.": [
|
||||
""
|
||||
],
|
||||
"This image type is not supported by the recognition system.": [
|
||||
""
|
||||
],
|
||||
"This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": [
|
||||
""
|
||||
],
|
||||
@@ -2565,6 +2595,9 @@
|
||||
"This note has no history": [
|
||||
"Тази бележка няма история"
|
||||
],
|
||||
"This note is in HTML format. Convert it to Markdown to edit it more easily.": [
|
||||
""
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
@@ -2598,6 +2631,9 @@
|
||||
"To allow Joplin to synchronise with Dropbox, please follow the steps below:": [
|
||||
"За да позволите на Joplin да синхронизира с Dropbox, моля изпълнете следните стъпки:"
|
||||
],
|
||||
"To create a new tag, type the name and press enter.": [
|
||||
""
|
||||
],
|
||||
"To delete a tag, untag the associated notes.": [
|
||||
"За да изтриете таг, премахнете го от всички бележки."
|
||||
],
|
||||
@@ -2664,9 +2700,6 @@
|
||||
"Type `joplin help` for usage information.": [
|
||||
"Въведете `joplin help` за информация за употребата."
|
||||
],
|
||||
"Type new tags or select from list": [
|
||||
"Напишете нови тагове или изберете от списъка"
|
||||
],
|
||||
"Type: %s.": [
|
||||
"Тип: %s."
|
||||
],
|
||||
|
@@ -170,15 +170,18 @@
|
||||
"Add recipient:": [
|
||||
""
|
||||
],
|
||||
"Add tag %s to note": [
|
||||
""
|
||||
],
|
||||
"Add title": [
|
||||
"Dodaj naziv"
|
||||
],
|
||||
"Add to dictionary": [
|
||||
""
|
||||
],
|
||||
"Added tag: %s": [
|
||||
""
|
||||
],
|
||||
"Adds tag": [
|
||||
""
|
||||
],
|
||||
"Admin": [
|
||||
""
|
||||
],
|
||||
@@ -263,6 +266,9 @@
|
||||
"Aritim Dark": [
|
||||
"Aritim tamna"
|
||||
],
|
||||
"Associated tags:": [
|
||||
""
|
||||
],
|
||||
"At present, Joplin Web can only be open in one tab at a time. Please close the other instance of Joplin.": [
|
||||
""
|
||||
],
|
||||
@@ -644,6 +650,9 @@
|
||||
"Decrypting items: %d/%d": [
|
||||
"Dešifrujem stavke: %d/%d"
|
||||
],
|
||||
"Default title to use for documents created by the scanner.": [
|
||||
""
|
||||
],
|
||||
"Default: %s": [
|
||||
"Prekonfigurisano: %s"
|
||||
],
|
||||
@@ -749,9 +758,15 @@
|
||||
"Do not ask for confirmation.": [
|
||||
"Ne pitaj za potvrdu."
|
||||
],
|
||||
"Document scanner: Title template": [
|
||||
""
|
||||
],
|
||||
"Don't allow the share recipient to write to the shared notebook. Valid only for the `add` subcommand.": [
|
||||
""
|
||||
],
|
||||
"Don't show this message again": [
|
||||
""
|
||||
],
|
||||
"Done": [
|
||||
""
|
||||
],
|
||||
@@ -800,6 +815,9 @@
|
||||
"Edit": [
|
||||
"Uredi"
|
||||
],
|
||||
"Edit as Rich Text": [
|
||||
""
|
||||
],
|
||||
"Edit note.": [
|
||||
"Uredi bilješku."
|
||||
],
|
||||
@@ -1505,9 +1523,6 @@
|
||||
"New notebook \"%s\" will be created and file \"%s\" will be imported into it": [
|
||||
"Kreirat će se nova bilježnica \"%s\" i u nju će biti unesena datoteka \"%s\""
|
||||
],
|
||||
"New tags:": [
|
||||
"Nove oznake:"
|
||||
],
|
||||
"New to-do": [
|
||||
"Novi zadatak"
|
||||
],
|
||||
@@ -1637,9 +1652,6 @@
|
||||
"OCR: Clear cache and re-download language data files": [
|
||||
""
|
||||
],
|
||||
"Ok": [
|
||||
""
|
||||
],
|
||||
"OK": [
|
||||
"Uredu"
|
||||
],
|
||||
@@ -1724,6 +1736,9 @@
|
||||
"Per user. Minimum of 2 users.": [
|
||||
""
|
||||
],
|
||||
"Photo %d": [
|
||||
""
|
||||
],
|
||||
"Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
|
||||
""
|
||||
],
|
||||
@@ -1901,6 +1916,9 @@
|
||||
"Recipients:": [
|
||||
""
|
||||
],
|
||||
"Recognize handwritten image": [
|
||||
""
|
||||
],
|
||||
"Recommended": [
|
||||
""
|
||||
],
|
||||
@@ -2351,9 +2369,6 @@
|
||||
"Tabloid": [
|
||||
"Tabloid"
|
||||
],
|
||||
"tag1, tag2, ...": [
|
||||
""
|
||||
],
|
||||
"Tagged: %d.": [
|
||||
"Označeno: %d."
|
||||
],
|
||||
@@ -2521,6 +2536,15 @@
|
||||
"This drawing may have unsaved changes.": [
|
||||
""
|
||||
],
|
||||
"This feature is disabled by default, you need to manually enable it by turning on the option to 'Enable handwritten transcription'.": [
|
||||
""
|
||||
],
|
||||
"This feature is only available on Joplin Cloud and Joplin Server.": [
|
||||
""
|
||||
],
|
||||
"This image type is not supported by the recognition system.": [
|
||||
""
|
||||
],
|
||||
"This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": [
|
||||
"Ovo je napredna alatka za prikazivanje priloga koji se nalaze u Vašim bilješkama. Molimo budite oprezni prilikom brisanja priloga, jer se oni više neće moći rekonstruisati."
|
||||
],
|
||||
@@ -2536,6 +2560,9 @@
|
||||
"This note has no history": [
|
||||
"Bilješka nema ranijih verzija"
|
||||
],
|
||||
"This note is in HTML format. Convert it to Markdown to edit it more easily.": [
|
||||
""
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
@@ -2569,6 +2596,9 @@
|
||||
"To allow Joplin to synchronise with Dropbox, please follow the steps below:": [
|
||||
"Slijedite ove korake da dopustite Joplinu sinhronizovanje sa Dropboxom:"
|
||||
],
|
||||
"To create a new tag, type the name and press enter.": [
|
||||
""
|
||||
],
|
||||
"To delete a tag, untag the associated notes.": [
|
||||
"Da izbrišete oznaku, prvo je uklonite iz bilješki kojima je dodijeljena."
|
||||
],
|
||||
@@ -2632,9 +2662,6 @@
|
||||
"Type `joplin help` for usage information.": [
|
||||
"Kucajte `joplin help` za informacije o korištenju."
|
||||
],
|
||||
"Type new tags or select from list": [
|
||||
"Unesite nove oznake ili odaberite iz popisa"
|
||||
],
|
||||
"Type: %s.": [
|
||||
"Vrsta: %s."
|
||||
],
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -191,15 +191,18 @@
|
||||
"Add recipient:": [
|
||||
"Přidat příjemce:"
|
||||
],
|
||||
"Add tag %s to note": [
|
||||
""
|
||||
],
|
||||
"Add title": [
|
||||
"Přidejte nadpis"
|
||||
],
|
||||
"Add to dictionary": [
|
||||
"Přidat do slovníku"
|
||||
],
|
||||
"Added tag: %s": [
|
||||
""
|
||||
],
|
||||
"Adds tag": [
|
||||
""
|
||||
],
|
||||
"Admin": [
|
||||
"Admin"
|
||||
],
|
||||
@@ -284,6 +287,9 @@
|
||||
"Aritim Dark": [
|
||||
"Aritim Dark"
|
||||
],
|
||||
"Associated tags:": [
|
||||
""
|
||||
],
|
||||
"At present, Joplin Web can only be open in one tab at a time. Please close the other instance of Joplin.": [
|
||||
""
|
||||
],
|
||||
@@ -796,6 +802,9 @@
|
||||
"Default": [
|
||||
"Výchozí"
|
||||
],
|
||||
"Default title to use for documents created by the scanner.": [
|
||||
""
|
||||
],
|
||||
"Default: %s": [
|
||||
"Výchozí: %s"
|
||||
],
|
||||
@@ -934,9 +943,15 @@
|
||||
"Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.": [
|
||||
"Heslo neztrácejte, protože z bezpečnostních důvodů je to *jediný* způsob, jak data dešifrovat! Chcete-li povolit šifrování, zadejte níže heslo."
|
||||
],
|
||||
"Document scanner: Title template": [
|
||||
""
|
||||
],
|
||||
"Don't allow the share recipient to write to the shared notebook. Valid only for the `add` subcommand.": [
|
||||
""
|
||||
],
|
||||
"Don't show this message again": [
|
||||
""
|
||||
],
|
||||
"Done": [
|
||||
"Hotovo"
|
||||
],
|
||||
@@ -997,6 +1012,9 @@
|
||||
"Edit": [
|
||||
"Upravit"
|
||||
],
|
||||
"Edit as Rich Text": [
|
||||
""
|
||||
],
|
||||
"Edit link": [
|
||||
"Upravit odkaz"
|
||||
],
|
||||
@@ -1279,9 +1297,6 @@
|
||||
"File system": [
|
||||
"Souborový systém"
|
||||
],
|
||||
"Filter tags": [
|
||||
"Filtrovat štítky"
|
||||
],
|
||||
"Find: ": [
|
||||
"Najít: "
|
||||
],
|
||||
@@ -1895,9 +1910,6 @@
|
||||
"New sub-notebook": [
|
||||
"Nový pod-zápisník"
|
||||
],
|
||||
"New tags:": [
|
||||
"Nové štítky:"
|
||||
],
|
||||
"New to-do": [
|
||||
"Nový úkol"
|
||||
],
|
||||
@@ -2063,9 +2075,6 @@
|
||||
"OCR: Clear cache and re-download language data files": [
|
||||
""
|
||||
],
|
||||
"Ok": [
|
||||
""
|
||||
],
|
||||
"OK": [
|
||||
"OK"
|
||||
],
|
||||
@@ -2180,6 +2189,9 @@
|
||||
"Permission needed": [
|
||||
"Vyžadováno oprávnění"
|
||||
],
|
||||
"Photo %d": [
|
||||
""
|
||||
],
|
||||
"Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
|
||||
"Pro pokračování klikněte na \"%s\" nebo nastavte hesla v seznamu \"%s\" níže."
|
||||
],
|
||||
@@ -2387,6 +2399,9 @@
|
||||
"Recipients:": [
|
||||
"Příjemci:"
|
||||
],
|
||||
"Recognize handwritten image": [
|
||||
""
|
||||
],
|
||||
"Record audio": [
|
||||
""
|
||||
],
|
||||
@@ -2924,9 +2939,6 @@
|
||||
"Tabloid": [
|
||||
"Tabloid"
|
||||
],
|
||||
"tag1, tag2, ...": [
|
||||
"štítek1, štítek2, ..."
|
||||
],
|
||||
"Tagged: %d.": [
|
||||
"Označeno pomocí štítků: %d."
|
||||
],
|
||||
@@ -3101,6 +3113,15 @@
|
||||
"This authorisation token is only needed to allow third-party applications to access Joplin.": [
|
||||
"Tento autorizační token je potřeba pouze pro povolení komunikace Joplin s aplikacemi třetích stran."
|
||||
],
|
||||
"This feature is disabled by default, you need to manually enable it by turning on the option to 'Enable handwritten transcription'.": [
|
||||
""
|
||||
],
|
||||
"This feature is only available on Joplin Cloud and Joplin Server.": [
|
||||
""
|
||||
],
|
||||
"This image type is not supported by the recognition system.": [
|
||||
""
|
||||
],
|
||||
"This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": [
|
||||
"Toto je pokročilý nástroj pro zobrazení příloh, které jsou připojeny k vašim poznámkám. Při odstraňování přílohy buďte opatrní, protože odstraněnou přílohu nelze obnovit."
|
||||
],
|
||||
@@ -3116,6 +3137,9 @@
|
||||
"This note has no history": [
|
||||
"Tato poznámka nemá historii"
|
||||
],
|
||||
"This note is in HTML format. Convert it to Markdown to edit it more easily.": [
|
||||
""
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
@@ -3155,6 +3179,9 @@
|
||||
"To continue, please enter your master password below.": [
|
||||
"Chcete-li pokračovat, zadejte níže své hlavní heslo."
|
||||
],
|
||||
"To create a new tag, type the name and press enter.": [
|
||||
""
|
||||
],
|
||||
"To delete a tag, untag the associated notes.": [
|
||||
"Před smazáním štítku ho odeberte od přiřazených poznámek."
|
||||
],
|
||||
@@ -3251,9 +3278,6 @@
|
||||
"Type a note title or part of its content to jump to it. Or type # followed by a tag name, or @ followed by a notebook name. Or type : to search for commands.": [
|
||||
"Zadejte název poznámky, na kterou chcete přeskočit, nebo část jejího obsahu. Nebo zadejte # následovaný názvem štítku, @ následovaný názvem poznámky, nebo : pro vyhledávání příkazů."
|
||||
],
|
||||
"Type new tags or select from list": [
|
||||
"Zadejte nové štítky, nebo vyberte existující ze seznamu"
|
||||
],
|
||||
"Type: %s.": [
|
||||
"Typ: %s."
|
||||
],
|
||||
|
@@ -35,7 +35,7 @@
|
||||
"%d noter vil blive slettet permanent. Vil du fortsætte?"
|
||||
],
|
||||
"%d photo(s) taken": [
|
||||
""
|
||||
"%d foto(s) taget"
|
||||
],
|
||||
"%s": [
|
||||
"%s"
|
||||
@@ -76,6 +76,9 @@
|
||||
"%s cannot be less than %s": [
|
||||
"%s kan ikke være mindre end %s"
|
||||
],
|
||||
"%s from %s": [
|
||||
"%s fra %s"
|
||||
],
|
||||
"%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."
|
||||
],
|
||||
@@ -138,7 +141,7 @@
|
||||
"(Ingen)"
|
||||
],
|
||||
"(Read-only)": [
|
||||
""
|
||||
"(Skrivebeskyttet)"
|
||||
],
|
||||
"(wysiwyg: %s)": [
|
||||
"(wysiwyg: %s)"
|
||||
@@ -161,8 +164,11 @@
|
||||
"<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> (Opgave-kommando) kan enten være \"toggle\" eller \"clear\". Brug \"toggle\" for at skrifte opgavens status mellem udført og ikke udført (Hvis resultatet er en almindelig note, bliver den konverteret til en opgave). Brug \"clear\" til at konvertere en opgave til en alm. note."
|
||||
],
|
||||
"[None]": [
|
||||
"[Ingen]"
|
||||
],
|
||||
"A comma-separated list of words. May be used for uncommon words, to help voice typing spell them correctly.": [
|
||||
""
|
||||
"En kommasepareret liste af ord. Kan bruges til ualmindelige ord for at hjælpe stemmeindtastning med at stave dem korrekt."
|
||||
],
|
||||
"A new update (%s) is available": [
|
||||
"En ny opdatering (%s) er tilgængelig"
|
||||
@@ -197,6 +203,12 @@
|
||||
"Accepted invitations": [
|
||||
"Accepterede invitationer"
|
||||
],
|
||||
"Accepted: Notebook %s from %s": [
|
||||
"Accepteret: Notesbog %s fra %s"
|
||||
],
|
||||
"Accepting share...": [
|
||||
"Accepterer deling..."
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
"Adgang nægtet: Tjek venligst dit brugernavn og din adgangskode"
|
||||
],
|
||||
@@ -236,9 +248,6 @@
|
||||
"Add recipient:": [
|
||||
"Tilføj modtager:"
|
||||
],
|
||||
"Add tag %s to note": [
|
||||
"Tilføj etiketten %s til note"
|
||||
],
|
||||
"Add title": [
|
||||
"Tilføj titel"
|
||||
],
|
||||
@@ -248,6 +257,9 @@
|
||||
"Add to note": [
|
||||
"Tilføj til note"
|
||||
],
|
||||
"Adds tag": [
|
||||
""
|
||||
],
|
||||
"Admin": [
|
||||
"Admin"
|
||||
],
|
||||
@@ -279,7 +291,7 @@
|
||||
"Alle mulige porte er i brug - rapportér venligst problemet på %s"
|
||||
],
|
||||
"All shared folders:": [
|
||||
""
|
||||
"Alle delte mapper:"
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
"Gør det muligt at fejlsøge mobil-plugins. Se %s for detaljer."
|
||||
@@ -338,6 +350,9 @@
|
||||
"Are you sure that you want to restore the default toolbar layout?\nThis cannot be undone.": [
|
||||
"Er du sikker på, at du vil gendanne værktøjslinjens standardlayout?\nDette kan ikke gøres om."
|
||||
],
|
||||
"Are you sure you want to delete all history for this note? This cannot be undone.": [
|
||||
"Er du sikker på, at du vil slette al historik for denne note? Dette kan ikke gøres om."
|
||||
],
|
||||
"Are you sure you want to renew the authorisation token?": [
|
||||
"Er du sikker på, at du vil forny autorisationstoken?"
|
||||
],
|
||||
@@ -350,6 +365,9 @@
|
||||
"Aritim Dark": [
|
||||
"Aritim Mørk"
|
||||
],
|
||||
"Associated tags:": [
|
||||
""
|
||||
],
|
||||
"At present, Joplin Web can only be open in one tab at a time. Please close the other instance of Joplin.": [
|
||||
"På nuværende tidspunkt kan Joplin Web kun være åben i én fane ad gangen. Luk den anden instans af Joplin."
|
||||
],
|
||||
@@ -666,7 +684,7 @@
|
||||
"Kommando-udvalg..."
|
||||
],
|
||||
"Commands: `add`, `remove`, `list`, `delete`, `accept`, `leave`, and `reject`.": [
|
||||
""
|
||||
"Kommandoer: `tilføj`, `fjern`, `list`, `slet`, `accepter`, `forlad` og `afvis`."
|
||||
],
|
||||
"Compact": [
|
||||
"Kompakt"
|
||||
@@ -723,7 +741,7 @@
|
||||
"Forbind til Joplin Cloud"
|
||||
],
|
||||
"Connect using your organisation account": [
|
||||
""
|
||||
"Opret forbindelse med din organisations konto"
|
||||
],
|
||||
"Consolidated billing": [
|
||||
"Konsolideret fakturering"
|
||||
@@ -949,6 +967,9 @@
|
||||
"Default": [
|
||||
"Standard"
|
||||
],
|
||||
"Default title to use for documents created by the scanner.": [
|
||||
""
|
||||
],
|
||||
"Default: %s": [
|
||||
"Standard: %s"
|
||||
],
|
||||
@@ -964,6 +985,9 @@
|
||||
"Delete expired tokens": [
|
||||
"Slet udløbne tokens"
|
||||
],
|
||||
"Delete history": [
|
||||
"Slet historik"
|
||||
],
|
||||
"Delete line": [
|
||||
"Slet linje"
|
||||
],
|
||||
@@ -1108,10 +1132,19 @@
|
||||
"Do not ask for confirmation.": [
|
||||
"Spørg ikke om bekræftelse."
|
||||
],
|
||||
"Do not ask for user confirmation.": [
|
||||
"Spørg ikke om brugerbekræftelse."
|
||||
],
|
||||
"Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.": [
|
||||
"Glem ikke adgangkoden, da den af sikkerhedshensyn er den *eneste* mulighed for dekryptering af data! For at aktivere kryptering til, skal du indtaste din adgangskode herunder."
|
||||
],
|
||||
"Document scanner: Title template": [
|
||||
""
|
||||
],
|
||||
"Don't allow the share recipient to write to the shared notebook. Valid only for the `add` subcommand.": [
|
||||
"Tillad ikke modtageren af delingen at skrive til den delte notesbog. Gælder kun for underkommandoen `tilføj`."
|
||||
],
|
||||
"Don't show this message again": [
|
||||
""
|
||||
],
|
||||
"Donate, website": [
|
||||
@@ -1399,6 +1432,12 @@
|
||||
"Enter password": [
|
||||
"Indtast adgangskode"
|
||||
],
|
||||
"Enter the code": [
|
||||
"Indtast koden"
|
||||
],
|
||||
"Enter the code:": [
|
||||
"Indtast koden:"
|
||||
],
|
||||
"Entering selection mode": [
|
||||
"Går i valgtilstand"
|
||||
],
|
||||
@@ -1412,7 +1451,7 @@
|
||||
"Fejl ved åbning af note i editor: %s"
|
||||
],
|
||||
"Error starting camera: %s": [
|
||||
""
|
||||
"Fejl ved start af kamera: %s"
|
||||
],
|
||||
"Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:": [
|
||||
"Fejl. Sørg for at URL, brugernavn, adgangskode, osv. er korrekte og at synkroniseringsmålet er tilgængeligt. Den rapporterede fejl var:"
|
||||
@@ -1499,7 +1538,7 @@
|
||||
"Fejlsikring: Synkroniseringen blev afbrudt for at forhindre datatab, fordi synkroniseringsmålet er tomt eller beskadiget. For at tilsidesætte denne adfærd skal du deaktivere fail-safe i synkroniseringsindstillingerne."
|
||||
],
|
||||
"Failed to connect to your account. Please try again.": [
|
||||
""
|
||||
"Kunne ikke oprette forbindelse til din konto. Prøv venligst igen."
|
||||
],
|
||||
"Fatal error:": [
|
||||
"Kritisk fejl:"
|
||||
@@ -1522,9 +1561,6 @@
|
||||
"Filter": [
|
||||
"Filtrér"
|
||||
],
|
||||
"Filter tags": [
|
||||
"Filtrer etiketter"
|
||||
],
|
||||
"Find": [
|
||||
"Find"
|
||||
],
|
||||
@@ -1553,7 +1589,7 @@
|
||||
"Fokuser på titel"
|
||||
],
|
||||
"Folder \"%s\" is shared with:": [
|
||||
""
|
||||
"Mappen \"%s\" deles med:"
|
||||
],
|
||||
"Follow link": [
|
||||
"Følg link"
|
||||
@@ -1605,7 +1641,7 @@
|
||||
"Geolokalisering, stavekontrol, redigeringsværktøjslinje, ændring af billedstørrelse"
|
||||
],
|
||||
"Get a quote": [
|
||||
""
|
||||
"Få et tilbud"
|
||||
],
|
||||
"Get it now:": [
|
||||
"Få den nu:"
|
||||
@@ -1617,7 +1653,7 @@
|
||||
"Henter eller tilføjer konfigurationsværdi. Hvis [value] er tilføjet, vises værdien af [name]. Hvis hverken [name] eller [value] er tilføjet, vises aktuel konfiguration."
|
||||
],
|
||||
"Glossary:": [
|
||||
""
|
||||
"Ordliste:"
|
||||
],
|
||||
"go": [
|
||||
"gå"
|
||||
@@ -1784,6 +1820,9 @@
|
||||
"In: %s": [
|
||||
"I: %s"
|
||||
],
|
||||
"Incoming shares:": [
|
||||
"Indgående delinger:"
|
||||
],
|
||||
"Incompatible": [
|
||||
"Inkompatibel"
|
||||
],
|
||||
@@ -1916,9 +1955,15 @@
|
||||
"Joplin Server": [
|
||||
"Joplin server"
|
||||
],
|
||||
"Joplin Server Business": [
|
||||
"Joplin Server Business"
|
||||
],
|
||||
"Joplin Server email": [
|
||||
"Joplin server e-mail"
|
||||
],
|
||||
"Joplin Server Login": [
|
||||
"Joplin Server Login"
|
||||
],
|
||||
"Joplin Server password": [
|
||||
"Joplin Server-adgangskode"
|
||||
],
|
||||
@@ -1926,7 +1971,7 @@
|
||||
"Joplin Server URL"
|
||||
],
|
||||
"Joplin SSO Authentication": [
|
||||
""
|
||||
"Joplin SSO-godkendelse"
|
||||
],
|
||||
"Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.": [
|
||||
"Joplin Web-Clipper gør at du kan gemme hjemmesider og screenshots fra din browser i Joplin."
|
||||
@@ -2015,6 +2060,10 @@
|
||||
"Link": [
|
||||
"Link"
|
||||
],
|
||||
"Link created!": [
|
||||
"Link oprettet!",
|
||||
"Links oprettet!"
|
||||
],
|
||||
"Link description": [
|
||||
"Link-kryptering"
|
||||
],
|
||||
@@ -2028,6 +2077,9 @@
|
||||
"Link to note...": [
|
||||
"Link til note..."
|
||||
],
|
||||
"Links": [
|
||||
"Links"
|
||||
],
|
||||
"List item": [
|
||||
"Listepunkt"
|
||||
],
|
||||
@@ -2046,6 +2098,9 @@
|
||||
"Log": [
|
||||
"Log"
|
||||
],
|
||||
"Log in with your web browser": [
|
||||
"Log ind med din web-browser"
|
||||
],
|
||||
"Login to Joplin Cloud.": [
|
||||
"Log ind på Joplin Cloud."
|
||||
],
|
||||
@@ -2254,9 +2309,6 @@
|
||||
"New sub-notebook": [
|
||||
"Ny under-notesbog"
|
||||
],
|
||||
"New tags:": [
|
||||
"Nye etiketter:"
|
||||
],
|
||||
"New to-do": [
|
||||
"Ny opgave"
|
||||
],
|
||||
@@ -2266,6 +2318,9 @@
|
||||
"next": [
|
||||
"næste"
|
||||
],
|
||||
"Next": [
|
||||
"Næste"
|
||||
],
|
||||
"Next match": [
|
||||
"Næste match"
|
||||
],
|
||||
@@ -2311,6 +2366,9 @@
|
||||
"No results": [
|
||||
"Ingen resultater"
|
||||
],
|
||||
"No revision selected": [
|
||||
"Ingen revision valgt"
|
||||
],
|
||||
"No such command: %s": [
|
||||
"Kommando findes ikke: %s"
|
||||
],
|
||||
@@ -2374,9 +2432,15 @@
|
||||
"Note has been saved.": [
|
||||
"Note gemt."
|
||||
],
|
||||
"Note history": [
|
||||
"Notehistorik"
|
||||
],
|
||||
"Note History": [
|
||||
"Notehistore"
|
||||
],
|
||||
"Note history has been deleted.": [
|
||||
"Notehistorik slettet."
|
||||
],
|
||||
"Note is not a to-do: \"%s\"": [
|
||||
"Noten er ikke en opgave: \"%s\""
|
||||
],
|
||||
@@ -2446,9 +2510,6 @@
|
||||
"OCR: Language data URL or path": [
|
||||
"OCR: URL eller sti til sprogdata"
|
||||
],
|
||||
"Ok": [
|
||||
""
|
||||
],
|
||||
"OK": [
|
||||
"OK"
|
||||
],
|
||||
@@ -2600,7 +2661,7 @@
|
||||
"Slet notesbogen \"%s\" permanent?\n\nAlle noter og undernotesbøger i denne notesbog vil blive slettet permanent."
|
||||
],
|
||||
"Permanently delete this note?": [
|
||||
"Slet denne note permanent? ",
|
||||
"Slet denne note permanent?",
|
||||
"Slet disse %d noter permanent?"
|
||||
],
|
||||
"Permanently deletes the notebook, skipping the trash.": [
|
||||
@@ -2609,6 +2670,9 @@
|
||||
"Permission needed": [
|
||||
"Tilladelse nødvendig"
|
||||
],
|
||||
"Photo %d": [
|
||||
""
|
||||
],
|
||||
"Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
|
||||
"Klik på \"%s\" for at fortsætte, eller indstil adgangskoderne på \"%s\"-listen nedenfor."
|
||||
],
|
||||
@@ -2652,7 +2716,7 @@
|
||||
"Vent venligst på at alle vedhæftninger downloades og dekrypteres. Du kan også skifte til %s for at redigere noten."
|
||||
],
|
||||
"Please wait while we load your organisation sign-in page...": [
|
||||
""
|
||||
"Vent venligst, mens vi indlæser din organisations login-side..."
|
||||
],
|
||||
"Please wait...": [
|
||||
"Vent venligst..."
|
||||
@@ -2694,7 +2758,7 @@
|
||||
"Mulige værdier: %s."
|
||||
],
|
||||
"Prefer JSON output.": [
|
||||
""
|
||||
"Foretræk JSON-output."
|
||||
],
|
||||
"Preferences": [
|
||||
"Præferencer"
|
||||
@@ -2732,6 +2796,9 @@
|
||||
"Previous match": [
|
||||
"Forrige match"
|
||||
],
|
||||
"Previous versions": [
|
||||
"Tidligere versioner"
|
||||
],
|
||||
"Previous versions of this note": [
|
||||
"Tidligere udgaver af denne note"
|
||||
],
|
||||
@@ -2792,6 +2859,9 @@
|
||||
"Public-private key pair:": [
|
||||
"Offentligt-privat nøglepar:"
|
||||
],
|
||||
"Publish Note": [
|
||||
"Publicer note"
|
||||
],
|
||||
"Publish note...": [
|
||||
"Publicer note..."
|
||||
],
|
||||
@@ -2802,7 +2872,7 @@
|
||||
"Udgiv noter til internettet"
|
||||
],
|
||||
"Publish/unpublish": [
|
||||
""
|
||||
"Publicer/afpublicer"
|
||||
],
|
||||
"QR Code": [
|
||||
"QR-kode"
|
||||
@@ -2870,6 +2940,9 @@
|
||||
"Reject": [
|
||||
"Afvis"
|
||||
],
|
||||
"Rejecting share...": [
|
||||
"Afviser deling..."
|
||||
],
|
||||
"Remove": [
|
||||
"Fjern"
|
||||
],
|
||||
@@ -2882,6 +2955,9 @@
|
||||
"Remove this search from the sidebar?": [
|
||||
"Slet denne søgning fra sidebjælken?"
|
||||
],
|
||||
"Removed %s from share.": [
|
||||
"Fjern %s fra deling."
|
||||
],
|
||||
"Rename": [
|
||||
"Omdøb"
|
||||
],
|
||||
@@ -2996,6 +3072,9 @@
|
||||
"Reverses the sorting order.": [
|
||||
"Modsat sortering."
|
||||
],
|
||||
"Revision:": [
|
||||
"Revision:"
|
||||
],
|
||||
"Revision: %s (%s)": [
|
||||
"Revision: %s (%s)"
|
||||
],
|
||||
@@ -3098,6 +3177,9 @@
|
||||
"Select": [
|
||||
"Vælg"
|
||||
],
|
||||
"Select a revision...": [
|
||||
"Vælg en revision..."
|
||||
],
|
||||
"Select all": [
|
||||
"Vælg alt"
|
||||
],
|
||||
@@ -3117,7 +3199,7 @@
|
||||
"Vælger en notesbog"
|
||||
],
|
||||
"Self-hosted": [
|
||||
""
|
||||
"Selv-hostet"
|
||||
],
|
||||
"Send bug report": [
|
||||
"Send fejlrapport"
|
||||
@@ -3177,7 +3259,7 @@
|
||||
"Delinger"
|
||||
],
|
||||
"Shares or unshares the specified [notebook] with [user]. Requires Joplin Cloud or Joplin Server.": [
|
||||
""
|
||||
"Deler eller ophæver delingen af den angivne [notebook] med [user]. Kræver Joplin Cloud eller Joplin Server."
|
||||
],
|
||||
"Sharing notebook...": [
|
||||
"Deler notesbog..."
|
||||
@@ -3302,6 +3384,9 @@
|
||||
"Source": [
|
||||
"Kilde"
|
||||
],
|
||||
"Source code available": [
|
||||
"Kildekode tilgængelig"
|
||||
],
|
||||
"Source format: %s": [
|
||||
"Kildeformat: %s"
|
||||
],
|
||||
@@ -3428,6 +3513,9 @@
|
||||
"Switch to the legacy editor": [
|
||||
"Skift til den gamle editor"
|
||||
],
|
||||
"Switch to the new editor": [
|
||||
"Skift til den nye editor"
|
||||
],
|
||||
"Switch to to-do type": [
|
||||
"Skift til opgave"
|
||||
],
|
||||
@@ -3503,9 +3591,6 @@
|
||||
"Tabloid": [
|
||||
"US Tabloid"
|
||||
],
|
||||
"tag1, tag2, ...": [
|
||||
"etiket1, etiket2, ..."
|
||||
],
|
||||
"Tagged: %d.": [
|
||||
"Etiketterede: %d."
|
||||
],
|
||||
@@ -3595,7 +3680,7 @@
|
||||
"Nøglerne til disse ID'er er brugt til at kryptere nogle af dine emner, men applikationen har i øjeblikket ikke adgang til dem. De vil sandsynligvis blive hentet i forbindelse med synkronisering."
|
||||
],
|
||||
"The legacy Markdown editor appears to have crashed due to an incompatibility with a plugin. We recommend using the new editor.": [
|
||||
""
|
||||
"Den gamle Markdown-editor ser ud til at være gået ned på grund af en inkompatibilitet med et plugin. Vi anbefaler at bruge den nye editor."
|
||||
],
|
||||
"The master key has been upgraded successfully!": [
|
||||
"Hovednøglen er succesfuldt opgraderet!"
|
||||
@@ -3709,6 +3794,15 @@
|
||||
"This drawing may have unsaved changes.": [
|
||||
"Denne tegning kan have ændringer, der ikke er gemt."
|
||||
],
|
||||
"This feature is disabled by default, you need to manually enable it by turning on the option to 'Enable handwritten transcription'.": [
|
||||
""
|
||||
],
|
||||
"This feature is only available on Joplin Cloud and Joplin Server.": [
|
||||
""
|
||||
],
|
||||
"This image type is not supported by the recognition system.": [
|
||||
""
|
||||
],
|
||||
"This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": [
|
||||
"Dette er et avanceret værktøj til at vise de vedhæftninger, som er knyttet til dine noter. Vær forsigtig med at slette dem, da de ikke kan gendannes bagefter."
|
||||
],
|
||||
@@ -3736,6 +3830,9 @@
|
||||
"This note has no history": [
|
||||
"Denne note har ingen historie"
|
||||
],
|
||||
"This note is in HTML format. Convert it to Markdown to edit it more easily.": [
|
||||
""
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
"Dette plugin understøtter ikke %s."
|
||||
],
|
||||
@@ -3775,9 +3872,15 @@
|
||||
"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 allow Joplin to synchronise with your account, please follow these steps:": [
|
||||
"For at give Joplin tilladelse til at synkronisere med din konto, skal du følge nedenstående trin:"
|
||||
],
|
||||
"To continue, please enter your master password below.": [
|
||||
"Indtast din hovedadgangskode nedenfor for at fortsætte."
|
||||
],
|
||||
"To create a new tag, type the name and press enter.": [
|
||||
""
|
||||
],
|
||||
"To delete a tag, untag the associated notes.": [
|
||||
"For at slette en etikette, fjern etikette fra de tilhørende noter."
|
||||
],
|
||||
@@ -3901,9 +4004,6 @@
|
||||
"Type a note title to search for it.": [
|
||||
"Indtast en notetitel for at søge efter den."
|
||||
],
|
||||
"Type new tags or select from list": [
|
||||
"Indtast nye etiketter eller vælg fra listen"
|
||||
],
|
||||
"Type: %s.": [
|
||||
"Tast: %s."
|
||||
],
|
||||
@@ -3943,6 +4043,12 @@
|
||||
"Unordered list": [
|
||||
"Usorteret liste"
|
||||
],
|
||||
"Unpublish": [
|
||||
"Afpublicer"
|
||||
],
|
||||
"Unpublish \"%s\"": [
|
||||
"Afpublicer \"%s\""
|
||||
],
|
||||
"Unpublish note": [
|
||||
"Afpublicer note"
|
||||
],
|
||||
@@ -3950,7 +4056,7 @@
|
||||
"Del ikke længere"
|
||||
],
|
||||
"Unshare notebook \"%s\"? This may cause other users to lose access to the notebook.": [
|
||||
""
|
||||
"Ophæv deling af notesbog \"%s\"? Dette kan medføre, at andre brugere mister adgang til notesbogen."
|
||||
],
|
||||
"Unshare this notebook? The recipients will no longer have access to its content.": [
|
||||
"Del ikke længere denne notesbog? Modtagerne vil ikke længere have adgang til dens indhold."
|
||||
@@ -4075,6 +4181,9 @@
|
||||
"Viewer": [
|
||||
"Fremviser"
|
||||
],
|
||||
"Viewer and Rich Text Editor font family": [
|
||||
"Skrifttypefamilie til Viewer og Rich Text Editor"
|
||||
],
|
||||
"Viewer font size": [
|
||||
"Skriftstørrelse i fremviseren"
|
||||
],
|
||||
@@ -4090,12 +4199,18 @@
|
||||
"Voice typing...": [
|
||||
"Stemmeindtastning..."
|
||||
],
|
||||
"Voice typing: Glossary": [
|
||||
"Stemmeindtastning: Ordliste"
|
||||
],
|
||||
"Vosk": [
|
||||
"Vosk"
|
||||
],
|
||||
"Waiting for authorisation...": [
|
||||
"Venter på godkendelse..."
|
||||
],
|
||||
"Waiting: Notebook %s from %s": [
|
||||
"Venter: Notesbog %s fra %s"
|
||||
],
|
||||
"Warning": [
|
||||
"Advarsel"
|
||||
],
|
||||
@@ -4178,10 +4293,10 @@
|
||||
"Du er logget ind på Joplin Cloud, du kan forlade dette skærmbillede nu."
|
||||
],
|
||||
"You are now logged into your account.": [
|
||||
""
|
||||
"Du er nu logget ind på din konto."
|
||||
],
|
||||
"You are now using the latest version of the Markdown editor.": [
|
||||
""
|
||||
"Du bruger nu den nyeste version af Markdown-editoren."
|
||||
],
|
||||
"You are running the Intel version of Joplin on an Apple Silicon processor. Download the Apple Silicon one for better performance.": [
|
||||
"Du kører Intel-versionen af Joplin på en Apple Silicon-processor. Download Apple Silicon-versionen for at få en bedre ydelse."
|
||||
|
@@ -236,9 +236,6 @@
|
||||
"Add recipient:": [
|
||||
"Füge Empfänger hinzu:"
|
||||
],
|
||||
"Add tag %s to note": [
|
||||
"Schlagwort %s zur Notiz hinzufügen"
|
||||
],
|
||||
"Add title": [
|
||||
"Titel hinzufügen"
|
||||
],
|
||||
@@ -248,6 +245,9 @@
|
||||
"Add to note": [
|
||||
"Zur Notiz hinzufügen"
|
||||
],
|
||||
"Adds tag": [
|
||||
""
|
||||
],
|
||||
"Admin": [
|
||||
"Admin"
|
||||
],
|
||||
@@ -350,6 +350,9 @@
|
||||
"Aritim Dark": [
|
||||
"Aritim dunkel"
|
||||
],
|
||||
"Associated tags:": [
|
||||
""
|
||||
],
|
||||
"At present, Joplin Web can only be open in one tab at a time. Please close the other instance of Joplin.": [
|
||||
"Zur Zeit kann Joplin Web nur in einem Tab zur selben Zeit geöffnet werden. Bitte schließe die andere Instanz von Joplin."
|
||||
],
|
||||
@@ -949,6 +952,9 @@
|
||||
"Default": [
|
||||
"Voreinstellung"
|
||||
],
|
||||
"Default title to use for documents created by the scanner.": [
|
||||
""
|
||||
],
|
||||
"Default: %s": [
|
||||
"Voreinstellung: %s"
|
||||
],
|
||||
@@ -1111,9 +1117,15 @@
|
||||
"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.": [
|
||||
"Achte darauf, dass du das Passwort nicht verlierst, da dies aus Sicherheitsgründen die *einzige* Möglichkeit ist, deine Daten zu entschlüsseln! Um die Verschlüsselung zu aktivieren, gib bitte unten dein Passwort ein."
|
||||
],
|
||||
"Document scanner: Title template": [
|
||||
""
|
||||
],
|
||||
"Don't allow the share recipient to write to the shared notebook. Valid only for the `add` subcommand.": [
|
||||
""
|
||||
],
|
||||
"Don't show this message again": [
|
||||
""
|
||||
],
|
||||
"Donate, website": [
|
||||
"Spenden, Webseite"
|
||||
],
|
||||
@@ -1519,9 +1531,6 @@
|
||||
"Filter": [
|
||||
"Filter"
|
||||
],
|
||||
"Filter tags": [
|
||||
"Tags filtern"
|
||||
],
|
||||
"Find": [
|
||||
"Suchen"
|
||||
],
|
||||
@@ -2251,9 +2260,6 @@
|
||||
"New sub-notebook": [
|
||||
"Neues Unternotizbuch"
|
||||
],
|
||||
"New tags:": [
|
||||
"Neue Schlagwörter:"
|
||||
],
|
||||
"New to-do": [
|
||||
"Neue Aufgabe"
|
||||
],
|
||||
@@ -2443,9 +2449,6 @@
|
||||
"OCR: Language data URL or path": [
|
||||
"OCR: Sprachdaten-URL oder -Pfad"
|
||||
],
|
||||
"Ok": [
|
||||
""
|
||||
],
|
||||
"OK": [
|
||||
"OK"
|
||||
],
|
||||
@@ -2606,6 +2609,9 @@
|
||||
"Permission needed": [
|
||||
"Berechtigung benötigt"
|
||||
],
|
||||
"Photo %d": [
|
||||
""
|
||||
],
|
||||
"Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
|
||||
"Bitte klicke auf „%s“, um fortzufahren, oder trage die Passwörter in die Liste „%s“ unten ein."
|
||||
],
|
||||
@@ -3500,9 +3506,6 @@
|
||||
"Tabloid": [
|
||||
"Tabloid"
|
||||
],
|
||||
"tag1, tag2, ...": [
|
||||
"Schlagwort1, Schlagwort2,..."
|
||||
],
|
||||
"Tagged: %d.": [
|
||||
"Verschlagwortet: %d."
|
||||
],
|
||||
@@ -3706,6 +3709,15 @@
|
||||
"This drawing may have unsaved changes.": [
|
||||
"Diese Zeichnung kann ungespeicherte Änderungen enthalten."
|
||||
],
|
||||
"This feature is disabled by default, you need to manually enable it by turning on the option to 'Enable handwritten transcription'.": [
|
||||
""
|
||||
],
|
||||
"This feature is only available on Joplin Cloud and Joplin Server.": [
|
||||
""
|
||||
],
|
||||
"This image type is not supported by the recognition system.": [
|
||||
""
|
||||
],
|
||||
"This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": [
|
||||
"Dies ist ein Werkzeug für Fortgeschrittene, um die Anhänge anzuzeigen, die mit deinen Notizen verknüpft sind. Bitte sei vorsichtig, wenn du einen davon löschst, da sie danach nicht wiederhergestellt werden können."
|
||||
],
|
||||
@@ -3733,6 +3745,9 @@
|
||||
"This note has no history": [
|
||||
"Diese Notiz hat keinen Verlauf"
|
||||
],
|
||||
"This note is in HTML format. Convert it to Markdown to edit it more easily.": [
|
||||
""
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
"Diese Erweiterung unterstützt %s nicht."
|
||||
],
|
||||
@@ -3775,6 +3790,9 @@
|
||||
"To continue, please enter your master password below.": [
|
||||
"Gib bitte das Master-Passwort unten ein um forzufahren."
|
||||
],
|
||||
"To create a new tag, type the name and press enter.": [
|
||||
""
|
||||
],
|
||||
"To delete a tag, untag the associated notes.": [
|
||||
"Um ein Schlagwort zu löschen, entferne es bei allen damit verbundenen Notizen."
|
||||
],
|
||||
@@ -3898,9 +3916,6 @@
|
||||
"Type a note title to search for it.": [
|
||||
"Notiz-Titel eingeben um danach zu suchen."
|
||||
],
|
||||
"Type new tags or select from list": [
|
||||
"Neues Schlagwort eingeben oder aus der Liste auswählen"
|
||||
],
|
||||
"Type: %s.": [
|
||||
"Typ: %s."
|
||||
],
|
||||
|
@@ -206,15 +206,18 @@
|
||||
"Add recipient:": [
|
||||
"Προσθήκη παραλήπτη:"
|
||||
],
|
||||
"Add tag %s to note": [
|
||||
""
|
||||
],
|
||||
"Add title": [
|
||||
"Προσθήκη τίτλου"
|
||||
],
|
||||
"Add to dictionary": [
|
||||
"Προσθήκη στο λεξικό"
|
||||
],
|
||||
"Added tag: %s": [
|
||||
""
|
||||
],
|
||||
"Adds tag": [
|
||||
""
|
||||
],
|
||||
"Admin": [
|
||||
"Διαχειριστής"
|
||||
],
|
||||
@@ -308,6 +311,9 @@
|
||||
"Aritim Dark": [
|
||||
"Aritim Dark"
|
||||
],
|
||||
"Associated tags:": [
|
||||
""
|
||||
],
|
||||
"At present, Joplin Web can only be open in one tab at a time. Please close the other instance of Joplin.": [
|
||||
""
|
||||
],
|
||||
@@ -861,6 +867,9 @@
|
||||
"Default": [
|
||||
"Προεπιλογή"
|
||||
],
|
||||
"Default title to use for documents created by the scanner.": [
|
||||
""
|
||||
],
|
||||
"Default: %s": [
|
||||
"Προεπιλογή: %s"
|
||||
],
|
||||
@@ -1008,9 +1017,15 @@
|
||||
"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.": [
|
||||
"Μην χάσετε τον κωδικό πρόσβασης, καθώς, για λόγους ασφαλείας, αυτός θα είναι ο *μόνος* τρόπος αποκρυπτογράφησης των δεδομένων! Για να ενεργοποιήσετε την κρυπτογράφηση, εισαγάγετε τον κωδικό πρόσβασής σας παρακάτω."
|
||||
],
|
||||
"Document scanner: Title template": [
|
||||
""
|
||||
],
|
||||
"Don't allow the share recipient to write to the shared notebook. Valid only for the `add` subcommand.": [
|
||||
""
|
||||
],
|
||||
"Don't show this message again": [
|
||||
""
|
||||
],
|
||||
"Donate, website": [
|
||||
"Δωρεά, ιστότοπος"
|
||||
],
|
||||
@@ -1080,6 +1095,9 @@
|
||||
"Edit": [
|
||||
"Επεξεργασία"
|
||||
],
|
||||
"Edit as Rich Text": [
|
||||
""
|
||||
],
|
||||
"Edit link": [
|
||||
"Επεξεργασία συνδέσμου"
|
||||
],
|
||||
@@ -1392,9 +1410,6 @@
|
||||
"Filter": [
|
||||
"Φίλτρο"
|
||||
],
|
||||
"Filter tags": [
|
||||
"Φίλτρο ετικετών"
|
||||
],
|
||||
"Find: ": [
|
||||
"Εύρεση: "
|
||||
],
|
||||
@@ -2066,9 +2081,6 @@
|
||||
"New sub-notebook": [
|
||||
"Νέο υπο-σημειωματάριο"
|
||||
],
|
||||
"New tags:": [
|
||||
"Νέες ετικέτες:"
|
||||
],
|
||||
"New to-do": [
|
||||
"Νέα υπόμνηση"
|
||||
],
|
||||
@@ -2243,9 +2255,6 @@
|
||||
"OCR: Clear cache and re-download language data files": [
|
||||
""
|
||||
],
|
||||
"Ok": [
|
||||
""
|
||||
],
|
||||
"OK": [
|
||||
"Εντάξει"
|
||||
],
|
||||
@@ -2378,6 +2387,9 @@
|
||||
"Permission needed": [
|
||||
"Απαιτείται άδεια"
|
||||
],
|
||||
"Photo %d": [
|
||||
""
|
||||
],
|
||||
"Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
|
||||
"Κάντε κλικ στο \"%s\" για να συνεχίσετε ή ορίστε τους κωδικούς πρόσβασης στην παρακάτω λίστα \"%s\"."
|
||||
],
|
||||
@@ -3194,9 +3206,6 @@
|
||||
"Tabloid": [
|
||||
"Tabloid"
|
||||
],
|
||||
"tag1, tag2, ...": [
|
||||
"tag1, tag2, ..."
|
||||
],
|
||||
"Tagged: %d.": [
|
||||
"Με ετικέτα: %d."
|
||||
],
|
||||
@@ -3397,6 +3406,15 @@
|
||||
"This drawing may have unsaved changes.": [
|
||||
"Ίσως υπάρχουν μη αποθηκευμένες αλλαγές στο συγκεκριμένο σχέδιο."
|
||||
],
|
||||
"This feature is disabled by default, you need to manually enable it by turning on the option to 'Enable handwritten transcription'.": [
|
||||
""
|
||||
],
|
||||
"This feature is only available on Joplin Cloud and Joplin Server.": [
|
||||
""
|
||||
],
|
||||
"This image type is not supported by the recognition system.": [
|
||||
""
|
||||
],
|
||||
"This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": [
|
||||
"Πρόκειται για ένα προηγμένο εργαλείο που προβάλλει τα συνημμένα που συνδέονται με τις σημειώσεις σας. Να είστε προσεκτικοί κατά τη διαγραφή ενός από αυτά, καθώς δεν είναι δυνατή η επαναφορά τους."
|
||||
],
|
||||
@@ -3424,6 +3442,9 @@
|
||||
"This note has no history": [
|
||||
"Αυτή η σημείωση δεν έχει ιστορικό"
|
||||
],
|
||||
"This note is in HTML format. Convert it to Markdown to edit it more easily.": [
|
||||
""
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
"Αυτό το πρόσθετο δεν υποστηρίζει %s."
|
||||
],
|
||||
@@ -3466,6 +3487,9 @@
|
||||
"To continue, please enter your master password below.": [
|
||||
"Για να συνεχίσετε, παρακαλώ πληκτρολογήστε τον κύριο κωδικό πρόσβασης."
|
||||
],
|
||||
"To create a new tag, type the name and press enter.": [
|
||||
""
|
||||
],
|
||||
"To delete a tag, untag the associated notes.": [
|
||||
"Για να διαγράψετε μία ετικέτα, αφαιρέστε την από τις σχετικές σημειώσεις."
|
||||
],
|
||||
@@ -3571,9 +3595,6 @@
|
||||
"Type a note title or part of its content to jump to it. Or type # followed by a tag name, or @ followed by a notebook name. Or type : to search for commands.": [
|
||||
"Πληκτρολογήστε έναν τίτλο σημείωσης ή μέρος του περιεχομένου του για να μεταβείτε σε αυτόν. Ή πληκτρολογήστε # ακολουθούμενο από ένα όνομα ετικέτας ή @ ακολουθούμενο από ένα σημειωματάριο. Ή πληκτρολογίστε : για να ψάξετε για εντολές."
|
||||
],
|
||||
"Type new tags or select from list": [
|
||||
"Πληκτρολογήστε καινούρια ετικέτα ή επιλέξτε από την λίστα"
|
||||
],
|
||||
"Type: %s.": [
|
||||
"Τύπος: %s."
|
||||
],
|
||||
|
@@ -248,7 +248,7 @@
|
||||
"Add recipient:": [
|
||||
""
|
||||
],
|
||||
"Add tag %s to note": [
|
||||
"Add tags:": [
|
||||
""
|
||||
],
|
||||
"Add title": [
|
||||
@@ -260,6 +260,15 @@
|
||||
"Add to note": [
|
||||
""
|
||||
],
|
||||
"Added new: %s": [
|
||||
""
|
||||
],
|
||||
"Added tag: %s": [
|
||||
""
|
||||
],
|
||||
"Adds tag": [
|
||||
""
|
||||
],
|
||||
"Admin": [
|
||||
""
|
||||
],
|
||||
@@ -365,6 +374,9 @@
|
||||
"Aritim Dark": [
|
||||
""
|
||||
],
|
||||
"Associated tags:": [
|
||||
""
|
||||
],
|
||||
"At present, Joplin Web can only be open in one tab at a time. Please close the other instance of Joplin.": [
|
||||
""
|
||||
],
|
||||
@@ -650,6 +662,9 @@
|
||||
"Code View": [
|
||||
""
|
||||
],
|
||||
"Code:": [
|
||||
""
|
||||
],
|
||||
"Collaborate on a notebook with others": [
|
||||
""
|
||||
],
|
||||
@@ -759,6 +774,12 @@
|
||||
"Control character": [
|
||||
""
|
||||
],
|
||||
"Convert it": [
|
||||
""
|
||||
],
|
||||
"Convert note to Markdown": [
|
||||
""
|
||||
],
|
||||
"Convert to note": [
|
||||
""
|
||||
],
|
||||
@@ -814,6 +835,9 @@
|
||||
"Could not connect to plugin repository.": [
|
||||
""
|
||||
],
|
||||
"Could not convert note to Markdown: %s": [
|
||||
""
|
||||
],
|
||||
"Could not export notes: %s": [
|
||||
""
|
||||
],
|
||||
@@ -844,9 +868,15 @@
|
||||
"Create a notebook": [
|
||||
""
|
||||
],
|
||||
"Create new notebook": [
|
||||
""
|
||||
],
|
||||
"Create new profile...": [
|
||||
""
|
||||
],
|
||||
"Create note": [
|
||||
""
|
||||
],
|
||||
"Create notebook": [
|
||||
""
|
||||
],
|
||||
@@ -895,6 +925,12 @@
|
||||
"Creating new to-do...": [
|
||||
""
|
||||
],
|
||||
"Creating note \"%s\"...": [
|
||||
""
|
||||
],
|
||||
"Creating note.": [
|
||||
""
|
||||
],
|
||||
"Creating report...": [
|
||||
""
|
||||
],
|
||||
@@ -964,6 +1000,9 @@
|
||||
"Default": [
|
||||
""
|
||||
],
|
||||
"Default title to use for documents created by the scanner.": [
|
||||
""
|
||||
],
|
||||
"Default: %s": [
|
||||
""
|
||||
],
|
||||
@@ -1132,9 +1171,15 @@
|
||||
"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.": [
|
||||
""
|
||||
],
|
||||
"Document scanner: Title template": [
|
||||
""
|
||||
],
|
||||
"Don't allow the share recipient to write to the shared notebook. Valid only for the `add` subcommand.": [
|
||||
""
|
||||
],
|
||||
"Don't show this message again": [
|
||||
""
|
||||
],
|
||||
"Donate, website": [
|
||||
""
|
||||
],
|
||||
@@ -1210,6 +1255,12 @@
|
||||
"Edit": [
|
||||
""
|
||||
],
|
||||
"Edit as Markdown": [
|
||||
""
|
||||
],
|
||||
"Edit as Rich Text": [
|
||||
""
|
||||
],
|
||||
"Edit link": [
|
||||
""
|
||||
],
|
||||
@@ -1312,6 +1363,12 @@
|
||||
"Enable Fountain syntax support": [
|
||||
""
|
||||
],
|
||||
"Enable handwritten transcription": [
|
||||
""
|
||||
],
|
||||
"Enable HTML-to-Markdown conversion banner": [
|
||||
""
|
||||
],
|
||||
"Enable Linkify": [
|
||||
""
|
||||
],
|
||||
@@ -1549,9 +1606,6 @@
|
||||
"Filter": [
|
||||
""
|
||||
],
|
||||
"Filter tags": [
|
||||
""
|
||||
],
|
||||
"Find": [
|
||||
""
|
||||
],
|
||||
@@ -1706,6 +1760,9 @@
|
||||
"Hide password": [
|
||||
""
|
||||
],
|
||||
"Hides warning": [
|
||||
""
|
||||
],
|
||||
"Highlight": [
|
||||
""
|
||||
],
|
||||
@@ -2291,6 +2348,9 @@
|
||||
"New notebook \"%s\" will be created and file \"%s\" will be imported into it": [
|
||||
""
|
||||
],
|
||||
"New notebook title": [
|
||||
""
|
||||
],
|
||||
"New photo": [
|
||||
""
|
||||
],
|
||||
@@ -2300,9 +2360,6 @@
|
||||
"New sub-notebook": [
|
||||
""
|
||||
],
|
||||
"New tags:": [
|
||||
""
|
||||
],
|
||||
"New to-do": [
|
||||
""
|
||||
],
|
||||
@@ -2372,6 +2429,9 @@
|
||||
"No tab selected": [
|
||||
""
|
||||
],
|
||||
"No tags": [
|
||||
""
|
||||
],
|
||||
"No text editor is defined. Please set it using `config editor <editor-path>`": [
|
||||
""
|
||||
],
|
||||
@@ -2447,6 +2507,9 @@
|
||||
"Note list style": [
|
||||
""
|
||||
],
|
||||
"Note preview": [
|
||||
""
|
||||
],
|
||||
"Note properties": [
|
||||
""
|
||||
],
|
||||
@@ -2504,7 +2567,7 @@
|
||||
"OCR: Language data URL or path": [
|
||||
""
|
||||
],
|
||||
"Ok": [
|
||||
"OCR: Search in extracted content": [
|
||||
""
|
||||
],
|
||||
"OK": [
|
||||
@@ -2667,6 +2730,9 @@
|
||||
"Permission needed": [
|
||||
""
|
||||
],
|
||||
"Photo %d": [
|
||||
""
|
||||
],
|
||||
"Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
|
||||
""
|
||||
],
|
||||
@@ -2889,6 +2955,9 @@
|
||||
"Re-upload local data to sync target": [
|
||||
""
|
||||
],
|
||||
"Read more": [
|
||||
""
|
||||
],
|
||||
"Read more about it": [
|
||||
""
|
||||
],
|
||||
@@ -2907,6 +2976,9 @@
|
||||
"Recipients:": [
|
||||
""
|
||||
],
|
||||
"Recognize handwritten image": [
|
||||
""
|
||||
],
|
||||
"Recommended": [
|
||||
""
|
||||
],
|
||||
@@ -2940,6 +3012,9 @@
|
||||
"Remove": [
|
||||
""
|
||||
],
|
||||
"Remove %s": [
|
||||
""
|
||||
],
|
||||
"Remove %s from share": [
|
||||
""
|
||||
],
|
||||
@@ -2952,6 +3027,9 @@
|
||||
"Removed %s from share.": [
|
||||
""
|
||||
],
|
||||
"Removed tag: %s": [
|
||||
""
|
||||
],
|
||||
"Rename": [
|
||||
""
|
||||
],
|
||||
@@ -3123,6 +3201,9 @@
|
||||
"Save geo-location with notes": [
|
||||
""
|
||||
],
|
||||
"Scan notebook": [
|
||||
""
|
||||
],
|
||||
"Scanned code": [
|
||||
""
|
||||
],
|
||||
@@ -3153,6 +3234,9 @@
|
||||
"Search shown": [
|
||||
""
|
||||
],
|
||||
"Search tags": [
|
||||
""
|
||||
],
|
||||
"Search...": [
|
||||
""
|
||||
],
|
||||
@@ -3183,9 +3267,15 @@
|
||||
"Select file...": [
|
||||
""
|
||||
],
|
||||
"Select notebook": [
|
||||
""
|
||||
],
|
||||
"Select parent notebook": [
|
||||
""
|
||||
],
|
||||
"Selected: %s": [
|
||||
""
|
||||
],
|
||||
"Selection deleted": [
|
||||
""
|
||||
],
|
||||
@@ -3585,9 +3675,6 @@
|
||||
"Tabloid": [
|
||||
""
|
||||
],
|
||||
"tag1, tag2, ...": [
|
||||
""
|
||||
],
|
||||
"Tagged: %d.": [
|
||||
""
|
||||
],
|
||||
@@ -3688,6 +3775,9 @@
|
||||
"The note \"%s\" has been successfully restored to the notebook \"%s\".": [
|
||||
""
|
||||
],
|
||||
"The note has been converted to Markdown and the original note has been moved to the trash": [
|
||||
""
|
||||
],
|
||||
"The note was successfully moved to the trash.": [
|
||||
"",
|
||||
""
|
||||
@@ -3791,6 +3881,15 @@
|
||||
"This drawing may have unsaved changes.": [
|
||||
""
|
||||
],
|
||||
"This feature is disabled by default, you need to manually enable it by turning on the option to 'Enable handwritten transcription'.": [
|
||||
""
|
||||
],
|
||||
"This feature is only available on Joplin Cloud and Joplin Server.": [
|
||||
""
|
||||
],
|
||||
"This image type is not supported by the recognition system.": [
|
||||
""
|
||||
],
|
||||
"This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": [
|
||||
""
|
||||
],
|
||||
@@ -3818,6 +3917,9 @@
|
||||
"This note has no history": [
|
||||
""
|
||||
],
|
||||
"This note is in HTML format. Convert it to Markdown to edit it more easily.": [
|
||||
""
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
@@ -3863,6 +3965,9 @@
|
||||
"To continue, please enter your master password below.": [
|
||||
""
|
||||
],
|
||||
"To create a new tag, type the name and press enter.": [
|
||||
""
|
||||
],
|
||||
"To delete a tag, untag the associated notes.": [
|
||||
""
|
||||
],
|
||||
@@ -3986,9 +4091,6 @@
|
||||
"Type a note title to search for it.": [
|
||||
""
|
||||
],
|
||||
"Type new tags or select from list": [
|
||||
""
|
||||
],
|
||||
"Type: %s.": [
|
||||
""
|
||||
],
|
||||
@@ -4103,6 +4205,9 @@
|
||||
"Upgrade the sync target to the latest version.": [
|
||||
""
|
||||
],
|
||||
"Upload photo": [
|
||||
""
|
||||
],
|
||||
"URL": [
|
||||
""
|
||||
],
|
||||
|
@@ -245,7 +245,7 @@
|
||||
"Add recipient:": [
|
||||
""
|
||||
],
|
||||
"Add tag %s to note": [
|
||||
"Add tags:": [
|
||||
""
|
||||
],
|
||||
"Add title": [
|
||||
@@ -257,6 +257,15 @@
|
||||
"Add to note": [
|
||||
""
|
||||
],
|
||||
"Added new: %s": [
|
||||
""
|
||||
],
|
||||
"Added tag: %s": [
|
||||
""
|
||||
],
|
||||
"Adds tag": [
|
||||
""
|
||||
],
|
||||
"Admin": [
|
||||
""
|
||||
],
|
||||
@@ -356,6 +365,9 @@
|
||||
"Aritim Dark": [
|
||||
""
|
||||
],
|
||||
"Associated tags:": [
|
||||
""
|
||||
],
|
||||
"At present, Joplin Web can only be open in one tab at a time. Please close the other instance of Joplin.": [
|
||||
""
|
||||
],
|
||||
@@ -638,6 +650,9 @@
|
||||
"Code View": [
|
||||
""
|
||||
],
|
||||
"Code:": [
|
||||
""
|
||||
],
|
||||
"Collaborate on a notebook with others": [
|
||||
""
|
||||
],
|
||||
@@ -747,6 +762,12 @@
|
||||
"Control character": [
|
||||
""
|
||||
],
|
||||
"Convert it": [
|
||||
""
|
||||
],
|
||||
"Convert note to Markdown": [
|
||||
""
|
||||
],
|
||||
"Convert to note": [
|
||||
""
|
||||
],
|
||||
@@ -802,6 +823,9 @@
|
||||
"Could not connect to plugin repository.": [
|
||||
""
|
||||
],
|
||||
"Could not convert note to Markdown: %s": [
|
||||
""
|
||||
],
|
||||
"Could not export notes: %s": [
|
||||
""
|
||||
],
|
||||
@@ -832,9 +856,15 @@
|
||||
"Create a notebook": [
|
||||
""
|
||||
],
|
||||
"Create new notebook": [
|
||||
""
|
||||
],
|
||||
"Create new profile...": [
|
||||
""
|
||||
],
|
||||
"Create note": [
|
||||
""
|
||||
],
|
||||
"Create notebook": [
|
||||
""
|
||||
],
|
||||
@@ -883,6 +913,12 @@
|
||||
"Creating new to-do...": [
|
||||
""
|
||||
],
|
||||
"Creating note \"%s\"...": [
|
||||
""
|
||||
],
|
||||
"Creating note.": [
|
||||
""
|
||||
],
|
||||
"Creating report...": [
|
||||
""
|
||||
],
|
||||
@@ -952,6 +988,9 @@
|
||||
"Default": [
|
||||
""
|
||||
],
|
||||
"Default title to use for documents created by the scanner.": [
|
||||
""
|
||||
],
|
||||
"Default: %s": [
|
||||
""
|
||||
],
|
||||
@@ -1117,9 +1156,15 @@
|
||||
"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.": [
|
||||
"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."
|
||||
],
|
||||
"Document scanner: Title template": [
|
||||
""
|
||||
],
|
||||
"Don't allow the share recipient to write to the shared notebook. Valid only for the `add` subcommand.": [
|
||||
""
|
||||
],
|
||||
"Don't show this message again": [
|
||||
""
|
||||
],
|
||||
"Donate, website": [
|
||||
""
|
||||
],
|
||||
@@ -1195,6 +1240,12 @@
|
||||
"Edit": [
|
||||
""
|
||||
],
|
||||
"Edit as Markdown": [
|
||||
""
|
||||
],
|
||||
"Edit as Rich Text": [
|
||||
""
|
||||
],
|
||||
"Edit link": [
|
||||
""
|
||||
],
|
||||
@@ -1297,6 +1348,12 @@
|
||||
"Enable Fountain syntax support": [
|
||||
""
|
||||
],
|
||||
"Enable handwritten transcription": [
|
||||
""
|
||||
],
|
||||
"Enable HTML-to-Markdown conversion banner": [
|
||||
""
|
||||
],
|
||||
"Enable Linkify": [
|
||||
""
|
||||
],
|
||||
@@ -1534,9 +1591,6 @@
|
||||
"Filter": [
|
||||
""
|
||||
],
|
||||
"Filter tags": [
|
||||
""
|
||||
],
|
||||
"Find": [
|
||||
""
|
||||
],
|
||||
@@ -1691,6 +1745,9 @@
|
||||
"Hide password": [
|
||||
""
|
||||
],
|
||||
"Hides warning": [
|
||||
""
|
||||
],
|
||||
"Highlight": [
|
||||
""
|
||||
],
|
||||
@@ -2270,6 +2327,9 @@
|
||||
"New notebook \"%s\" will be created and file \"%s\" will be imported into it": [
|
||||
""
|
||||
],
|
||||
"New notebook title": [
|
||||
""
|
||||
],
|
||||
"New photo": [
|
||||
""
|
||||
],
|
||||
@@ -2279,9 +2339,6 @@
|
||||
"New sub-notebook": [
|
||||
""
|
||||
],
|
||||
"New tags:": [
|
||||
""
|
||||
],
|
||||
"New to-do": [
|
||||
""
|
||||
],
|
||||
@@ -2351,6 +2408,9 @@
|
||||
"No tab selected": [
|
||||
""
|
||||
],
|
||||
"No tags": [
|
||||
""
|
||||
],
|
||||
"No text editor is defined. Please set it using `config editor <editor-path>`": [
|
||||
""
|
||||
],
|
||||
@@ -2426,6 +2486,9 @@
|
||||
"Note list style": [
|
||||
""
|
||||
],
|
||||
"Note preview": [
|
||||
""
|
||||
],
|
||||
"Note properties": [
|
||||
""
|
||||
],
|
||||
@@ -2483,9 +2546,6 @@
|
||||
"OCR: Language data URL or path": [
|
||||
""
|
||||
],
|
||||
"Ok": [
|
||||
""
|
||||
],
|
||||
"OK": [
|
||||
""
|
||||
],
|
||||
@@ -2646,6 +2706,9 @@
|
||||
"Permission needed": [
|
||||
""
|
||||
],
|
||||
"Photo %d": [
|
||||
""
|
||||
],
|
||||
"Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
|
||||
""
|
||||
],
|
||||
@@ -2868,6 +2931,9 @@
|
||||
"Re-upload local data to sync target": [
|
||||
""
|
||||
],
|
||||
"Read more": [
|
||||
""
|
||||
],
|
||||
"Read more about it": [
|
||||
""
|
||||
],
|
||||
@@ -2886,6 +2952,9 @@
|
||||
"Recipients:": [
|
||||
""
|
||||
],
|
||||
"Recognize handwritten image": [
|
||||
""
|
||||
],
|
||||
"Recommended": [
|
||||
""
|
||||
],
|
||||
@@ -2916,6 +2985,9 @@
|
||||
"Remove": [
|
||||
""
|
||||
],
|
||||
"Remove %s": [
|
||||
""
|
||||
],
|
||||
"Remove %s from share": [
|
||||
""
|
||||
],
|
||||
@@ -2928,6 +3000,9 @@
|
||||
"Removed %s from share.": [
|
||||
""
|
||||
],
|
||||
"Removed tag: %s": [
|
||||
""
|
||||
],
|
||||
"Rename": [
|
||||
""
|
||||
],
|
||||
@@ -3099,6 +3174,9 @@
|
||||
"Save geo-location with notes": [
|
||||
""
|
||||
],
|
||||
"Scan notebook": [
|
||||
""
|
||||
],
|
||||
"Scanned code": [
|
||||
""
|
||||
],
|
||||
@@ -3129,6 +3207,9 @@
|
||||
"Search shown": [
|
||||
""
|
||||
],
|
||||
"Search tags": [
|
||||
""
|
||||
],
|
||||
"Search...": [
|
||||
""
|
||||
],
|
||||
@@ -3159,9 +3240,15 @@
|
||||
"Select file...": [
|
||||
""
|
||||
],
|
||||
"Select notebook": [
|
||||
""
|
||||
],
|
||||
"Select parent notebook": [
|
||||
""
|
||||
],
|
||||
"Selected: %s": [
|
||||
""
|
||||
],
|
||||
"Selection deleted": [
|
||||
""
|
||||
],
|
||||
@@ -3558,9 +3645,6 @@
|
||||
"Tabloid": [
|
||||
""
|
||||
],
|
||||
"tag1, tag2, ...": [
|
||||
""
|
||||
],
|
||||
"Tagged: %d.": [
|
||||
""
|
||||
],
|
||||
@@ -3661,6 +3745,9 @@
|
||||
"The note \"%s\" has been successfully restored to the notebook \"%s\".": [
|
||||
""
|
||||
],
|
||||
"The note has been converted to Markdown and the original note has been moved to the trash": [
|
||||
""
|
||||
],
|
||||
"The note was successfully moved to the trash.": [
|
||||
"",
|
||||
""
|
||||
@@ -3761,6 +3848,15 @@
|
||||
"This drawing may have unsaved changes.": [
|
||||
""
|
||||
],
|
||||
"This feature is disabled by default, you need to manually enable it by turning on the option to 'Enable handwritten transcription'.": [
|
||||
""
|
||||
],
|
||||
"This feature is only available on Joplin Cloud and Joplin Server.": [
|
||||
""
|
||||
],
|
||||
"This image type is not supported by the recognition system.": [
|
||||
""
|
||||
],
|
||||
"This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": [
|
||||
""
|
||||
],
|
||||
@@ -3788,6 +3884,9 @@
|
||||
"This note has no history": [
|
||||
""
|
||||
],
|
||||
"This note is in HTML format. Convert it to Markdown to edit it more easily.": [
|
||||
""
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
@@ -3827,6 +3926,9 @@
|
||||
"To continue, please enter your master password below.": [
|
||||
""
|
||||
],
|
||||
"To create a new tag, type the name and press enter.": [
|
||||
""
|
||||
],
|
||||
"To delete a tag, untag the associated notes.": [
|
||||
""
|
||||
],
|
||||
@@ -3950,9 +4052,6 @@
|
||||
"Type a note title to search for it.": [
|
||||
""
|
||||
],
|
||||
"Type new tags or select from list": [
|
||||
""
|
||||
],
|
||||
"Type: %s.": [
|
||||
""
|
||||
],
|
||||
@@ -4067,6 +4166,9 @@
|
||||
"Upgrade the sync target to the latest version.": [
|
||||
""
|
||||
],
|
||||
"Upload photo": [
|
||||
""
|
||||
],
|
||||
"URL": [
|
||||
""
|
||||
],
|
||||
|
@@ -180,15 +180,18 @@
|
||||
"Add recipient:": [
|
||||
""
|
||||
],
|
||||
"Add tag %s to note": [
|
||||
""
|
||||
],
|
||||
"Add title": [
|
||||
"Aldoni titolon"
|
||||
],
|
||||
"Add to dictionary": [
|
||||
""
|
||||
],
|
||||
"Added tag: %s": [
|
||||
""
|
||||
],
|
||||
"Adds tag": [
|
||||
""
|
||||
],
|
||||
"Admin": [
|
||||
""
|
||||
],
|
||||
@@ -276,6 +279,9 @@
|
||||
"Aritim Dark": [
|
||||
""
|
||||
],
|
||||
"Associated tags:": [
|
||||
""
|
||||
],
|
||||
"At present, Joplin Web can only be open in one tab at a time. Please close the other instance of Joplin.": [
|
||||
""
|
||||
],
|
||||
@@ -705,6 +711,9 @@
|
||||
"Decrypting items: %d/%d": [
|
||||
""
|
||||
],
|
||||
"Default title to use for documents created by the scanner.": [
|
||||
""
|
||||
],
|
||||
"Default: %s": [
|
||||
"Defaŭlto: %s"
|
||||
],
|
||||
@@ -816,9 +825,15 @@
|
||||
"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.": [
|
||||
""
|
||||
],
|
||||
"Document scanner: Title template": [
|
||||
""
|
||||
],
|
||||
"Don't allow the share recipient to write to the shared notebook. Valid only for the `add` subcommand.": [
|
||||
""
|
||||
],
|
||||
"Don't show this message again": [
|
||||
""
|
||||
],
|
||||
"Done": [
|
||||
""
|
||||
],
|
||||
@@ -867,6 +882,12 @@
|
||||
"Edit": [
|
||||
"Redakti"
|
||||
],
|
||||
"Edit as Markdown": [
|
||||
""
|
||||
],
|
||||
"Edit as Rich Text": [
|
||||
""
|
||||
],
|
||||
"Edit note.": [
|
||||
"Redakti noton."
|
||||
],
|
||||
@@ -951,6 +972,12 @@
|
||||
"Enable Fountain syntax support": [
|
||||
""
|
||||
],
|
||||
"Enable handwritten transcription": [
|
||||
""
|
||||
],
|
||||
"Enable HTML-to-Markdown conversion banner": [
|
||||
""
|
||||
],
|
||||
"Enable markdown emoji": [
|
||||
""
|
||||
],
|
||||
@@ -1669,9 +1696,6 @@
|
||||
"New sub-notebook": [
|
||||
"Nova subnotlibro"
|
||||
],
|
||||
"New tags:": [
|
||||
"Novaj etikedoj:"
|
||||
],
|
||||
"New to-do": [
|
||||
"Nova tasko"
|
||||
],
|
||||
@@ -1801,9 +1825,6 @@
|
||||
"OCR: Clear cache and re-download language data files": [
|
||||
""
|
||||
],
|
||||
"Ok": [
|
||||
""
|
||||
],
|
||||
"OK": [
|
||||
"Bone"
|
||||
],
|
||||
@@ -1900,6 +1921,9 @@
|
||||
"Per user. Minimum of 2 users.": [
|
||||
""
|
||||
],
|
||||
"Photo %d": [
|
||||
""
|
||||
],
|
||||
"Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
|
||||
""
|
||||
],
|
||||
@@ -2062,6 +2086,9 @@
|
||||
"Re-upload local data to sync target": [
|
||||
""
|
||||
],
|
||||
"Read more": [
|
||||
""
|
||||
],
|
||||
"Read more about it": [
|
||||
""
|
||||
],
|
||||
@@ -2080,6 +2107,9 @@
|
||||
"Recipients:": [
|
||||
""
|
||||
],
|
||||
"Recognize handwritten image": [
|
||||
""
|
||||
],
|
||||
"Recommended": [
|
||||
""
|
||||
],
|
||||
@@ -2569,9 +2599,6 @@
|
||||
"Tabloid": [
|
||||
""
|
||||
],
|
||||
"tag1, tag2, ...": [
|
||||
""
|
||||
],
|
||||
"Tagged: %d.": [
|
||||
""
|
||||
],
|
||||
@@ -2669,6 +2696,9 @@
|
||||
"The note \"%s\" has been successfully restored to the notebook \"%s\".": [
|
||||
""
|
||||
],
|
||||
"The note has been converted to Markdown and the original note has been moved to the trash": [
|
||||
""
|
||||
],
|
||||
"The note was successfully moved to the trash.": [
|
||||
"",
|
||||
""
|
||||
@@ -2769,6 +2799,15 @@
|
||||
"This drawing may have unsaved changes.": [
|
||||
""
|
||||
],
|
||||
"This feature is disabled by default, you need to manually enable it by turning on the option to 'Enable handwritten transcription'.": [
|
||||
""
|
||||
],
|
||||
"This feature is only available on Joplin Cloud and Joplin Server.": [
|
||||
""
|
||||
],
|
||||
"This image type is not supported by the recognition system.": [
|
||||
""
|
||||
],
|
||||
"This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": [
|
||||
""
|
||||
],
|
||||
@@ -2792,6 +2831,9 @@
|
||||
"This note has no history": [
|
||||
"Tiu noto ne havas historion"
|
||||
],
|
||||
"This note is in HTML format. Convert it to Markdown to edit it more easily.": [
|
||||
""
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
@@ -2831,6 +2873,9 @@
|
||||
"To allow Joplin to synchronise with your account, please follow these steps:": [
|
||||
""
|
||||
],
|
||||
"To create a new tag, type the name and press enter.": [
|
||||
""
|
||||
],
|
||||
"To delete a tag, untag the associated notes.": [
|
||||
""
|
||||
],
|
||||
@@ -2897,9 +2942,6 @@
|
||||
"Type a note title or part of its content to jump to it. Or type # followed by a tag name, or @ followed by a notebook name. Or type : to search for commands.": [
|
||||
""
|
||||
],
|
||||
"Type new tags or select from list": [
|
||||
"Tajpu novan etikedon aŭ elektu el la listo"
|
||||
],
|
||||
"Type: %s.": [
|
||||
"Tipo: %s."
|
||||
],
|
||||
|
@@ -35,7 +35,7 @@
|
||||
"%d notas se eliminarán de forma permanente. ¿Continuar?"
|
||||
],
|
||||
"%d photo(s) taken": [
|
||||
""
|
||||
"%d foto(s) tomada(s)"
|
||||
],
|
||||
"%s": [
|
||||
"%s"
|
||||
@@ -76,6 +76,9 @@
|
||||
"%s cannot be less than %s": [
|
||||
"%s no puede ser menor que %s"
|
||||
],
|
||||
"%s from %s": [
|
||||
"%s de %s"
|
||||
],
|
||||
"%s is not optimised for synchronising many small files so your initial synchronisation will be slow.": [
|
||||
"%s no está optimizado para sincronizar muchos archivos pequeños, por lo que la sincronización inicial será lenta."
|
||||
],
|
||||
@@ -138,7 +141,7 @@
|
||||
"(Ninguno)"
|
||||
],
|
||||
"(Read-only)": [
|
||||
""
|
||||
"(Solo lectura)"
|
||||
],
|
||||
"(wysiwyg: %s)": [
|
||||
"(wysiwyg: %s)"
|
||||
@@ -147,22 +150,25 @@
|
||||
"(Puede desactivar este aviso en las opciones)"
|
||||
],
|
||||
"- Camera: to allow taking a picture and attaching it to a note.": [
|
||||
"- Cámara: Permite tomar fotografías y adjuntarlas a una nota."
|
||||
"- Cámara: permite tomar una foto y adjuntarla a una nota."
|
||||
],
|
||||
"- Location: to allow attaching geo-location information to a note.": [
|
||||
"- Localización: Permite adjuntar información de geolocalización a una nota."
|
||||
"- Ubicación: Permite adjuntar información de geolocalización a una nota."
|
||||
],
|
||||
"- Storage: to allow attaching files to notes and to enable filesystem synchronisation.": [
|
||||
"- Almacenamiento: Permite adjuntar archivos a las notas y habilitar la sincronización con el sistema de archivos."
|
||||
],
|
||||
"<tag-command> can be \"add\", \"remove\", \"list\", or \"notetags\" to assign or remove [tag] from [note], to list notes associated with [tag], or to list tags associated with [note]. The command `tag list` can be used to list all the tags (use -l for long option).": [
|
||||
"<etiqueta-comando> puede ser «add», «remove», «list», o «notetags» para asignar o eliminar [etiqueta] de [nota], o para listar las notas asociadas con [etiqueta], o para listar las etiquetas asociadas con [nota]. El comando `tag list` puede ser usado para listar todas las etiquetas (use -l para la opción larga)."
|
||||
"<tag-command> Puede ser \"\"add\", \"remove\", \"list\", o \"notetags\" para asignar o eliminar [tag] de [note], para enumerar notas asociadas con [tag] o para enumerar etiquetas asociadas con [note]. El comando `tag list` se puede usar para enumerar todas las etiquetas (use -l para la opción larga)."
|
||||
],
|
||||
"<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.": [
|
||||
"<tarea-comando> puede ser «toggle» o «clear». Usa «toggle» para cambiar la tarea dada entre estado completado y sin completar. (Si el objetivo es una nota regular se convertirá en una tarea). Usa «clear» para convertir la tarea a una nota normal."
|
||||
"<todo-command> puede ser «toggle» o «clear». Usa «toggle» para cambiar la tarea dada entre estado completado y sin completar. (Si el objetivo es una nota regular se convertirá en una tarea). Usa «clear» para convertir la tarea a una nota normal."
|
||||
],
|
||||
"[None]": [
|
||||
"[none]"
|
||||
],
|
||||
"A comma-separated list of words. May be used for uncommon words, to help voice typing spell them correctly.": [
|
||||
""
|
||||
"Una lista de palabras separadas por comas. Se puede usar para palabras poco comunes, para ayudar a la escritura por voz a deletrearlas correctamente."
|
||||
],
|
||||
"A new update (%s) is available": [
|
||||
"Una nueva actualización (%s) está disponible"
|
||||
@@ -197,6 +203,12 @@
|
||||
"Accepted invitations": [
|
||||
"Invitaciones aceptadas"
|
||||
],
|
||||
"Accepted: Notebook %s from %s": [
|
||||
"Aceptado: libreta %s de %s"
|
||||
],
|
||||
"Accepting share...": [
|
||||
"Aceptando compartir..."
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
"Acceso denegado: Por favor, compruebe su nombre de usuario y contraseña"
|
||||
],
|
||||
@@ -236,9 +248,6 @@
|
||||
"Add recipient:": [
|
||||
"Agregar destinatario:"
|
||||
],
|
||||
"Add tag %s to note": [
|
||||
"Añadir etiqueta %s a la nota"
|
||||
],
|
||||
"Add title": [
|
||||
"Añadir título"
|
||||
],
|
||||
@@ -248,6 +257,9 @@
|
||||
"Add to note": [
|
||||
"Añadir a la nota"
|
||||
],
|
||||
"Adds tag": [
|
||||
""
|
||||
],
|
||||
"Admin": [
|
||||
"Administrador"
|
||||
],
|
||||
@@ -279,7 +291,7 @@
|
||||
"Todos los puertos potenciales están en uso - por favor informe del problema en %s"
|
||||
],
|
||||
"All shared folders:": [
|
||||
""
|
||||
"Todas las carpetas compartidas:"
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
"Permite depurar plugins móviles. Consulte %s para obtener más detalles."
|
||||
@@ -338,6 +350,9 @@
|
||||
"Are you sure that you want to restore the default toolbar layout?\nThis cannot be undone.": [
|
||||
"¿Está seguro de que desea restaurar el diseño predeterminado de la barra de herramientas?\nEsto no se puede deshacer."
|
||||
],
|
||||
"Are you sure you want to delete all history for this note? This cannot be undone.": [
|
||||
"¿Estás seguro de que quieres borrar todo el historial de esta nota? Esto no se puede deshacer."
|
||||
],
|
||||
"Are you sure you want to renew the authorisation token?": [
|
||||
"¿Está seguro de que desea renovar el token de autorización?"
|
||||
],
|
||||
@@ -350,6 +365,9 @@
|
||||
"Aritim Dark": [
|
||||
"Aritim Oscuro"
|
||||
],
|
||||
"Associated tags:": [
|
||||
""
|
||||
],
|
||||
"At present, Joplin Web can only be open in one tab at a time. Please close the other instance of Joplin.": [
|
||||
"En la actualidad, Joplin Web solo se puede abrir en una pestaña a la vez. Por favor, cierre la otra instancia de Joplin."
|
||||
],
|
||||
@@ -666,7 +684,7 @@
|
||||
"Paleta de comandos..."
|
||||
],
|
||||
"Commands: `add`, `remove`, `list`, `delete`, `accept`, `leave`, and `reject`.": [
|
||||
""
|
||||
"Comandos: 'agregar', 'eliminar', 'lista', 'eliminar', 'aceptar', 'salir' y 'rechazar'."
|
||||
],
|
||||
"Compact": [
|
||||
"Compacto"
|
||||
@@ -723,7 +741,7 @@
|
||||
"Conéctese a Joplin Cloud"
|
||||
],
|
||||
"Connect using your organisation account": [
|
||||
""
|
||||
"Conéctate usando la cuenta de tu organización"
|
||||
],
|
||||
"Consolidated billing": [
|
||||
"Facturación consolidada"
|
||||
@@ -949,6 +967,9 @@
|
||||
"Default": [
|
||||
"Por defecto"
|
||||
],
|
||||
"Default title to use for documents created by the scanner.": [
|
||||
""
|
||||
],
|
||||
"Default: %s": [
|
||||
"Por defecto: %s"
|
||||
],
|
||||
@@ -964,6 +985,9 @@
|
||||
"Delete expired tokens": [
|
||||
"Borrar tokens expirados"
|
||||
],
|
||||
"Delete history": [
|
||||
"Borrar historial"
|
||||
],
|
||||
"Delete line": [
|
||||
"Borrar línea"
|
||||
],
|
||||
@@ -1013,7 +1037,7 @@
|
||||
"Elimina una libreta sin pedir confirmación."
|
||||
],
|
||||
"Deletes the notes matching <note-pattern>.": [
|
||||
"Elimina las notas que coincidan con <nota-patrón>."
|
||||
"Elimina las notas que coincidan con <note-pattern>."
|
||||
],
|
||||
"Deletes the notes without asking for confirmation.": [
|
||||
"Elimina las notas sin pedir confirmación."
|
||||
@@ -1108,10 +1132,19 @@
|
||||
"Do not ask for confirmation.": [
|
||||
"No pedir confirmación."
|
||||
],
|
||||
"Do not ask for user confirmation.": [
|
||||
"No pida la confirmación del usuario."
|
||||
],
|
||||
"Do not lose the password as, for security purposes, this will be the *only* way to decrypt the data! To enable encryption, please enter your password below.": [
|
||||
"¡No pierda la contraseña ya que, por motivos de seguridad, esta será la *única* forma de descifrar los datos! Para habilitar el cifrado, ingrese su contraseña a continuación."
|
||||
],
|
||||
"Document scanner: Title template": [
|
||||
""
|
||||
],
|
||||
"Don't allow the share recipient to write to the shared notebook. Valid only for the `add` subcommand.": [
|
||||
"No permita que el destinatario del recurso compartido escriba en la libreta compartido. Válido solo para el subcomando `add`."
|
||||
],
|
||||
"Don't show this message again": [
|
||||
""
|
||||
],
|
||||
"Donate, website": [
|
||||
@@ -1181,7 +1214,7 @@
|
||||
"Duplicar notas seleccionadas"
|
||||
],
|
||||
"Duplicates the notes matching <note> to [notebook]. If no notebook is specified the note is duplicated in the current notebook.": [
|
||||
"Duplica las notas que coincidan con <nota> a [libreta]. Si no se especifica una libreta la nota se duplica en la libreta actual."
|
||||
"Duplica las notas que coincidan con <note> a [notebook]. Si no se especifica una libreta la nota se duplica en la libreta actual."
|
||||
],
|
||||
"Duration: %s": [
|
||||
"Duración: %s"
|
||||
@@ -1262,13 +1295,13 @@
|
||||
"Activar sintaxis ++insert++"
|
||||
],
|
||||
"Enable ==mark== syntax": [
|
||||
"Habilitar ==marca== sintaxis"
|
||||
"Activar==marca== sintaxis"
|
||||
],
|
||||
"Enable ^sup^ syntax": [
|
||||
"Activar sintaxis ^sup^"
|
||||
],
|
||||
"Enable abbreviation syntax": [
|
||||
"Habilitar sintaxis de abreviaturas"
|
||||
"Activar sintaxis de abreviaturas"
|
||||
],
|
||||
"Enable audio player": [
|
||||
"Activar reproductor de audio"
|
||||
@@ -1280,10 +1313,10 @@
|
||||
"Habilitar la sintaxis de la lista de definiciones"
|
||||
],
|
||||
"Enable encryption": [
|
||||
"Habilitar cifrado"
|
||||
"Activar cifrado"
|
||||
],
|
||||
"Enable file:// URLs for images and videos": [
|
||||
"Habilitar URL de file:// para imágenes y videos"
|
||||
"Activar URL de file:// para imágenes y videos"
|
||||
],
|
||||
"Enable footnotes": [
|
||||
"Activar notas al pie"
|
||||
@@ -1295,7 +1328,7 @@
|
||||
"Activar Linkify"
|
||||
],
|
||||
"Enable markdown emoji": [
|
||||
"Activar sintaxis de emojis markdown"
|
||||
"Activar emoji markdown"
|
||||
],
|
||||
"Enable math expressions": [
|
||||
"Activar expresiones matemáticas"
|
||||
@@ -1307,10 +1340,10 @@
|
||||
"Activar extensión de tablas multimarkdown"
|
||||
],
|
||||
"Enable note history": [
|
||||
"Habilitar historial de notas"
|
||||
"Activar el historial de notas"
|
||||
],
|
||||
"Enable optical character recognition (OCR)": [
|
||||
"Habilitar el reconocimiento óptico de caracteres (OCR)"
|
||||
"Activar el reconocimiento óptico de caracteres (OCR)"
|
||||
],
|
||||
"Enable or disable plugins": [
|
||||
"Activar o desactivar plugins"
|
||||
@@ -1319,25 +1352,25 @@
|
||||
"Activar visor de PDF"
|
||||
],
|
||||
"Enable plugin support": [
|
||||
"Habilitar la compatibilidad con complementos"
|
||||
"Activar soporte de complementos"
|
||||
],
|
||||
"Enable soft breaks": [
|
||||
"Activar saltos de línea"
|
||||
],
|
||||
"Enable spell checking in Markdown editor": [
|
||||
"Habilitar la revisión ortográfica en el editor de Markdown"
|
||||
"Activar la revisión ortográfica en el editor de Markdown"
|
||||
],
|
||||
"Enable spellcheck in the text editor": [
|
||||
"Habilitar el corrector ortográfico en el editor de texto"
|
||||
"Activar el corrector ortográfico en el editor de texto"
|
||||
],
|
||||
"Enable table of contents extension": [
|
||||
"Activar extensión de tabla de contenidos"
|
||||
],
|
||||
"Enable the Markdown toolbar": [
|
||||
"Habilitar la barra de herramientas Markdown"
|
||||
"Activar la barra de herramientas Markdown"
|
||||
],
|
||||
"Enable typographer support": [
|
||||
"Activar el soporte de tipógrafo"
|
||||
"Activar la compatibilidad con tipógrafos"
|
||||
],
|
||||
"Enable video player": [
|
||||
"Activar reproductor de video"
|
||||
@@ -1346,7 +1379,7 @@
|
||||
"Habilitar el servicio de Web Clipper"
|
||||
],
|
||||
"Enable ~sub~ syntax": [
|
||||
"Habilitar la sintaxis ~sub~"
|
||||
"Activar la sintaxis ~sub~"
|
||||
],
|
||||
"Enabled": [
|
||||
"Habilitado"
|
||||
@@ -1355,7 +1388,7 @@
|
||||
"Activa la continuación de listas Markdown, el cierre automático de etiquetas HTML y otros autocompletados de marcado."
|
||||
],
|
||||
"Enables Markdown pattern replacement in the Rich Text Editor. For example, when enabled, typing **bold** creates bold text.": [
|
||||
"Habilita el reemplazo de patrones de Markdown en el Editor de texto enriquecido. Por ejemplo, cuando está habilitado, al escribir **negrita** se crea texto en negrita."
|
||||
"Activa el reemplazo de patrones de Markdown en el Editor de texto enriquecido. Por ejemplo, cuando está habilitado, al escribir **negrita** se crea texto en negrita."
|
||||
],
|
||||
"Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target.": [
|
||||
"Habilitar el cifrado significa que *todas* sus notas y adjuntos van a ser resincronizados y enviados cifrados al objetivo de sincronización."
|
||||
@@ -1399,6 +1432,12 @@
|
||||
"Enter password": [
|
||||
"Introducir la contraseña"
|
||||
],
|
||||
"Enter the code": [
|
||||
"Introduce el código"
|
||||
],
|
||||
"Enter the code:": [
|
||||
"Introduce el código:"
|
||||
],
|
||||
"Entering selection mode": [
|
||||
"Entrando en el modo de selección"
|
||||
],
|
||||
@@ -1412,7 +1451,7 @@
|
||||
"Error al abrir la nota en el editor: %s"
|
||||
],
|
||||
"Error starting camera: %s": [
|
||||
""
|
||||
"Error al iniciar la cámara: %s"
|
||||
],
|
||||
"Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:": [
|
||||
"Error. Por favor compruebe que la URL, nombre de usuario, contraseña, etc. son correctos y que el objetivo de sincronización este accesible. El error reportado fue:"
|
||||
@@ -1499,7 +1538,7 @@
|
||||
"A prueba de errores: la sincronización se interrumpió para evitar la pérdida de datos, ya que el destino de sincronización está vacío o dañado. Para anular este comportamiento, deshabilite la prueba de errores en la configuración de sincronización."
|
||||
],
|
||||
"Failed to connect to your account. Please try again.": [
|
||||
""
|
||||
"No se ha podido conectar a su cuenta. Por favor, inténtalo de nuevo."
|
||||
],
|
||||
"Fatal error:": [
|
||||
"Error fatal:"
|
||||
@@ -1522,9 +1561,6 @@
|
||||
"Filter": [
|
||||
"Filtrar"
|
||||
],
|
||||
"Filter tags": [
|
||||
"Filtrar etiquetas"
|
||||
],
|
||||
"Find": [
|
||||
"Buscar"
|
||||
],
|
||||
@@ -1553,7 +1589,7 @@
|
||||
"Enfocar título"
|
||||
],
|
||||
"Folder \"%s\" is shared with:": [
|
||||
""
|
||||
"La carpeta \"%s\" se comparte con:"
|
||||
],
|
||||
"Follow link": [
|
||||
"Seguir enlace"
|
||||
@@ -1605,7 +1641,7 @@
|
||||
"Geolocalización, corrector ortográfico, barra de herramientas del editor, cambio de tamaño de imagen"
|
||||
],
|
||||
"Get a quote": [
|
||||
""
|
||||
"Solicitar presupuesto"
|
||||
],
|
||||
"Get it now:": [
|
||||
"Obtenla ahora en:"
|
||||
@@ -1614,10 +1650,10 @@
|
||||
"Obtener versiones preliminares al buscar actualizaciones"
|
||||
],
|
||||
"Gets or sets a config value. If [value] is not provided, it will show the value of [name]. If neither [name] nor [value] is provided, it will list the current configuration.": [
|
||||
"Obtiene o establece un valor de configuración. Si no se proporciona [valor], se mostrará el valor de [nombre]. Si no se proporcionan [nombre] ni [valor], se mostrará la configuración actual."
|
||||
"Obtiene o establece un valor de configuración. Si no se proporciona [value], se mostrará el valor de [name]. Si no se proporcionan [name] ni [value], se mostrará la configuración actual."
|
||||
],
|
||||
"Glossary:": [
|
||||
""
|
||||
"Glosario:"
|
||||
],
|
||||
"go": [
|
||||
"ir"
|
||||
@@ -1784,6 +1820,9 @@
|
||||
"In: %s": [
|
||||
"En: %s"
|
||||
],
|
||||
"Incoming shares:": [
|
||||
"Acciones entrantes:"
|
||||
],
|
||||
"Incompatible": [
|
||||
"Incompatible"
|
||||
],
|
||||
@@ -1916,9 +1955,15 @@
|
||||
"Joplin Server": [
|
||||
"Servidor de Joplin"
|
||||
],
|
||||
"Joplin Server Business": [
|
||||
"Servidor Joplin para empresas"
|
||||
],
|
||||
"Joplin Server email": [
|
||||
"Correo electrónico del servidor de Joplin"
|
||||
],
|
||||
"Joplin Server Login": [
|
||||
"Inicio de sesión del servidor Joplin"
|
||||
],
|
||||
"Joplin Server password": [
|
||||
"Contraseña del Servidor de Joplin"
|
||||
],
|
||||
@@ -1926,7 +1971,7 @@
|
||||
"URL del Servidor de Joplin"
|
||||
],
|
||||
"Joplin SSO Authentication": [
|
||||
""
|
||||
"Autenticación SSO de Joplin"
|
||||
],
|
||||
"Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.": [
|
||||
"El Web Clipper de Joplin le permite guardar páginas web y capturas de pantalla desde su navegador a la aplicación."
|
||||
@@ -2015,6 +2060,10 @@
|
||||
"Link": [
|
||||
"Enlace"
|
||||
],
|
||||
"Link created!": [
|
||||
"¡Enlace creado!",
|
||||
"¡Enlaces creados!"
|
||||
],
|
||||
"Link description": [
|
||||
"Descripción del enlace"
|
||||
],
|
||||
@@ -2028,6 +2077,9 @@
|
||||
"Link to note...": [
|
||||
"Enlace a la nota..."
|
||||
],
|
||||
"Links": [
|
||||
"Enlaces"
|
||||
],
|
||||
"List item": [
|
||||
"Elemento de lista"
|
||||
],
|
||||
@@ -2046,6 +2098,9 @@
|
||||
"Log": [
|
||||
"Registro"
|
||||
],
|
||||
"Log in with your web browser": [
|
||||
"Inicie sesión con su navegador"
|
||||
],
|
||||
"Login to Joplin Cloud.": [
|
||||
"Inicie sesión en Joplin Cloud."
|
||||
],
|
||||
@@ -2182,8 +2237,8 @@
|
||||
"La mayoría de los plugins tienen código fuente disponible para su revisión en el sitio web del plugin."
|
||||
],
|
||||
"Move %d note to notebook \"%s\"?": [
|
||||
"¿Desea mover %d notas a libreta «%s»?",
|
||||
"¿Desea mover %d notas a libreta «%s»?"
|
||||
"¿Mover %d nota a la libreta \"%s\"?",
|
||||
"¿Mover %d nota a la libreta \"%s\"?"
|
||||
],
|
||||
"Move down": [
|
||||
"Mover hacia abajo"
|
||||
@@ -2210,7 +2265,7 @@
|
||||
"Mover hacia arriba"
|
||||
],
|
||||
"Moves the given <item> to [notebook]": [
|
||||
"Mueve la nota <nota> a [libreta]"
|
||||
"Mueve el <item> dado a [notebook]"
|
||||
],
|
||||
"n": [
|
||||
"n"
|
||||
@@ -2254,9 +2309,6 @@
|
||||
"New sub-notebook": [
|
||||
"Nueva sublibreta"
|
||||
],
|
||||
"New tags:": [
|
||||
"Nuevas etiquetas:"
|
||||
],
|
||||
"New to-do": [
|
||||
"Nueva tarea"
|
||||
],
|
||||
@@ -2266,6 +2318,9 @@
|
||||
"next": [
|
||||
"siguiente"
|
||||
],
|
||||
"Next": [
|
||||
"Siguiente"
|
||||
],
|
||||
"Next match": [
|
||||
"Siguiente coincidencia"
|
||||
],
|
||||
@@ -2311,6 +2366,9 @@
|
||||
"No results": [
|
||||
"Sin resultados"
|
||||
],
|
||||
"No revision selected": [
|
||||
"No se ha seleccionado ninguna revisión"
|
||||
],
|
||||
"No such command: %s": [
|
||||
"El comando no existe: %s"
|
||||
],
|
||||
@@ -2321,7 +2379,7 @@
|
||||
"Ninguna pestaña seleccionada"
|
||||
],
|
||||
"No text editor is defined. Please set it using `config editor <editor-path>`": [
|
||||
"No hay editor de texto definido. Por favor configure uno usando `config editor <editor-ruta>`"
|
||||
"No hay editor de texto definido. Por favor configure uno usando `config editor <editor-path>`"
|
||||
],
|
||||
"No updates available": [
|
||||
"No hay actualizaciones disponibles"
|
||||
@@ -2374,9 +2432,15 @@
|
||||
"Note has been saved.": [
|
||||
"Se ha guardado la nota."
|
||||
],
|
||||
"Note history": [
|
||||
"Historial de nota"
|
||||
],
|
||||
"Note History": [
|
||||
"Historial de nota"
|
||||
],
|
||||
"Note history has been deleted.": [
|
||||
"Se ha eliminado el historial de notas."
|
||||
],
|
||||
"Note is not a to-do: \"%s\"": [
|
||||
"La nota no es una tarea: «%s»"
|
||||
],
|
||||
@@ -2446,9 +2510,6 @@
|
||||
"OCR: Language data URL or path": [
|
||||
"OCR: URL o ruta de datos de idioma"
|
||||
],
|
||||
"Ok": [
|
||||
""
|
||||
],
|
||||
"OK": [
|
||||
"OK"
|
||||
],
|
||||
@@ -2609,6 +2670,9 @@
|
||||
"Permission needed": [
|
||||
"Se necesita permiso"
|
||||
],
|
||||
"Photo %d": [
|
||||
""
|
||||
],
|
||||
"Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
|
||||
"Haga click en \"%s\" para proceder, o indique las contraseñas en la lista \"%s\" debajo."
|
||||
],
|
||||
@@ -2652,7 +2716,7 @@
|
||||
"Por favor espere a que todos los adjuntos hayan sido descargados y descifrados. Puede también cambiar a %s para editar la nota."
|
||||
],
|
||||
"Please wait while we load your organisation sign-in page...": [
|
||||
""
|
||||
"Espere mientras cargamos la página de inicio de sesión de su organización..."
|
||||
],
|
||||
"Please wait...": [
|
||||
"Por favor espere..."
|
||||
@@ -2694,7 +2758,7 @@
|
||||
"Valores posibles: %s."
|
||||
],
|
||||
"Prefer JSON output.": [
|
||||
""
|
||||
"Prefiera la salida JSON."
|
||||
],
|
||||
"Preferences": [
|
||||
"Preferencias"
|
||||
@@ -2732,6 +2796,9 @@
|
||||
"Previous match": [
|
||||
"Anterior coincidencia"
|
||||
],
|
||||
"Previous versions": [
|
||||
"Versiones anteriores"
|
||||
],
|
||||
"Previous versions of this note": [
|
||||
"Versiones anteriores de esta nota"
|
||||
],
|
||||
@@ -2792,6 +2859,9 @@
|
||||
"Public-private key pair:": [
|
||||
"Par de claves públicas y privadas:"
|
||||
],
|
||||
"Publish Note": [
|
||||
"Publicar nota"
|
||||
],
|
||||
"Publish note...": [
|
||||
"Publicar nota..."
|
||||
],
|
||||
@@ -2802,7 +2872,7 @@
|
||||
"Publicar notas en Internet"
|
||||
],
|
||||
"Publish/unpublish": [
|
||||
""
|
||||
"Publicar/despublicar"
|
||||
],
|
||||
"QR Code": [
|
||||
"Código QR"
|
||||
@@ -2870,6 +2940,9 @@
|
||||
"Reject": [
|
||||
"Rechazar"
|
||||
],
|
||||
"Rejecting share...": [
|
||||
"Rechazar la acción..."
|
||||
],
|
||||
"Remove": [
|
||||
"Eliminar"
|
||||
],
|
||||
@@ -2882,6 +2955,9 @@
|
||||
"Remove this search from the sidebar?": [
|
||||
"¿Desea eliminar esta búsqueda de la barra lateral?"
|
||||
],
|
||||
"Removed %s from share.": [
|
||||
"Eliminado %s del recurso compartido."
|
||||
],
|
||||
"Rename": [
|
||||
"Renombrar"
|
||||
],
|
||||
@@ -2892,7 +2968,7 @@
|
||||
"Renombrar etiqueta:"
|
||||
],
|
||||
"Renames the given <item> (note or notebook) to <name>.": [
|
||||
"Renombra el <elemento> dado (nota o libreta) a <nombre>."
|
||||
"Renombra el <item> dado (nota o libreta) a <name>."
|
||||
],
|
||||
"Renew token": [
|
||||
"Renovar token"
|
||||
@@ -2970,7 +3046,7 @@
|
||||
"Restaurar libreta"
|
||||
],
|
||||
"Restore the items matching <pattern> from the trash.": [
|
||||
"Restaure los elementos que coincidan <pattern> desde la papelera."
|
||||
"Restaure los elementos que coincidan con <pattern> desde la papelera."
|
||||
],
|
||||
"Restored items": [
|
||||
"Objetos restaurados"
|
||||
@@ -2996,6 +3072,9 @@
|
||||
"Reverses the sorting order.": [
|
||||
"Invierte el orden."
|
||||
],
|
||||
"Revision:": [
|
||||
"Revisión:"
|
||||
],
|
||||
"Revision: %s (%s)": [
|
||||
"Revisión: %s (%s)"
|
||||
],
|
||||
@@ -3087,7 +3166,7 @@
|
||||
"Buscar:"
|
||||
],
|
||||
"Searches for the given <pattern> in all the notes.": [
|
||||
"Busca el <patrón> dado en todas las notas."
|
||||
"Busca el <patern> dado en todas las notas."
|
||||
],
|
||||
"See changelog": [
|
||||
"Historial de cambios"
|
||||
@@ -3098,6 +3177,9 @@
|
||||
"Select": [
|
||||
"Seleccione"
|
||||
],
|
||||
"Select a revision...": [
|
||||
"Seleccione una revisión..."
|
||||
],
|
||||
"Select all": [
|
||||
"Seleccionar todo"
|
||||
],
|
||||
@@ -3117,7 +3199,7 @@
|
||||
"Selecciona una libreta"
|
||||
],
|
||||
"Self-hosted": [
|
||||
""
|
||||
"Autohospedado"
|
||||
],
|
||||
"Send bug report": [
|
||||
"Enviar informe de error"
|
||||
@@ -3144,7 +3226,7 @@
|
||||
"Establecer la contraseña"
|
||||
],
|
||||
"Sets the property <name> of the given <note> to the given [value]. Possible properties are:\n\n%s": [
|
||||
"Asigna la propiedad <nombre> de la <nota> dada al [valor] dado. Propiedades posibles son:\n\n%s"
|
||||
"Asigna la propiedad <name> de la <note> dada al [value] dada. Propiedades posibles son:\n\n%s"
|
||||
],
|
||||
"Settings": [
|
||||
"Ajustes"
|
||||
@@ -3177,7 +3259,7 @@
|
||||
"Acciones"
|
||||
],
|
||||
"Shares or unshares the specified [notebook] with [user]. Requires Joplin Cloud or Joplin Server.": [
|
||||
""
|
||||
"Comparte o deja de compartir la [notebook] especificado con [user]. Requiere Joplin Cloud o Joplin Server."
|
||||
],
|
||||
"Sharing notebook...": [
|
||||
"Compartiendo libreta..."
|
||||
@@ -3297,11 +3379,14 @@
|
||||
"Ordenar líneas seleccionadas"
|
||||
],
|
||||
"Sorts the item by <field> (eg. title, updated_time, created_time).": [
|
||||
"Ordena los elementos por <campo> (ej. title, updated_time, created_time)."
|
||||
"Ordena los elementos por <field> (ej. title, updated_time, created_time)."
|
||||
],
|
||||
"Source": [
|
||||
"Origen"
|
||||
],
|
||||
"Source code available": [
|
||||
"Código fuente disponible"
|
||||
],
|
||||
"Source format: %s": [
|
||||
"Formato de origen: %s"
|
||||
],
|
||||
@@ -3428,11 +3513,14 @@
|
||||
"Switch to the legacy editor": [
|
||||
"Cambiar al editor heredado"
|
||||
],
|
||||
"Switch to the new editor": [
|
||||
"Cambiar al nuevo editor"
|
||||
],
|
||||
"Switch to to-do type": [
|
||||
"Cambiar a tarea"
|
||||
],
|
||||
"Switches to [notebook] - all further operations will happen within this notebook.": [
|
||||
"Cambia a [libreta] - todas las demás operaciones se realizarán en esta libreta."
|
||||
"Cambia a [notebook] - todas las demás operaciones se realizarán en esta libreta."
|
||||
],
|
||||
"Sync as many devices as you want": [
|
||||
"Sincronice todos los dispositivos que desee"
|
||||
@@ -3503,9 +3591,6 @@
|
||||
"Tabloid": [
|
||||
"Tabloide"
|
||||
],
|
||||
"tag1, tag2, ...": [
|
||||
"etiqueta1, etiqueta2, ..."
|
||||
],
|
||||
"Tagged: %d.": [
|
||||
"Etiquetado: %d."
|
||||
],
|
||||
@@ -3595,7 +3680,7 @@
|
||||
"Las claves con estos identificadores se utilizan para encriptar algunos de tus elementos, aunque la aplicación no tiene acceso a ellas actualmente. Es probable que con el tiempo se descarguen a través de la sincronización."
|
||||
],
|
||||
"The legacy Markdown editor appears to have crashed due to an incompatibility with a plugin. We recommend using the new editor.": [
|
||||
""
|
||||
"El editor Markdown heredado parece haberse bloqueado debido a una incompatibilidad con un complemento. Recomendamos utilizar el nuevo editor."
|
||||
],
|
||||
"The master key has been upgraded successfully!": [
|
||||
"¡La clave maestra ha sido actualizada exitosamente!"
|
||||
@@ -3680,7 +3765,7 @@
|
||||
"No hay datos para exportar."
|
||||
],
|
||||
"There was a [conflict](%s) on the attachment below.\n\n%s": [
|
||||
"Ha habido un [conflicto](%s) en el adjunto siguiente:.\n\n%s"
|
||||
"Ha habido un [conflict](%s) en el adjunto siguiente:.\n\n%s"
|
||||
],
|
||||
"There was an error downloading this attachment:": [
|
||||
"Ha habido un error al descargar este adjunto:"
|
||||
@@ -3709,6 +3794,15 @@
|
||||
"This drawing may have unsaved changes.": [
|
||||
"Es posible que este dibujo tenga cambios no guardados."
|
||||
],
|
||||
"This feature is disabled by default, you need to manually enable it by turning on the option to 'Enable handwritten transcription'.": [
|
||||
""
|
||||
],
|
||||
"This feature is only available on Joplin Cloud and Joplin Server.": [
|
||||
""
|
||||
],
|
||||
"This image type is not supported by the recognition system.": [
|
||||
""
|
||||
],
|
||||
"This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": [
|
||||
"Esta es una herramienta avanzada para mostrar los adjuntos vinculados a sus notas. Por favor, tenga cuidado al eliminar alguno de ellos, ya que no pueden ser recuperados después."
|
||||
],
|
||||
@@ -3736,6 +3830,9 @@
|
||||
"This note has no history": [
|
||||
"Esta nota no tiene historial"
|
||||
],
|
||||
"This note is in HTML format. Convert it to Markdown to edit it more easily.": [
|
||||
""
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
"Este plugin no es compatible con %s."
|
||||
],
|
||||
@@ -3775,9 +3872,15 @@
|
||||
"To allow Joplin to synchronise with Joplin Cloud, please login using this URL:": [
|
||||
"Para permitir que Joplin se sincronice con Joplin Cloud, inicie sesión con esta URL:"
|
||||
],
|
||||
"To allow Joplin to synchronise with your account, please follow these steps:": [
|
||||
"Para permitir que Joplin se sincronice con su cuenta, siga estos pasos:"
|
||||
],
|
||||
"To continue, please enter your master password below.": [
|
||||
"Para continuar, por favor, introduzca su contraseña maestra a continuación."
|
||||
],
|
||||
"To create a new tag, type the name and press enter.": [
|
||||
""
|
||||
],
|
||||
"To delete a tag, untag the associated notes.": [
|
||||
"Para eliminar una etiqueta, desmarque las notas asociadas."
|
||||
],
|
||||
@@ -3890,7 +3993,7 @@
|
||||
"Intentar ahora"
|
||||
],
|
||||
"Type `help [command]` for more information about a command; or type `help all` for the complete usage information.": [
|
||||
"Escriba `help [comando]` para obtener más información sobre el comando o escriba `help all` para obtener toda la información acerca del uso del programa."
|
||||
"Escriba `help [command]` para obtener más información sobre el comando o escriba `help all` para obtener toda la información acerca del uso del programa."
|
||||
],
|
||||
"Type `joplin help` for usage information.": [
|
||||
"Escriba `joplin help` para mostrar información de uso."
|
||||
@@ -3901,9 +4004,6 @@
|
||||
"Type a note title to search for it.": [
|
||||
"Escriba el título de una nota para buscarla."
|
||||
],
|
||||
"Type new tags or select from list": [
|
||||
"Escriba nuevas etiquetas o selecciónelas de la lista"
|
||||
],
|
||||
"Type: %s.": [
|
||||
"Tipo: %s."
|
||||
],
|
||||
@@ -3943,6 +4043,12 @@
|
||||
"Unordered list": [
|
||||
"Lista desordenada"
|
||||
],
|
||||
"Unpublish": [
|
||||
"Despublicar"
|
||||
],
|
||||
"Unpublish \"%s\"": [
|
||||
"Cancelar la publicación de \"%s\""
|
||||
],
|
||||
"Unpublish note": [
|
||||
"Despublicar nota"
|
||||
],
|
||||
@@ -3950,7 +4056,7 @@
|
||||
"Dejar de compartir"
|
||||
],
|
||||
"Unshare notebook \"%s\"? This may cause other users to lose access to the notebook.": [
|
||||
""
|
||||
"¿Dejar de compartir la libreta \"%s\"? Esto puede hacer que otros usuarios pierdan el acceso a la libreta."
|
||||
],
|
||||
"Unshare this notebook? The recipients will no longer have access to its content.": [
|
||||
"¿Dejar de compartir esta libreta? Los destinatarios ya no tendrán acceso a su contenido."
|
||||
@@ -4075,6 +4181,9 @@
|
||||
"Viewer": [
|
||||
"Visor"
|
||||
],
|
||||
"Viewer and Rich Text Editor font family": [
|
||||
"Familia de fuentes del visor y del editor de texto enriquecido"
|
||||
],
|
||||
"Viewer font size": [
|
||||
"Tamaño de fuente del visor"
|
||||
],
|
||||
@@ -4090,12 +4199,18 @@
|
||||
"Voice typing...": [
|
||||
"Escritura por voz..."
|
||||
],
|
||||
"Voice typing: Glossary": [
|
||||
"Escritura por voz: Glosario"
|
||||
],
|
||||
"Vosk": [
|
||||
"Vosk"
|
||||
],
|
||||
"Waiting for authorisation...": [
|
||||
"A la espera de la autorización..."
|
||||
],
|
||||
"Waiting: Notebook %s from %s": [
|
||||
"Esperando: Libreta%s de %s"
|
||||
],
|
||||
"Warning": [
|
||||
"Advertencia"
|
||||
],
|
||||
@@ -4178,10 +4293,10 @@
|
||||
"Ha iniciado sesión en Joplin Cloud, puede salir de esta pantalla ahora."
|
||||
],
|
||||
"You are now logged into your account.": [
|
||||
""
|
||||
"Ya ha iniciado sesión en su cuenta."
|
||||
],
|
||||
"You are now using the latest version of the Markdown editor.": [
|
||||
""
|
||||
"Ahora está utilizando la última versión del editor Markdown."
|
||||
],
|
||||
"You are running the Intel version of Joplin on an Apple Silicon processor. Download the Apple Silicon one for better performance.": [
|
||||
"Estás ejecutando la versión Intel de Joplin en un procesador Apple Silicon. Descarga la versión Apple Silicon para un mejor rendimiento."
|
||||
|
@@ -170,15 +170,18 @@
|
||||
"Add recipient:": [
|
||||
""
|
||||
],
|
||||
"Add tag %s to note": [
|
||||
""
|
||||
],
|
||||
"Add title": [
|
||||
"Pealkirja lisamine"
|
||||
],
|
||||
"Add to dictionary": [
|
||||
""
|
||||
],
|
||||
"Added tag: %s": [
|
||||
""
|
||||
],
|
||||
"Adds tag": [
|
||||
""
|
||||
],
|
||||
"Admin": [
|
||||
""
|
||||
],
|
||||
@@ -266,6 +269,9 @@
|
||||
"Aritim Dark": [
|
||||
""
|
||||
],
|
||||
"Associated tags:": [
|
||||
""
|
||||
],
|
||||
"At present, Joplin Web can only be open in one tab at a time. Please close the other instance of Joplin.": [
|
||||
""
|
||||
],
|
||||
@@ -651,6 +657,9 @@
|
||||
"Default": [
|
||||
"Vaikimisi"
|
||||
],
|
||||
"Default title to use for documents created by the scanner.": [
|
||||
""
|
||||
],
|
||||
"Default: %s": [
|
||||
"Default: %s"
|
||||
],
|
||||
@@ -744,9 +753,15 @@
|
||||
"Do not ask for confirmation.": [
|
||||
"Ära küsi kinnitust."
|
||||
],
|
||||
"Document scanner: Title template": [
|
||||
""
|
||||
],
|
||||
"Don't allow the share recipient to write to the shared notebook. Valid only for the `add` subcommand.": [
|
||||
""
|
||||
],
|
||||
"Don't show this message again": [
|
||||
""
|
||||
],
|
||||
"Done": [
|
||||
""
|
||||
],
|
||||
@@ -798,6 +813,9 @@
|
||||
"Edit": [
|
||||
"Muuda"
|
||||
],
|
||||
"Edit as Rich Text": [
|
||||
""
|
||||
],
|
||||
"Edit note.": [
|
||||
"Redigeeri märkust."
|
||||
],
|
||||
@@ -1433,9 +1451,6 @@
|
||||
"New sub-notebook": [
|
||||
"Uus alammärkmik"
|
||||
],
|
||||
"New tags:": [
|
||||
"Uued sildid:"
|
||||
],
|
||||
"New version: %s": [
|
||||
"Uus versioon: %s"
|
||||
],
|
||||
@@ -1559,9 +1574,6 @@
|
||||
"OCR: Clear cache and re-download language data files": [
|
||||
""
|
||||
],
|
||||
"Ok": [
|
||||
""
|
||||
],
|
||||
"OK": [
|
||||
"OK"
|
||||
],
|
||||
@@ -1649,6 +1661,9 @@
|
||||
"Per user. Minimum of 2 users.": [
|
||||
""
|
||||
],
|
||||
"Photo %d": [
|
||||
""
|
||||
],
|
||||
"Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
|
||||
""
|
||||
],
|
||||
@@ -1802,6 +1817,9 @@
|
||||
"Re-upload local data to sync target": [
|
||||
""
|
||||
],
|
||||
"Read more": [
|
||||
""
|
||||
],
|
||||
"Read more about it": [
|
||||
""
|
||||
],
|
||||
@@ -1820,6 +1838,9 @@
|
||||
"Recipients:": [
|
||||
""
|
||||
],
|
||||
"Recognize handwritten image": [
|
||||
""
|
||||
],
|
||||
"Recommended": [
|
||||
""
|
||||
],
|
||||
@@ -2234,9 +2255,6 @@
|
||||
"Tab moves focus": [
|
||||
""
|
||||
],
|
||||
"tag1, tag2, ...": [
|
||||
""
|
||||
],
|
||||
"Tagged: %d.": [
|
||||
"Sildistatud: %d."
|
||||
],
|
||||
@@ -2385,6 +2403,15 @@
|
||||
"This drawing may have unsaved changes.": [
|
||||
""
|
||||
],
|
||||
"This feature is disabled by default, you need to manually enable it by turning on the option to 'Enable handwritten transcription'.": [
|
||||
""
|
||||
],
|
||||
"This feature is only available on Joplin Cloud and Joplin Server.": [
|
||||
""
|
||||
],
|
||||
"This image type is not supported by the recognition system.": [
|
||||
""
|
||||
],
|
||||
"This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": [
|
||||
""
|
||||
],
|
||||
@@ -2397,6 +2424,9 @@
|
||||
"This note has no history": [
|
||||
"Sellel märkel pole ajalugu"
|
||||
],
|
||||
"This note is in HTML format. Convert it to Markdown to edit it more easily.": [
|
||||
""
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
@@ -2424,6 +2454,9 @@
|
||||
"title": [
|
||||
"pealkiri"
|
||||
],
|
||||
"To create a new tag, type the name and press enter.": [
|
||||
""
|
||||
],
|
||||
"To delete a tag, untag the associated notes.": [
|
||||
"Sildi kustutamiseks eemaldage märkmed seotud silt."
|
||||
],
|
||||
@@ -2490,9 +2523,6 @@
|
||||
"Type `joplin help` for usage information.": [
|
||||
"Sisestage `joplin help` kasutusteabe jaoks ."
|
||||
],
|
||||
"Type new tags or select from list": [
|
||||
"Tippige uued sildid või valige loendist"
|
||||
],
|
||||
"Type: %s.": [
|
||||
"Tüüp: %s."
|
||||
],
|
||||
|
@@ -165,10 +165,13 @@
|
||||
"Add recipient:": [
|
||||
""
|
||||
],
|
||||
"Add tag %s to note": [
|
||||
"Add to dictionary": [
|
||||
""
|
||||
],
|
||||
"Add to dictionary": [
|
||||
"Added tag: %s": [
|
||||
""
|
||||
],
|
||||
"Adds tag": [
|
||||
""
|
||||
],
|
||||
"Admin": [
|
||||
@@ -255,6 +258,9 @@
|
||||
"Aritim Dark": [
|
||||
""
|
||||
],
|
||||
"Associated tags:": [
|
||||
""
|
||||
],
|
||||
"At present, Joplin Web can only be open in one tab at a time. Please close the other instance of Joplin.": [
|
||||
""
|
||||
],
|
||||
@@ -474,6 +480,9 @@
|
||||
"Code View": [
|
||||
""
|
||||
],
|
||||
"Code:": [
|
||||
""
|
||||
],
|
||||
"Collapsed": [
|
||||
""
|
||||
],
|
||||
@@ -670,6 +679,9 @@
|
||||
"Decrease indent level": [
|
||||
""
|
||||
],
|
||||
"Default title to use for documents created by the scanner.": [
|
||||
""
|
||||
],
|
||||
"Default: %s": [
|
||||
"Lehenetsia: %s"
|
||||
],
|
||||
@@ -775,9 +787,15 @@
|
||||
"Do not ask for confirmation.": [
|
||||
"Ez galdetu berresteko."
|
||||
],
|
||||
"Document scanner: Title template": [
|
||||
""
|
||||
],
|
||||
"Don't allow the share recipient to write to the shared notebook. Valid only for the `add` subcommand.": [
|
||||
""
|
||||
],
|
||||
"Don't show this message again": [
|
||||
""
|
||||
],
|
||||
"Donate, website": [
|
||||
""
|
||||
],
|
||||
@@ -838,6 +856,12 @@
|
||||
"Edit": [
|
||||
"Editatu"
|
||||
],
|
||||
"Edit as Markdown": [
|
||||
""
|
||||
],
|
||||
"Edit as Rich Text": [
|
||||
""
|
||||
],
|
||||
"Edit note.": [
|
||||
"Oharra editatu."
|
||||
],
|
||||
@@ -910,6 +934,9 @@
|
||||
"Enable Fountain syntax support": [
|
||||
""
|
||||
],
|
||||
"Enable HTML-to-Markdown conversion banner": [
|
||||
""
|
||||
],
|
||||
"Enable markdown emoji": [
|
||||
""
|
||||
],
|
||||
@@ -1054,9 +1081,6 @@
|
||||
"Filter": [
|
||||
""
|
||||
],
|
||||
"Filter tags": [
|
||||
""
|
||||
],
|
||||
"Finishes recording": [
|
||||
""
|
||||
],
|
||||
@@ -1165,6 +1189,9 @@
|
||||
"Hide disabled keys": [
|
||||
""
|
||||
],
|
||||
"Hides warning": [
|
||||
""
|
||||
],
|
||||
"Highlight": [
|
||||
""
|
||||
],
|
||||
@@ -1532,9 +1559,6 @@
|
||||
"New notebook \"%s\" will be created and file \"%s\" will be imported into it": [
|
||||
"\"%s\" koaderno berria sortuko da eta \"%s\" Fitxategia inportatuko da bertara"
|
||||
],
|
||||
"New tags:": [
|
||||
""
|
||||
],
|
||||
"New to-do": [
|
||||
"Zeregin berria"
|
||||
],
|
||||
@@ -1586,6 +1610,9 @@
|
||||
"No suggestions": [
|
||||
""
|
||||
],
|
||||
"No tags": [
|
||||
""
|
||||
],
|
||||
"No text editor is defined. Please set it using `config editor <editor-path>`": [
|
||||
"Testu editorerik ez dago definituta. Egin hau erabilita, mesedez: `config editor <editorearen-helbidea>`"
|
||||
],
|
||||
@@ -1652,9 +1679,6 @@
|
||||
"OCR: Clear cache and re-download language data files": [
|
||||
""
|
||||
],
|
||||
"Ok": [
|
||||
""
|
||||
],
|
||||
"OK": [
|
||||
"OK"
|
||||
],
|
||||
@@ -1736,6 +1760,9 @@
|
||||
"Permission needed": [
|
||||
""
|
||||
],
|
||||
"Photo %d": [
|
||||
""
|
||||
],
|
||||
"Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
|
||||
""
|
||||
],
|
||||
@@ -1913,6 +1940,9 @@
|
||||
"Re-upload local data to sync target": [
|
||||
""
|
||||
],
|
||||
"Read more": [
|
||||
""
|
||||
],
|
||||
"Read more about it": [
|
||||
""
|
||||
],
|
||||
@@ -1931,6 +1961,9 @@
|
||||
"Recipients:": [
|
||||
""
|
||||
],
|
||||
"Recognize handwritten image": [
|
||||
""
|
||||
],
|
||||
"Recommended": [
|
||||
""
|
||||
],
|
||||
@@ -2348,9 +2381,6 @@
|
||||
"Tabloid": [
|
||||
""
|
||||
],
|
||||
"tag1, tag2, ...": [
|
||||
""
|
||||
],
|
||||
"Tagged: %d.": [
|
||||
"Etiketatuta: %d."
|
||||
],
|
||||
@@ -2433,6 +2463,9 @@
|
||||
"The note \"%s\" has been successfully restored to the notebook \"%s\".": [
|
||||
""
|
||||
],
|
||||
"The note has been converted to Markdown and the original note has been moved to the trash": [
|
||||
""
|
||||
],
|
||||
"The note was successfully moved to the trash.": [
|
||||
"",
|
||||
""
|
||||
@@ -2530,6 +2563,15 @@
|
||||
"This drawing may have unsaved changes.": [
|
||||
""
|
||||
],
|
||||
"This feature is disabled by default, you need to manually enable it by turning on the option to 'Enable handwritten transcription'.": [
|
||||
""
|
||||
],
|
||||
"This feature is only available on Joplin Cloud and Joplin Server.": [
|
||||
""
|
||||
],
|
||||
"This image type is not supported by the recognition system.": [
|
||||
""
|
||||
],
|
||||
"This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": [
|
||||
""
|
||||
],
|
||||
@@ -2542,6 +2584,9 @@
|
||||
"This note has no content. Click on \"%s\" to toggle the editor and edit the note.": [
|
||||
""
|
||||
],
|
||||
"This note is in HTML format. Convert it to Markdown to edit it more easily.": [
|
||||
""
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
@@ -2578,6 +2623,9 @@
|
||||
"To allow Joplin to synchronise with your account, please follow these steps:": [
|
||||
""
|
||||
],
|
||||
"To create a new tag, type the name and press enter.": [
|
||||
""
|
||||
],
|
||||
"To delete a tag, untag the associated notes.": [
|
||||
"Etiketa ezabatzeko, kendu etiketa duten oharrei"
|
||||
],
|
||||
@@ -2638,9 +2686,6 @@
|
||||
"Type a note title to search for it.": [
|
||||
""
|
||||
],
|
||||
"Type new tags or select from list": [
|
||||
""
|
||||
],
|
||||
"Type: %s.": [
|
||||
"Idatz: %s."
|
||||
],
|
||||
|
@@ -206,15 +206,18 @@
|
||||
"Add recipient:": [
|
||||
"افزودن دریافت کننده:"
|
||||
],
|
||||
"Add tag %s to note": [
|
||||
""
|
||||
],
|
||||
"Add title": [
|
||||
"افزودن عنوان"
|
||||
],
|
||||
"Add to dictionary": [
|
||||
"افزودن به لغتنامه"
|
||||
],
|
||||
"Added tag: %s": [
|
||||
""
|
||||
],
|
||||
"Adds tag": [
|
||||
""
|
||||
],
|
||||
"Admin": [
|
||||
"مدیر"
|
||||
],
|
||||
@@ -308,6 +311,9 @@
|
||||
"Aritim Dark": [
|
||||
"Aritim Dark"
|
||||
],
|
||||
"Associated tags:": [
|
||||
""
|
||||
],
|
||||
"At present, Joplin Web can only be open in one tab at a time. Please close the other instance of Joplin.": [
|
||||
""
|
||||
],
|
||||
@@ -861,6 +867,9 @@
|
||||
"Default": [
|
||||
"پیشفرض"
|
||||
],
|
||||
"Default title to use for documents created by the scanner.": [
|
||||
""
|
||||
],
|
||||
"Default: %s": [
|
||||
"پیشفرض: %s"
|
||||
],
|
||||
@@ -1008,9 +1017,15 @@
|
||||
"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.": [
|
||||
"گذرواژه را از دست ندهید زیرا، برای اهداف امنیتی، این *تنها* راه برای رمزگشایی داده ها خواهد بود! برای فعال نمودن رمزنگاری، لطفا گذرواژه خود را در زیر وارد نمایید."
|
||||
],
|
||||
"Document scanner: Title template": [
|
||||
""
|
||||
],
|
||||
"Don't allow the share recipient to write to the shared notebook. Valid only for the `add` subcommand.": [
|
||||
""
|
||||
],
|
||||
"Don't show this message again": [
|
||||
""
|
||||
],
|
||||
"Donate, website": [
|
||||
"کمک مالی، وبسایت"
|
||||
],
|
||||
@@ -1080,6 +1095,9 @@
|
||||
"Edit": [
|
||||
"ویرایش"
|
||||
],
|
||||
"Edit as Rich Text": [
|
||||
""
|
||||
],
|
||||
"Edit link": [
|
||||
"ویرایش لینک"
|
||||
],
|
||||
@@ -1392,9 +1410,6 @@
|
||||
"Filter": [
|
||||
"فیلتر"
|
||||
],
|
||||
"Filter tags": [
|
||||
"فیلتر برچسبها"
|
||||
],
|
||||
"Find: ": [
|
||||
"یافتشده: "
|
||||
],
|
||||
@@ -2063,9 +2078,6 @@
|
||||
"New sub-notebook": [
|
||||
"دفترچه فرزند جدید"
|
||||
],
|
||||
"New tags:": [
|
||||
"برچسب جدید:"
|
||||
],
|
||||
"New to-do": [
|
||||
"فهرست کار جدید"
|
||||
],
|
||||
@@ -2240,9 +2252,6 @@
|
||||
"OCR: Clear cache and re-download language data files": [
|
||||
""
|
||||
],
|
||||
"Ok": [
|
||||
""
|
||||
],
|
||||
"OK": [
|
||||
"باشه"
|
||||
],
|
||||
@@ -2375,6 +2384,9 @@
|
||||
"Permission needed": [
|
||||
"مجوز استفاده مورد نیاز است"
|
||||
],
|
||||
"Photo %d": [
|
||||
""
|
||||
],
|
||||
"Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
|
||||
"لطفاً برای ادامه روی «%s» کلیک کنید یا گذرواژهها را در لیست «%s» زیر تنظیم نمایید."
|
||||
],
|
||||
@@ -3197,9 +3209,6 @@
|
||||
"Tabloid": [
|
||||
"چکیده"
|
||||
],
|
||||
"tag1, tag2, ...": [
|
||||
"برچسب 1، برچسب 2، ..."
|
||||
],
|
||||
"Tagged: %d.": [
|
||||
"برچسب گذاری شده: %d."
|
||||
],
|
||||
@@ -3400,6 +3409,15 @@
|
||||
"This drawing may have unsaved changes.": [
|
||||
"این طراحی ممکن است دارای تغییرات ذخیره نشده باشد."
|
||||
],
|
||||
"This feature is disabled by default, you need to manually enable it by turning on the option to 'Enable handwritten transcription'.": [
|
||||
""
|
||||
],
|
||||
"This feature is only available on Joplin Cloud and Joplin Server.": [
|
||||
""
|
||||
],
|
||||
"This image type is not supported by the recognition system.": [
|
||||
""
|
||||
],
|
||||
"This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": [
|
||||
"این یک ابزار پیشرفته برای نشان دادن پیوستهایی است که به یادداشتهای شما پیوند داده شدهاند. لطفاً هنگام حذف یکی از آنها مراقب باشید زیرا پس از آن قابل بازیابی نیستند."
|
||||
],
|
||||
@@ -3427,6 +3445,9 @@
|
||||
"This note has no history": [
|
||||
"این یادداشت هیچ تاریخچه ای ندارد"
|
||||
],
|
||||
"This note is in HTML format. Convert it to Markdown to edit it more easily.": [
|
||||
""
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
"این افزونه %s را پشتیبانی نمی کند."
|
||||
],
|
||||
@@ -3469,6 +3490,9 @@
|
||||
"To continue, please enter your master password below.": [
|
||||
"برای ادامه، لطفاً گذرواژه اصلی خود را در زیر وارد نمایید."
|
||||
],
|
||||
"To create a new tag, type the name and press enter.": [
|
||||
""
|
||||
],
|
||||
"To delete a tag, untag the associated notes.": [
|
||||
"برای حذف یک برچسب، این برچسب را از یادداشت های مرتبط پاک کنید."
|
||||
],
|
||||
@@ -3574,9 +3598,6 @@
|
||||
"Type a note title or part of its content to jump to it. Or type # followed by a tag name, or @ followed by a notebook name. Or type : to search for commands.": [
|
||||
"عنوان یادداشت یا بخشی از محتوای آن را تایپ کنید تا به آن بروید. یا # به دنبال نام برچسب یا @ و به دنبال آن نام دفترچه را تایپ کنید. یا برای جستجوی دستورات، دستور «:» تایپ نمایید."
|
||||
],
|
||||
"Type new tags or select from list": [
|
||||
"برچسبهای جدید را تایپ کنید یا از لیست انتخاب کنید"
|
||||
],
|
||||
"Type: %s.": [
|
||||
"نوع: %s."
|
||||
],
|
||||
|
@@ -191,15 +191,18 @@
|
||||
"Add recipient:": [
|
||||
"Lisää vastaanottaja:"
|
||||
],
|
||||
"Add tag %s to note": [
|
||||
""
|
||||
],
|
||||
"Add title": [
|
||||
"Lisää otsikko"
|
||||
],
|
||||
"Add to dictionary": [
|
||||
"Lisää sanakirjaan"
|
||||
],
|
||||
"Added tag: %s": [
|
||||
""
|
||||
],
|
||||
"Adds tag": [
|
||||
""
|
||||
],
|
||||
"Admin": [
|
||||
"Ylläpitäjä"
|
||||
],
|
||||
@@ -284,6 +287,9 @@
|
||||
"Aritim Dark": [
|
||||
"Aritim Dark"
|
||||
],
|
||||
"Associated tags:": [
|
||||
""
|
||||
],
|
||||
"At present, Joplin Web can only be open in one tab at a time. Please close the other instance of Joplin.": [
|
||||
""
|
||||
],
|
||||
@@ -795,6 +801,9 @@
|
||||
"Default": [
|
||||
"Oletus"
|
||||
],
|
||||
"Default title to use for documents created by the scanner.": [
|
||||
""
|
||||
],
|
||||
"Default: %s": [
|
||||
"Oletus: %s"
|
||||
],
|
||||
@@ -933,9 +942,15 @@
|
||||
"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.": [
|
||||
"Älä kadota salasanaa, sillä tämä on turvallisuussyistä *ainoa* tapa purkaa tietojen salaus! Voit ottaa salauksen käyttöön kirjoittamalla salasanasi alle."
|
||||
],
|
||||
"Document scanner: Title template": [
|
||||
""
|
||||
],
|
||||
"Don't allow the share recipient to write to the shared notebook. Valid only for the `add` subcommand.": [
|
||||
""
|
||||
],
|
||||
"Don't show this message again": [
|
||||
""
|
||||
],
|
||||
"Done": [
|
||||
"Valmis"
|
||||
],
|
||||
@@ -996,6 +1011,9 @@
|
||||
"Edit": [
|
||||
"Muokkaa"
|
||||
],
|
||||
"Edit as Rich Text": [
|
||||
""
|
||||
],
|
||||
"Edit link": [
|
||||
"Muokkaa linkkiä"
|
||||
],
|
||||
@@ -1278,9 +1296,6 @@
|
||||
"File system": [
|
||||
"Tiedostojärjestelmä"
|
||||
],
|
||||
"Filter tags": [
|
||||
"Suodata tunnisteet"
|
||||
],
|
||||
"Find: ": [
|
||||
"Etsi: "
|
||||
],
|
||||
@@ -1892,9 +1907,6 @@
|
||||
"New sub-notebook": [
|
||||
"Uusi alimuistikirja"
|
||||
],
|
||||
"New tags:": [
|
||||
"Uudet tunnisteet:"
|
||||
],
|
||||
"New to-do": [
|
||||
"Uusi tehtävä"
|
||||
],
|
||||
@@ -2060,9 +2072,6 @@
|
||||
"OCR: Clear cache and re-download language data files": [
|
||||
""
|
||||
],
|
||||
"Ok": [
|
||||
""
|
||||
],
|
||||
"OK": [
|
||||
"OK"
|
||||
],
|
||||
@@ -2177,6 +2186,9 @@
|
||||
"Permission needed": [
|
||||
"Tarvittava lupa"
|
||||
],
|
||||
"Photo %d": [
|
||||
""
|
||||
],
|
||||
"Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
|
||||
"Jatka napsauttamalla \"%s\" tai aseta salasana oheiseen \"%s\" luetteloon."
|
||||
],
|
||||
@@ -2918,9 +2930,6 @@
|
||||
"Tabloid": [
|
||||
"Tabloid"
|
||||
],
|
||||
"tag1, tag2, ...": [
|
||||
"tunniste1, tunniste2, ..."
|
||||
],
|
||||
"Tagged: %d.": [
|
||||
"Merkityt: %d."
|
||||
],
|
||||
@@ -3095,6 +3104,15 @@
|
||||
"This authorisation token is only needed to allow third-party applications to access Joplin.": [
|
||||
"Tätä valtuutustunnusta tarvitaan vain, jotta kolmannen osapuolen sovellukset voivat käyttää Joplinia."
|
||||
],
|
||||
"This feature is disabled by default, you need to manually enable it by turning on the option to 'Enable handwritten transcription'.": [
|
||||
""
|
||||
],
|
||||
"This feature is only available on Joplin Cloud and Joplin Server.": [
|
||||
""
|
||||
],
|
||||
"This image type is not supported by the recognition system.": [
|
||||
""
|
||||
],
|
||||
"This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": [
|
||||
"Tämä on kehittynyt työkalu muistiinpanoihin linkitettyjen liitteiden näyttämiseen. Ole varovainen, kun poistat yhden niistä, koska niitä ei voi palauttaa jälkeenpäin."
|
||||
],
|
||||
@@ -3110,6 +3128,9 @@
|
||||
"This note has no history": [
|
||||
"Tällä muistiinpanolla ei ole historiaa"
|
||||
],
|
||||
"This note is in HTML format. Convert it to Markdown to edit it more easily.": [
|
||||
""
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
@@ -3149,6 +3170,9 @@
|
||||
"To continue, please enter your master password below.": [
|
||||
"Jatka kirjoittamalla pääsalasanasi alle."
|
||||
],
|
||||
"To create a new tag, type the name and press enter.": [
|
||||
""
|
||||
],
|
||||
"To delete a tag, untag the associated notes.": [
|
||||
"Tunnisteen poistaminen, poista merkinnät muistiinpanoista."
|
||||
],
|
||||
@@ -3245,9 +3269,6 @@
|
||||
"Type a note title or part of its content to jump to it. Or type # followed by a tag name, or @ followed by a notebook name. Or type : to search for commands.": [
|
||||
"Kirjoita muistiinpanon otsikko, jos haluat siirtyä siihen. Voit myös kirjoittaa # ja sen jälkeen tunnisteen nimen tai @ ja sen jälkeen muistikirjan nimen. Voit myös etsiä komentoja kirjoittamalla : ."
|
||||
],
|
||||
"Type new tags or select from list": [
|
||||
"Kirjoita uudet tunnisteet tai valitse luettelosta"
|
||||
],
|
||||
"Type: %s.": [
|
||||
"Tyyppi: %s."
|
||||
],
|
||||
|
@@ -35,7 +35,7 @@
|
||||
"%d notes seront définitivement supprimées. Continuer ?"
|
||||
],
|
||||
"%d photo(s) taken": [
|
||||
""
|
||||
"%d photo(s) prisent"
|
||||
],
|
||||
"%s": [
|
||||
"%s"
|
||||
@@ -76,6 +76,9 @@
|
||||
"%s cannot be less than %s": [
|
||||
"%s ne peut pas être inférieur à %s"
|
||||
],
|
||||
"%s from %s": [
|
||||
"%s de %s"
|
||||
],
|
||||
"%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."
|
||||
],
|
||||
@@ -138,7 +141,7 @@
|
||||
"(Aucun)"
|
||||
],
|
||||
"(Read-only)": [
|
||||
""
|
||||
"(Lecture seule)"
|
||||
],
|
||||
"(wysiwyg: %s)": [
|
||||
"(wysiwyg : %s)"
|
||||
@@ -161,8 +164,11 @@
|
||||
"<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> peut être \"toggle\" ou \"clear\". Utilisez \"toggle\" pour basculer la tâche entre le statut terminé et non terminé (Si la cible est une note, elle sera convertie en tâche). Utilisez \"clear\" pour convertir la tâche en note."
|
||||
],
|
||||
"[None]": [
|
||||
"[Aucun]"
|
||||
],
|
||||
"A comma-separated list of words. May be used for uncommon words, to help voice typing spell them correctly.": [
|
||||
""
|
||||
"Liste de mots séparés par des virgules. Peut être utilisée pour les mots rares, afin de faciliter leur orthographe vocale."
|
||||
],
|
||||
"A new update (%s) is available": [
|
||||
"Une nouvelle mise à jour (%s) est disponible"
|
||||
@@ -197,6 +203,12 @@
|
||||
"Accepted invitations": [
|
||||
"Invitations acceptées"
|
||||
],
|
||||
"Accepted: Notebook %s from %s": [
|
||||
"Accepté : Carnet %s de %s"
|
||||
],
|
||||
"Accepting share...": [
|
||||
"Accepter le partage..."
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
"Accès non autorisé : Veuillez vérifier votre nom d'utilisateur et mot de passe"
|
||||
],
|
||||
@@ -236,8 +248,8 @@
|
||||
"Add recipient:": [
|
||||
"Ajouter destinataire :"
|
||||
],
|
||||
"Add tag %s to note": [
|
||||
"Ajouter l'étiquette %s à la note"
|
||||
"Add tags:": [
|
||||
"Ajouter étiquettes :"
|
||||
],
|
||||
"Add title": [
|
||||
"Ajoutez le titre"
|
||||
@@ -248,6 +260,15 @@
|
||||
"Add to note": [
|
||||
"Ajouter à la note"
|
||||
],
|
||||
"Added new: %s": [
|
||||
"Ajouté nouveau : %s"
|
||||
],
|
||||
"Added tag: %s": [
|
||||
"Etiquette ajoutée : %s"
|
||||
],
|
||||
"Adds tag": [
|
||||
"Ajoute une étiquette"
|
||||
],
|
||||
"Admin": [
|
||||
"Admin"
|
||||
],
|
||||
@@ -279,7 +300,7 @@
|
||||
"Tous les ports sont en cours d'utilisation. Veuillez signaler ce problème sur %s"
|
||||
],
|
||||
"All shared folders:": [
|
||||
""
|
||||
"Tous les carnets partagés :"
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
"Permet le débogage des plugins mobiles. Voir %s pour plus de détails."
|
||||
@@ -338,6 +359,9 @@
|
||||
"Are you sure that you want to restore the default toolbar layout?\nThis cannot be undone.": [
|
||||
"Êtes-vous sûr de vouloir restaurer la disposition par défaut de la barre d'outils ?\nCette opération est irréversible."
|
||||
],
|
||||
"Are you sure you want to delete all history for this note? This cannot be undone.": [
|
||||
"Êtes-vous sûr de vouloir supprimer tout l'historique de cette note ? Cette opération est irréversible."
|
||||
],
|
||||
"Are you sure you want to renew the authorisation token?": [
|
||||
"Êtes-vous sûr de vouloir renouveler le jeton d'authentification ?"
|
||||
],
|
||||
@@ -350,6 +374,9 @@
|
||||
"Aritim Dark": [
|
||||
"Aritim Sombre"
|
||||
],
|
||||
"Associated tags:": [
|
||||
"Etiquettes associés :"
|
||||
],
|
||||
"At present, Joplin Web can only be open in one tab at a time. Please close the other instance of Joplin.": [
|
||||
"Actuellement, Joplin Web ne peut être ouvert que dans un seul onglet à la fois. Veuillez fermer l'autre instance de Joplin."
|
||||
],
|
||||
@@ -635,6 +662,9 @@
|
||||
"Code View": [
|
||||
"Code"
|
||||
],
|
||||
"Code:": [
|
||||
"Code :"
|
||||
],
|
||||
"Collaborate on a notebook with others": [
|
||||
"Collaborer sur des carnets avec d'autres personnes"
|
||||
],
|
||||
@@ -666,7 +696,7 @@
|
||||
"Palette de commandes…"
|
||||
],
|
||||
"Commands: `add`, `remove`, `list`, `delete`, `accept`, `leave`, and `reject`.": [
|
||||
""
|
||||
"Commandes: `add`, `remove`, `list`, `delete`, `accept`, `leave`, et `reject`."
|
||||
],
|
||||
"Compact": [
|
||||
"Simplifié"
|
||||
@@ -723,7 +753,7 @@
|
||||
"Se connecter à Joplin Cloud"
|
||||
],
|
||||
"Connect using your organisation account": [
|
||||
""
|
||||
"Connectez-vous en utilisant le compte de votre organisation"
|
||||
],
|
||||
"Consolidated billing": [
|
||||
"Facturation consolidée"
|
||||
@@ -744,6 +774,12 @@
|
||||
"Control character": [
|
||||
"Caractère de contrôle"
|
||||
],
|
||||
"Convert it": [
|
||||
"Convertir"
|
||||
],
|
||||
"Convert note to Markdown": [
|
||||
"Convertir note en Markdown"
|
||||
],
|
||||
"Convert to note": [
|
||||
"Convertir en note"
|
||||
],
|
||||
@@ -799,6 +835,9 @@
|
||||
"Could not connect to plugin repository.": [
|
||||
"Impossible de télécharger la liste des modules."
|
||||
],
|
||||
"Could not convert note to Markdown: %s": [
|
||||
"Impossible de convertir la note en Markdown : %s"
|
||||
],
|
||||
"Could not export notes: %s": [
|
||||
"Impossible d'exporter les notes : %s"
|
||||
],
|
||||
@@ -829,9 +868,15 @@
|
||||
"Create a notebook": [
|
||||
"Créer un carnet"
|
||||
],
|
||||
"Create new notebook": [
|
||||
"Créer un nouveau carnet"
|
||||
],
|
||||
"Create new profile...": [
|
||||
"Créer un nouveau profil..."
|
||||
],
|
||||
"Create note": [
|
||||
"Créer une note"
|
||||
],
|
||||
"Create notebook": [
|
||||
"Créer un carnet"
|
||||
],
|
||||
@@ -880,6 +925,12 @@
|
||||
"Creating new to-do...": [
|
||||
"Création d'une nouvelle tâche…"
|
||||
],
|
||||
"Creating note \"%s\"...": [
|
||||
"Création de la note « %s »..."
|
||||
],
|
||||
"Creating note.": [
|
||||
"Création de la note."
|
||||
],
|
||||
"Creating report...": [
|
||||
"Création du rapport…"
|
||||
],
|
||||
@@ -949,6 +1000,9 @@
|
||||
"Default": [
|
||||
"Défaut"
|
||||
],
|
||||
"Default title to use for documents created by the scanner.": [
|
||||
"Titre par défaut à utiliser pour les documents créés par le scanner."
|
||||
],
|
||||
"Default: %s": [
|
||||
"Défaut : %s"
|
||||
],
|
||||
@@ -964,6 +1018,9 @@
|
||||
"Delete expired tokens": [
|
||||
"Supprimer les jetons expirés"
|
||||
],
|
||||
"Delete history": [
|
||||
"Supprimer l'historique"
|
||||
],
|
||||
"Delete line": [
|
||||
"Supprimer la ligne"
|
||||
],
|
||||
@@ -1108,11 +1165,20 @@
|
||||
"Do not ask for confirmation.": [
|
||||
"Ne pas demander de confirmation."
|
||||
],
|
||||
"Do not ask for user confirmation.": [
|
||||
"Ne demandez pas de confirmation à l'utilisateur."
|
||||
],
|
||||
"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.": [
|
||||
"Ne perdez pas le mot de passe car, pour des raisons de sécurité, ce sera la *seule* façon de déchiffrer les données. Pour activer le chiffrement, veuillez entrer votre mot de passe ci-dessous."
|
||||
],
|
||||
"Document scanner: Title template": [
|
||||
"Scanner de documents : modèle de titre"
|
||||
],
|
||||
"Don't allow the share recipient to write to the shared notebook. Valid only for the `add` subcommand.": [
|
||||
""
|
||||
"Ne pas autoriser le destinataire du partage à écrire dans le carnet partagé. Valable uniquement pour la sous-commande « add »."
|
||||
],
|
||||
"Don't show this message again": [
|
||||
"Ne plus afficher ce message"
|
||||
],
|
||||
"Donate, website": [
|
||||
"Donations, site web"
|
||||
@@ -1189,6 +1255,12 @@
|
||||
"Edit": [
|
||||
"Édition"
|
||||
],
|
||||
"Edit as Markdown": [
|
||||
"Modifier en Markdown"
|
||||
],
|
||||
"Edit as Rich Text": [
|
||||
"Modifier en tant que texte enrichi"
|
||||
],
|
||||
"Edit link": [
|
||||
"Éditer lien"
|
||||
],
|
||||
@@ -1291,6 +1363,12 @@
|
||||
"Enable Fountain syntax support": [
|
||||
"Activer la syntaxe \"Fountain\""
|
||||
],
|
||||
"Enable handwritten transcription": [
|
||||
"Activer la transcription manuscrite"
|
||||
],
|
||||
"Enable HTML-to-Markdown conversion banner": [
|
||||
"Activer la bannière de conversion HTML vers Markdown"
|
||||
],
|
||||
"Enable Linkify": [
|
||||
"Activer \"Linkify\" (conversion des URLs en liens)"
|
||||
],
|
||||
@@ -1399,6 +1477,12 @@
|
||||
"Enter password": [
|
||||
"Entrer le mot de passe"
|
||||
],
|
||||
"Enter the code": [
|
||||
"Entrez le code"
|
||||
],
|
||||
"Enter the code:": [
|
||||
"Entrez le code :"
|
||||
],
|
||||
"Entering selection mode": [
|
||||
"Entrer en mode sélection"
|
||||
],
|
||||
@@ -1412,7 +1496,7 @@
|
||||
"Erreur lors de l'ouverture de la note dans l'éditeur de texte : %s"
|
||||
],
|
||||
"Error starting camera: %s": [
|
||||
""
|
||||
"Erreur lors du démarrage de la caméra : %s"
|
||||
],
|
||||
"Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:": [
|
||||
"Erreur. Veuillez vérifier que l'URL, le nom, le mot de passe, etc. sont corrects et que la destination est accessible. L'erreur reportée est :"
|
||||
@@ -1499,7 +1583,7 @@
|
||||
"Sécurité intégrée : la synchronisation a été interrompue pour éviter toute perte de données, car la cible de synchronisation est vide ou endommagée. Pour contourner ce problème, désactivez la sécurité intégrée dans les paramètres de synchronisation."
|
||||
],
|
||||
"Failed to connect to your account. Please try again.": [
|
||||
""
|
||||
"Impossible de se connecter à votre compte. Veuillez réessayer."
|
||||
],
|
||||
"Fatal error:": [
|
||||
"Erreur fatale :"
|
||||
@@ -1522,9 +1606,6 @@
|
||||
"Filter": [
|
||||
"Filtrer"
|
||||
],
|
||||
"Filter tags": [
|
||||
"Filtrer les étiquettes"
|
||||
],
|
||||
"Find": [
|
||||
"Chercher"
|
||||
],
|
||||
@@ -1553,7 +1634,7 @@
|
||||
"Curseur sur le titre"
|
||||
],
|
||||
"Folder \"%s\" is shared with:": [
|
||||
""
|
||||
"Le carnet « %s » est partagé avec :"
|
||||
],
|
||||
"Follow link": [
|
||||
"Suivre le lien"
|
||||
@@ -1605,7 +1686,7 @@
|
||||
"Géolocalisation, vérification orthographique, barre d'outils, taille des images"
|
||||
],
|
||||
"Get a quote": [
|
||||
""
|
||||
"Obtenir un devis"
|
||||
],
|
||||
"Get it now:": [
|
||||
"L'obtenir maintenant :"
|
||||
@@ -1617,7 +1698,7 @@
|
||||
"Obtient ou modifie une valeur de configuration. Si la [valeur] n'est pas fournie, la valeur de [nom] sera affichée. Si ni le [nom] ni la [valeur] ne sont fournis, la configuration complète sera affichée."
|
||||
],
|
||||
"Glossary:": [
|
||||
""
|
||||
"Glossaire :"
|
||||
],
|
||||
"go": [
|
||||
"aller"
|
||||
@@ -1679,6 +1760,9 @@
|
||||
"Hide password": [
|
||||
"Masquer le mot de passe"
|
||||
],
|
||||
"Hides warning": [
|
||||
"Masque l'avertissement"
|
||||
],
|
||||
"Highlight": [
|
||||
"Surligner"
|
||||
],
|
||||
@@ -1784,6 +1868,9 @@
|
||||
"In: %s": [
|
||||
"Dans : %s"
|
||||
],
|
||||
"Incoming shares:": [
|
||||
"Dossiers partagés reçus :"
|
||||
],
|
||||
"Incompatible": [
|
||||
"Incompatible"
|
||||
],
|
||||
@@ -1916,9 +2003,15 @@
|
||||
"Joplin Server": [
|
||||
"Serveur Joplin"
|
||||
],
|
||||
"Joplin Server Business": [
|
||||
"Joplin Server Business"
|
||||
],
|
||||
"Joplin Server email": [
|
||||
"Serveur Joplin : Email"
|
||||
],
|
||||
"Joplin Server Login": [
|
||||
"Connexion Joplin Server"
|
||||
],
|
||||
"Joplin Server password": [
|
||||
"Serveur Joplin : Mot de passe"
|
||||
],
|
||||
@@ -1926,7 +2019,7 @@
|
||||
"Serveur Joplin : URL"
|
||||
],
|
||||
"Joplin SSO Authentication": [
|
||||
""
|
||||
"Authentification SSO Joplin"
|
||||
],
|
||||
"Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.": [
|
||||
"Le Web Clipper permet d'enregistrer des pages web et des captures d'écran depuis votre navigateur vers Joplin."
|
||||
@@ -2015,6 +2108,10 @@
|
||||
"Link": [
|
||||
"Lien"
|
||||
],
|
||||
"Link created!": [
|
||||
"Lien créé !",
|
||||
"Liens créés !"
|
||||
],
|
||||
"Link description": [
|
||||
"Description du lien"
|
||||
],
|
||||
@@ -2028,6 +2125,9 @@
|
||||
"Link to note...": [
|
||||
"Lien vers la note..."
|
||||
],
|
||||
"Links": [
|
||||
"Liens"
|
||||
],
|
||||
"List item": [
|
||||
"Élément de liste"
|
||||
],
|
||||
@@ -2046,6 +2146,9 @@
|
||||
"Log": [
|
||||
"Journal"
|
||||
],
|
||||
"Log in with your web browser": [
|
||||
"Connectez-vous avec votre navigateur Web"
|
||||
],
|
||||
"Login to Joplin Cloud.": [
|
||||
"Se connecter à Joplin Cloud."
|
||||
],
|
||||
@@ -2245,6 +2348,9 @@
|
||||
"New notebook \"%s\" will be created and file \"%s\" will be imported into it": [
|
||||
"Un nouveau carnet \"%s\" va être créé et le fichier \"%s\" va être importé dedans"
|
||||
],
|
||||
"New notebook title": [
|
||||
"Nouveau titre du carnet"
|
||||
],
|
||||
"New photo": [
|
||||
"Nouvelle photo"
|
||||
],
|
||||
@@ -2254,9 +2360,6 @@
|
||||
"New sub-notebook": [
|
||||
"Nouveau sous‑carnet"
|
||||
],
|
||||
"New tags:": [
|
||||
"Nouvelles étiquettes :"
|
||||
],
|
||||
"New to-do": [
|
||||
"Nouvelle tâche"
|
||||
],
|
||||
@@ -2266,6 +2369,9 @@
|
||||
"next": [
|
||||
"suivant"
|
||||
],
|
||||
"Next": [
|
||||
"Suivant"
|
||||
],
|
||||
"Next match": [
|
||||
"Résultat suivant"
|
||||
],
|
||||
@@ -2311,6 +2417,9 @@
|
||||
"No results": [
|
||||
"Aucun résultats"
|
||||
],
|
||||
"No revision selected": [
|
||||
"Aucune révision sélectionnée"
|
||||
],
|
||||
"No such command: %s": [
|
||||
"Commande invalide : %s"
|
||||
],
|
||||
@@ -2320,6 +2429,9 @@
|
||||
"No tab selected": [
|
||||
"Aucun onglet sélectionné"
|
||||
],
|
||||
"No tags": [
|
||||
"Aucune étiquette"
|
||||
],
|
||||
"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>`"
|
||||
],
|
||||
@@ -2374,9 +2486,15 @@
|
||||
"Note has been saved.": [
|
||||
"La note a été enregistrée."
|
||||
],
|
||||
"Note history": [
|
||||
"Historique des notes"
|
||||
],
|
||||
"Note History": [
|
||||
"Historique des notes"
|
||||
],
|
||||
"Note history has been deleted.": [
|
||||
"L'historique des notes a été supprimé."
|
||||
],
|
||||
"Note is not a to-do: \"%s\"": [
|
||||
"La note n'est pas une tâche : \"%s\""
|
||||
],
|
||||
@@ -2389,6 +2507,9 @@
|
||||
"Note list style": [
|
||||
"Style de liste de note"
|
||||
],
|
||||
"Note preview": [
|
||||
"Aperçu des notes"
|
||||
],
|
||||
"Note properties": [
|
||||
"Propriétés de la note"
|
||||
],
|
||||
@@ -2446,8 +2567,8 @@
|
||||
"OCR: Language data URL or path": [
|
||||
"OCR : URL ou chemin d'accès aux données linguistiques"
|
||||
],
|
||||
"Ok": [
|
||||
""
|
||||
"OCR: Search in extracted content": [
|
||||
"OCR : Recherche dans le contenu extrait"
|
||||
],
|
||||
"OK": [
|
||||
"OK"
|
||||
@@ -2497,6 +2618,9 @@
|
||||
"Open it": [
|
||||
"L'ouvrir"
|
||||
],
|
||||
"Open log": [
|
||||
"Ouvrir le journal"
|
||||
],
|
||||
"Open PDF viewer": [
|
||||
"Ouvrir visionneuse PDF"
|
||||
],
|
||||
@@ -2606,6 +2730,9 @@
|
||||
"Permission needed": [
|
||||
"Permission requise"
|
||||
],
|
||||
"Photo %d": [
|
||||
"Photo %d"
|
||||
],
|
||||
"Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
|
||||
"Veuillez cliquer sur \"%s\" pour continuer, ou entrez les mots de passe dans la liste \"%s\" ci-dessous."
|
||||
],
|
||||
@@ -2649,7 +2776,7 @@
|
||||
"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."
|
||||
],
|
||||
"Please wait while we load your organisation sign-in page...": [
|
||||
""
|
||||
"Veuillez patienter pendant que nous chargeons la page de connexion de votre organisation..."
|
||||
],
|
||||
"Please wait...": [
|
||||
"Veuillez patienter…"
|
||||
@@ -2691,7 +2818,7 @@
|
||||
"Valeurs possibles : %s."
|
||||
],
|
||||
"Prefer JSON output.": [
|
||||
""
|
||||
"Préférez la sortie JSON."
|
||||
],
|
||||
"Preferences": [
|
||||
"Préférences"
|
||||
@@ -2729,6 +2856,9 @@
|
||||
"Previous match": [
|
||||
"Résultat précédent"
|
||||
],
|
||||
"Previous versions": [
|
||||
"Versions précédentes"
|
||||
],
|
||||
"Previous versions of this note": [
|
||||
"Versions précédentes de cette note"
|
||||
],
|
||||
@@ -2789,6 +2919,9 @@
|
||||
"Public-private key pair:": [
|
||||
"Paire de clefs publiques privées :"
|
||||
],
|
||||
"Publish Note": [
|
||||
"Publier une note"
|
||||
],
|
||||
"Publish note...": [
|
||||
"Publier la note…"
|
||||
],
|
||||
@@ -2799,7 +2932,7 @@
|
||||
"Publier les notes sur Internet"
|
||||
],
|
||||
"Publish/unpublish": [
|
||||
""
|
||||
"Publier/dépublier"
|
||||
],
|
||||
"QR Code": [
|
||||
"Code QR"
|
||||
@@ -2822,6 +2955,9 @@
|
||||
"Re-upload local data to sync target": [
|
||||
"Envoyer à nouveau les données locales vers la cible de synchronisation"
|
||||
],
|
||||
"Read more": [
|
||||
"En savoir plus"
|
||||
],
|
||||
"Read more about it": [
|
||||
"En savoir plus"
|
||||
],
|
||||
@@ -2840,6 +2976,9 @@
|
||||
"Recipients:": [
|
||||
"Destinataires :"
|
||||
],
|
||||
"Recognize handwritten image": [
|
||||
"Reconnaître une image manuscrite"
|
||||
],
|
||||
"Recommended": [
|
||||
"Recommandé"
|
||||
],
|
||||
@@ -2867,9 +3006,15 @@
|
||||
"Reject": [
|
||||
"Refuser"
|
||||
],
|
||||
"Rejecting share...": [
|
||||
"Rejet du partage..."
|
||||
],
|
||||
"Remove": [
|
||||
"Supprimer"
|
||||
],
|
||||
"Remove %s": [
|
||||
"Supprimer %s"
|
||||
],
|
||||
"Remove %s from share": [
|
||||
"Supprimer %s du partage"
|
||||
],
|
||||
@@ -2879,6 +3024,12 @@
|
||||
"Remove this search from the sidebar?": [
|
||||
"Enlever cette recherche de la barre latérale ?"
|
||||
],
|
||||
"Removed %s from share.": [
|
||||
"%s supprimé du partage."
|
||||
],
|
||||
"Removed tag: %s": [
|
||||
"Etiquette supprimée : %s"
|
||||
],
|
||||
"Rename": [
|
||||
"Renommer"
|
||||
],
|
||||
@@ -2993,6 +3144,9 @@
|
||||
"Reverses the sorting order.": [
|
||||
"Inverser l'ordre."
|
||||
],
|
||||
"Revision:": [
|
||||
"Révision :"
|
||||
],
|
||||
"Revision: %s (%s)": [
|
||||
"Révision : %s (%s)"
|
||||
],
|
||||
@@ -3047,6 +3201,9 @@
|
||||
"Save geo-location with notes": [
|
||||
"Enregistrer les informations de géolocalisation des notes"
|
||||
],
|
||||
"Scan notebook": [
|
||||
"Numériser le carnet"
|
||||
],
|
||||
"Scanned code": [
|
||||
"Code scanné"
|
||||
],
|
||||
@@ -3077,6 +3234,9 @@
|
||||
"Search shown": [
|
||||
"Recherche affichée"
|
||||
],
|
||||
"Search tags": [
|
||||
"Rechercher des étiquettes"
|
||||
],
|
||||
"Search...": [
|
||||
"Chercher…"
|
||||
],
|
||||
@@ -3095,6 +3255,9 @@
|
||||
"Select": [
|
||||
"Sélectionner"
|
||||
],
|
||||
"Select a revision...": [
|
||||
"Sélectionnez une révision..."
|
||||
],
|
||||
"Select all": [
|
||||
"Sélectionner tout"
|
||||
],
|
||||
@@ -3104,9 +3267,15 @@
|
||||
"Select file...": [
|
||||
"Sélectionner fichier..."
|
||||
],
|
||||
"Select notebook": [
|
||||
"Sélectionnez un carnet"
|
||||
],
|
||||
"Select parent notebook": [
|
||||
"Sélectionner le carnet parent"
|
||||
],
|
||||
"Selected: %s": [
|
||||
"Sélectionné : %s"
|
||||
],
|
||||
"Selection deleted": [
|
||||
"Sélection supprimée"
|
||||
],
|
||||
@@ -3114,7 +3283,7 @@
|
||||
"Sélectionne un carnet"
|
||||
],
|
||||
"Self-hosted": [
|
||||
""
|
||||
"Auto-hébergé"
|
||||
],
|
||||
"Send bug report": [
|
||||
"Envoyer rapport de débogage"
|
||||
@@ -3174,7 +3343,7 @@
|
||||
"Partages"
|
||||
],
|
||||
"Shares or unshares the specified [notebook] with [user]. Requires Joplin Cloud or Joplin Server.": [
|
||||
""
|
||||
"Partage ou annulation du partage du [notebook] spécifié avec [utilisateur]. Nécessite Joplin Cloud ou Joplin Server."
|
||||
],
|
||||
"Sharing notebook...": [
|
||||
"Partage du carnet…"
|
||||
@@ -3236,6 +3405,9 @@
|
||||
"Sidebar": [
|
||||
"Barre latérale"
|
||||
],
|
||||
"Sign up to Joplin Cloud": [
|
||||
"Inscrivez-vous à Joplin Cloud"
|
||||
],
|
||||
"Size": [
|
||||
"Taille"
|
||||
],
|
||||
@@ -3296,6 +3468,9 @@
|
||||
"Source": [
|
||||
"Source"
|
||||
],
|
||||
"Source code available": [
|
||||
"Code source disponible"
|
||||
],
|
||||
"Source format: %s": [
|
||||
"Format de la source : %s"
|
||||
],
|
||||
@@ -3422,6 +3597,9 @@
|
||||
"Switch to the legacy editor": [
|
||||
"Passer à l'ancien éditeur"
|
||||
],
|
||||
"Switch to the new editor": [
|
||||
"Passer au nouvel éditeur"
|
||||
],
|
||||
"Switch to to-do type": [
|
||||
"Convertir en tâche"
|
||||
],
|
||||
@@ -3497,9 +3675,6 @@
|
||||
"Tabloid": [
|
||||
"Tabloïde"
|
||||
],
|
||||
"tag1, tag2, ...": [
|
||||
"étiquette1, étiquette2, ..."
|
||||
],
|
||||
"Tagged: %d.": [
|
||||
"Étiquettes : %d."
|
||||
],
|
||||
@@ -3589,7 +3764,7 @@
|
||||
"Les clefs avec ces identifiants sont utilisées pour chiffrer certains de vos objets, cependant le logiciel n'y a pour l'instant pas accès. Il est probable qu'elle vont être prochainement disponible via la synchronisation."
|
||||
],
|
||||
"The legacy Markdown editor appears to have crashed due to an incompatibility with a plugin. We recommend using the new editor.": [
|
||||
""
|
||||
"L'ancien éditeur Markdown semble avoir planté en raison d'une incompatibilité avec un plugin. Nous vous recommandons d'utiliser le nouvel éditeur."
|
||||
],
|
||||
"The master key has been upgraded successfully!": [
|
||||
"La clef maître a été mise à niveau avec succès !"
|
||||
@@ -3600,6 +3775,9 @@
|
||||
"The note \"%s\" has been successfully restored to the notebook \"%s\".": [
|
||||
"La note \"%s\" a été restaurée dans le carnet \"%s\"."
|
||||
],
|
||||
"The note has been converted to Markdown and the original note has been moved to the trash": [
|
||||
"La note a été convertie en Markdown et la note d'origine a été déplacée vers la corbeille"
|
||||
],
|
||||
"The note was successfully moved to the trash.": [
|
||||
"La note a été déplacée avec succès vers la corbeille.",
|
||||
"Les notes ont été déplacées avec succès vers la corbeille."
|
||||
@@ -3703,6 +3881,15 @@
|
||||
"This drawing may have unsaved changes.": [
|
||||
"Le dessin a des changement non-sauvés."
|
||||
],
|
||||
"This feature is disabled by default, you need to manually enable it by turning on the option to 'Enable handwritten transcription'.": [
|
||||
"Cette fonctionnalité est désactivée par défaut, vous devez l'activer manuellement en activant l'option « Activer la transcription manuscrite »."
|
||||
],
|
||||
"This feature is only available on Joplin Cloud and Joplin Server.": [
|
||||
"Cette fonctionnalité est uniquement disponible sur Joplin Cloud et Joplin Server."
|
||||
],
|
||||
"This image type is not supported by the recognition system.": [
|
||||
"Ce type d'image n'est pas pris en charge par le système de reconnaissance."
|
||||
],
|
||||
"This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": [
|
||||
"Ceci est un outil pour lister les fichiers qui sont attachés à vos notes. Veuillez noter que lorsqu'un fichier est supprimé ici, il ne peut pas être restauré par la suite."
|
||||
],
|
||||
@@ -3730,6 +3917,9 @@
|
||||
"This note has no history": [
|
||||
"Cette note n'a pas d'historique"
|
||||
],
|
||||
"This note is in HTML format. Convert it to Markdown to edit it more easily.": [
|
||||
"Cette note est au format HTML. Convertissez-la en Markdown pour la modifier plus facilement."
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
"Ce plugin ne prend pas en charge %s."
|
||||
],
|
||||
@@ -3769,9 +3959,15 @@
|
||||
"To allow Joplin to synchronise with Joplin Cloud, please login using this URL:": [
|
||||
"Pour permettre à Joplin de se synchroniser avec Joplin Cloud, veuillez vous connecter en utilisant cette URL :"
|
||||
],
|
||||
"To allow Joplin to synchronise with your account, please follow these steps:": [
|
||||
"Pour permettre à Joplin de se synchroniser avec votre compte, veuillez suivre ces étapes :"
|
||||
],
|
||||
"To continue, please enter your master password below.": [
|
||||
"Pour continuer, entrez le mot de passe maître ci-dessous."
|
||||
],
|
||||
"To create a new tag, type the name and press enter.": [
|
||||
"Pour créer une nouvelle étiqutte, saisissez le nom et appuyez sur Entrée."
|
||||
],
|
||||
"To delete a tag, untag the associated notes.": [
|
||||
"Pour supprimer une vignette, enlever là des notes associées."
|
||||
],
|
||||
@@ -3895,9 +4091,6 @@
|
||||
"Type a note title to search for it.": [
|
||||
"Tapez un titre de note pour la rechercher."
|
||||
],
|
||||
"Type new tags or select from list": [
|
||||
"Entrez de nouvelles étiquettes ou sélectionnez de la liste"
|
||||
],
|
||||
"Type: %s.": [
|
||||
"Type : %s."
|
||||
],
|
||||
@@ -3937,6 +4130,12 @@
|
||||
"Unordered list": [
|
||||
"Liste non-ordonnée"
|
||||
],
|
||||
"Unpublish": [
|
||||
"Dépublier"
|
||||
],
|
||||
"Unpublish \"%s\"": [
|
||||
"Annuler la publication de « %s »"
|
||||
],
|
||||
"Unpublish note": [
|
||||
"Annuler la publication"
|
||||
],
|
||||
@@ -3944,7 +4143,7 @@
|
||||
"Annuler le partage"
|
||||
],
|
||||
"Unshare notebook \"%s\"? This may cause other users to lose access to the notebook.": [
|
||||
""
|
||||
"Supprimer le partage du carnet « %s » ? Cela pourrait entraîner la perte de l'accès au carnet par d'autres utilisateurs."
|
||||
],
|
||||
"Unshare this notebook? The recipients will no longer have access to its content.": [
|
||||
"Annuler le partage ? Les destinataires n'auront plus accès au carnet."
|
||||
@@ -4006,6 +4205,9 @@
|
||||
"Upgrade the sync target to the latest version.": [
|
||||
"Mettre à jour la cible de synchronisation."
|
||||
],
|
||||
"Upload photo": [
|
||||
"Uploader une photo"
|
||||
],
|
||||
"URL": [
|
||||
"URL"
|
||||
],
|
||||
@@ -4069,6 +4271,9 @@
|
||||
"Viewer": [
|
||||
"Visionneuse"
|
||||
],
|
||||
"Viewer and Rich Text Editor font family": [
|
||||
"Famille de polices Viewer et Rich Text Editor"
|
||||
],
|
||||
"Viewer font size": [
|
||||
"Taille de la police du visualiseur"
|
||||
],
|
||||
@@ -4084,12 +4289,18 @@
|
||||
"Voice typing...": [
|
||||
"Saisie vocale..."
|
||||
],
|
||||
"Voice typing: Glossary": [
|
||||
"Saisie vocale : glossaire"
|
||||
],
|
||||
"Vosk": [
|
||||
"Vosk"
|
||||
],
|
||||
"Waiting for authorisation...": [
|
||||
"En attente d'autorisation..."
|
||||
],
|
||||
"Waiting: Notebook %s from %s": [
|
||||
"En attente : Carnet %s de %s"
|
||||
],
|
||||
"Warning": [
|
||||
"Avertissement"
|
||||
],
|
||||
@@ -4172,10 +4383,10 @@
|
||||
"Vous êtes connecté à Joplin Cloud, vous pouvez quitter cet écran maintenant."
|
||||
],
|
||||
"You are now logged into your account.": [
|
||||
""
|
||||
"Vous êtes maintenant connecté à votre compte."
|
||||
],
|
||||
"You are now using the latest version of the Markdown editor.": [
|
||||
""
|
||||
"Vous utilisez maintenant la dernière version de l'éditeur Markdown."
|
||||
],
|
||||
"You are running the Intel version of Joplin on an Apple Silicon processor. Download the Apple Silicon one for better performance.": [
|
||||
"Vous utilisez la version Intel de Joplin sur un processeur Apple Silicon. Téléchargez la version Apple Silicon pour de meilleures performances."
|
||||
|
@@ -236,9 +236,6 @@
|
||||
"Add recipient:": [
|
||||
"Engadir destinatario:"
|
||||
],
|
||||
"Add tag %s to note": [
|
||||
"Engadir etiqueta %s á nota"
|
||||
],
|
||||
"Add title": [
|
||||
"Engadir título"
|
||||
],
|
||||
@@ -248,6 +245,9 @@
|
||||
"Add to note": [
|
||||
"Engadir á nota"
|
||||
],
|
||||
"Adds tag": [
|
||||
""
|
||||
],
|
||||
"Admin": [
|
||||
"Administrador"
|
||||
],
|
||||
@@ -350,6 +350,9 @@
|
||||
"Aritim Dark": [
|
||||
"Aritim Escuro"
|
||||
],
|
||||
"Associated tags:": [
|
||||
""
|
||||
],
|
||||
"At present, Joplin Web can only be open in one tab at a time. Please close the other instance of Joplin.": [
|
||||
"Actualmente, Joplin Web só se pode abrir nunha pestana á vez. Por favor, peche a outra instancia de Joplin."
|
||||
],
|
||||
@@ -949,6 +952,9 @@
|
||||
"Default": [
|
||||
"Predeterminado"
|
||||
],
|
||||
"Default title to use for documents created by the scanner.": [
|
||||
""
|
||||
],
|
||||
"Default: %s": [
|
||||
"Predeterminado: %s"
|
||||
],
|
||||
@@ -1111,9 +1117,15 @@
|
||||
"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.": [
|
||||
"Non perda o contrasinal xa que, por motivos de seguranza, é a *única* forma de descifrar os datos! Para activar o cifrado, introduza o contrasinal a continuación."
|
||||
],
|
||||
"Document scanner: Title template": [
|
||||
""
|
||||
],
|
||||
"Don't allow the share recipient to write to the shared notebook. Valid only for the `add` subcommand.": [
|
||||
""
|
||||
],
|
||||
"Don't show this message again": [
|
||||
""
|
||||
],
|
||||
"Donate, website": [
|
||||
"Donar, sitio web"
|
||||
],
|
||||
@@ -1522,9 +1534,6 @@
|
||||
"Filter": [
|
||||
"Filtro"
|
||||
],
|
||||
"Filter tags": [
|
||||
"Filtrar etiquetas"
|
||||
],
|
||||
"Find": [
|
||||
"Buscar"
|
||||
],
|
||||
@@ -2254,9 +2263,6 @@
|
||||
"New sub-notebook": [
|
||||
"Novo subcaderno"
|
||||
],
|
||||
"New tags:": [
|
||||
"Etiquetas novas:"
|
||||
],
|
||||
"New to-do": [
|
||||
"Nova tarefa"
|
||||
],
|
||||
@@ -2443,9 +2449,6 @@
|
||||
"OCR: Language data URL or path": [
|
||||
"OCR: URL ou ruta de datos de idioma"
|
||||
],
|
||||
"Ok": [
|
||||
""
|
||||
],
|
||||
"OK": [
|
||||
"Aceptar"
|
||||
],
|
||||
@@ -2606,6 +2609,9 @@
|
||||
"Permission needed": [
|
||||
"Necesítase permiso"
|
||||
],
|
||||
"Photo %d": [
|
||||
""
|
||||
],
|
||||
"Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
|
||||
"Faga clic en \"%s\" para proceder, ou indique os contrasinais na lista \"%s\" de abaixo."
|
||||
],
|
||||
@@ -3497,9 +3503,6 @@
|
||||
"Tabloid": [
|
||||
"Tabloide"
|
||||
],
|
||||
"tag1, tag2, ...": [
|
||||
"etiqueta1, etiqueta2, ..."
|
||||
],
|
||||
"Tagged: %d.": [
|
||||
"Etiquetado: %d."
|
||||
],
|
||||
@@ -3703,6 +3706,15 @@
|
||||
"This drawing may have unsaved changes.": [
|
||||
"É posible que este debuxo teña cambios non gardados."
|
||||
],
|
||||
"This feature is disabled by default, you need to manually enable it by turning on the option to 'Enable handwritten transcription'.": [
|
||||
""
|
||||
],
|
||||
"This feature is only available on Joplin Cloud and Joplin Server.": [
|
||||
""
|
||||
],
|
||||
"This image type is not supported by the recognition system.": [
|
||||
""
|
||||
],
|
||||
"This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": [
|
||||
"Esta é unha ferramenta avanzada para mostrar os anexos vinculados as súas notas. Por favor, teña coidado ao eliminar algún deles, xa que non poden ser recuperados despois."
|
||||
],
|
||||
@@ -3730,6 +3742,9 @@
|
||||
"This note has no history": [
|
||||
"Esta nota non ten historial"
|
||||
],
|
||||
"This note is in HTML format. Convert it to Markdown to edit it more easily.": [
|
||||
""
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
"Este plugin non é compatible con %s."
|
||||
],
|
||||
@@ -3772,6 +3787,9 @@
|
||||
"To continue, please enter your master password below.": [
|
||||
"Para continuar, por favor, introduza o seu contrasinal mestre a continuación."
|
||||
],
|
||||
"To create a new tag, type the name and press enter.": [
|
||||
""
|
||||
],
|
||||
"To delete a tag, untag the associated notes.": [
|
||||
"Para eliminar unha etiqueta, retire a etiqueta das notas asociadas."
|
||||
],
|
||||
@@ -3895,9 +3913,6 @@
|
||||
"Type a note title to search for it.": [
|
||||
"Escriba o título dunha nota para buscala."
|
||||
],
|
||||
"Type new tags or select from list": [
|
||||
"Escriba etiquetas novas ou seleccione da lista"
|
||||
],
|
||||
"Type: %s.": [
|
||||
"Tipo: %s."
|
||||
],
|
||||
|
@@ -191,15 +191,18 @@
|
||||
"Add recipient:": [
|
||||
"Dodaj primaoca:"
|
||||
],
|
||||
"Add tag %s to note": [
|
||||
""
|
||||
],
|
||||
"Add title": [
|
||||
"Dodaj naslov"
|
||||
],
|
||||
"Add to dictionary": [
|
||||
"Dodaj u rječnik"
|
||||
],
|
||||
"Added tag: %s": [
|
||||
""
|
||||
],
|
||||
"Adds tag": [
|
||||
""
|
||||
],
|
||||
"Admin": [
|
||||
"Administrator"
|
||||
],
|
||||
@@ -284,6 +287,9 @@
|
||||
"Aritim Dark": [
|
||||
"Aritim tamna"
|
||||
],
|
||||
"Associated tags:": [
|
||||
""
|
||||
],
|
||||
"At present, Joplin Web can only be open in one tab at a time. Please close the other instance of Joplin.": [
|
||||
""
|
||||
],
|
||||
@@ -808,6 +814,9 @@
|
||||
"Default": [
|
||||
"Standardno"
|
||||
],
|
||||
"Default title to use for documents created by the scanner.": [
|
||||
""
|
||||
],
|
||||
"Default: %s": [
|
||||
"Standardno: %s"
|
||||
],
|
||||
@@ -952,9 +961,15 @@
|
||||
"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.": [
|
||||
"Nemoj izgubiti lozinku, jer će to iz sigurnosnih razloga biti *jedini* način za dešifriranje podataka! Za aktiviranje šifriranja dolje upiši svoju lozinku."
|
||||
],
|
||||
"Document scanner: Title template": [
|
||||
""
|
||||
],
|
||||
"Don't allow the share recipient to write to the shared notebook. Valid only for the `add` subcommand.": [
|
||||
""
|
||||
],
|
||||
"Don't show this message again": [
|
||||
""
|
||||
],
|
||||
"Done": [
|
||||
"Gotovo"
|
||||
],
|
||||
@@ -1018,6 +1033,9 @@
|
||||
"Edit": [
|
||||
"Uredi"
|
||||
],
|
||||
"Edit as Rich Text": [
|
||||
""
|
||||
],
|
||||
"Edit link": [
|
||||
"Uredi poveznicu"
|
||||
],
|
||||
@@ -1309,9 +1327,6 @@
|
||||
"File system": [
|
||||
"Datotečni sustav"
|
||||
],
|
||||
"Filter tags": [
|
||||
"Filtriraj oznake"
|
||||
],
|
||||
"Find: ": [
|
||||
"Pronađi: "
|
||||
],
|
||||
@@ -1928,9 +1943,6 @@
|
||||
"New sub-notebook": [
|
||||
"Nova podbilježnica"
|
||||
],
|
||||
"New tags:": [
|
||||
"Nove oznake:"
|
||||
],
|
||||
"New to-do": [
|
||||
"Novi zadatak"
|
||||
],
|
||||
@@ -2096,9 +2108,6 @@
|
||||
"OCR: Clear cache and re-download language data files": [
|
||||
""
|
||||
],
|
||||
"Ok": [
|
||||
""
|
||||
],
|
||||
"OK": [
|
||||
"U redu"
|
||||
],
|
||||
@@ -2213,6 +2222,9 @@
|
||||
"Permission needed": [
|
||||
"Potrebna je dozvola"
|
||||
],
|
||||
"Photo %d": [
|
||||
""
|
||||
],
|
||||
"Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
|
||||
"Nastavi pritiskom na „%s” ili postavi lozinke u donjem popisu „%s”."
|
||||
],
|
||||
@@ -2420,6 +2432,9 @@
|
||||
"Recipients:": [
|
||||
"Primaoci:"
|
||||
],
|
||||
"Recognize handwritten image": [
|
||||
""
|
||||
],
|
||||
"Record audio": [
|
||||
""
|
||||
],
|
||||
@@ -2960,9 +2975,6 @@
|
||||
"Tabloid": [
|
||||
"Tabloid"
|
||||
],
|
||||
"tag1, tag2, ...": [
|
||||
"oznaka1, oznaka2, …"
|
||||
],
|
||||
"Tagged: %d.": [
|
||||
"Označeno: %d."
|
||||
],
|
||||
@@ -3137,6 +3149,15 @@
|
||||
"This authorisation token is only needed to allow third-party applications to access Joplin.": [
|
||||
"Ovaj ključ za autorizaciju potreban je samo za dozvoljavanje drugim programima da pristupe Joplinu."
|
||||
],
|
||||
"This feature is disabled by default, you need to manually enable it by turning on the option to 'Enable handwritten transcription'.": [
|
||||
""
|
||||
],
|
||||
"This feature is only available on Joplin Cloud and Joplin Server.": [
|
||||
""
|
||||
],
|
||||
"This image type is not supported by the recognition system.": [
|
||||
""
|
||||
],
|
||||
"This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": [
|
||||
"Ovo je napredni alat za prikaz privitaka koji su povezani s tvojim bilješkama. Pazi što brišeš, jer se nakon brisanja ne mogu obnoviti."
|
||||
],
|
||||
@@ -3167,6 +3188,9 @@
|
||||
"This note has no history": [
|
||||
"Ova bilješka nema povijest"
|
||||
],
|
||||
"This note is in HTML format. Convert it to Markdown to edit it more easily.": [
|
||||
""
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
@@ -3206,6 +3230,9 @@
|
||||
"To continue, please enter your master password below.": [
|
||||
"Za nastavljanje, dolje upiši glavnu lozinku."
|
||||
],
|
||||
"To create a new tag, type the name and press enter.": [
|
||||
""
|
||||
],
|
||||
"To delete a tag, untag the associated notes.": [
|
||||
"Za brisanje oznake, ukloni oznaku s povezanih bilježaka."
|
||||
],
|
||||
@@ -3302,9 +3329,6 @@
|
||||
"Type a note title or part of its content to jump to it. Or type # followed by a tag name, or @ followed by a notebook name. Or type : to search for commands.": [
|
||||
"Prijeđi na bilješku upisom naslova bilješke ili dijela sadržaja bilješke. Alternativno koristi znak „#” s imenom oznake ili „@” s imenom bilježnice. Traži naredbe pomoću „:”."
|
||||
],
|
||||
"Type new tags or select from list": [
|
||||
"Upiši nove oznake ili odaberi iz popisa"
|
||||
],
|
||||
"Type: %s.": [
|
||||
"Vrsta: %s."
|
||||
],
|
||||
|
@@ -35,7 +35,7 @@
|
||||
"%d jegyzet véglegesen törölve lesz. Folytatja?"
|
||||
],
|
||||
"%d photo(s) taken": [
|
||||
""
|
||||
"%d kép elkészítve"
|
||||
],
|
||||
"%s": [
|
||||
"%s"
|
||||
@@ -76,6 +76,9 @@
|
||||
"%s cannot be less than %s": [
|
||||
"%s nem lehet kisebb, mint %s"
|
||||
],
|
||||
"%s from %s": [
|
||||
"%s innen: %s"
|
||||
],
|
||||
"%s is not optimised for synchronising many small files so your initial synchronisation will be slow.": [
|
||||
"A(z) %s nincs optimalizálva több, kis fájl szinkronizálására, így a kezdeti szinkronizálás lassú lesz."
|
||||
],
|
||||
@@ -138,7 +141,7 @@
|
||||
"(Semmi)"
|
||||
],
|
||||
"(Read-only)": [
|
||||
""
|
||||
"(Csak olvasható)"
|
||||
],
|
||||
"(wysiwyg: %s)": [
|
||||
"(wysiwyg: %s)"
|
||||
@@ -161,8 +164,11 @@
|
||||
"<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.": [
|
||||
"A <todo-command> lehet „toggle” (váltás) vagy „clear” (törlés). A „toggle” használatával az adott teendőt válthatja az elvégzett és a nem elvégzett állapot között (ha a cél egy normál jegyzet, akkor az teendővé alakul). A „clear” segítségével a teendőt visszaalakíthatja normál jegyzetté."
|
||||
],
|
||||
"[None]": [
|
||||
"[Semmi]"
|
||||
],
|
||||
"A comma-separated list of words. May be used for uncommon words, to help voice typing spell them correctly.": [
|
||||
""
|
||||
"Szavak vesszővel elválasztott listája. Használható a nem túl gyakori szavak esetében, hogy segítse a hangalapú gépelést a helyesírásban."
|
||||
],
|
||||
"A new update (%s) is available": [
|
||||
"Új frissítés (%s) érhető el"
|
||||
@@ -197,6 +203,12 @@
|
||||
"Accepted invitations": [
|
||||
"Elfogadott meghívások"
|
||||
],
|
||||
"Accepted: Notebook %s from %s": [
|
||||
"Elfogadva: Jegyzetfüzet: %s innen: %s"
|
||||
],
|
||||
"Accepting share...": [
|
||||
"Megosztás elfogadása…"
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
"Hozzáférés megtagadva: Ellenőrizze a felhasználónevét és jelszavát"
|
||||
],
|
||||
@@ -236,9 +248,6 @@
|
||||
"Add recipient:": [
|
||||
"Címzett hozzáadása:"
|
||||
],
|
||||
"Add tag %s to note": [
|
||||
"A(z) %s címke hozzáadása a jegyzethez"
|
||||
],
|
||||
"Add title": [
|
||||
"Cím hozzáadása"
|
||||
],
|
||||
@@ -248,6 +257,9 @@
|
||||
"Add to note": [
|
||||
"Hozzáadás jegyzethez"
|
||||
],
|
||||
"Adds tag": [
|
||||
""
|
||||
],
|
||||
"Admin": [
|
||||
"Adminisztrátor"
|
||||
],
|
||||
@@ -279,7 +291,7 @@
|
||||
"Az összes lehetséges port foglalt – jelentse a problémát itt: %s"
|
||||
],
|
||||
"All shared folders:": [
|
||||
""
|
||||
"Összes megosztott mappa:"
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
"Lehetővé teszi a mobilalkalmazás bővítményeinek hibakeresését. További részletek: %s."
|
||||
@@ -338,6 +350,9 @@
|
||||
"Are you sure that you want to restore the default toolbar layout?\nThis cannot be undone.": [
|
||||
"Biztosan visszaállítja az eszköztár alapértelmezett elrendezését?\nEz a művelet nem vonható vissza."
|
||||
],
|
||||
"Are you sure you want to delete all history for this note? This cannot be undone.": [
|
||||
"Biztosan törölni szeretné ennek a jegyzetnek az összes előzményét? Ez a művelet nem vonható vissza."
|
||||
],
|
||||
"Are you sure you want to renew the authorisation token?": [
|
||||
"Biztosan meg akarja újítani a hitelesítési tokent?"
|
||||
],
|
||||
@@ -350,6 +365,9 @@
|
||||
"Aritim Dark": [
|
||||
"Aritim sötét"
|
||||
],
|
||||
"Associated tags:": [
|
||||
""
|
||||
],
|
||||
"At present, Joplin Web can only be open in one tab at a time. Please close the other instance of Joplin.": [
|
||||
"Jelenleg a Joplin Web egyszerre csak egy lapban nyitható meg. Zárja be a Joplin másik példányát."
|
||||
],
|
||||
@@ -591,7 +609,7 @@
|
||||
"Kattintson a „Rögzítés indítása” gombra, ha új hangjegyzetet szeretne mellékelni a jegyzethez."
|
||||
],
|
||||
"Click to add tags...": [
|
||||
"Kattintson a címke hozzáadáshoz…"
|
||||
"Kattintson ide a címke hozzáadáshoz…"
|
||||
],
|
||||
"Client ID: %s": [
|
||||
"Kliensazonosító: %s"
|
||||
@@ -666,7 +684,7 @@
|
||||
"Parancspaletta…"
|
||||
],
|
||||
"Commands: `add`, `remove`, `list`, `delete`, `accept`, `leave`, and `reject`.": [
|
||||
""
|
||||
"Parancsok: `add`, `remove`, `list`, `delete`, `accept`, `leave`, és `reject`."
|
||||
],
|
||||
"Compact": [
|
||||
"Kompakt"
|
||||
@@ -723,7 +741,7 @@
|
||||
"Kapcsolódás a Joplin Cloudhoz"
|
||||
],
|
||||
"Connect using your organisation account": [
|
||||
""
|
||||
"A kapcsolódáshoz használja a saját szervezeti fiókját"
|
||||
],
|
||||
"Consolidated billing": [
|
||||
"Összevont számlázás"
|
||||
@@ -794,7 +812,7 @@
|
||||
"Az alkalmazás nem hitelesíthető:\n\n%s\n\nPróbálja újra."
|
||||
],
|
||||
"Could not connect to Joplin Server. Please check the Synchronisation options in the config screen. Full error was:\n\n%s": [
|
||||
"Nem sikerült kapcsolódni a Joplin-kiszolgálóhoz. Ellenőrizze a szinkronizálási beállításokat. A teljes hiba a következő volt:\n\n%s"
|
||||
"Nem sikerült kapcsolódni a Joplin kiszolgálóhoz. Ellenőrizze a szinkronizálási beállításokat. A teljes hiba a következő volt:\n\n%s"
|
||||
],
|
||||
"Could not connect to plugin repository.": [
|
||||
"Nem sikerült kapcsolódni a bővítménytárolóhoz."
|
||||
@@ -824,7 +842,7 @@
|
||||
"Létrehozás"
|
||||
],
|
||||
"Create a new notebook under a parent notebook.": [
|
||||
"Új jegyzetfüzet létrehozása egy szülőjegyzetfüzet alatt."
|
||||
"Új jegyzetfüzet létrehozása egy szülő jegyzetfüzet alatt."
|
||||
],
|
||||
"Create a notebook": [
|
||||
"Jegyzetfüzet létrehozása"
|
||||
@@ -949,6 +967,9 @@
|
||||
"Default": [
|
||||
"Alapértelmezett"
|
||||
],
|
||||
"Default title to use for documents created by the scanner.": [
|
||||
""
|
||||
],
|
||||
"Default: %s": [
|
||||
"Alapértelmezett: %s"
|
||||
],
|
||||
@@ -964,6 +985,9 @@
|
||||
"Delete expired tokens": [
|
||||
"Lejárt tokenek törlése"
|
||||
],
|
||||
"Delete history": [
|
||||
"Előzmények törlése"
|
||||
],
|
||||
"Delete line": [
|
||||
"Sor törlése"
|
||||
],
|
||||
@@ -1108,10 +1132,19 @@
|
||||
"Do not ask for confirmation.": [
|
||||
"Ne kérjen jóváhagyást."
|
||||
],
|
||||
"Do not ask for user confirmation.": [
|
||||
"Ne kérjen felhasználói jóváhagyást."
|
||||
],
|
||||
"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.": [
|
||||
"Ne veszítse el a jelszót, mert biztonsági okokból ez lesz az *egyetlen* módja az adatok visszafejtésének! A titkosítás engedélyezéséhez adja meg a jelszavát alább."
|
||||
],
|
||||
"Document scanner: Title template": [
|
||||
""
|
||||
],
|
||||
"Don't allow the share recipient to write to the shared notebook. Valid only for the `add` subcommand.": [
|
||||
"Ne engedélyezze, hogy a megosztás címzettje írjon a megosztott jegyzetfüzetbe. Csak az `add` alparancsra érvényes."
|
||||
],
|
||||
"Don't show this message again": [
|
||||
""
|
||||
],
|
||||
"Donate, website": [
|
||||
@@ -1277,7 +1310,7 @@
|
||||
"Engedélyezi a biometrikus hitelesítést?"
|
||||
],
|
||||
"Enable deflist syntax": [
|
||||
"Definícióslista-szintaxis engedélyezése"
|
||||
"Definíciólista-szintaxis engedélyezése"
|
||||
],
|
||||
"Enable encryption": [
|
||||
"Titkosítás engedélyezése"
|
||||
@@ -1399,6 +1432,12 @@
|
||||
"Enter password": [
|
||||
"Adja meg a jelszót"
|
||||
],
|
||||
"Enter the code": [
|
||||
"Adja meg a kódot"
|
||||
],
|
||||
"Enter the code:": [
|
||||
"Adja meg a kódot:"
|
||||
],
|
||||
"Entering selection mode": [
|
||||
"Belépés a kijelölési módba"
|
||||
],
|
||||
@@ -1412,7 +1451,7 @@
|
||||
"Hiba a jegyzet megnyitásakor a szerkesztőben: %s"
|
||||
],
|
||||
"Error starting camera: %s": [
|
||||
""
|
||||
"Hiba történt a kamera indításakor: %s"
|
||||
],
|
||||
"Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:": [
|
||||
"Hiba. Ellenőrizze, hogy a webcím, felhasználónév, jelszó stb. helyesek-e, és hogy a szinkronizálási cél elérhető-e. A jelentett hiba a következő:"
|
||||
@@ -1499,7 +1538,7 @@
|
||||
"Hibabiztos: A szinkronizálás megszakadt az adatvesztés elkerülése érdekében, mert a szinkronizálás célpontja üres vagy sérült. Ennek a viselkedésnek a felülírásához tiltsa le a „hibabiztos” funkciót a szinkronizálási beállításokban."
|
||||
],
|
||||
"Failed to connect to your account. Please try again.": [
|
||||
""
|
||||
"Nem sikerült kapcsolódni a fiókjához. Próbálja meg újra."
|
||||
],
|
||||
"Fatal error:": [
|
||||
"Végzetes hiba:"
|
||||
@@ -1522,9 +1561,6 @@
|
||||
"Filter": [
|
||||
"Szűrő"
|
||||
],
|
||||
"Filter tags": [
|
||||
"Címkék szűrése"
|
||||
],
|
||||
"Find": [
|
||||
"Megtalált"
|
||||
],
|
||||
@@ -1553,7 +1589,7 @@
|
||||
"Fókuszálás a címre"
|
||||
],
|
||||
"Folder \"%s\" is shared with:": [
|
||||
""
|
||||
"A(z) „%s” mappa meg van osztva vele:"
|
||||
],
|
||||
"Follow link": [
|
||||
"Hivatkozás követése"
|
||||
@@ -1605,7 +1641,7 @@
|
||||
"Földrajzi hely, helyesírás-ellenőrzés, szerkesztési eszköztár, kép átméretezése"
|
||||
],
|
||||
"Get a quote": [
|
||||
""
|
||||
"Árajánlatkérés"
|
||||
],
|
||||
"Get it now:": [
|
||||
"Szerezze be most:"
|
||||
@@ -1617,7 +1653,7 @@
|
||||
"Beállít egy konfigurációs értéket, vagy lekéri azt. Ha a [value] nincs megadva, akkor megjeleníti a [name] értékét. Ha sem a [name], sem a [value] nincs megadva, akkor felsorolja a jelenlegi konfigurációt."
|
||||
],
|
||||
"Glossary:": [
|
||||
""
|
||||
"Szójegyzék:"
|
||||
],
|
||||
"go": [
|
||||
"ugrás"
|
||||
@@ -1626,7 +1662,7 @@
|
||||
"Vissza"
|
||||
],
|
||||
"Go to Joplin Cloud profile": [
|
||||
"Ugrás a Joplin Cloud-profilra"
|
||||
"Ugrás a Joplin Cloud profilra"
|
||||
],
|
||||
"Go to line": [
|
||||
"Ugrás a sorhoz"
|
||||
@@ -1784,6 +1820,9 @@
|
||||
"In: %s": [
|
||||
"Ebben: %s"
|
||||
],
|
||||
"Incoming shares:": [
|
||||
"Beérkező megosztás:"
|
||||
],
|
||||
"Incompatible": [
|
||||
"Nem kompatibilis"
|
||||
],
|
||||
@@ -1911,22 +1950,28 @@
|
||||
"A Joplin már fut."
|
||||
],
|
||||
"Joplin Mobile": [
|
||||
"Joplin-mobilalkalmazás"
|
||||
"Joplin mobilalkalmazás"
|
||||
],
|
||||
"Joplin Server": [
|
||||
"Joplin-kiszolgáló"
|
||||
"Joplin kiszolgáló"
|
||||
],
|
||||
"Joplin Server Business": [
|
||||
"Üzleti Joplin kiszolgáló"
|
||||
],
|
||||
"Joplin Server email": [
|
||||
"Joplin-kiszolgáló e-mail-címe"
|
||||
"Joplin kiszolgáló e-mail-címe"
|
||||
],
|
||||
"Joplin Server Login": [
|
||||
"Bejelentkezés a Joplin kiszolgálóba"
|
||||
],
|
||||
"Joplin Server password": [
|
||||
"Joplin-kiszolgáló jelszava"
|
||||
"Joplin kiszolgáló jelszava"
|
||||
],
|
||||
"Joplin Server URL": [
|
||||
"Joplin-kiszolgáló webcíme"
|
||||
"Joplin kiszolgáló webcíme"
|
||||
],
|
||||
"Joplin SSO Authentication": [
|
||||
""
|
||||
"Joplin SSO-hitelesítés"
|
||||
],
|
||||
"Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.": [
|
||||
"A Joplin Web Clipper lehetővé teszi weboldalak és képernyőképek mentését a böngészőből a Joplin alkalmazásba."
|
||||
@@ -1935,7 +1980,7 @@
|
||||
"Joplin weboldala"
|
||||
],
|
||||
"Joplin's own sync service. Also gives access to Joplin-specific features such as publishing notes or collaborating on notebooks with others.": [
|
||||
"A Joplin saját szinkronizálási szolgáltatása. Emellett hozzáférést biztosít Joplin-specifikus funkciókhoz, például jegyzetek közzétételéhez vagy jegyzetfüzetek megosztott használatához másokkal."
|
||||
"A Joplin saját szinkronizálási szolgáltatása. Emellett hozzáférést biztosít a Joplin speciális funkcióihoz, például jegyzetek közzétételéhez vagy a jegyzetfüzetek megosztása másokkal a közös használathoz."
|
||||
],
|
||||
"Keep note history for": [
|
||||
"Jegyzetelőzmények megőrzése egy adott napig"
|
||||
@@ -2015,6 +2060,10 @@
|
||||
"Link": [
|
||||
"Hivatkozás"
|
||||
],
|
||||
"Link created!": [
|
||||
"Hivatkozás létrehozva!",
|
||||
"Hivatkozások létrehozva!"
|
||||
],
|
||||
"Link description": [
|
||||
"Hivatkozás leírása"
|
||||
],
|
||||
@@ -2028,6 +2077,9 @@
|
||||
"Link to note...": [
|
||||
"Hivatkozás a jegyzethez…"
|
||||
],
|
||||
"Links": [
|
||||
"Hivatkozások"
|
||||
],
|
||||
"List item": [
|
||||
"Listaelem"
|
||||
],
|
||||
@@ -2046,6 +2098,9 @@
|
||||
"Log": [
|
||||
"Napló"
|
||||
],
|
||||
"Log in with your web browser": [
|
||||
"Bejelentkezés webböngészővel"
|
||||
],
|
||||
"Login to Joplin Cloud.": [
|
||||
"Bejelentkezés a Joplin Cloudba."
|
||||
],
|
||||
@@ -2089,7 +2144,7 @@
|
||||
"Bővítmények kezelése"
|
||||
],
|
||||
"Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, `status`, `decrypt-file`, and `target-status`.": [
|
||||
"Végpontok közötti titkosítás-beállítások kezelése (E2EE). A parancsok a következők: `enable` (engedélyezés), `disable` (letiltás), `decrypt` (visszafejtés), `status` (állapot), `decrypt-file` (fájl visszafejtése) és `target-status` (cél állapota)."
|
||||
"Végpontok közötti titkosításbeállítások kezelése (E2EE). A parancsok a következők: `enable` (engedélyezés), `disable` (letiltás), `decrypt` (visszafejtés), `status` (állapot), `decrypt-file` (fájl visszafejtése) és `target-status` (cél állapota)."
|
||||
],
|
||||
"Manual": [
|
||||
"Kézi"
|
||||
@@ -2101,7 +2156,7 @@
|
||||
"Markdown előtétadatokkal (Front Matter)"
|
||||
],
|
||||
"Markdown editor": [
|
||||
"Markdown-szerkesztő"
|
||||
"Markdown szerkesztő"
|
||||
],
|
||||
"Marks a to-do as done.": [
|
||||
"Egy teendő elkészültnek jelölése."
|
||||
@@ -2167,7 +2222,7 @@
|
||||
"Hiányzó szükséges jelzőérték: %s"
|
||||
],
|
||||
"Mobile data - auto-sync disabled": [
|
||||
"Mobiladatok és automatikus szinkronizálás letiltva"
|
||||
"Mobiladat-forgalom - automatikus szinkronizálás letiltva"
|
||||
],
|
||||
"More info": [
|
||||
"További információ"
|
||||
@@ -2254,9 +2309,6 @@
|
||||
"New sub-notebook": [
|
||||
"Új aljegyzetfüzet"
|
||||
],
|
||||
"New tags:": [
|
||||
"Új címkék:"
|
||||
],
|
||||
"New to-do": [
|
||||
"Új teendő"
|
||||
],
|
||||
@@ -2266,6 +2318,9 @@
|
||||
"next": [
|
||||
"következő"
|
||||
],
|
||||
"Next": [
|
||||
"Következő"
|
||||
],
|
||||
"Next match": [
|
||||
"Következő egyezés"
|
||||
],
|
||||
@@ -2273,13 +2328,13 @@
|
||||
"Nextcloud"
|
||||
],
|
||||
"Nextcloud password": [
|
||||
"Nextcloud-jelszó"
|
||||
"Nextcloud jelszó"
|
||||
],
|
||||
"Nextcloud username": [
|
||||
"Nextcloud-felhasználónév"
|
||||
"Nextcloud felhasználónév"
|
||||
],
|
||||
"Nextcloud WebDAV URL": [
|
||||
"Nextcloud WebDAV-webcím"
|
||||
"Nextcloud WebDAV webcím"
|
||||
],
|
||||
"no": [
|
||||
"nem"
|
||||
@@ -2311,6 +2366,9 @@
|
||||
"No results": [
|
||||
"Nincs eredmény"
|
||||
],
|
||||
"No revision selected": [
|
||||
"Nincs kiválasztva felülvizsgálat"
|
||||
],
|
||||
"No such command: %s": [
|
||||
"Nem létezik ilyen parancs: %s"
|
||||
],
|
||||
@@ -2374,9 +2432,15 @@
|
||||
"Note has been saved.": [
|
||||
"Jegyzet elmentve."
|
||||
],
|
||||
"Note history": [
|
||||
"Jegyzetelőzmények"
|
||||
],
|
||||
"Note History": [
|
||||
"Jegyzetelőzmények"
|
||||
],
|
||||
"Note history has been deleted.": [
|
||||
"A jegyzetelőzmények törölve lettek."
|
||||
],
|
||||
"Note is not a to-do: \"%s\"": [
|
||||
"A jegyzet nem egy teendő: „%s”"
|
||||
],
|
||||
@@ -2446,9 +2510,6 @@
|
||||
"OCR: Language data URL or path": [
|
||||
"OCR: Nyelvi adatok webcíme vagy elérési útja"
|
||||
],
|
||||
"Ok": [
|
||||
""
|
||||
],
|
||||
"OK": [
|
||||
"OK"
|
||||
],
|
||||
@@ -2519,7 +2580,7 @@
|
||||
"Forrás megnyitása"
|
||||
],
|
||||
"Open Sync Wizard...": [
|
||||
"Szinkronizáló-segéd megnyitása…"
|
||||
"Szinkronizálási segéd megnyitása…"
|
||||
],
|
||||
"Open...": [
|
||||
"Megnyitás…"
|
||||
@@ -2609,6 +2670,9 @@
|
||||
"Permission needed": [
|
||||
"Engedély szükséges"
|
||||
],
|
||||
"Photo %d": [
|
||||
""
|
||||
],
|
||||
"Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
|
||||
"Kattintson a(z) „%s” elemre a folytatáshoz, vagy állítsa be a jelszavakat az alábbi „%s” listában."
|
||||
],
|
||||
@@ -2643,7 +2707,7 @@
|
||||
"Adja meg a(z) %s importálási formátumát"
|
||||
],
|
||||
"Please specify the notebook where the notes should be imported to.": [
|
||||
"Adja meg a jegyzetfüzetet, ahová importálni kívánja a jegyzeteket."
|
||||
"Adja meg azt a jegyzetfüzetet, ahová importálni akarja a jegyzeteket."
|
||||
],
|
||||
"Please upgrade Joplin to version %s or later to use this plugin.": [
|
||||
"Frissítse a Joplint a(z) %s vagy újabb verzióra a bővítmény használatához."
|
||||
@@ -2652,7 +2716,7 @@
|
||||
"Várjon, amíg minden melléklet letöltődik és visszafejtődik. A jegyzet szerkesztéséhez átválthat a(z) %s nézetre is."
|
||||
],
|
||||
"Please wait while we load your organisation sign-in page...": [
|
||||
""
|
||||
"Várjon, amíg a szervezet bejelentkezési oldala betöltődik…"
|
||||
],
|
||||
"Please wait...": [
|
||||
"Kis türelmet…"
|
||||
@@ -2694,7 +2758,7 @@
|
||||
"Lehetséges értékek: %s."
|
||||
],
|
||||
"Prefer JSON output.": [
|
||||
""
|
||||
"JSON-kimenet előnyben részesítése."
|
||||
],
|
||||
"Preferences": [
|
||||
"Beállítások"
|
||||
@@ -2715,13 +2779,13 @@
|
||||
"Színek megőrzése a szöveg beillesztésekor a formázott szöveges szerkesztőben"
|
||||
],
|
||||
"Press Ctrl+D or type \"exit\" to exit the application": [
|
||||
"Nyomja meg a Ctrl+D billentyű-kombinációt, vagy írja be az „exit” parancsot az alkalmazás bezárásához"
|
||||
"Nyomja meg a Ctrl+D billentyűkombinációt, vagy írja be az „exit” parancsot az alkalmazás bezárásához"
|
||||
],
|
||||
"Press the shortcut": [
|
||||
"Nyomja meg a billentyűparancsot"
|
||||
],
|
||||
"Press the shortcut and then press ENTER. Or, press BACKSPACE to clear the shortcut.": [
|
||||
"Nyomja meg a billentyűparancsot, majd nyomja meg az ENTER-t. Vagy nyomja meg a BACKSPACE-t a billentyűparancs törléséhez."
|
||||
"Nyomja meg a billentyűparancsot, majd nyomja meg az entert, vagy nyomja meg a backspace-t a billentyűparancs törléséhez."
|
||||
],
|
||||
"Press to set the decryption password.": [
|
||||
"Nyomja meg a visszafejtési jelszó beállításához."
|
||||
@@ -2732,6 +2796,9 @@
|
||||
"Previous match": [
|
||||
"Előző egyezés"
|
||||
],
|
||||
"Previous versions": [
|
||||
"Korábbi verziók"
|
||||
],
|
||||
"Previous versions of this note": [
|
||||
"Ennek a jegyzetnek a korábbi verziói"
|
||||
],
|
||||
@@ -2792,6 +2859,9 @@
|
||||
"Public-private key pair:": [
|
||||
"Nyilvános privát kulcspár:"
|
||||
],
|
||||
"Publish Note": [
|
||||
"Jegyzet közzététele"
|
||||
],
|
||||
"Publish note...": [
|
||||
"Jegyzet közzététele…"
|
||||
],
|
||||
@@ -2802,7 +2872,7 @@
|
||||
"Jegyzetek közzététele az internetre"
|
||||
],
|
||||
"Publish/unpublish": [
|
||||
""
|
||||
"Közzététel / Közzététel megszüntetése"
|
||||
],
|
||||
"QR Code": [
|
||||
"QR-kód"
|
||||
@@ -2814,7 +2884,7 @@
|
||||
"Modell újraletöltése"
|
||||
],
|
||||
"Re-encrypt data": [
|
||||
"Adat újratitkosítása"
|
||||
"Adatok újratitkosítása"
|
||||
],
|
||||
"Re-encryption": [
|
||||
"Újratitkosítás"
|
||||
@@ -2870,6 +2940,9 @@
|
||||
"Reject": [
|
||||
"Elutasítás"
|
||||
],
|
||||
"Rejecting share...": [
|
||||
"Megosztás elutasítása…"
|
||||
],
|
||||
"Remove": [
|
||||
"Eltávolítás"
|
||||
],
|
||||
@@ -2882,6 +2955,9 @@
|
||||
"Remove this search from the sidebar?": [
|
||||
"Eltávolítja ezt a keresést az oldalsávról?"
|
||||
],
|
||||
"Removed %s from share.": [
|
||||
"A(z) %s eltávolítva a megosztásból."
|
||||
],
|
||||
"Rename": [
|
||||
"Átnevezés"
|
||||
],
|
||||
@@ -2982,7 +3058,7 @@
|
||||
"Eredmények (%d):"
|
||||
],
|
||||
"Retry": [
|
||||
"Ismét"
|
||||
"Újrapróbálás"
|
||||
],
|
||||
"Retry All": [
|
||||
"Összes újrapróbálása"
|
||||
@@ -2996,6 +3072,9 @@
|
||||
"Reverses the sorting order.": [
|
||||
"Rendezés sorrendjének megfordítása."
|
||||
],
|
||||
"Revision:": [
|
||||
"Felülvizsgálat:"
|
||||
],
|
||||
"Revision: %s (%s)": [
|
||||
"Felülvizsgálat: %s (%s)"
|
||||
],
|
||||
@@ -3098,6 +3177,9 @@
|
||||
"Select": [
|
||||
"Kijelölés"
|
||||
],
|
||||
"Select a revision...": [
|
||||
"Egy felülvizsgálat kiválasztása…"
|
||||
],
|
||||
"Select all": [
|
||||
"Összes kijelölése"
|
||||
],
|
||||
@@ -3108,7 +3190,7 @@
|
||||
"Fájl kijelölése…"
|
||||
],
|
||||
"Select parent notebook": [
|
||||
"Szülő-jegyzetfüzet kijelölése"
|
||||
"Szülő jegyzetfüzet kijelölése"
|
||||
],
|
||||
"Selection deleted": [
|
||||
"Kijelölés törölve"
|
||||
@@ -3117,7 +3199,7 @@
|
||||
"Egy jegyzetfüzet kijelölése"
|
||||
],
|
||||
"Self-hosted": [
|
||||
""
|
||||
"Saját üzemeltetésű"
|
||||
],
|
||||
"Send bug report": [
|
||||
"Hibajelentés küldése"
|
||||
@@ -3177,7 +3259,7 @@
|
||||
"Megosztások"
|
||||
],
|
||||
"Shares or unshares the specified [notebook] with [user]. Requires Joplin Cloud or Joplin Server.": [
|
||||
""
|
||||
"Engedélyezi vagy megszünteti a megadott [jegyzetfüzet] megosztását a [felhasználóval]. Joplin Cloud vagy Joplin kiszolgáló szükséges hozzá."
|
||||
],
|
||||
"Sharing notebook...": [
|
||||
"Jegyzetfüzet megosztása…"
|
||||
@@ -3207,7 +3289,7 @@
|
||||
"Csak monospace betűcsaládok megjelenítése."
|
||||
],
|
||||
"Show note counts": [
|
||||
"Jegyzet számának megjelenítése"
|
||||
"Jegyzetek darabszámának megjelenítése"
|
||||
],
|
||||
"Show notebook options": [
|
||||
"Jegyzetfüzet beállításainak megjelenítése"
|
||||
@@ -3276,7 +3358,7 @@
|
||||
"Néhány elemet nem sikerült szinkronizálni."
|
||||
],
|
||||
"Some items cannot be synchronised. Press for more info.": [
|
||||
"Néhány elemet nem sikerült szinkronizálni. Kattintson a további információkért."
|
||||
"Néhány elemet nem sikerült szinkronizálni. Kattintson ide a további információkért."
|
||||
],
|
||||
"Some items could not be synchronised. Please try to synchronise them first.": [
|
||||
"Néhány elemet nem sikerült szinkronizálni. Először próbálja meg szinkronizálni őket."
|
||||
@@ -3302,6 +3384,9 @@
|
||||
"Source": [
|
||||
"Forrás"
|
||||
],
|
||||
"Source code available": [
|
||||
"A forráskód elérhető"
|
||||
],
|
||||
"Source format: %s": [
|
||||
"Forrás formátuma: %s"
|
||||
],
|
||||
@@ -3354,7 +3439,7 @@
|
||||
"Állapot: Elindítva a(z) %d porton"
|
||||
],
|
||||
"Step 1: Enable the clipper service": [
|
||||
"1. lépés: Engedélyezze a Web Clipper-szolgáltatást"
|
||||
"1. lépés: Engedélyezze a Web Clipper szolgáltatást"
|
||||
],
|
||||
"Step 1: Open this URL in your browser to authorise the application:": [
|
||||
"1. lépés: Nyissa meg ezt a webcímet a böngészőben, hogy hitelesítse az alkalmazást:"
|
||||
@@ -3428,6 +3513,9 @@
|
||||
"Switch to the legacy editor": [
|
||||
"Váltás a régi szerkesztőre"
|
||||
],
|
||||
"Switch to the new editor": [
|
||||
"Váltás az új szövegszerkesztőre"
|
||||
],
|
||||
"Switch to to-do type": [
|
||||
"Váltás teendő típusra"
|
||||
],
|
||||
@@ -3503,9 +3591,6 @@
|
||||
"Tabloid": [
|
||||
"Bulvárlap"
|
||||
],
|
||||
"tag1, tag2, ...": [
|
||||
"címke1, címke2, …"
|
||||
],
|
||||
"Tagged: %d.": [
|
||||
"Címkézett: %d."
|
||||
],
|
||||
@@ -3531,7 +3616,7 @@
|
||||
"Szöveges dokumentum"
|
||||
],
|
||||
"Text editor command": [
|
||||
"Szövegszerkesztő parancs"
|
||||
"Szövegszerkesztő-parancs"
|
||||
],
|
||||
"The active profile cannot be deleted. Switch to a different profile and try again.": [
|
||||
"Az aktív profil nem törölhető. Váltson másik profilra, és próbálja újra."
|
||||
@@ -3586,7 +3671,7 @@
|
||||
"A következő kulcsok elavult titkosítási algoritmust használnak, ezért ajánlott frissíteni őket. A frissített kulcs továbbra is képes lesz a szokásos módon visszafejteni és titkosítani az adatokat."
|
||||
],
|
||||
"The following plugins may not support the current markdown editor:": [
|
||||
"A következő bővítmények nem feltétlenül támogatják a jelenlegi markdown-szerkesztőt:"
|
||||
"A következő bővítmények nem feltétlenül támogatják a jelenlegi Markdown szerkesztőt:"
|
||||
],
|
||||
"The Joplin team has vetted this plugin and it meets our standards for security and performance.": [
|
||||
"A Joplin csapata ellenőrizte ezt a bővítményt, és megfelel a biztonsági és teljesítménybeli szabványainknak."
|
||||
@@ -3595,7 +3680,7 @@
|
||||
"Az ezekkel az azonosítókkal rendelkező kulcsok néhány elem titkosítására szolgálnak, azonban az alkalmazásnak jelenleg nincs hozzáférése ezekhez. Valószínűleg idővel letöltésre kerülnek egy szinkronizációt követően."
|
||||
],
|
||||
"The legacy Markdown editor appears to have crashed due to an incompatibility with a plugin. We recommend using the new editor.": [
|
||||
""
|
||||
"Úgy tűnik, hogy a régi Markdown szerkesztő egy bővítménnyel való inkompatibilitás miatt összeomlott. Javasoljuk az új szerkesztő használatát."
|
||||
],
|
||||
"The master key has been upgraded successfully!": [
|
||||
"A mesterkulcs frissítése sikeresen megtörtént!"
|
||||
@@ -3650,16 +3735,16 @@
|
||||
"A Web Clippernek engedélyre van szüksége, hogy hozzáférjen az adatokhoz."
|
||||
],
|
||||
"The web clipper service cannot be enabled in this instance of Joplin.": [
|
||||
"A Web Clipper-szolgáltatás nem engedélyezhető a Joplin ezen példányában."
|
||||
"A Web Clipper szolgáltatás nem engedélyezhető a Joplin ezen példányában."
|
||||
],
|
||||
"The web clipper service is enabled and set to auto-start.": [
|
||||
"A Web Clipper-szolgáltatás engedélyezve van, és automatikus indításra van állítva."
|
||||
"A Web Clipper szolgáltatás engedélyezve van, és automatikus indításra van állítva."
|
||||
],
|
||||
"The web clipper service is not enabled.": [
|
||||
"A Web Clipper-szolgáltatás nincs engedélyezve."
|
||||
"A Web Clipper szolgáltatás nincs engedélyezve."
|
||||
],
|
||||
"The WebDAV implementation of %s is incompatible with Joplin, and as such is no longer supported. Please use a different sync method.": [
|
||||
"A WebDAV %s implementációja nem kompatibilis a Joplinnal, és mint ilyen, már nem támogatott. Használjon más szinkronizálási módszert."
|
||||
"A WebDAV %s megvalósítása nem kompatibilis a Joplinnal, és mint ilyen, már nem támogatott. Használjon más szinkronizálási módszert."
|
||||
],
|
||||
"Theme": [
|
||||
"Téma"
|
||||
@@ -3686,16 +3771,16 @@
|
||||
"Hiba történt a melléklet letöltésekor:"
|
||||
],
|
||||
"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\".": [
|
||||
"Ezeket az elemeket nem sikerült szinkronizálni, de „figyelmen kívül hagyottként” lettek megjelölve. Ezek nem okozzák a szinkronizálási figyelmeztetés megjelenését, de mégsem szinkronizálódnak. A figyelmen kívül hagyás megszüntetéséhez kattintson az „újbóli próbálkozás” gombra."
|
||||
"Ezeket az elemeket nem sikerült szinkronizálni, ezért „mellőzöttként” lettek megjelölve. Ezek nem okozzák a szinkronizálási figyelmeztetés megjelenését, de mégsem szinkronizálódnak. A mellőzés megszüntetéséhez kattintson az „újrapróbálás” gombra."
|
||||
],
|
||||
"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).": [
|
||||
"Ezek az elemek az eszközön maradnak, de nem lesznek feltöltve a szinkronizálási célra. Ezen elemek megtalálásához vagy a címre vagy az azonosítóra (amely a fenti zárójelben látható) kell keresni."
|
||||
],
|
||||
"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.": [
|
||||
"Ezek a bővítmények további funkciókkal bővítik a Markdown-renderelőt. Vegye figyelembe, hogy bár ezek a funkciók hasznosak lehetnek, nem szabványos Markdownok, és így a legtöbbjük csak Joplinban fog működni. Ezen kívül néhányuk *nem kompatibilis* a WYSIWYG szerkesztővel. Ha megnyit egy olyan jegyzetet, amely valamelyik ilyen bővítményt használja, abban a szerkesztőben, elveszíti a bővítmény formázását. Az alábbiakban jelezzük, hogy mely bővítmények kompatibilisek vagy nem kompatibilisek a WYSIWYG-szerkesztővel."
|
||||
"Ezek a bővítmények további funkciókkal bővítik a Markdown renderelőt. Vegye figyelembe, hogy bár ezek a funkciók hasznosak lehetnek, nem szabványos Markdownok, és így a legtöbbjük csak Joplinban fog működni. Ezen kívül néhányuk *nem kompatibilis* a WYSIWYG szerkesztővel. Ha megnyit egy olyan jegyzetet, amely valamelyik ilyen bővítményt használja, abban a szerkesztőben, elveszíti a bővítmény formázását. Az alábbiakban jelezzük, hogy mely bővítmények kompatibilisek vagy nem kompatibilisek a WYSIWYG-szerkesztővel."
|
||||
],
|
||||
"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\".": [
|
||||
"Ez lehetővé teszi egy másik felhasználó számára, hogy megosszon Önnel egy jegyzetfüzetet, és mindketten együtt dolgozhassanak rajta. Nem teszi azonban lehetővé, hogy Ön osszon meg egy jegyzetfüzetet valaki mással, kivéve, ha Ön rendelkezik a(z) „%s” funkcióval."
|
||||
"Ez lehetővé teszi egy másik felhasználónak, hogy megosszon Önnel egy jegyzetfüzetet, és mindketten együtt dolgozhassanak rajta. Nem teszi azonban lehetővé, hogy Ön osszon meg egy jegyzetfüzetet valaki mással, kivéve, ha Ön rendelkezik a(z) „%s” funkcióval."
|
||||
],
|
||||
"This attachment does not have OCR data (Status: %s)": [
|
||||
"Ez a melléklet nem tartalmaz OCR-adatokat (Állapot: %s)"
|
||||
@@ -3709,6 +3794,15 @@
|
||||
"This drawing may have unsaved changes.": [
|
||||
"Ez a rajz elmentetlen módosításokat tartalmazhat."
|
||||
],
|
||||
"This feature is disabled by default, you need to manually enable it by turning on the option to 'Enable handwritten transcription'.": [
|
||||
""
|
||||
],
|
||||
"This feature is only available on Joplin Cloud and Joplin Server.": [
|
||||
""
|
||||
],
|
||||
"This image type is not supported by the recognition system.": [
|
||||
""
|
||||
],
|
||||
"This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": [
|
||||
"Ez egy fejlett eszköz a jegyzetekhez kapcsolódó mellékletek megjelenítésére. Legyen óvatos, amikor törli valamelyiket, mert utólag nem lehet visszaállítani."
|
||||
],
|
||||
@@ -3736,6 +3830,9 @@
|
||||
"This note has no history": [
|
||||
"Ennek a jegyzetnek nincsenek előzményei"
|
||||
],
|
||||
"This note is in HTML format. Convert it to Markdown to edit it more easily.": [
|
||||
""
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
"Ez a bővítmény nem támogatja a következőt: %s."
|
||||
],
|
||||
@@ -3743,7 +3840,7 @@
|
||||
"Ennek a formázott szöveges szerkesztőnek számos korlátozása van, és ajánlott tisztában lennie velük, mielőtt használná."
|
||||
],
|
||||
"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őbővítmény kommunikáljon a Joplinnal. Engedélyezéskor a tűzfal megkérheti, hogy engedélyezze a Joplin számára egy adott port figyelését."
|
||||
"Ez a szolgáltatás lehetővé teszi, hogy a böngészőbővítmény kommunikáljon a Joplinnal. Engedélyezéskor a tűzfal megkérheti, hogy engedélyezze a Joplinnak egy adott port figyelését."
|
||||
],
|
||||
"This subfolder of the trash has no notes.": [
|
||||
"A kuka ezen almappája nem tartalmaz jegyzeteket."
|
||||
@@ -3770,14 +3867,20 @@
|
||||
"Cím"
|
||||
],
|
||||
"To allow Joplin to synchronise with Dropbox, please follow the steps below:": [
|
||||
"Ahhoz, hogy a Joplin szinkronizálhasson a Dropboxszal, kövesse az alábbi lépéseket:"
|
||||
"Ahhoz, hogy a Joplin szinkronizálódhasson a Dropboxszal, kövesse az alábbi lépéseket:"
|
||||
],
|
||||
"To allow Joplin to synchronise with Joplin Cloud, please login using this URL:": [
|
||||
"Ahhoz, hogy a Joplin szinkronizálódhasson a Joplin Clouddal, Jelentkezzen be ezen a webcímen:"
|
||||
],
|
||||
"To allow Joplin to synchronise with your account, please follow these steps:": [
|
||||
"Ahhoz, hogy a Joplin szinkronizálódhasson a fiókjával, kövesse az alábbi lépéseket:"
|
||||
],
|
||||
"To continue, please enter your master password below.": [
|
||||
"A folytatáshoz adja meg az alábbiakban a mesterjelszót."
|
||||
],
|
||||
"To create a new tag, type the name and press enter.": [
|
||||
""
|
||||
],
|
||||
"To delete a tag, untag the associated notes.": [
|
||||
"Címke törléséhez távolítsa el a kapcsolódó jegyzeteket."
|
||||
],
|
||||
@@ -3845,7 +3948,7 @@
|
||||
"Menüsáv be/ki"
|
||||
],
|
||||
"Toggle note history, keep notes for": [
|
||||
"Jegyzetelőzmények be-/kikapcsolása, jegyzetelőzmények megőrzése egy adott napig"
|
||||
"Jegyzetelőzmények be/ki, jegyzetelőzmények megőrzése egy adott napig"
|
||||
],
|
||||
"Toggle note list": [
|
||||
"Jegyzetlista be/ki"
|
||||
@@ -3901,9 +4004,6 @@
|
||||
"Type a note title to search for it.": [
|
||||
"Írja be a jegyzet címét a kereséshez."
|
||||
],
|
||||
"Type new tags or select from list": [
|
||||
"Írjon be új címkéket vagy válasszon a listából"
|
||||
],
|
||||
"Type: %s.": [
|
||||
"Típus: %s."
|
||||
],
|
||||
@@ -3943,6 +4043,12 @@
|
||||
"Unordered list": [
|
||||
"Felsorolásjeles lista"
|
||||
],
|
||||
"Unpublish": [
|
||||
"Közzététel megszüntetése"
|
||||
],
|
||||
"Unpublish \"%s\"": [
|
||||
"„%s” közzétételének megszüntetése"
|
||||
],
|
||||
"Unpublish note": [
|
||||
"Jegyzet közzétételének visszavonása"
|
||||
],
|
||||
@@ -3950,7 +4056,7 @@
|
||||
"Megosztás visszavonása"
|
||||
],
|
||||
"Unshare notebook \"%s\"? This may cause other users to lose access to the notebook.": [
|
||||
""
|
||||
"Megszünteti a(z) „%s” nevű jegyzetfüzet megosztását? Ez azt eredményezheti, hogy más felhasználók elveszítik a jegyzetfüzethez való hozzáférést."
|
||||
],
|
||||
"Unshare this notebook? The recipients will no longer have access to its content.": [
|
||||
"Visszavonja a jegyzetfüzet megosztását? A címzettek többé nem férnek hozzá a tartalmához."
|
||||
@@ -4034,7 +4140,7 @@
|
||||
"A nyilak segítségével mozgathatja az elrendezési elemeket. A kilépéshez nyomja meg az „ESC” gombot."
|
||||
],
|
||||
"Use the legacy Markdown editor": [
|
||||
"Régi markdown-szerkesztő használata"
|
||||
"Régi Markdown szerkesztő használata"
|
||||
],
|
||||
"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.": [
|
||||
"Használja ezt a keresési index újjáépítéséhez, ha probléma van a kereséssel. Ez a jegyzetek számától függően sokáig tarthat."
|
||||
@@ -4043,7 +4149,7 @@
|
||||
"Használja biometrikus adatait az alkalmazáshoz való hozzáférés biztosításához. Ezt később bármikor beállíthatja a Beállításokban."
|
||||
],
|
||||
"Used for most text in the markdown editor. If not found, a generic proportional (variable width) font is used.": [
|
||||
"A markdown-szerkesztő legtöbb szövegéhez használatos. Ha nem található, akkor egy általános, arányos (változó szélességű) betűtípus lesz használva."
|
||||
"A Markdown szerkesztő legtöbb szövegéhez használható. Ha nem található, akkor egy általános, arányos (változó szélességű) betűtípus lesz használva."
|
||||
],
|
||||
"Used where a fixed width font is needed to lay out text legibly (e.g. tables, checkboxes, code). If not found, a generic monospace (fixed width) font is used.": [
|
||||
"Ott használatos, ahol a szöveg olvasható elrendezéséhez fix szélességű betűtípusra van szükség (például: táblázatok, jelölőnégyzetek, kódok). Ha nem található, akkor egy általános monospace (fix szélességű) betűtípus lesz használva."
|
||||
@@ -4075,6 +4181,9 @@
|
||||
"Viewer": [
|
||||
"Megjelenítő"
|
||||
],
|
||||
"Viewer and Rich Text Editor font family": [
|
||||
"A megtekintő és a szövegszerkesztő betűcsaládja"
|
||||
],
|
||||
"Viewer font size": [
|
||||
"Megjelenítő betűmérete"
|
||||
],
|
||||
@@ -4090,12 +4199,18 @@
|
||||
"Voice typing...": [
|
||||
"Hanggépelés…"
|
||||
],
|
||||
"Voice typing: Glossary": [
|
||||
"Hanggépelés: Szójegyzék"
|
||||
],
|
||||
"Vosk": [
|
||||
"Vosk"
|
||||
],
|
||||
"Waiting for authorisation...": [
|
||||
"Várakozás a hitelesítésre…"
|
||||
],
|
||||
"Waiting: Notebook %s from %s": [
|
||||
"Várakozás: Jegyzetfüzet: %s innen: %s"
|
||||
],
|
||||
"Warning": [
|
||||
"Figyelmeztetés"
|
||||
],
|
||||
@@ -4106,7 +4221,7 @@
|
||||
"Van rendszerünk a problémás bővítmények jelentésére és eltávolítására."
|
||||
],
|
||||
"We mark plugins developed by trusted Joplin community members as \"recommended\".": [
|
||||
"A Joplin-közösség megbízható tagjai által fejlesztett bővítményeket „ajánlottként” jelöljük."
|
||||
"A Joplin közösség megbízható tagjai által fejlesztett bővítményeket „ajánlottként” jelöljük."
|
||||
],
|
||||
"Web Clipper": [
|
||||
"Web Clipper"
|
||||
@@ -4115,22 +4230,22 @@
|
||||
"WebDAV"
|
||||
],
|
||||
"WebDAV password": [
|
||||
"WebDAV-jelszó"
|
||||
"WebDAV jelszó"
|
||||
],
|
||||
"WebDAV URL": [
|
||||
"WebDAV-webcím"
|
||||
"WebDAV webcím"
|
||||
],
|
||||
"WebDAV username": [
|
||||
"WebDAV-felhasználónév"
|
||||
"WebDAV felhasználónév"
|
||||
],
|
||||
"Website and documentation": [
|
||||
"Weboldal és dokumentáció"
|
||||
],
|
||||
"WebView package: %s": [
|
||||
"WebView-csomag: %s"
|
||||
"WebView csomag: %s"
|
||||
],
|
||||
"WebView version: %s": [
|
||||
"WebView-verzió: %s"
|
||||
"WebView verziója: %s"
|
||||
],
|
||||
"Welcome to Joplin!\n\nType `:help shortcuts` for the list of keyboard shortcuts, or just `:help` for usage information.\n\nFor example, to create a notebook press `mb`; to create a note press `mn`.": [
|
||||
"Üdvözöljük a Joplinban!\n\nA billentyűparancsok listázásához írja be a `:help shortcuts` parancsot, vagy csak a `:help` parancsot a használati információkért.\n\nPéldául egy jegyzetfüzet létrehozásához írja be az `mb` parancsot; egy jegyzet létrehozásához pedig írja be az `mn` parancsot."
|
||||
@@ -4178,13 +4293,13 @@
|
||||
"Sikeresen bejelentkezett a Joplin Cloudba, most már elhagyhatja ezt a képernyőt."
|
||||
],
|
||||
"You are now logged into your account.": [
|
||||
""
|
||||
"Most már be van jelentkezve a fiókjába."
|
||||
],
|
||||
"You are now using the latest version of the Markdown editor.": [
|
||||
""
|
||||
"Ön most a Markdown szerkesztő legújabb verzióját használja."
|
||||
],
|
||||
"You are running the Intel version of Joplin on an Apple Silicon processor. Download the Apple Silicon one for better performance.": [
|
||||
"A Joplin Intel-verzióját futtatja Apple Silicon processzoron. Töltse le az Apple Silicon változatot a jobb teljesítmény érdekében."
|
||||
"A Joplin egy Intel processzorokra optimalizált verzióját futtatja Apple Silicon processzoron. Töltse le az Apple Silicon processzorokra optimalizált változatot a jobb teljesítmény érdekében."
|
||||
],
|
||||
"You currently have no notebooks.": [
|
||||
"Jelenleg nincsenek jegyzetfüzetek."
|
||||
|
@@ -30,7 +30,7 @@
|
||||
"%d catatan akan dihapus selamanya. Lanjutkan?"
|
||||
],
|
||||
"%d photo(s) taken": [
|
||||
""
|
||||
"%d foto diambil"
|
||||
],
|
||||
"%s": [
|
||||
"%s"
|
||||
@@ -71,6 +71,9 @@
|
||||
"%s cannot be less than %s": [
|
||||
"%s tidak boleh kurang dari %s"
|
||||
],
|
||||
"%s from %s": [
|
||||
"%s dari %s"
|
||||
],
|
||||
"%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."
|
||||
],
|
||||
@@ -132,7 +135,7 @@
|
||||
"(Tidak ada)"
|
||||
],
|
||||
"(Read-only)": [
|
||||
""
|
||||
"(Hanya baca)"
|
||||
],
|
||||
"(wysiwyg: %s)": [
|
||||
"(wysiwyg: %s)"
|
||||
@@ -155,8 +158,11 @@
|
||||
"<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> dapat berupa \"toggle\" atau \"clear\". Gunakan \"toggle\" untuk beralih dari dan ke status selesai dan belum selesai pada tugas yang dipilih (jika sasaran adalah catatan biasa, maka ia akan diubah menjadi tugas). Gunakan \"clear\" untuk mengubah tugas kembali menjadi catatan biasa."
|
||||
],
|
||||
"[None]": [
|
||||
"[Tidak ada]"
|
||||
],
|
||||
"A comma-separated list of words. May be used for uncommon words, to help voice typing spell them correctly.": [
|
||||
""
|
||||
"Daftar kata yang dipisah dengan koma. Dapat digunakan untuk kata-kata yang tidak umum, untuk membantu pengetikan suara mengejanya dengan benar."
|
||||
],
|
||||
"A new update (%s) is available": [
|
||||
"Pembaruan (%s) tersedia"
|
||||
@@ -191,6 +197,12 @@
|
||||
"Accepted invitations": [
|
||||
"Undangan yang diterima"
|
||||
],
|
||||
"Accepted: Notebook %s from %s": [
|
||||
"Diterima: Buku catatan: %s dari %s"
|
||||
],
|
||||
"Accepting share...": [
|
||||
"Menerima benda yang dibagikan..."
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
"Akses ditolak: Periksa nama pengguna dan kata sandi Anda"
|
||||
],
|
||||
@@ -230,9 +242,6 @@
|
||||
"Add recipient:": [
|
||||
"Tambah penerima:"
|
||||
],
|
||||
"Add tag %s to note": [
|
||||
"Tambah label %s ke catatan"
|
||||
],
|
||||
"Add title": [
|
||||
"Tambahkan judul"
|
||||
],
|
||||
@@ -242,6 +251,9 @@
|
||||
"Add to note": [
|
||||
"Tambahkan ke catatan"
|
||||
],
|
||||
"Adds tag": [
|
||||
""
|
||||
],
|
||||
"Admin": [
|
||||
"Admin"
|
||||
],
|
||||
@@ -273,7 +285,7 @@
|
||||
"Semua porta yang memungkinkan sedang digunakan - silakan laporkan masalah ini di %s"
|
||||
],
|
||||
"All shared folders:": [
|
||||
""
|
||||
"Semua folder yang dibagikan:"
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
"Bolehkan debug untuk plugin ponsel. Lihat %s untuk selengkapnya."
|
||||
@@ -332,6 +344,9 @@
|
||||
"Are you sure that you want to restore the default toolbar layout?\nThis cannot be undone.": [
|
||||
"Anda yakin bahwa Anda ingin memulihkan tata letak bilah alat bawaan?\nPerubahan ini tidak dapat dikembalikan."
|
||||
],
|
||||
"Are you sure you want to delete all history for this note? This cannot be undone.": [
|
||||
"Anda yakin bahwa Anda ingin menghapus semua riwayat untuk catatan ini? Perubahan ini tidak dapat dikembalikan."
|
||||
],
|
||||
"Are you sure you want to renew the authorisation token?": [
|
||||
"Anda yakin ingin memperbarui token otorisasi?"
|
||||
],
|
||||
@@ -344,6 +359,9 @@
|
||||
"Aritim Dark": [
|
||||
"Aritim Dark"
|
||||
],
|
||||
"Associated tags:": [
|
||||
""
|
||||
],
|
||||
"At present, Joplin Web can only be open in one tab at a time. Please close the other instance of Joplin.": [
|
||||
"Saat ini, Joplin Web hanya dapat dibuka dalam satu tab di waktu yang sama. Mohon tutup tab Joplin lainnya."
|
||||
],
|
||||
@@ -660,7 +678,7 @@
|
||||
"Palet perintah..."
|
||||
],
|
||||
"Commands: `add`, `remove`, `list`, `delete`, `accept`, `leave`, and `reject`.": [
|
||||
""
|
||||
"Perintah: `add`, `remove`, `list`, `delete`, `accept`, `leave`, and `reject`."
|
||||
],
|
||||
"Compact": [
|
||||
"Rapat"
|
||||
@@ -717,7 +735,7 @@
|
||||
"Sambungkan ke Joplin Cloud"
|
||||
],
|
||||
"Connect using your organisation account": [
|
||||
""
|
||||
"Sambungkan menggunakan akun organisasi Anda"
|
||||
],
|
||||
"Consolidated billing": [
|
||||
"Penagihan gabungan"
|
||||
@@ -941,6 +959,9 @@
|
||||
"Default": [
|
||||
"Bawaan"
|
||||
],
|
||||
"Default title to use for documents created by the scanner.": [
|
||||
""
|
||||
],
|
||||
"Default: %s": [
|
||||
"Bawaan: %s"
|
||||
],
|
||||
@@ -956,6 +977,9 @@
|
||||
"Delete expired tokens": [
|
||||
"Hapus token kadaluarsa"
|
||||
],
|
||||
"Delete history": [
|
||||
"Hapus riwayat"
|
||||
],
|
||||
"Delete line": [
|
||||
"Hapus baris"
|
||||
],
|
||||
@@ -1100,10 +1124,19 @@
|
||||
"Do not ask for confirmation.": [
|
||||
"Jangan minta persetujuan."
|
||||
],
|
||||
"Do not ask for user confirmation.": [
|
||||
"Jangan minta persetujuan."
|
||||
],
|
||||
"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.": [
|
||||
"Jangan sampai kehilangan kata sandi, sebagai alasan keamanan, ini akan menjadi *satu-satunya* cara untuk mendekripsi data! Untuk menyalakan enkripsi, masukkan kata sandi Anda di bawah."
|
||||
],
|
||||
"Document scanner: Title template": [
|
||||
""
|
||||
],
|
||||
"Don't allow the share recipient to write to the shared notebook. Valid only for the `add` subcommand.": [
|
||||
"Jangan izinkan penerima untuk membuat perubahan pada buku catatan yang dibagikan. Hanya berlaku untuk perintah `add`."
|
||||
],
|
||||
"Don't show this message again": [
|
||||
""
|
||||
],
|
||||
"Donate, website": [
|
||||
@@ -1391,6 +1424,12 @@
|
||||
"Enter password": [
|
||||
"Masukkan kata sandi"
|
||||
],
|
||||
"Enter the code": [
|
||||
"Masukkan kode"
|
||||
],
|
||||
"Enter the code:": [
|
||||
"Masukkan kode:"
|
||||
],
|
||||
"Entering selection mode": [
|
||||
"Masuk ke mode pemilihan"
|
||||
],
|
||||
@@ -1404,7 +1443,7 @@
|
||||
"Galat saat membuka catatan di penyunting: %s"
|
||||
],
|
||||
"Error starting camera: %s": [
|
||||
""
|
||||
"Galat memulai kamera: %s"
|
||||
],
|
||||
"Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:": [
|
||||
"Galat. Periksa bahwa URL, nama pengguna, kata sandi, dll. sudah benar dan sasaran penyelarasan dapat diakses. Galat yang dilaporkan adalah:"
|
||||
@@ -1491,7 +1530,7 @@
|
||||
"Gagal-aman: Penyelarasan dihentikan untuk mencegah kehilangan data, karena sasaran penyelarasan kosong atau rusak. Untuk menimpa perilaku ini matikan gagal-aman pada pengaturan penyelarasan."
|
||||
],
|
||||
"Failed to connect to your account. Please try again.": [
|
||||
""
|
||||
"Gagal menyambungkan ke akun Anda. Silakan coba lagi."
|
||||
],
|
||||
"Fatal error:": [
|
||||
"Galat fatal:"
|
||||
@@ -1514,9 +1553,6 @@
|
||||
"Filter": [
|
||||
"Penyaring"
|
||||
],
|
||||
"Filter tags": [
|
||||
"Saring label"
|
||||
],
|
||||
"Find": [
|
||||
"Cari"
|
||||
],
|
||||
@@ -1545,7 +1581,7 @@
|
||||
"Fokus pada judul"
|
||||
],
|
||||
"Folder \"%s\" is shared with:": [
|
||||
""
|
||||
"Folder \"%s\" dibagikan dengan:"
|
||||
],
|
||||
"Follow link": [
|
||||
"Ikuti tautan"
|
||||
@@ -1596,7 +1632,7 @@
|
||||
"Geolokasi, pemeriksa ejaan, penyunting bilah alat, pengatur ulang ukuran gambar"
|
||||
],
|
||||
"Get a quote": [
|
||||
""
|
||||
"Dapatkan penawaran"
|
||||
],
|
||||
"Get it now:": [
|
||||
"Dapatkan sekarang:"
|
||||
@@ -1608,7 +1644,7 @@
|
||||
"Mengambil atau menyetel sebuah nilai pengaturan. Jika [value] tidak tersedia, maka akan menampilkan nilai dari [name]. Jika tidak ada [name] atau [value] yang tersedia, maka akan menampilkan daftar pengaturan saat ini."
|
||||
],
|
||||
"Glossary:": [
|
||||
""
|
||||
"Glosarium:"
|
||||
],
|
||||
"go": [
|
||||
"pergi"
|
||||
@@ -1775,6 +1811,9 @@
|
||||
"In: %s": [
|
||||
"Di: %s"
|
||||
],
|
||||
"Incoming shares:": [
|
||||
"Pembagian yang akan diterima:"
|
||||
],
|
||||
"Incompatible": [
|
||||
"Tidak cocok"
|
||||
],
|
||||
@@ -1878,7 +1917,7 @@
|
||||
"Joplin Cloud"
|
||||
],
|
||||
"Joplin Cloud Login": [
|
||||
"Masuk Joplin Cloud"
|
||||
"Login Joplin Cloud"
|
||||
],
|
||||
"Joplin Desktop": [
|
||||
"Joplin Desktop"
|
||||
@@ -1907,20 +1946,26 @@
|
||||
"Joplin Server": [
|
||||
"Server Joplin"
|
||||
],
|
||||
"Joplin Server Business": [
|
||||
"Bisnis Joplin Server"
|
||||
],
|
||||
"Joplin Server email": [
|
||||
"Surel Joplin Server"
|
||||
],
|
||||
"Joplin Server Login": [
|
||||
"Login Joplin Server"
|
||||
],
|
||||
"Joplin Server password": [
|
||||
"Kata sandi Joplin Server"
|
||||
],
|
||||
"Joplin Server URL": [
|
||||
"URL Server Joplin"
|
||||
"URL Joplin Server"
|
||||
],
|
||||
"Joplin SSO Authentication": [
|
||||
""
|
||||
"Otentikasi SSO Joplin"
|
||||
],
|
||||
"Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.": [
|
||||
"Web Clipper Joplin membolehkan untuk menyimpan halaman web dan tangkapan layar dari peramban web Anda ke Joplin."
|
||||
"Web Clipper Joplin memungkinkan untuk menyimpan halaman web dan tangkapan layar dari peramban web Anda ke Joplin."
|
||||
],
|
||||
"Joplin website": [
|
||||
"Situs web Joplin"
|
||||
@@ -2006,6 +2051,9 @@
|
||||
"Link": [
|
||||
"Tautan"
|
||||
],
|
||||
"Link created!": [
|
||||
"Tautan dibuat!"
|
||||
],
|
||||
"Link description": [
|
||||
"Keterangan tautan"
|
||||
],
|
||||
@@ -2018,6 +2066,9 @@
|
||||
"Link to note...": [
|
||||
"Tautkan ke buku catatan..."
|
||||
],
|
||||
"Links": [
|
||||
"Tautan"
|
||||
],
|
||||
"List item": [
|
||||
"Daftar benda"
|
||||
],
|
||||
@@ -2036,6 +2087,9 @@
|
||||
"Log": [
|
||||
"Log"
|
||||
],
|
||||
"Log in with your web browser": [
|
||||
"Masuk dengan peramban web Anda"
|
||||
],
|
||||
"Login to Joplin Cloud.": [
|
||||
"Masuk ke Joplin Cloud."
|
||||
],
|
||||
@@ -2243,9 +2297,6 @@
|
||||
"New sub-notebook": [
|
||||
"Sub-buku catatan baru"
|
||||
],
|
||||
"New tags:": [
|
||||
"Label baru:"
|
||||
],
|
||||
"New to-do": [
|
||||
"Tugas baru"
|
||||
],
|
||||
@@ -2255,6 +2306,9 @@
|
||||
"next": [
|
||||
"selanjutnya"
|
||||
],
|
||||
"Next": [
|
||||
"Selanjutnya"
|
||||
],
|
||||
"Next match": [
|
||||
"Kecocokan selanjutnya"
|
||||
],
|
||||
@@ -2286,7 +2340,7 @@
|
||||
"Belum ada buku catatan yang ditentukan."
|
||||
],
|
||||
"No notebook selected.": [
|
||||
"Tidak ada buku catatan yang terpilih."
|
||||
"Tidak ada buku catatan yang dipilih."
|
||||
],
|
||||
"No notes in here. Create one by clicking on \"New note\".": [
|
||||
"Tidak ada catatan di sini. Buat catatan dengan menekan tombol \"Catatan baru\"."
|
||||
@@ -2300,6 +2354,9 @@
|
||||
"No results": [
|
||||
"Tidak ada hasil"
|
||||
],
|
||||
"No revision selected": [
|
||||
"Tidak ada perubahan yang dipilih"
|
||||
],
|
||||
"No such command: %s": [
|
||||
"Tidak ada perintah semacam ini: %s"
|
||||
],
|
||||
@@ -2307,7 +2364,7 @@
|
||||
"Tidak ada saran"
|
||||
],
|
||||
"No tab selected": [
|
||||
"Tidak ada tab yang terpilih"
|
||||
"Tidak ada tab yang dipilih"
|
||||
],
|
||||
"No text editor is defined. Please set it using `config editor <editor-path>`": [
|
||||
"Tidak ada penyunting teks yang diatur. Silakan atur menggunakan `config editor <editor-path>`"
|
||||
@@ -2363,9 +2420,15 @@
|
||||
"Note has been saved.": [
|
||||
"Catatan telah disimpan."
|
||||
],
|
||||
"Note history": [
|
||||
"Riwayat catatan"
|
||||
],
|
||||
"Note History": [
|
||||
"Riwayat Catatan"
|
||||
],
|
||||
"Note history has been deleted.": [
|
||||
"Riwayat catatan telah dihapus."
|
||||
],
|
||||
"Note is not a to-do: \"%s\"": [
|
||||
"Catatan bukan sebuah tugas: \"%s\""
|
||||
],
|
||||
@@ -2435,9 +2498,6 @@
|
||||
"OCR: Language data URL or path": [
|
||||
"OCR: Jalur atau URL data bahasa"
|
||||
],
|
||||
"Ok": [
|
||||
""
|
||||
],
|
||||
"OK": [
|
||||
"Baik"
|
||||
],
|
||||
@@ -2597,6 +2657,9 @@
|
||||
"Permission needed": [
|
||||
"Perlu izin"
|
||||
],
|
||||
"Photo %d": [
|
||||
""
|
||||
],
|
||||
"Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
|
||||
"Silakan tekan pada \"%s\" untuk melanjutkan atau tentukan kata sandi pada daftar \"%s\" di bawah."
|
||||
],
|
||||
@@ -2640,7 +2703,7 @@
|
||||
"Silakan tunggu sampai semua lampiran telah diunduh dan didekripsi. Anda juga bisa beralih ke %s untuk menyunting catatan."
|
||||
],
|
||||
"Please wait while we load your organisation sign-in page...": [
|
||||
""
|
||||
"Silakan tunggu sementara kami memuat halaman masuk organisasi Anda..."
|
||||
],
|
||||
"Please wait...": [
|
||||
"Mohon tunggu..."
|
||||
@@ -2682,7 +2745,7 @@
|
||||
"Nilai yang mungkin: %s."
|
||||
],
|
||||
"Prefer JSON output.": [
|
||||
""
|
||||
"Utamakan keluaran JSON."
|
||||
],
|
||||
"Preferences": [
|
||||
"Pilihan"
|
||||
@@ -2720,6 +2783,9 @@
|
||||
"Previous match": [
|
||||
"Kecocokan sebelumnya"
|
||||
],
|
||||
"Previous versions": [
|
||||
"Versi sebelumnya"
|
||||
],
|
||||
"Previous versions of this note": [
|
||||
"Versi sebelumnya dari catatan ini"
|
||||
],
|
||||
@@ -2780,6 +2846,9 @@
|
||||
"Public-private key pair:": [
|
||||
"Pasangan kunci publik-privat:"
|
||||
],
|
||||
"Publish Note": [
|
||||
"Terbitkan catatan"
|
||||
],
|
||||
"Publish note...": [
|
||||
"Menerbitkan catatan…"
|
||||
],
|
||||
@@ -2790,7 +2859,7 @@
|
||||
"Terbitkan catatan ke internet"
|
||||
],
|
||||
"Publish/unpublish": [
|
||||
""
|
||||
"Terbitkan/Batal terbitkan"
|
||||
],
|
||||
"QR Code": [
|
||||
"Kode QR"
|
||||
@@ -2858,6 +2927,9 @@
|
||||
"Reject": [
|
||||
"Tolak"
|
||||
],
|
||||
"Rejecting share...": [
|
||||
"Menolak pembagian..."
|
||||
],
|
||||
"Remove": [
|
||||
"Hapus"
|
||||
],
|
||||
@@ -2870,6 +2942,9 @@
|
||||
"Remove this search from the sidebar?": [
|
||||
"Hapus pencarian ini dari bilah samping?"
|
||||
],
|
||||
"Removed %s from share.": [
|
||||
"Telah menghapus %s dari berbagi."
|
||||
],
|
||||
"Rename": [
|
||||
"Ganti nama"
|
||||
],
|
||||
@@ -2984,6 +3059,9 @@
|
||||
"Reverses the sorting order.": [
|
||||
"Membalikkan urutan."
|
||||
],
|
||||
"Revision:": [
|
||||
"Perubahan:"
|
||||
],
|
||||
"Revision: %s (%s)": [
|
||||
"Revisi: %s (%s)"
|
||||
],
|
||||
@@ -3086,6 +3164,9 @@
|
||||
"Select": [
|
||||
"Pilih"
|
||||
],
|
||||
"Select a revision...": [
|
||||
"Pilih perubahan..."
|
||||
],
|
||||
"Select all": [
|
||||
"Pilih semua"
|
||||
],
|
||||
@@ -3105,7 +3186,7 @@
|
||||
"Pilih buku catatan"
|
||||
],
|
||||
"Self-hosted": [
|
||||
""
|
||||
"Hosting sendiri"
|
||||
],
|
||||
"Send bug report": [
|
||||
"Kirim laporan bug"
|
||||
@@ -3165,7 +3246,7 @@
|
||||
"Dibagikan"
|
||||
],
|
||||
"Shares or unshares the specified [notebook] with [user]. Requires Joplin Cloud or Joplin Server.": [
|
||||
""
|
||||
"Bagikan atau batal bagikan [notebook] berikut dengan [user]. Memerlukan Joplin Cloud atau Joplin Server."
|
||||
],
|
||||
"Sharing notebook...": [
|
||||
"Membagikan buku catatan…"
|
||||
@@ -3290,6 +3371,9 @@
|
||||
"Source": [
|
||||
"Sumber"
|
||||
],
|
||||
"Source code available": [
|
||||
"Kode sumber tersedia"
|
||||
],
|
||||
"Source format: %s": [
|
||||
"Format sumber: %s"
|
||||
],
|
||||
@@ -3416,6 +3500,9 @@
|
||||
"Switch to the legacy editor": [
|
||||
"Beralih ke penyunting lama"
|
||||
],
|
||||
"Switch to the new editor": [
|
||||
"Beralih ke penyunting baru"
|
||||
],
|
||||
"Switch to to-do type": [
|
||||
"Beralih ke jenis tugas"
|
||||
],
|
||||
@@ -3491,9 +3578,6 @@
|
||||
"Tabloid": [
|
||||
"Tabloid"
|
||||
],
|
||||
"tag1, tag2, ...": [
|
||||
"label1, label2, ..."
|
||||
],
|
||||
"Tagged: %d.": [
|
||||
"Diberi label: %d."
|
||||
],
|
||||
@@ -3582,7 +3666,7 @@
|
||||
"Kunci dengan ID berikut digunakan mengenkripsi beberapa benda Anda, namun saat ini aplikasi tidak memiliki akses ke benda-benda tersebut. Sepertinya mereka pada akhirnya akan diunduh melalui penyelarasan."
|
||||
],
|
||||
"The legacy Markdown editor appears to have crashed due to an incompatibility with a plugin. We recommend using the new editor.": [
|
||||
""
|
||||
"Penyunting Markdown yang telah usang sepertinya telah bertabrakan yang disebabkan oleh ketidakcocokan dengan sebuah pengaya. Kami sarankan untuk menggunakan penyunting yang baru."
|
||||
],
|
||||
"The master key has been upgraded successfully!": [
|
||||
"Kunci utama telah berhasil ditingkatkan!"
|
||||
@@ -3695,6 +3779,15 @@
|
||||
"This drawing may have unsaved changes.": [
|
||||
"Gambaran ini mungkin memiliki perubahan yang belum disimpan."
|
||||
],
|
||||
"This feature is disabled by default, you need to manually enable it by turning on the option to 'Enable handwritten transcription'.": [
|
||||
""
|
||||
],
|
||||
"This feature is only available on Joplin Cloud and Joplin Server.": [
|
||||
""
|
||||
],
|
||||
"This image type is not supported by the recognition system.": [
|
||||
""
|
||||
],
|
||||
"This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": [
|
||||
"Ini adalah perkakas lanjutan untuk menampilkan lampiran yang terhubung dengan catatan Anda. Harap berhati-hati saat menghapus salah satunya karena mereka tidak dapat dipulihkan setelahnya."
|
||||
],
|
||||
@@ -3719,6 +3812,9 @@
|
||||
"This note has no history": [
|
||||
"Catatan ini tidak memiliki riwayat"
|
||||
],
|
||||
"This note is in HTML format. Convert it to Markdown to edit it more easily.": [
|
||||
""
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
"Plugin ini tidak mendukung %s."
|
||||
],
|
||||
@@ -3758,9 +3854,15 @@
|
||||
"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 allow Joplin to synchronise with your account, please follow these steps:": [
|
||||
"Untuk mengizinkan Joplin menyelaraskan dengan akun Anda, silakan ikuti langkah-langkah berikut:"
|
||||
],
|
||||
"To continue, please enter your master password below.": [
|
||||
"Untuk melanjutkan, silakan masukkan kata sandi utama di bawah."
|
||||
],
|
||||
"To create a new tag, type the name and press enter.": [
|
||||
""
|
||||
],
|
||||
"To delete a tag, untag the associated notes.": [
|
||||
"Untuk menghapus sebuah label, hapus label dari catatan terkait."
|
||||
],
|
||||
@@ -3884,9 +3986,6 @@
|
||||
"Type a note title to search for it.": [
|
||||
"Ketik sebuah judul catatan untuk mencarinya."
|
||||
],
|
||||
"Type new tags or select from list": [
|
||||
"Ketik label baru atau pilih dari daftar"
|
||||
],
|
||||
"Type: %s.": [
|
||||
"Ketik: %s."
|
||||
],
|
||||
@@ -3926,6 +4025,12 @@
|
||||
"Unordered list": [
|
||||
"Daftar tidak berurutan"
|
||||
],
|
||||
"Unpublish": [
|
||||
"Batal terbitkan"
|
||||
],
|
||||
"Unpublish \"%s\"": [
|
||||
"Batal terbitkan \"%s\""
|
||||
],
|
||||
"Unpublish note": [
|
||||
"Batalkan penerbitan catatan"
|
||||
],
|
||||
@@ -3933,7 +4038,7 @@
|
||||
"Berhenti berbagi"
|
||||
],
|
||||
"Unshare notebook \"%s\"? This may cause other users to lose access to the notebook.": [
|
||||
""
|
||||
"Batal bagikan buku catatan \"%\"? Ini dapat menyebabkan pengguna lain kehilangan akses ke buku catatan."
|
||||
],
|
||||
"Unshare this notebook? The recipients will no longer have access to its content.": [
|
||||
"Berhenti membagikan buku catatan ini? Penerima tidak akan lagi memiliki akses ke isinya."
|
||||
@@ -4058,6 +4163,9 @@
|
||||
"Viewer": [
|
||||
"Penampil"
|
||||
],
|
||||
"Viewer and Rich Text Editor font family": [
|
||||
"Keluarga font pada penampil dan Penyunting Teks Kaya"
|
||||
],
|
||||
"Viewer font size": [
|
||||
"Ukuran font pada penampil"
|
||||
],
|
||||
@@ -4073,12 +4181,18 @@
|
||||
"Voice typing...": [
|
||||
"Pengetikan suara…"
|
||||
],
|
||||
"Voice typing: Glossary": [
|
||||
"Pengetikan suara: Glosarium"
|
||||
],
|
||||
"Vosk": [
|
||||
"Vosk"
|
||||
],
|
||||
"Waiting for authorisation...": [
|
||||
"Sedang menunggu otorisasi…"
|
||||
],
|
||||
"Waiting: Notebook %s from %s": [
|
||||
"Menunggu: Buku catatan: %s dari %s"
|
||||
],
|
||||
"Warning": [
|
||||
"Peringatan"
|
||||
],
|
||||
@@ -4161,10 +4275,10 @@
|
||||
"Anda telah masuk ke Joplin Cloud, Anda dapat meninggalkan layar ini."
|
||||
],
|
||||
"You are now logged into your account.": [
|
||||
""
|
||||
"Anda sekarang telah masuk ke akun Anda."
|
||||
],
|
||||
"You are now using the latest version of the Markdown editor.": [
|
||||
""
|
||||
"Anda sekarang menggunakan versi terbaru dari penyunting Markdown."
|
||||
],
|
||||
"You are running the Intel version of Joplin on an Apple Silicon processor. Download the Apple Silicon one for better performance.": [
|
||||
"Anda menjalankan versi Intel dari Joplin pada sebuah prosesor Apple Silicon. Untuk versi Apple Silicon untuk kinerja yang lebih baik."
|
||||
|
@@ -43,47 +43,47 @@ 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":61,"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":16,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['nb_NO'] = {"percentDone":61,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['bs_BA'] = {"percentDone":39,"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":31,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['ca'] = {"percentDone":67,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['hr_HR'] = {"percentDone":70,"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":68,"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":30,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['ar'] = {"percentDone":59,"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":15,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['nb_NO'] = {"percentDone":59,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['bs_BA'] = {"percentDone":38,"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":30,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['ca'] = {"percentDone":97,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['hr_HR'] = {"percentDone":68,"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":66,"pluralForms":"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"};
|
||||
stats['da_DK'] = {"percentDone":97,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['de_DE'] = {"percentDone":93,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['et_EE'] = {"percentDone":29,"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":96,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['es_ES'] = {"percentDone":97,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['eo'] = {"percentDone":17,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['fi_FI'] = {"percentDone":68,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['fr_FR'] = {"percentDone":95,"pluralForms":"nplurals=2; plural=(n > 1);"};
|
||||
stats['gl_ES'] = {"percentDone":95,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['id_ID'] = {"percentDone":96,"pluralForms":"nplurals=1; plural=0;"};
|
||||
stats['it_IT'] = {"percentDone":83,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['hu_HU'] = {"percentDone":96,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['nl_BE'] = {"percentDone":90,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['nl_NL'] = {"percentDone":70,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['fa'] = {"percentDone":83,"pluralForms":"nplurals=2; plural=(n==0 || n==1);"};
|
||||
stats['pl_PL'] = {"percentDone":79,"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":96,"pluralForms":"nplurals=2; plural=(n > 1);"};
|
||||
stats['pt_PT'] = {"percentDone":83,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['ro_MD'] = {"percentDone":96,"pluralForms":"nplurals=3; plural=(n==1 ? 0 : n==0 || (n!=1 && n%100>=1 && n%100<=19) ? 1 : 2);"};
|
||||
stats['ro_RO'] = {"percentDone":96,"pluralForms":"nplurals=3; plural=(n==1 ? 0 : n==0 || (n!=1 && n%100>=1 && n%100<=19) ? 1 : 2);"};
|
||||
stats['sl_SI'] = {"percentDone":55,"pluralForms":"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"};
|
||||
stats['sk_SK'] = {"percentDone":96,"pluralForms":"nplurals=3; plural=(n==1 ? 0 : n>=2 && n<=4 ? 1 : 2);"};
|
||||
stats['sv'] = {"percentDone":96,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['th_TH'] = {"percentDone":25,"pluralForms":"nplurals=1; plural=0;"};
|
||||
stats['vi'] = {"percentDone":54,"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":83,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['ru_RU'] = {"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['sr_RS'] = {"percentDone":45,"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":83,"pluralForms":"nplurals=1; plural=0;"};
|
||||
stats['ja_JP'] = {"percentDone":74,"pluralForms":"nplurals=1; plural=0;"};
|
||||
stats['ko'] = {"percentDone":77,"pluralForms":"nplurals=1; plural=0;"};
|
||||
stats['fi_FI'] = {"percentDone":66,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['fr_FR'] = {"percentDone":100,"pluralForms":"nplurals=2; plural=(n > 1);"};
|
||||
stats['gl_ES'] = {"percentDone":93,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['id_ID'] = {"percentDone":97,"pluralForms":"nplurals=1; plural=0"};
|
||||
stats['it_IT'] = {"percentDone":81,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['hu_HU'] = {"percentDone":97,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['nl_BE'] = {"percentDone":88,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['nl_NL'] = {"percentDone":68,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['fa'] = {"percentDone":81,"pluralForms":"nplurals=2; plural=(n==0 || n==1);"};
|
||||
stats['pl_PL'] = {"percentDone":95,"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":93,"pluralForms":"nplurals=2; plural=(n > 1);"};
|
||||
stats['pt_PT'] = {"percentDone":81,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['ro_MD'] = {"percentDone":97,"pluralForms":"nplurals=3; plural=(n==1 ? 0 : n==0 || (n!=1 && n%100>=1 && n%100<=19) ? 1 : 2);"};
|
||||
stats['ro_RO'] = {"percentDone":97,"pluralForms":"nplurals=3; plural=(n==1 ? 0 : n==0 || (n!=1 && n%100>=1 && n%100<=19) ? 1 : 2);"};
|
||||
stats['sl_SI'] = {"percentDone":54,"pluralForms":"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"};
|
||||
stats['sk_SK'] = {"percentDone":97,"pluralForms":"nplurals=3; plural=(n==1 ? 0 : n>=2 && n<=4 ? 1 : 2);"};
|
||||
stats['sv'] = {"percentDone":97,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['th_TH'] = {"percentDone":24,"pluralForms":"nplurals=1; plural=0;"};
|
||||
stats['vi'] = {"percentDone":52,"pluralForms":"nplurals=1; plural=0;"};
|
||||
stats['tr_TR'] = {"percentDone":97,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['uk_UA'] = {"percentDone":87,"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":81,"pluralForms":"nplurals=2; plural=(n != 1);"};
|
||||
stats['ru_RU'] = {"percentDone":88,"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":43,"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":93,"pluralForms":"nplurals=1; plural=0;"};
|
||||
stats['zh_TW'] = {"percentDone":81,"pluralForms":"nplurals=1; plural=0;"};
|
||||
stats['ja_JP'] = {"percentDone":72,"pluralForms":"nplurals=1; plural=0;"};
|
||||
stats['ko'] = {"percentDone":75,"pluralForms":"nplurals=1; plural=0;"};
|
||||
module.exports = { locales: locales, stats: stats };
|
@@ -206,15 +206,18 @@
|
||||
"Add recipient:": [
|
||||
"Aggiungi destinatario:"
|
||||
],
|
||||
"Add tag %s to note": [
|
||||
""
|
||||
],
|
||||
"Add title": [
|
||||
"Aggiungi titolo"
|
||||
],
|
||||
"Add to dictionary": [
|
||||
"Aggiungi al dizionario"
|
||||
],
|
||||
"Added tag: %s": [
|
||||
""
|
||||
],
|
||||
"Adds tag": [
|
||||
""
|
||||
],
|
||||
"Admin": [
|
||||
"Admin"
|
||||
],
|
||||
@@ -308,6 +311,9 @@
|
||||
"Aritim Dark": [
|
||||
"Scuro Aritim"
|
||||
],
|
||||
"Associated tags:": [
|
||||
""
|
||||
],
|
||||
"At present, Joplin Web can only be open in one tab at a time. Please close the other instance of Joplin.": [
|
||||
""
|
||||
],
|
||||
@@ -861,6 +867,9 @@
|
||||
"Default": [
|
||||
"Predefinito"
|
||||
],
|
||||
"Default title to use for documents created by the scanner.": [
|
||||
""
|
||||
],
|
||||
"Default: %s": [
|
||||
"Predefinito: %s"
|
||||
],
|
||||
@@ -1008,9 +1017,15 @@
|
||||
"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.": [
|
||||
"Non perdere la password poiché, per motivi di sicurezza, questo sarà l'*unico* modo per decrittografare i dati! Per abilitare la crittografia, inserisci la tua password qui sotto."
|
||||
],
|
||||
"Document scanner: Title template": [
|
||||
""
|
||||
],
|
||||
"Don't allow the share recipient to write to the shared notebook. Valid only for the `add` subcommand.": [
|
||||
""
|
||||
],
|
||||
"Don't show this message again": [
|
||||
""
|
||||
],
|
||||
"Donate, website": [
|
||||
"Donazioni, sito web"
|
||||
],
|
||||
@@ -1080,6 +1095,9 @@
|
||||
"Edit": [
|
||||
"Modifica"
|
||||
],
|
||||
"Edit as Rich Text": [
|
||||
""
|
||||
],
|
||||
"Edit link": [
|
||||
"Modifica collegamento"
|
||||
],
|
||||
@@ -1392,9 +1410,6 @@
|
||||
"Filter": [
|
||||
"Filtra"
|
||||
],
|
||||
"Filter tags": [
|
||||
"Filtra i tag"
|
||||
],
|
||||
"Find: ": [
|
||||
"Trovato: "
|
||||
],
|
||||
@@ -2066,9 +2081,6 @@
|
||||
"New sub-notebook": [
|
||||
"Nuovo sotto-taccuino"
|
||||
],
|
||||
"New tags:": [
|
||||
"Nuovi tag:"
|
||||
],
|
||||
"New to-do": [
|
||||
"Nuovo \"Cose-da-fare\""
|
||||
],
|
||||
@@ -2243,9 +2255,6 @@
|
||||
"OCR: Clear cache and re-download language data files": [
|
||||
""
|
||||
],
|
||||
"Ok": [
|
||||
""
|
||||
],
|
||||
"OK": [
|
||||
"OK"
|
||||
],
|
||||
@@ -2378,6 +2387,9 @@
|
||||
"Permission needed": [
|
||||
"Permesso richiesto"
|
||||
],
|
||||
"Photo %d": [
|
||||
""
|
||||
],
|
||||
"Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
|
||||
"Fare clic su \"%s\" per procedere oppure impostare le password nell'elenco \"%s\" di seguito."
|
||||
],
|
||||
@@ -3200,9 +3212,6 @@
|
||||
"Tabloid": [
|
||||
"Tabloid"
|
||||
],
|
||||
"tag1, tag2, ...": [
|
||||
"etichetta1, etichetta2, ..."
|
||||
],
|
||||
"Tagged: %d.": [
|
||||
"Etichettato: %d."
|
||||
],
|
||||
@@ -3403,6 +3412,15 @@
|
||||
"This drawing may have unsaved changes.": [
|
||||
"Questo disegno potrebbe contenere modifiche non salvate."
|
||||
],
|
||||
"This feature is disabled by default, you need to manually enable it by turning on the option to 'Enable handwritten transcription'.": [
|
||||
""
|
||||
],
|
||||
"This feature is only available on Joplin Cloud and Joplin Server.": [
|
||||
""
|
||||
],
|
||||
"This image type is not supported by the recognition system.": [
|
||||
""
|
||||
],
|
||||
"This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": [
|
||||
"Questo è uno strumento avanzato che mostra gli allegati delle tue note. Presta attenzione quando ne cancelli uno perché non possono essere recuperati."
|
||||
],
|
||||
@@ -3430,6 +3448,9 @@
|
||||
"This note has no history": [
|
||||
"Questa nota non ha cronologia"
|
||||
],
|
||||
"This note is in HTML format. Convert it to Markdown to edit it more easily.": [
|
||||
""
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
"Questo plugin non supporta %s."
|
||||
],
|
||||
@@ -3472,6 +3493,9 @@
|
||||
"To continue, please enter your master password below.": [
|
||||
"Per continuare, inserisci la tua password principale qui sotto."
|
||||
],
|
||||
"To create a new tag, type the name and press enter.": [
|
||||
""
|
||||
],
|
||||
"To delete a tag, untag the associated notes.": [
|
||||
"Per eliminare un'etichetta, togli l'etichetta dalle note a cui è associata."
|
||||
],
|
||||
@@ -3577,9 +3601,6 @@
|
||||
"Type a note title or part of its content to jump to it. Or type # followed by a tag name, or @ followed by a notebook name. Or type : to search for commands.": [
|
||||
"Scrivi il titolo di una nota o parte del suo contenuto per aprirla. Oppure digita # seguito dal nome di un'etichetta, oppure @ seguito dal nome di un taccuino. O scrivi : per cercare un comando."
|
||||
],
|
||||
"Type new tags or select from list": [
|
||||
"Digita nuove etichette o seleziona dalla lista"
|
||||
],
|
||||
"Type: %s.": [
|
||||
"Tipo: %s."
|
||||
],
|
||||
|
@@ -191,15 +191,18 @@
|
||||
"Add recipient:": [
|
||||
"受信者を追加:"
|
||||
],
|
||||
"Add tag %s to note": [
|
||||
""
|
||||
],
|
||||
"Add title": [
|
||||
"題名を追加"
|
||||
],
|
||||
"Add to dictionary": [
|
||||
"辞書に追加"
|
||||
],
|
||||
"Added tag: %s": [
|
||||
""
|
||||
],
|
||||
"Adds tag": [
|
||||
""
|
||||
],
|
||||
"Admin": [
|
||||
"管理者"
|
||||
],
|
||||
@@ -293,6 +296,9 @@
|
||||
"Aritim Dark": [
|
||||
"Aritim Dark"
|
||||
],
|
||||
"Associated tags:": [
|
||||
""
|
||||
],
|
||||
"At present, Joplin Web can only be open in one tab at a time. Please close the other instance of Joplin.": [
|
||||
""
|
||||
],
|
||||
@@ -827,6 +833,9 @@
|
||||
"Default": [
|
||||
"標準"
|
||||
],
|
||||
"Default title to use for documents created by the scanner.": [
|
||||
""
|
||||
],
|
||||
"Default: %s": [
|
||||
"既定値: %s"
|
||||
],
|
||||
@@ -968,9 +977,15 @@
|
||||
"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.": [
|
||||
"パスワードはなくさないようにしてください。セキュリティ上、このパスワードがデータを復号する*唯一*の方法になるためです! 暗号化を有効にするには、下にパスワードを入力してください。"
|
||||
],
|
||||
"Document scanner: Title template": [
|
||||
""
|
||||
],
|
||||
"Don't allow the share recipient to write to the shared notebook. Valid only for the `add` subcommand.": [
|
||||
""
|
||||
],
|
||||
"Don't show this message again": [
|
||||
""
|
||||
],
|
||||
"Donate, website": [
|
||||
"寄付、Webサイト"
|
||||
],
|
||||
@@ -1040,6 +1055,9 @@
|
||||
"Edit": [
|
||||
"編集"
|
||||
],
|
||||
"Edit as Rich Text": [
|
||||
""
|
||||
],
|
||||
"Edit link": [
|
||||
"リンクの編集"
|
||||
],
|
||||
@@ -1334,9 +1352,6 @@
|
||||
"File system": [
|
||||
"ファイルシステム"
|
||||
],
|
||||
"Filter tags": [
|
||||
"フィルタータグ"
|
||||
],
|
||||
"Find: ": [
|
||||
"検索文字列: "
|
||||
],
|
||||
@@ -1964,9 +1979,6 @@
|
||||
"New sub-notebook": [
|
||||
"新しいサブノートブック"
|
||||
],
|
||||
"New tags:": [
|
||||
"新しいタグ:"
|
||||
],
|
||||
"New to-do": [
|
||||
"新しいToDo"
|
||||
],
|
||||
@@ -2135,9 +2147,6 @@
|
||||
"OCR: Clear cache and re-download language data files": [
|
||||
""
|
||||
],
|
||||
"Ok": [
|
||||
""
|
||||
],
|
||||
"OK": [
|
||||
"OK"
|
||||
],
|
||||
@@ -2255,6 +2264,9 @@
|
||||
"Permission needed": [
|
||||
"許可が必要"
|
||||
],
|
||||
"Photo %d": [
|
||||
""
|
||||
],
|
||||
"Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
|
||||
"\"%s\"をクリックして続行するか、以下の\"%s\"リストでパスワードを設定してください。"
|
||||
],
|
||||
@@ -3029,9 +3041,6 @@
|
||||
"Tabloid": [
|
||||
"Tabloid"
|
||||
],
|
||||
"tag1, tag2, ...": [
|
||||
"タグ1, タグ2, ..."
|
||||
],
|
||||
"Tagged: %d.": [
|
||||
"タグ付き: %d."
|
||||
],
|
||||
@@ -3209,6 +3218,15 @@
|
||||
"This authorisation token is only needed to allow third-party applications to access Joplin.": [
|
||||
"この認証トークンはサードパーティのアプリケーションにJoplinへのアクセスを許可するときにだけ使用します。"
|
||||
],
|
||||
"This feature is disabled by default, you need to manually enable it by turning on the option to 'Enable handwritten transcription'.": [
|
||||
""
|
||||
],
|
||||
"This feature is only available on Joplin Cloud and Joplin Server.": [
|
||||
""
|
||||
],
|
||||
"This image type is not supported by the recognition system.": [
|
||||
""
|
||||
],
|
||||
"This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": [
|
||||
"ここではノートに添付されているファイルの一覧を見ることができます。添付ファイルの削除も可能ですが、削除後の復元はできませんのでご注意ください。"
|
||||
],
|
||||
@@ -3233,6 +3251,9 @@
|
||||
"This note has no history": [
|
||||
"このノートに履歴はありません"
|
||||
],
|
||||
"This note is in HTML format. Convert it to Markdown to edit it more easily.": [
|
||||
""
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
@@ -3272,6 +3293,9 @@
|
||||
"To continue, please enter your master password below.": [
|
||||
"続行するには、マスターパスワードを入力してください。"
|
||||
],
|
||||
"To create a new tag, type the name and press enter.": [
|
||||
""
|
||||
],
|
||||
"To delete a tag, untag the associated notes.": [
|
||||
"タグを削除するには、関連するノートからタグを外してください。"
|
||||
],
|
||||
@@ -3377,9 +3401,6 @@
|
||||
"Type a note title or part of its content to jump to it. Or type # followed by a tag name, or @ followed by a notebook name. Or type : to search for commands.": [
|
||||
"題名や本文の一部を入力してノートを検索し、そのノートに移動できます。また、「#タグ名」で該当タグ付きノートの一覧に、「@ノートブック名」で該当ノートブックに移動できます。あるいは「:」でコマンドを検索して実行できます。"
|
||||
],
|
||||
"Type new tags or select from list": [
|
||||
"新しいタグを入力するか、リストから選択してください"
|
||||
],
|
||||
"Type: %s.": [
|
||||
"種類: %s."
|
||||
],
|
||||
|
@@ -194,15 +194,18 @@
|
||||
"Add recipient:": [
|
||||
"받는 사람 추가:"
|
||||
],
|
||||
"Add tag %s to note": [
|
||||
""
|
||||
],
|
||||
"Add title": [
|
||||
"제목 추가"
|
||||
],
|
||||
"Add to dictionary": [
|
||||
"사전에 추가"
|
||||
],
|
||||
"Added tag: %s": [
|
||||
""
|
||||
],
|
||||
"Adds tag": [
|
||||
""
|
||||
],
|
||||
"Admin": [
|
||||
"관리자"
|
||||
],
|
||||
@@ -293,6 +296,9 @@
|
||||
"Aritim Dark": [
|
||||
"Aritim Dark"
|
||||
],
|
||||
"Associated tags:": [
|
||||
""
|
||||
],
|
||||
"At present, Joplin Web can only be open in one tab at a time. Please close the other instance of Joplin.": [
|
||||
""
|
||||
],
|
||||
@@ -836,6 +842,9 @@
|
||||
"Default": [
|
||||
"기본값"
|
||||
],
|
||||
"Default title to use for documents created by the scanner.": [
|
||||
""
|
||||
],
|
||||
"Default: %s": [
|
||||
"기본값: %s"
|
||||
],
|
||||
@@ -983,9 +992,15 @@
|
||||
"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.": [
|
||||
"비밀번호는 데이터를 복호화할 수 있는 *유일한* 수단이므로 절대로 비밀번호를 잃어버리지 마세요.암호화를 사용하려면 아래에 비밀번호를 넣어주세요."
|
||||
],
|
||||
"Document scanner: Title template": [
|
||||
""
|
||||
],
|
||||
"Don't allow the share recipient to write to the shared notebook. Valid only for the `add` subcommand.": [
|
||||
""
|
||||
],
|
||||
"Don't show this message again": [
|
||||
""
|
||||
],
|
||||
"Donate, website": [
|
||||
"Joplin 웹사이트에 기부하기"
|
||||
],
|
||||
@@ -1052,6 +1067,9 @@
|
||||
"Edit": [
|
||||
"편집"
|
||||
],
|
||||
"Edit as Rich Text": [
|
||||
""
|
||||
],
|
||||
"Edit link": [
|
||||
"링크 편집"
|
||||
],
|
||||
@@ -1355,9 +1373,6 @@
|
||||
"Filter": [
|
||||
"필터"
|
||||
],
|
||||
"Filter tags": [
|
||||
"태그 필터"
|
||||
],
|
||||
"Find: ": [
|
||||
"찾기: "
|
||||
],
|
||||
@@ -1982,9 +1997,6 @@
|
||||
"New sub-notebook": [
|
||||
"새 하위 노트북"
|
||||
],
|
||||
"New tags:": [
|
||||
"새 태그:"
|
||||
],
|
||||
"New to-do": [
|
||||
"새 목록"
|
||||
],
|
||||
@@ -2153,9 +2165,6 @@
|
||||
"OCR: Clear cache and re-download language data files": [
|
||||
""
|
||||
],
|
||||
"Ok": [
|
||||
""
|
||||
],
|
||||
"OK": [
|
||||
"확인"
|
||||
],
|
||||
@@ -2276,6 +2285,9 @@
|
||||
"Permission needed": [
|
||||
"권한 요구"
|
||||
],
|
||||
"Photo %d": [
|
||||
""
|
||||
],
|
||||
"Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
|
||||
"계속하려면 \"%s\"(을)를 클릭하거나 아래 \"%s\" 목록에서 비밀번호를 설정하세요."
|
||||
],
|
||||
@@ -3071,9 +3083,6 @@
|
||||
"Tabloid": [
|
||||
"Tabloid"
|
||||
],
|
||||
"tag1, tag2, ...": [
|
||||
"태그1, 태그2, ..."
|
||||
],
|
||||
"Tagged: %d.": [
|
||||
"태그됨: %d."
|
||||
],
|
||||
@@ -3269,6 +3278,15 @@
|
||||
"This drawing may have unsaved changes.": [
|
||||
"이 그림에는 저장되지 않은 변경사항이 있을 수 있습니다."
|
||||
],
|
||||
"This feature is disabled by default, you need to manually enable it by turning on the option to 'Enable handwritten transcription'.": [
|
||||
""
|
||||
],
|
||||
"This feature is only available on Joplin Cloud and Joplin Server.": [
|
||||
""
|
||||
],
|
||||
"This image type is not supported by the recognition system.": [
|
||||
""
|
||||
],
|
||||
"This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": [
|
||||
"노트에 링크된 첨부 파일을 보여주는 고급 도구입니다. 여기에서 보여지는 항목을 삭제할 경우, 나중에 복원할 수 없으므로 주의하시기 바랍니다."
|
||||
],
|
||||
@@ -3293,6 +3311,9 @@
|
||||
"This note has no history": [
|
||||
"이 노트의 변경 내역이 없습니다"
|
||||
],
|
||||
"This note is in HTML format. Convert it to Markdown to edit it more easily.": [
|
||||
""
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
@@ -3335,6 +3356,9 @@
|
||||
"To continue, please enter your master password below.": [
|
||||
"계속하려면 아래에 마스터 비밀번호를 입력해주세요."
|
||||
],
|
||||
"To create a new tag, type the name and press enter.": [
|
||||
""
|
||||
],
|
||||
"To delete a tag, untag the associated notes.": [
|
||||
"태그를 삭제하려면 먼저 연결된 노트의 태그를 해제해주세요."
|
||||
],
|
||||
@@ -3437,9 +3461,6 @@
|
||||
"Type a note title or part of its content to jump to it. Or type # followed by a tag name, or @ followed by a notebook name. Or type : to search for commands.": [
|
||||
"노트 제목이나 내용의 일부를 입력하여 바로 이동하세요. 혹은 #으로 시작하는 태그 이름이나 @로 시작하는 노트북 이름을 입력하거나, :을 입력하여 명령을 검색하세요."
|
||||
],
|
||||
"Type new tags or select from list": [
|
||||
"새 태그를 입력하거나 목록에서 선택하세요"
|
||||
],
|
||||
"Type: %s.": [
|
||||
"형태: %s."
|
||||
],
|
||||
|
@@ -185,15 +185,18 @@
|
||||
"Add recipient:": [
|
||||
"Legg til mottaker:"
|
||||
],
|
||||
"Add tag %s to note": [
|
||||
""
|
||||
],
|
||||
"Add title": [
|
||||
"Legg til tittel"
|
||||
],
|
||||
"Add to dictionary": [
|
||||
"Legg til ordbok"
|
||||
],
|
||||
"Added tag: %s": [
|
||||
""
|
||||
],
|
||||
"Adds tag": [
|
||||
""
|
||||
],
|
||||
"Admin": [
|
||||
"Administrator"
|
||||
],
|
||||
@@ -275,6 +278,9 @@
|
||||
"Aritim Dark": [
|
||||
"Aritim mørk"
|
||||
],
|
||||
"Associated tags:": [
|
||||
""
|
||||
],
|
||||
"At present, Joplin Web can only be open in one tab at a time. Please close the other instance of Joplin.": [
|
||||
""
|
||||
],
|
||||
@@ -768,6 +774,9 @@
|
||||
"Default": [
|
||||
"Standard"
|
||||
],
|
||||
"Default title to use for documents created by the scanner.": [
|
||||
""
|
||||
],
|
||||
"Default: %s": [
|
||||
"Standard: %s"
|
||||
],
|
||||
@@ -897,9 +906,15 @@
|
||||
"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.": [
|
||||
"Ikke mist passordet som, av sikkerhetsmessige grunner, vil være den *eneste* måten å dekryptere data på! Skriv inn passordet nedenfor for å aktivere kryptering."
|
||||
],
|
||||
"Document scanner: Title template": [
|
||||
""
|
||||
],
|
||||
"Don't allow the share recipient to write to the shared notebook. Valid only for the `add` subcommand.": [
|
||||
""
|
||||
],
|
||||
"Don't show this message again": [
|
||||
""
|
||||
],
|
||||
"Done": [
|
||||
""
|
||||
],
|
||||
@@ -957,6 +972,9 @@
|
||||
"Edit": [
|
||||
"Rediger"
|
||||
],
|
||||
"Edit as Rich Text": [
|
||||
""
|
||||
],
|
||||
"Edit note.": [
|
||||
"Rediger notat."
|
||||
],
|
||||
@@ -1805,9 +1823,6 @@
|
||||
"New sub-notebook": [
|
||||
"Ny undernotatbok"
|
||||
],
|
||||
"New tags:": [
|
||||
"Nye merkelapper:"
|
||||
],
|
||||
"New to-do": [
|
||||
"Nytt gjøremål"
|
||||
],
|
||||
@@ -1967,9 +1982,6 @@
|
||||
"OCR: Clear cache and re-download language data files": [
|
||||
""
|
||||
],
|
||||
"Ok": [
|
||||
""
|
||||
],
|
||||
"OK": [
|
||||
"Ok"
|
||||
],
|
||||
@@ -2081,6 +2093,9 @@
|
||||
"Permission needed": [
|
||||
"Tillatelse kreves"
|
||||
],
|
||||
"Photo %d": [
|
||||
""
|
||||
],
|
||||
"Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
|
||||
""
|
||||
],
|
||||
@@ -2276,6 +2291,9 @@
|
||||
"Recipients:": [
|
||||
"Mottakere:"
|
||||
],
|
||||
"Recognize handwritten image": [
|
||||
""
|
||||
],
|
||||
"Record audio": [
|
||||
""
|
||||
],
|
||||
@@ -2783,9 +2801,6 @@
|
||||
"Tabloid": [
|
||||
"Tabloid"
|
||||
],
|
||||
"tag1, tag2, ...": [
|
||||
""
|
||||
],
|
||||
"Tagged: %d.": [
|
||||
"Merket: %d."
|
||||
],
|
||||
@@ -2960,6 +2975,15 @@
|
||||
"This drawing may have unsaved changes.": [
|
||||
""
|
||||
],
|
||||
"This feature is disabled by default, you need to manually enable it by turning on the option to 'Enable handwritten transcription'.": [
|
||||
""
|
||||
],
|
||||
"This feature is only available on Joplin Cloud and Joplin Server.": [
|
||||
""
|
||||
],
|
||||
"This image type is not supported by the recognition system.": [
|
||||
""
|
||||
],
|
||||
"This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": [
|
||||
"Dette er et avansert verktøy for å vise vedlegg som er lenket til dine notater. Vær forsiktig når du sletter et av dem da de ikke kan gjenopprettes etterpå."
|
||||
],
|
||||
@@ -2975,6 +2999,9 @@
|
||||
"This note has no history": [
|
||||
"Dette notatet har ingen historikk"
|
||||
],
|
||||
"This note is in HTML format. Convert it to Markdown to edit it more easily.": [
|
||||
""
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
@@ -3014,6 +3041,9 @@
|
||||
"To continue, please enter your master password below.": [
|
||||
"For å fortsette må du skrive inn masterpassordet ditt nedenfor."
|
||||
],
|
||||
"To create a new tag, type the name and press enter.": [
|
||||
""
|
||||
],
|
||||
"To delete a tag, untag the associated notes.": [
|
||||
"For å slette en merkelapp, fjern merkelappen fra merkede notater."
|
||||
],
|
||||
@@ -3101,9 +3131,6 @@
|
||||
"Type a note title or part of its content to jump to it. Or type # followed by a tag name, or @ followed by a notebook name. Or type : to search for commands.": [
|
||||
"Skriv en notattittel eller deler av innholdet for å hoppe til det. Eller skriv # etterfulgt av et merkelappnavn. Eller skriv : for å søke i kommandoer."
|
||||
],
|
||||
"Type new tags or select from list": [
|
||||
"Skriv inn nye merkelapper eller velg fra listen"
|
||||
],
|
||||
"Type: %s.": [
|
||||
"Type: %s."
|
||||
],
|
||||
|
@@ -209,9 +209,6 @@
|
||||
"Add recipient:": [
|
||||
"Ontvanger toevoegen:"
|
||||
],
|
||||
"Add tag %s to note": [
|
||||
"Label %s toevoegen aan notitie"
|
||||
],
|
||||
"Add title": [
|
||||
"Titel toevoegen"
|
||||
],
|
||||
@@ -221,6 +218,9 @@
|
||||
"Add to note": [
|
||||
"Toevoegen aan notitie"
|
||||
],
|
||||
"Adds tag": [
|
||||
""
|
||||
],
|
||||
"Admin": [
|
||||
"Admin"
|
||||
],
|
||||
@@ -320,6 +320,9 @@
|
||||
"Aritim Dark": [
|
||||
"Aritim Donker"
|
||||
],
|
||||
"Associated tags:": [
|
||||
""
|
||||
],
|
||||
"At present, Joplin Web can only be open in one tab at a time. Please close the other instance of Joplin.": [
|
||||
"Momenteel kan Joplin Web slechts in één tab tegelijk open zijn. Gelieve de andere instantie van Joplin te sluiten."
|
||||
],
|
||||
@@ -901,6 +904,9 @@
|
||||
"Default": [
|
||||
"Standaard"
|
||||
],
|
||||
"Default title to use for documents created by the scanner.": [
|
||||
""
|
||||
],
|
||||
"Default: %s": [
|
||||
"Standaard: %s"
|
||||
],
|
||||
@@ -1060,9 +1066,15 @@
|
||||
"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.": [
|
||||
"Bewaar het wachtwoord zorgvuldig. Om beveiligingsredenen is dit de *enige* manier om je data te ontsleutelen! Gelieve je wachtwoord hieronder in te geven om encryptie in te schakelen."
|
||||
],
|
||||
"Document scanner: Title template": [
|
||||
""
|
||||
],
|
||||
"Don't allow the share recipient to write to the shared notebook. Valid only for the `add` subcommand.": [
|
||||
""
|
||||
],
|
||||
"Don't show this message again": [
|
||||
""
|
||||
],
|
||||
"Donate, website": [
|
||||
"Doneren, website"
|
||||
],
|
||||
@@ -1459,9 +1471,6 @@
|
||||
"Filter": [
|
||||
"Filter"
|
||||
],
|
||||
"Filter tags": [
|
||||
"Filter labels"
|
||||
],
|
||||
"Find": [
|
||||
"Vinden"
|
||||
],
|
||||
@@ -2169,9 +2178,6 @@
|
||||
"New sub-notebook": [
|
||||
"Nieuw sub-notitieboek"
|
||||
],
|
||||
"New tags:": [
|
||||
"Nieuwe labels:"
|
||||
],
|
||||
"New to-do": [
|
||||
"Nieuwe taak"
|
||||
],
|
||||
@@ -2355,9 +2361,6 @@
|
||||
"OCR: Language data URL or path": [
|
||||
"OCR: Taalgegevens-URL of -pad"
|
||||
],
|
||||
"Ok": [
|
||||
""
|
||||
],
|
||||
"OK": [
|
||||
"OK"
|
||||
],
|
||||
@@ -2502,6 +2505,9 @@
|
||||
"Permission needed": [
|
||||
"Toestemming vereist"
|
||||
],
|
||||
"Photo %d": [
|
||||
""
|
||||
],
|
||||
"Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
|
||||
"Klik op \"%s\" om door te gaan, of zet de wachtwoorden in de \"%s\" lijst hieronder."
|
||||
],
|
||||
@@ -3381,9 +3387,6 @@
|
||||
"Tabloid": [
|
||||
"Tabloid"
|
||||
],
|
||||
"tag1, tag2, ...": [
|
||||
"label1, label2, ..."
|
||||
],
|
||||
"Tagged: %d.": [
|
||||
"Gelabeld: %d."
|
||||
],
|
||||
@@ -3584,6 +3587,15 @@
|
||||
"This drawing may have unsaved changes.": [
|
||||
"Deze tekening heft mogelijk niet-opgelagen wijzigingen."
|
||||
],
|
||||
"This feature is disabled by default, you need to manually enable it by turning on the option to 'Enable handwritten transcription'.": [
|
||||
""
|
||||
],
|
||||
"This feature is only available on Joplin Cloud and Joplin Server.": [
|
||||
""
|
||||
],
|
||||
"This image type is not supported by the recognition system.": [
|
||||
""
|
||||
],
|
||||
"This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": [
|
||||
"Dit is een geavanceerd hulpmiddel om de bijlagen te tonen die aan je notities zijn gekoppeld. Wees voorzichtig als je er een verwijdert, want ze kunnen nadien niet meer worden hersteld."
|
||||
],
|
||||
@@ -3611,6 +3623,9 @@
|
||||
"This note has no history": [
|
||||
"Deze notitie heeft geen historiek"
|
||||
],
|
||||
"This note is in HTML format. Convert it to Markdown to edit it more easily.": [
|
||||
""
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
"Deze plugin ondersteunt %s niet."
|
||||
],
|
||||
@@ -3653,6 +3668,9 @@
|
||||
"To continue, please enter your master password below.": [
|
||||
"Geef je hoofdwachtwoord hieronder in om verder te gaan."
|
||||
],
|
||||
"To create a new tag, type the name and press enter.": [
|
||||
""
|
||||
],
|
||||
"To delete a tag, untag the associated notes.": [
|
||||
"Om een label te verwijderen, verwijder het eerst van elke notitie waaraan het is toegevoegd."
|
||||
],
|
||||
@@ -3761,9 +3779,6 @@
|
||||
"Type a note title or part of its content to jump to it. Or type # followed by a tag name, or @ followed by a notebook name. Or type : to search for commands.": [
|
||||
"Typ de titel van een notitie of een deel van de inhoud om er naartoe te springen. Of typ # gevolgd door de naam van een label, of @ gevolgd door de naam van een notitieboek. Of typ : om naar commando's te zoeken."
|
||||
],
|
||||
"Type new tags or select from list": [
|
||||
"Typ nieuwe labels of selecteer uit lijst"
|
||||
],
|
||||
"Type: %s.": [
|
||||
"Type: %s."
|
||||
],
|
||||
|
@@ -191,15 +191,18 @@
|
||||
"Add recipient:": [
|
||||
"Voeg ontvanger toe:"
|
||||
],
|
||||
"Add tag %s to note": [
|
||||
""
|
||||
],
|
||||
"Add title": [
|
||||
"Toevoegen titel"
|
||||
],
|
||||
"Add to dictionary": [
|
||||
"Toevoegen aan woordenboek"
|
||||
],
|
||||
"Added tag: %s": [
|
||||
""
|
||||
],
|
||||
"Adds tag": [
|
||||
""
|
||||
],
|
||||
"Admin": [
|
||||
"Admin"
|
||||
],
|
||||
@@ -284,6 +287,9 @@
|
||||
"Aritim Dark": [
|
||||
"Aritim Dark"
|
||||
],
|
||||
"Associated tags:": [
|
||||
""
|
||||
],
|
||||
"At present, Joplin Web can only be open in one tab at a time. Please close the other instance of Joplin.": [
|
||||
""
|
||||
],
|
||||
@@ -807,6 +813,9 @@
|
||||
"Default": [
|
||||
"Standaard"
|
||||
],
|
||||
"Default title to use for documents created by the scanner.": [
|
||||
""
|
||||
],
|
||||
"Default: %s": [
|
||||
"Standaard: %s"
|
||||
],
|
||||
@@ -951,9 +960,15 @@
|
||||
"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.": [
|
||||
"Verlies het wachtwoord niet, want voor veiligheidsdoeleinden is dit de * enige * manier om de gegevens te decoderen! Voer hieronder uw wachtwoord in om versleuteling in te schakelen."
|
||||
],
|
||||
"Document scanner: Title template": [
|
||||
""
|
||||
],
|
||||
"Don't allow the share recipient to write to the shared notebook. Valid only for the `add` subcommand.": [
|
||||
""
|
||||
],
|
||||
"Don't show this message again": [
|
||||
""
|
||||
],
|
||||
"Done": [
|
||||
"Klaar"
|
||||
],
|
||||
@@ -1017,6 +1032,9 @@
|
||||
"Edit": [
|
||||
"Bewerken"
|
||||
],
|
||||
"Edit as Rich Text": [
|
||||
""
|
||||
],
|
||||
"Edit link": [
|
||||
"Link bewerken"
|
||||
],
|
||||
@@ -1308,9 +1326,6 @@
|
||||
"File system": [
|
||||
"Bestandssysteem"
|
||||
],
|
||||
"Filter tags": [
|
||||
"Filter labels"
|
||||
],
|
||||
"Find: ": [
|
||||
"Gevonden: "
|
||||
],
|
||||
@@ -1925,9 +1940,6 @@
|
||||
"New sub-notebook": [
|
||||
"Nieuw sub-notitieboek"
|
||||
],
|
||||
"New tags:": [
|
||||
"Nieuwe labels:"
|
||||
],
|
||||
"New to-do": [
|
||||
"Nieuwe taak"
|
||||
],
|
||||
@@ -2093,9 +2105,6 @@
|
||||
"OCR: Clear cache and re-download language data files": [
|
||||
""
|
||||
],
|
||||
"Ok": [
|
||||
""
|
||||
],
|
||||
"OK": [
|
||||
"Oké"
|
||||
],
|
||||
@@ -2210,6 +2219,9 @@
|
||||
"Permission needed": [
|
||||
"Toestemming vereist"
|
||||
],
|
||||
"Photo %d": [
|
||||
""
|
||||
],
|
||||
"Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
|
||||
"Klik op %s om door te gaan, of zet het wachtwoord in de %s lijst hieronder."
|
||||
],
|
||||
@@ -2417,6 +2429,9 @@
|
||||
"Recipients:": [
|
||||
"Ontvangers:"
|
||||
],
|
||||
"Recognize handwritten image": [
|
||||
""
|
||||
],
|
||||
"Record audio": [
|
||||
""
|
||||
],
|
||||
@@ -2957,9 +2972,6 @@
|
||||
"Tabloid": [
|
||||
"Tabloid"
|
||||
],
|
||||
"tag1, tag2, ...": [
|
||||
"label1,label2, ..."
|
||||
],
|
||||
"Tagged: %d.": [
|
||||
"Gelabeld: %d."
|
||||
],
|
||||
@@ -3134,6 +3146,15 @@
|
||||
"This authorisation token is only needed to allow third-party applications to access Joplin.": [
|
||||
"Dit autorisatie-token is alleen nodig om applicaties van derden toegang te geven tot Joplin."
|
||||
],
|
||||
"This feature is disabled by default, you need to manually enable it by turning on the option to 'Enable handwritten transcription'.": [
|
||||
""
|
||||
],
|
||||
"This feature is only available on Joplin Cloud and Joplin Server.": [
|
||||
""
|
||||
],
|
||||
"This image type is not supported by the recognition system.": [
|
||||
""
|
||||
],
|
||||
"This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": [
|
||||
"Dit is een geavanceerd hulpmiddel om de bijlagen te tonen die zijn gekoppeld aan uw notities. Wees voorzichtig deze te verwijderen, omdat ze naderhand niet kunnen worden hersteld."
|
||||
],
|
||||
@@ -3161,6 +3182,9 @@
|
||||
"This note has no history": [
|
||||
"Deze notitie heeft geen geschiedenis"
|
||||
],
|
||||
"This note is in HTML format. Convert it to Markdown to edit it more easily.": [
|
||||
""
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
@@ -3200,6 +3224,9 @@
|
||||
"To continue, please enter your master password below.": [
|
||||
"Om door te gaan, voer het hoofdwachtwoord hieronder in."
|
||||
],
|
||||
"To create a new tag, type the name and press enter.": [
|
||||
""
|
||||
],
|
||||
"To delete a tag, untag the associated notes.": [
|
||||
"Om een label te verwijderen, verwijder alle associaties naar dat label."
|
||||
],
|
||||
@@ -3296,9 +3323,6 @@
|
||||
"Type a note title or part of its content to jump to it. Or type # followed by a tag name, or @ followed by a notebook name. Or type : to search for commands.": [
|
||||
"Typ de titel van een notitie of een deel van de inhoud om er naartoe te springen. Typ # gevolgd door de naam van een label, @ gevolgd door de naam van een notitieboek, of : om te zoeken op commando's."
|
||||
],
|
||||
"Type new tags or select from list": [
|
||||
"Typ nieuwe labels of kies ze uit de lijst"
|
||||
],
|
||||
"Type: %s.": [
|
||||
"Type: %s."
|
||||
],
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -236,9 +236,6 @@
|
||||
"Add recipient:": [
|
||||
"Adicionar destinatário:"
|
||||
],
|
||||
"Add tag %s to note": [
|
||||
"Adicionar tag %s para a nota"
|
||||
],
|
||||
"Add title": [
|
||||
"Adicionar título"
|
||||
],
|
||||
@@ -248,6 +245,9 @@
|
||||
"Add to note": [
|
||||
"Adicionar à nota"
|
||||
],
|
||||
"Adds tag": [
|
||||
""
|
||||
],
|
||||
"Admin": [
|
||||
"Admin"
|
||||
],
|
||||
@@ -350,6 +350,9 @@
|
||||
"Aritim Dark": [
|
||||
"Aritim Escuro"
|
||||
],
|
||||
"Associated tags:": [
|
||||
""
|
||||
],
|
||||
"At present, Joplin Web can only be open in one tab at a time. Please close the other instance of Joplin.": [
|
||||
"Atualmente, Joplin Web só consegue abrir uma aba por vez. Por favor, feche a outra instância do Joplin."
|
||||
],
|
||||
@@ -949,6 +952,9 @@
|
||||
"Default": [
|
||||
"Padrão"
|
||||
],
|
||||
"Default title to use for documents created by the scanner.": [
|
||||
""
|
||||
],
|
||||
"Default: %s": [
|
||||
"Padrão: %s"
|
||||
],
|
||||
@@ -1111,9 +1117,15 @@
|
||||
"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.": [
|
||||
"Não perca a senha já que, por segurança, esse será o *único* modo de descriptografar os dados! Para habilitar a criptografia, por favor entre a senha abaixo."
|
||||
],
|
||||
"Document scanner: Title template": [
|
||||
""
|
||||
],
|
||||
"Don't allow the share recipient to write to the shared notebook. Valid only for the `add` subcommand.": [
|
||||
""
|
||||
],
|
||||
"Don't show this message again": [
|
||||
""
|
||||
],
|
||||
"Donate, website": [
|
||||
"Doar, website"
|
||||
],
|
||||
@@ -1522,9 +1534,6 @@
|
||||
"Filter": [
|
||||
"Filtrar"
|
||||
],
|
||||
"Filter tags": [
|
||||
"Filtrar tags"
|
||||
],
|
||||
"Find": [
|
||||
"Localizar"
|
||||
],
|
||||
@@ -2254,9 +2263,6 @@
|
||||
"New sub-notebook": [
|
||||
"Novo sub-caderno"
|
||||
],
|
||||
"New tags:": [
|
||||
"Novas tags:"
|
||||
],
|
||||
"New to-do": [
|
||||
"Nova tarefa"
|
||||
],
|
||||
@@ -2446,9 +2452,6 @@
|
||||
"OCR: Language data URL or path": [
|
||||
"OCR: URL ou caminho para o arquivo de dados do idioma"
|
||||
],
|
||||
"Ok": [
|
||||
""
|
||||
],
|
||||
"OK": [
|
||||
"OK"
|
||||
],
|
||||
@@ -2609,6 +2612,9 @@
|
||||
"Permission needed": [
|
||||
"Permissão necessária"
|
||||
],
|
||||
"Photo %d": [
|
||||
""
|
||||
],
|
||||
"Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
|
||||
"Por favor, pressione \"%s\" para prosseguir ou defina as senhas na lista \"%s\" abaixo."
|
||||
],
|
||||
@@ -3503,9 +3509,6 @@
|
||||
"Tabloid": [
|
||||
"Tabloide"
|
||||
],
|
||||
"tag1, tag2, ...": [
|
||||
"tag1, tag2, ..."
|
||||
],
|
||||
"Tagged: %d.": [
|
||||
"Tag adicionada: %d."
|
||||
],
|
||||
@@ -3709,6 +3712,15 @@
|
||||
"This drawing may have unsaved changes.": [
|
||||
"Essa figura pode ter alterações não salvas."
|
||||
],
|
||||
"This feature is disabled by default, you need to manually enable it by turning on the option to 'Enable handwritten transcription'.": [
|
||||
""
|
||||
],
|
||||
"This feature is only available on Joplin Cloud and Joplin Server.": [
|
||||
""
|
||||
],
|
||||
"This image type is not supported by the recognition system.": [
|
||||
""
|
||||
],
|
||||
"This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": [
|
||||
"Esta é uma ferramenta avançada para exibir os anexos vinculados à sua nota. Por favor tenha cuidado ao apagá-los pois não poderão ser recuperados depois."
|
||||
],
|
||||
@@ -3736,6 +3748,9 @@
|
||||
"This note has no history": [
|
||||
"Esta nota não tem histórico"
|
||||
],
|
||||
"This note is in HTML format. Convert it to Markdown to edit it more easily.": [
|
||||
""
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
"Este plugin não suporta %s."
|
||||
],
|
||||
@@ -3778,6 +3793,9 @@
|
||||
"To continue, please enter your master password below.": [
|
||||
"Para continuar, por favor entre com sua senha mestre abaixo."
|
||||
],
|
||||
"To create a new tag, type the name and press enter.": [
|
||||
""
|
||||
],
|
||||
"To delete a tag, untag the associated notes.": [
|
||||
"Para eliminar uma tag, remova a tag das notas associadas a ela."
|
||||
],
|
||||
@@ -3901,9 +3919,6 @@
|
||||
"Type a note title to search for it.": [
|
||||
"Digite o título de uma nota para pesquisar por ela."
|
||||
],
|
||||
"Type new tags or select from list": [
|
||||
"Digite novas tags ou selecione da lista"
|
||||
],
|
||||
"Type: %s.": [
|
||||
"Tipo: %s."
|
||||
],
|
||||
|
@@ -206,15 +206,18 @@
|
||||
"Add recipient:": [
|
||||
"Adicionar recipiente:"
|
||||
],
|
||||
"Add tag %s to note": [
|
||||
""
|
||||
],
|
||||
"Add title": [
|
||||
"Adicionar título"
|
||||
],
|
||||
"Add to dictionary": [
|
||||
"Adicionar ao dicionário"
|
||||
],
|
||||
"Added tag: %s": [
|
||||
""
|
||||
],
|
||||
"Adds tag": [
|
||||
""
|
||||
],
|
||||
"Admin": [
|
||||
"Administração"
|
||||
],
|
||||
@@ -308,6 +311,9 @@
|
||||
"Aritim Dark": [
|
||||
"Escuro Aritim"
|
||||
],
|
||||
"Associated tags:": [
|
||||
""
|
||||
],
|
||||
"At present, Joplin Web can only be open in one tab at a time. Please close the other instance of Joplin.": [
|
||||
""
|
||||
],
|
||||
@@ -861,6 +867,9 @@
|
||||
"Default": [
|
||||
"Pré-definição"
|
||||
],
|
||||
"Default title to use for documents created by the scanner.": [
|
||||
""
|
||||
],
|
||||
"Default: %s": [
|
||||
"Pré-definido: %s"
|
||||
],
|
||||
@@ -1008,9 +1017,15 @@
|
||||
"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.": [
|
||||
"Não perca a palava-passe já que, por razões de segurança, esta será a *única* forma de desencriptar os dados! Para ativar a encriptação, insira por favor a sua palavra-passe abaixo."
|
||||
],
|
||||
"Document scanner: Title template": [
|
||||
""
|
||||
],
|
||||
"Don't allow the share recipient to write to the shared notebook. Valid only for the `add` subcommand.": [
|
||||
""
|
||||
],
|
||||
"Don't show this message again": [
|
||||
""
|
||||
],
|
||||
"Donate, website": [
|
||||
"Doar, site"
|
||||
],
|
||||
@@ -1080,6 +1095,9 @@
|
||||
"Edit": [
|
||||
"Editar"
|
||||
],
|
||||
"Edit as Rich Text": [
|
||||
""
|
||||
],
|
||||
"Edit link": [
|
||||
"Editar link"
|
||||
],
|
||||
@@ -1392,9 +1410,6 @@
|
||||
"Filter": [
|
||||
"Filtrar"
|
||||
],
|
||||
"Filter tags": [
|
||||
"Filtrar etiquetas"
|
||||
],
|
||||
"Find: ": [
|
||||
"Localizar: "
|
||||
],
|
||||
@@ -2066,9 +2081,6 @@
|
||||
"New sub-notebook": [
|
||||
"Novo sub-caderno"
|
||||
],
|
||||
"New tags:": [
|
||||
"Novas etiquetas:"
|
||||
],
|
||||
"New to-do": [
|
||||
"Nova tarefa"
|
||||
],
|
||||
@@ -2243,9 +2255,6 @@
|
||||
"OCR: Clear cache and re-download language data files": [
|
||||
""
|
||||
],
|
||||
"Ok": [
|
||||
""
|
||||
],
|
||||
"OK": [
|
||||
"OK"
|
||||
],
|
||||
@@ -2378,6 +2387,9 @@
|
||||
"Permission needed": [
|
||||
"Permissão necessária"
|
||||
],
|
||||
"Photo %d": [
|
||||
""
|
||||
],
|
||||
"Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
|
||||
"Clique por favor no \"%s\" para proceder, ou defina as palavras-passe na lista de \"%s\" abaixo."
|
||||
],
|
||||
@@ -3200,9 +3212,6 @@
|
||||
"Tabloid": [
|
||||
"Tablóide"
|
||||
],
|
||||
"tag1, tag2, ...": [
|
||||
"etiqueta1, etiqueta2, ...."
|
||||
],
|
||||
"Tagged: %d.": [
|
||||
"Etiquetado: %d."
|
||||
],
|
||||
@@ -3403,6 +3412,15 @@
|
||||
"This drawing may have unsaved changes.": [
|
||||
"Este desenho pode ter alterações não guardadas."
|
||||
],
|
||||
"This feature is disabled by default, you need to manually enable it by turning on the option to 'Enable handwritten transcription'.": [
|
||||
""
|
||||
],
|
||||
"This feature is only available on Joplin Cloud and Joplin Server.": [
|
||||
""
|
||||
],
|
||||
"This image type is not supported by the recognition system.": [
|
||||
""
|
||||
],
|
||||
"This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": [
|
||||
"Esta é uma ferramenta avançada para ver os anexos que estão ligados às suas notas. Por favor tenha cuidado ao apagar um deles já que não poderão ser repostos de seguida."
|
||||
],
|
||||
@@ -3430,6 +3448,9 @@
|
||||
"This note has no history": [
|
||||
"Esta nota não tem histórico"
|
||||
],
|
||||
"This note is in HTML format. Convert it to Markdown to edit it more easily.": [
|
||||
""
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
"Este plugin não suporta %s."
|
||||
],
|
||||
@@ -3472,6 +3493,9 @@
|
||||
"To continue, please enter your master password below.": [
|
||||
"Para continuar, insira por favor a sua palavra-passe mestra abaixo."
|
||||
],
|
||||
"To create a new tag, type the name and press enter.": [
|
||||
""
|
||||
],
|
||||
"To delete a tag, untag the associated notes.": [
|
||||
"Para eliminar uma etiqueta, remova as etiquetas das Notas associadas."
|
||||
],
|
||||
@@ -3577,9 +3601,6 @@
|
||||
"Type a note title or part of its content to jump to it. Or type # followed by a tag name, or @ followed by a notebook name. Or type : to search for commands.": [
|
||||
"Escreva um título de uma nota ou parte do seu conteúdo para saltar para o mesmo. Ou digite # seguido de um nome de etiqueta, ou @ seguido de um nome de um caderno."
|
||||
],
|
||||
"Type new tags or select from list": [
|
||||
"Escreva novas etiquetas ou selecione da lista"
|
||||
],
|
||||
"Type: %s.": [
|
||||
"Digite: %s."
|
||||
],
|
||||
|
@@ -40,7 +40,7 @@
|
||||
"%d de notițe vor fi șterse permanent. Continui?"
|
||||
],
|
||||
"%d photo(s) taken": [
|
||||
""
|
||||
"%d poze făcute"
|
||||
],
|
||||
"%s": [
|
||||
"%s"
|
||||
@@ -81,6 +81,9 @@
|
||||
"%s cannot be less than %s": [
|
||||
"%s nu poate fi mai mic decît %s"
|
||||
],
|
||||
"%s from %s": [
|
||||
"%s din %s"
|
||||
],
|
||||
"%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, așa că sincronizarea inițială va fi lentă."
|
||||
],
|
||||
@@ -135,16 +138,16 @@
|
||||
"(%s)"
|
||||
],
|
||||
"(In plugin: %s)": [
|
||||
"(În plugin-ul: %s)"
|
||||
"(în plugin-ul: %s)"
|
||||
],
|
||||
"(level %d)": [
|
||||
"(nivel %d)"
|
||||
],
|
||||
"(None)": [
|
||||
"(Nimic)"
|
||||
"(nimic)"
|
||||
],
|
||||
"(Read-only)": [
|
||||
""
|
||||
"(doar citire)"
|
||||
],
|
||||
"(wysiwyg: %s)": [
|
||||
"(wysiwyg: %s)"
|
||||
@@ -167,8 +170,11 @@
|
||||
"<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> poate fi \"toggle\" sau \"clear\". Folosește „toggle” pentru a comuta între starea finalizată și cea nefinalizată (dacă ținta este o notiță obișnuită, aceasta va fi transformată în listă de făcut). Folosește „clear” pentru a converti lista de făcut înapoi la o notiță obișnuită."
|
||||
],
|
||||
"[None]": [
|
||||
"[niciuna]"
|
||||
],
|
||||
"A comma-separated list of words. May be used for uncommon words, to help voice typing spell them correctly.": [
|
||||
""
|
||||
"O listă de cuvinte separate de virgule. Poate fi folosită pentru cuvinte mai puțin comune, pentru a ajuta transcrierea prin dictare să le scrie corect."
|
||||
],
|
||||
"A new update (%s) is available": [
|
||||
"O nouă actualizare (%s) este disponibilă"
|
||||
@@ -203,6 +209,12 @@
|
||||
"Accepted invitations": [
|
||||
"Invitații acceptate"
|
||||
],
|
||||
"Accepted: Notebook %s from %s": [
|
||||
"Acceptat: Caiet: %s de la %s"
|
||||
],
|
||||
"Accepting share...": [
|
||||
"Se acceptă partajarea..."
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
"Acces refuzat: Te rog să îți verifici numele de utilizator și parola"
|
||||
],
|
||||
@@ -242,9 +254,6 @@
|
||||
"Add recipient:": [
|
||||
"Adaugă destinatar:"
|
||||
],
|
||||
"Add tag %s to note": [
|
||||
"Adaugă eticheta %s la notița"
|
||||
],
|
||||
"Add title": [
|
||||
"Adaugă titlu"
|
||||
],
|
||||
@@ -254,6 +263,9 @@
|
||||
"Add to note": [
|
||||
"Adaugă la notiță"
|
||||
],
|
||||
"Adds tag": [
|
||||
""
|
||||
],
|
||||
"Admin": [
|
||||
"Admin"
|
||||
],
|
||||
@@ -285,7 +297,7 @@
|
||||
"Toate porturile potențiale sînt în uz - te rog să raportezi problema la %s"
|
||||
],
|
||||
"All shared folders:": [
|
||||
""
|
||||
"Toate dosarele partajate:"
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
"Permite depanarea plugin-urilor mobile. Vezi %s pentru mai multe detalii."
|
||||
@@ -344,6 +356,9 @@
|
||||
"Are you sure that you want to restore the default toolbar layout?\nThis cannot be undone.": [
|
||||
"Ești sigur că dorești să restaurezi aspectul implicit al barelor de unelte?\nAcest lucru nu poate fi anulat."
|
||||
],
|
||||
"Are you sure you want to delete all history for this note? This cannot be undone.": [
|
||||
"Ești sigur că dorești să ștergi tot istoricul pentru această notă? Acest lucru nu poate fi anulat."
|
||||
],
|
||||
"Are you sure you want to renew the authorisation token?": [
|
||||
"Ești sigur că dorești să reînnoiești jetonul de autorizare?"
|
||||
],
|
||||
@@ -356,6 +371,9 @@
|
||||
"Aritim Dark": [
|
||||
"Aritim întunecat"
|
||||
],
|
||||
"Associated tags:": [
|
||||
""
|
||||
],
|
||||
"At present, Joplin Web can only be open in one tab at a time. Please close the other instance of Joplin.": [
|
||||
"La momentul actual, Joplin Web poate fi deschis într-o singură filă deodată. Te rog închide orice alte instanțe de Joplin."
|
||||
],
|
||||
@@ -672,7 +690,7 @@
|
||||
"Paleta de comenzi…"
|
||||
],
|
||||
"Commands: `add`, `remove`, `list`, `delete`, `accept`, `leave`, and `reject`.": [
|
||||
""
|
||||
"Comenzi: `add`, `remove`, `list`, `delete`, `accept`, `leave` și `reject`."
|
||||
],
|
||||
"Compact": [
|
||||
"Compact"
|
||||
@@ -729,7 +747,7 @@
|
||||
"Conectare la Joplin Cloud"
|
||||
],
|
||||
"Connect using your organisation account": [
|
||||
""
|
||||
"Conectează-te folosind contul tău organizațional"
|
||||
],
|
||||
"Consolidated billing": [
|
||||
"Facturare consolidată"
|
||||
@@ -957,6 +975,9 @@
|
||||
"Default": [
|
||||
"Mod implicit"
|
||||
],
|
||||
"Default title to use for documents created by the scanner.": [
|
||||
""
|
||||
],
|
||||
"Default: %s": [
|
||||
"Mod implicit: %s"
|
||||
],
|
||||
@@ -972,6 +993,9 @@
|
||||
"Delete expired tokens": [
|
||||
"Șterge token-urile expirate"
|
||||
],
|
||||
"Delete history": [
|
||||
"Șterge istoricul"
|
||||
],
|
||||
"Delete line": [
|
||||
"Șterge linia"
|
||||
],
|
||||
@@ -1116,10 +1140,19 @@
|
||||
"Do not ask for confirmation.": [
|
||||
"Nu cere confirmarea."
|
||||
],
|
||||
"Do not ask for user confirmation.": [
|
||||
"Nu cere confirmarea utilizatorului."
|
||||
],
|
||||
"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.": [
|
||||
"Nu pierde parola, deoarece din motive de securitate, aceasta este *unica* modalitate de decriptare a datelor! Pentru a activa criptarea, te rog să întroduci parola mai jos."
|
||||
],
|
||||
"Document scanner: Title template": [
|
||||
""
|
||||
],
|
||||
"Don't allow the share recipient to write to the shared notebook. Valid only for the `add` subcommand.": [
|
||||
"Nu permite destinatarii partajării să scrie în caietul comun. Valid doar pentru subcomanda `add`."
|
||||
],
|
||||
"Don't show this message again": [
|
||||
""
|
||||
],
|
||||
"Donate, website": [
|
||||
@@ -1407,6 +1440,12 @@
|
||||
"Enter password": [
|
||||
"Întrodu parola"
|
||||
],
|
||||
"Enter the code": [
|
||||
"Întrodu codul"
|
||||
],
|
||||
"Enter the code:": [
|
||||
"Întrodu codul:"
|
||||
],
|
||||
"Entering selection mode": [
|
||||
"Se intră în modul de selecție"
|
||||
],
|
||||
@@ -1420,7 +1459,7 @@
|
||||
"Eroare deschidere notiță în editor: %s"
|
||||
],
|
||||
"Error starting camera: %s": [
|
||||
""
|
||||
"Eroare la pornirea camerei: %s"
|
||||
],
|
||||
"Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:": [
|
||||
"Eroare. Te rog să verifici dacă adresa URL, numele de utilizator, parola etc. sînt corecte și că destinația de sincronizare este accesibilă. Eroarea raportată a fost:"
|
||||
@@ -1507,7 +1546,7 @@
|
||||
"Fail-safe: Sincronizarea a fost întreruptă pentru a preveni pierderea de date, deoarece destinația sincronizării este goală sau eronată. Pentru a anula acest comportament, dezactivează mecanismul de fail-safe din setările de sincronizare."
|
||||
],
|
||||
"Failed to connect to your account. Please try again.": [
|
||||
""
|
||||
"A eșuat conectarea la contul tău. Te rog încearcă din nou."
|
||||
],
|
||||
"Fatal error:": [
|
||||
"Eroare fatală:"
|
||||
@@ -1530,9 +1569,6 @@
|
||||
"Filter": [
|
||||
"Filtrează"
|
||||
],
|
||||
"Filter tags": [
|
||||
"Filtrează etichetele"
|
||||
],
|
||||
"Find": [
|
||||
"Găsește"
|
||||
],
|
||||
@@ -1561,7 +1597,7 @@
|
||||
"Focalizează pe titlu"
|
||||
],
|
||||
"Folder \"%s\" is shared with:": [
|
||||
""
|
||||
"Dosarul „%s” este partajat cu:"
|
||||
],
|
||||
"Follow link": [
|
||||
"Urmează legătura"
|
||||
@@ -1614,7 +1650,7 @@
|
||||
"Geolocație, verificare ortografică, bara de instrumente a editorului, redimensionare imagine"
|
||||
],
|
||||
"Get a quote": [
|
||||
""
|
||||
"Obține un estimat"
|
||||
],
|
||||
"Get it now:": [
|
||||
"Obține acum:"
|
||||
@@ -1626,7 +1662,7 @@
|
||||
"Obține sau setează o valoare de configurare. Dacă [valoare] nu este furnizată, va afișa valoarea [nume]. Dacă nu este furnizat nici [nume], nici [valoare], va afișa configurația curentă."
|
||||
],
|
||||
"Glossary:": [
|
||||
""
|
||||
"Glosar:"
|
||||
],
|
||||
"go": [
|
||||
"mergi"
|
||||
@@ -1793,6 +1829,9 @@
|
||||
"In: %s": [
|
||||
"În: %s"
|
||||
],
|
||||
"Incoming shares:": [
|
||||
"Partajări sosite:"
|
||||
],
|
||||
"Incompatible": [
|
||||
"Incompatibil"
|
||||
],
|
||||
@@ -1925,9 +1964,15 @@
|
||||
"Joplin Server": [
|
||||
"Server Joplin"
|
||||
],
|
||||
"Joplin Server Business": [
|
||||
"Server Joplin Business"
|
||||
],
|
||||
"Joplin Server email": [
|
||||
"Email Joplin Server"
|
||||
],
|
||||
"Joplin Server Login": [
|
||||
"Login server Joplin"
|
||||
],
|
||||
"Joplin Server password": [
|
||||
"Parolă Joplin Server"
|
||||
],
|
||||
@@ -1935,7 +1980,7 @@
|
||||
"URL server Joplin"
|
||||
],
|
||||
"Joplin SSO Authentication": [
|
||||
""
|
||||
"Autentificare SSO Joplin"
|
||||
],
|
||||
"Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.": [
|
||||
"Joplin Web Clipper permite salvarea paginilor web și a capturilor de ecran din navigatorul tău web în Joplin."
|
||||
@@ -2024,6 +2069,11 @@
|
||||
"Link": [
|
||||
"Legătură"
|
||||
],
|
||||
"Link created!": [
|
||||
"Legătură creată!",
|
||||
"Legături create!",
|
||||
"Legături create!"
|
||||
],
|
||||
"Link description": [
|
||||
"Descriere legătură"
|
||||
],
|
||||
@@ -2038,6 +2088,9 @@
|
||||
"Link to note...": [
|
||||
"Leagă la notița..."
|
||||
],
|
||||
"Links": [
|
||||
"Legături"
|
||||
],
|
||||
"List item": [
|
||||
"Element listă"
|
||||
],
|
||||
@@ -2056,6 +2109,9 @@
|
||||
"Log": [
|
||||
"Jurnal"
|
||||
],
|
||||
"Log in with your web browser": [
|
||||
"Autentifică-te cu navigatorul tău web"
|
||||
],
|
||||
"Login to Joplin Cloud.": [
|
||||
"Autentificare în Joplin Cloud."
|
||||
],
|
||||
@@ -2265,9 +2321,6 @@
|
||||
"New sub-notebook": [
|
||||
"Sub-caiet nou"
|
||||
],
|
||||
"New tags:": [
|
||||
"Etichete noi:"
|
||||
],
|
||||
"New to-do": [
|
||||
"Listă de făcut nouă"
|
||||
],
|
||||
@@ -2277,6 +2330,9 @@
|
||||
"next": [
|
||||
"următoarea"
|
||||
],
|
||||
"Next": [
|
||||
"Urnătorul"
|
||||
],
|
||||
"Next match": [
|
||||
"Următoarea potrivire"
|
||||
],
|
||||
@@ -2322,6 +2378,9 @@
|
||||
"No results": [
|
||||
"Fără rezultate"
|
||||
],
|
||||
"No revision selected": [
|
||||
"Nicio revizie selectată"
|
||||
],
|
||||
"No such command: %s": [
|
||||
"Nu există o asemenea comandă: %s"
|
||||
],
|
||||
@@ -2385,9 +2444,15 @@
|
||||
"Note has been saved.": [
|
||||
"Notița a fost salvată."
|
||||
],
|
||||
"Note history": [
|
||||
"Istoric notiță"
|
||||
],
|
||||
"Note History": [
|
||||
"Istoric notițe"
|
||||
],
|
||||
"Note history has been deleted.": [
|
||||
"Istoricul notiței a fost șters."
|
||||
],
|
||||
"Note is not a to-do: \"%s\"": [
|
||||
"Notița nu este o sarcină: „%s”"
|
||||
],
|
||||
@@ -2457,9 +2522,6 @@
|
||||
"OCR: Language data URL or path": [
|
||||
"OCR: URL sau cale date lingvistice"
|
||||
],
|
||||
"Ok": [
|
||||
""
|
||||
],
|
||||
"OK": [
|
||||
"OK"
|
||||
],
|
||||
@@ -2621,6 +2683,9 @@
|
||||
"Permission needed": [
|
||||
"Permisiune necesară"
|
||||
],
|
||||
"Photo %d": [
|
||||
""
|
||||
],
|
||||
"Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
|
||||
"Te rog să faci clic pe „%s” pentru a continua sau să setezi parolele în lista „%s” de mai jos."
|
||||
],
|
||||
@@ -2664,7 +2729,7 @@
|
||||
"Te rog să aștepți descărcarea și decriptarea tuturor atașamentelor. De asemenea, poți comuta la %s pentru a edita notița."
|
||||
],
|
||||
"Please wait while we load your organisation sign-in page...": [
|
||||
""
|
||||
"Te rog așteaptă cît timp se încarcă pagina de autentificare a organizației tale..."
|
||||
],
|
||||
"Please wait...": [
|
||||
"Te rog să aștepți..."
|
||||
@@ -2706,7 +2771,7 @@
|
||||
"Valori posibile: %s."
|
||||
],
|
||||
"Prefer JSON output.": [
|
||||
""
|
||||
"Prefer date de ieșire JSON."
|
||||
],
|
||||
"Preferences": [
|
||||
"Preferințe"
|
||||
@@ -2744,6 +2809,9 @@
|
||||
"Previous match": [
|
||||
"Potrivirea anterioară"
|
||||
],
|
||||
"Previous versions": [
|
||||
"Versiuni anterioare"
|
||||
],
|
||||
"Previous versions of this note": [
|
||||
"Versiunile anterioare ale acestei notițe"
|
||||
],
|
||||
@@ -2804,6 +2872,9 @@
|
||||
"Public-private key pair:": [
|
||||
"Pereche de chei publice-private:"
|
||||
],
|
||||
"Publish Note": [
|
||||
"Publică notița"
|
||||
],
|
||||
"Publish note...": [
|
||||
"Publică notița…"
|
||||
],
|
||||
@@ -2814,7 +2885,7 @@
|
||||
"Publică notițele pe internet"
|
||||
],
|
||||
"Publish/unpublish": [
|
||||
""
|
||||
"Publică/Retrage"
|
||||
],
|
||||
"QR Code": [
|
||||
"Cod QR"
|
||||
@@ -2882,6 +2953,9 @@
|
||||
"Reject": [
|
||||
"Respinge"
|
||||
],
|
||||
"Rejecting share...": [
|
||||
"Se respinge partajarea..."
|
||||
],
|
||||
"Remove": [
|
||||
"Șterge"
|
||||
],
|
||||
@@ -2894,6 +2968,9 @@
|
||||
"Remove this search from the sidebar?": [
|
||||
"Elimini această căutare din panoul lateral?"
|
||||
],
|
||||
"Removed %s from share.": [
|
||||
"S-a eliminat %s din partajare."
|
||||
],
|
||||
"Rename": [
|
||||
"Redenumește"
|
||||
],
|
||||
@@ -3008,6 +3085,9 @@
|
||||
"Reverses the sorting order.": [
|
||||
"Inversează ordinea sortării."
|
||||
],
|
||||
"Revision:": [
|
||||
"Revizie:"
|
||||
],
|
||||
"Revision: %s (%s)": [
|
||||
"Revizie: %s (%s)"
|
||||
],
|
||||
@@ -3110,6 +3190,9 @@
|
||||
"Select": [
|
||||
"Selectează"
|
||||
],
|
||||
"Select a revision...": [
|
||||
"Alege o revizie…"
|
||||
],
|
||||
"Select all": [
|
||||
"Selectează tot"
|
||||
],
|
||||
@@ -3129,7 +3212,7 @@
|
||||
"Selectează un caiet"
|
||||
],
|
||||
"Self-hosted": [
|
||||
""
|
||||
"Auto-găzduit"
|
||||
],
|
||||
"Send bug report": [
|
||||
"Trimite un raport de eroare"
|
||||
@@ -3189,7 +3272,7 @@
|
||||
"Partajări"
|
||||
],
|
||||
"Shares or unshares the specified [notebook] with [user]. Requires Joplin Cloud or Joplin Server.": [
|
||||
""
|
||||
"Partajează sau anulează partajarea pentru [caietul] specificat cu [utilizatorul]. Necesită Joplin Cloud sau server Joplin."
|
||||
],
|
||||
"Sharing notebook...": [
|
||||
"Se partajează caietul..."
|
||||
@@ -3314,6 +3397,9 @@
|
||||
"Source": [
|
||||
"Sursă"
|
||||
],
|
||||
"Source code available": [
|
||||
"Cod sursă disponibil"
|
||||
],
|
||||
"Source format: %s": [
|
||||
"Formatul sursei: %s"
|
||||
],
|
||||
@@ -3440,6 +3526,9 @@
|
||||
"Switch to the legacy editor": [
|
||||
"Comută la editorul învechit"
|
||||
],
|
||||
"Switch to the new editor": [
|
||||
"Comută la noul editor"
|
||||
],
|
||||
"Switch to to-do type": [
|
||||
"Comută la tipul „de făcut”"
|
||||
],
|
||||
@@ -3515,9 +3604,6 @@
|
||||
"Tabloid": [
|
||||
"Tabloid"
|
||||
],
|
||||
"tag1, tag2, ...": [
|
||||
"eticheta1, eticheta2, …"
|
||||
],
|
||||
"Tagged: %d.": [
|
||||
"Etichetate: %d."
|
||||
],
|
||||
@@ -3608,7 +3694,7 @@
|
||||
"Cheile cu aceste ID-uri sînt folosite pentru a cripta unele dintre elementele dvs., însă aplicația nu are în prezent acces la ele. Este probabil ca acestea să fie descărcate în cele din urmă prin sincronizare."
|
||||
],
|
||||
"The legacy Markdown editor appears to have crashed due to an incompatibility with a plugin. We recommend using the new editor.": [
|
||||
""
|
||||
"Se pare că editorul markdown învechit a crăpat din cauza unei incompatibilități cu un plugin. Îți recomandăm să folosești noul editor."
|
||||
],
|
||||
"The master key has been upgraded successfully!": [
|
||||
"Cheia master a fost actualizată cu succes!"
|
||||
@@ -3723,6 +3809,15 @@
|
||||
"This drawing may have unsaved changes.": [
|
||||
"Acest desen poate avea modificări nesalvate."
|
||||
],
|
||||
"This feature is disabled by default, you need to manually enable it by turning on the option to 'Enable handwritten transcription'.": [
|
||||
""
|
||||
],
|
||||
"This feature is only available on Joplin Cloud and Joplin Server.": [
|
||||
""
|
||||
],
|
||||
"This image type is not supported by the recognition system.": [
|
||||
""
|
||||
],
|
||||
"This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": [
|
||||
"Acesta este un instrument avansat de listare al atașamentelor care sînt legate la notițele tale. Te rog să fii atent dacă intenționezi să ștergi vreunul din ele, deoarece acestea nu pot fi restaurate ulterior."
|
||||
],
|
||||
@@ -3753,6 +3848,9 @@
|
||||
"This note has no history": [
|
||||
"Această notă nu are istoric"
|
||||
],
|
||||
"This note is in HTML format. Convert it to Markdown to edit it more easily.": [
|
||||
""
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
"Acest plugin nu suportă %s."
|
||||
],
|
||||
@@ -3792,9 +3890,15 @@
|
||||
"To allow Joplin to synchronise with Joplin Cloud, please login using this URL:": [
|
||||
"Pentru a permite Joplin să se sincronizeze cu Joplin Cloud, te rog autentifică-te folosind acest URL:"
|
||||
],
|
||||
"To allow Joplin to synchronise with your account, please follow these steps:": [
|
||||
"Pentru a permite Joplin să se sincronizeze cu contul tău, te rog urmează pașii de mai jos:"
|
||||
],
|
||||
"To continue, please enter your master password below.": [
|
||||
"Pentru a continua, te rog să întroduci parola principală mai jos."
|
||||
],
|
||||
"To create a new tag, type the name and press enter.": [
|
||||
""
|
||||
],
|
||||
"To delete a tag, untag the associated notes.": [
|
||||
"Pentru a șterge o eticheta, elimină eticheta respectivă din cadrul notițelor aferente."
|
||||
],
|
||||
@@ -3918,9 +4022,6 @@
|
||||
"Type a note title to search for it.": [
|
||||
"Tastează un titlu de notiță pentru a-l căuta."
|
||||
],
|
||||
"Type new tags or select from list": [
|
||||
"Tastează etichete noi sau selectează din listă"
|
||||
],
|
||||
"Type: %s.": [
|
||||
"Tip: %s."
|
||||
],
|
||||
@@ -3960,6 +4061,12 @@
|
||||
"Unordered list": [
|
||||
"Listă neordonată"
|
||||
],
|
||||
"Unpublish": [
|
||||
"Retrage publicarea"
|
||||
],
|
||||
"Unpublish \"%s\"": [
|
||||
"Retrage publicarea pentru „%s”"
|
||||
],
|
||||
"Unpublish note": [
|
||||
"Notă de retragere a publicării"
|
||||
],
|
||||
@@ -3967,7 +4074,7 @@
|
||||
"Unsoare"
|
||||
],
|
||||
"Unshare notebook \"%s\"? This may cause other users to lose access to the notebook.": [
|
||||
""
|
||||
"Retragi partajarea pentru caietul „%s”? Acest lucru va face ca alți utilizatori să piardă accesul la caiet."
|
||||
],
|
||||
"Unshare this notebook? The recipients will no longer have access to its content.": [
|
||||
"Anulezi partajarea acestui caiet? Destinatarii nu vor mai avea acces la conținutul acestuia."
|
||||
@@ -4092,6 +4199,9 @@
|
||||
"Viewer": [
|
||||
"Vizualizator"
|
||||
],
|
||||
"Viewer and Rich Text Editor font family": [
|
||||
"Familie font vizualizator și editor text îmbogățit"
|
||||
],
|
||||
"Viewer font size": [
|
||||
"Mărime font vizualizator"
|
||||
],
|
||||
@@ -4107,12 +4217,18 @@
|
||||
"Voice typing...": [
|
||||
"Tastarea vocală…"
|
||||
],
|
||||
"Voice typing: Glossary": [
|
||||
"Transcriere vocală: Glosar"
|
||||
],
|
||||
"Vosk": [
|
||||
"Vosk"
|
||||
],
|
||||
"Waiting for authorisation...": [
|
||||
"Se așteaptă autorizarea..."
|
||||
],
|
||||
"Waiting: Notebook %s from %s": [
|
||||
"Se așteaptă: Caiet %s de la %s"
|
||||
],
|
||||
"Warning": [
|
||||
"Atenție"
|
||||
],
|
||||
@@ -4195,10 +4311,10 @@
|
||||
"Ești autentificat la Joplin Cloud, poți acum să părăsești acest ecran."
|
||||
],
|
||||
"You are now logged into your account.": [
|
||||
""
|
||||
"Ești acum autentificat în cont."
|
||||
],
|
||||
"You are now using the latest version of the Markdown editor.": [
|
||||
""
|
||||
"Folosești acum cea mai nouă versiune de editor markdown."
|
||||
],
|
||||
"You are running the Intel version of Joplin on an Apple Silicon processor. Download the Apple Silicon one for better performance.": [
|
||||
"Rulezi versiunea Intel a Joplin pe un procesor cu siliciu Apple. Descarcă versiunea pentru procesoare Apple pentru o performanță mai mare."
|
||||
|
@@ -40,7 +40,7 @@
|
||||
"%d de notițe vor fi șterse permanent. Continui?"
|
||||
],
|
||||
"%d photo(s) taken": [
|
||||
""
|
||||
"%d poze făcute"
|
||||
],
|
||||
"%s": [
|
||||
"%s"
|
||||
@@ -81,6 +81,9 @@
|
||||
"%s cannot be less than %s": [
|
||||
"%s nu poate fi mai mic decât %s"
|
||||
],
|
||||
"%s from %s": [
|
||||
"%s din %s"
|
||||
],
|
||||
"%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, așa că sincronizarea inițială va fi lentă."
|
||||
],
|
||||
@@ -135,16 +138,16 @@
|
||||
"(%s)"
|
||||
],
|
||||
"(In plugin: %s)": [
|
||||
"(În plugin-ul: %s)"
|
||||
"(în plugin-ul: %s)"
|
||||
],
|
||||
"(level %d)": [
|
||||
"(nivel %d)"
|
||||
],
|
||||
"(None)": [
|
||||
"(Nimic)"
|
||||
"(nimic)"
|
||||
],
|
||||
"(Read-only)": [
|
||||
""
|
||||
"(doar citire)"
|
||||
],
|
||||
"(wysiwyg: %s)": [
|
||||
"(wysiwyg: %s)"
|
||||
@@ -167,8 +170,11 @@
|
||||
"<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> poate fi \"toggle\" sau \"clear\". Folosește „toggle” pentru a comuta între starea finalizată și cea nefinalizată (dacă ținta este o notiță obișnuită, aceasta va fi transformată în listă de făcut). Folosește „clear” pentru a converti lista de făcut înapoi la o notiță obișnuită."
|
||||
],
|
||||
"[None]": [
|
||||
"[niciuna]"
|
||||
],
|
||||
"A comma-separated list of words. May be used for uncommon words, to help voice typing spell them correctly.": [
|
||||
""
|
||||
"O listă de cuvinte separate de virgule. Poate fi folosită pentru cuvinte mai puțin comune, pentru a ajuta transcrierea prin dictare să le scrie corect."
|
||||
],
|
||||
"A new update (%s) is available": [
|
||||
"O nouă actualizare (%s) este disponibilă"
|
||||
@@ -203,6 +209,12 @@
|
||||
"Accepted invitations": [
|
||||
"Invitații acceptate"
|
||||
],
|
||||
"Accepted: Notebook %s from %s": [
|
||||
"Acceptat: Caiet: %s de la %s"
|
||||
],
|
||||
"Accepting share...": [
|
||||
"Se acceptă partajarea..."
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
"Acces refuzat: Te rog să îți verifici numele de utilizator și parola"
|
||||
],
|
||||
@@ -242,9 +254,6 @@
|
||||
"Add recipient:": [
|
||||
"Adaugă destinatar:"
|
||||
],
|
||||
"Add tag %s to note": [
|
||||
"Adaugă eticheta %s la notița"
|
||||
],
|
||||
"Add title": [
|
||||
"Adaugă titlu"
|
||||
],
|
||||
@@ -254,6 +263,9 @@
|
||||
"Add to note": [
|
||||
"Adaugă la notiță"
|
||||
],
|
||||
"Adds tag": [
|
||||
""
|
||||
],
|
||||
"Admin": [
|
||||
"Admin"
|
||||
],
|
||||
@@ -285,7 +297,7 @@
|
||||
"Toate porturile potențiale sunt în uz - te rog să raportezi problema la %s"
|
||||
],
|
||||
"All shared folders:": [
|
||||
""
|
||||
"Toate dosarele partajate:"
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
"Permite depanarea plugin-urilor mobile. Vezi %s pentru mai multe detalii."
|
||||
@@ -344,6 +356,9 @@
|
||||
"Are you sure that you want to restore the default toolbar layout?\nThis cannot be undone.": [
|
||||
"Ești sigur că dorești să restaurezi aspectul implicit al barelor de unelte?\nAcest lucru nu poate fi anulat."
|
||||
],
|
||||
"Are you sure you want to delete all history for this note? This cannot be undone.": [
|
||||
"Ești sigur că dorești să ștergi tot istoricul pentru această notă? Acest lucru nu poate fi anulat."
|
||||
],
|
||||
"Are you sure you want to renew the authorisation token?": [
|
||||
"Ești sigur că dorești să reînnoiești jetonul de autorizare?"
|
||||
],
|
||||
@@ -356,6 +371,9 @@
|
||||
"Aritim Dark": [
|
||||
"Aritim întunecat"
|
||||
],
|
||||
"Associated tags:": [
|
||||
""
|
||||
],
|
||||
"At present, Joplin Web can only be open in one tab at a time. Please close the other instance of Joplin.": [
|
||||
"La momentul actual, Joplin Web poate fi deschis într-o singură filă deodată. Te rog închide orice alte instanțe de Joplin."
|
||||
],
|
||||
@@ -672,7 +690,7 @@
|
||||
"Paleta de comenzi…"
|
||||
],
|
||||
"Commands: `add`, `remove`, `list`, `delete`, `accept`, `leave`, and `reject`.": [
|
||||
""
|
||||
"Comenzi: `add`, `remove`, `list`, `delete`, `accept`, `leave` și `reject`."
|
||||
],
|
||||
"Compact": [
|
||||
"Compact"
|
||||
@@ -729,7 +747,7 @@
|
||||
"Conectare la Joplin Cloud"
|
||||
],
|
||||
"Connect using your organisation account": [
|
||||
""
|
||||
"Conectează-te folosind contul tău organizațional"
|
||||
],
|
||||
"Consolidated billing": [
|
||||
"Facturare consolidată"
|
||||
@@ -957,6 +975,9 @@
|
||||
"Default": [
|
||||
"Mod implicit"
|
||||
],
|
||||
"Default title to use for documents created by the scanner.": [
|
||||
""
|
||||
],
|
||||
"Default: %s": [
|
||||
"Mod implicit: %s"
|
||||
],
|
||||
@@ -972,6 +993,9 @@
|
||||
"Delete expired tokens": [
|
||||
"Șterge token-urile expirate"
|
||||
],
|
||||
"Delete history": [
|
||||
"Șterge istoricul"
|
||||
],
|
||||
"Delete line": [
|
||||
"Șterge linia"
|
||||
],
|
||||
@@ -1116,10 +1140,19 @@
|
||||
"Do not ask for confirmation.": [
|
||||
"Nu cere confirmarea."
|
||||
],
|
||||
"Do not ask for user confirmation.": [
|
||||
"Nu cere confirmarea utilizatorului."
|
||||
],
|
||||
"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.": [
|
||||
"Nu pierde parola, deoarece din motive de securitate, aceasta este *unica* modalitate de decriptare a datelor! Pentru a activa criptarea, te rog să introduci parola mai jos."
|
||||
],
|
||||
"Document scanner: Title template": [
|
||||
""
|
||||
],
|
||||
"Don't allow the share recipient to write to the shared notebook. Valid only for the `add` subcommand.": [
|
||||
"Nu permite destinatarii partajării să scrie în caietul comun. Valid doar pentru subcomanda `add`."
|
||||
],
|
||||
"Don't show this message again": [
|
||||
""
|
||||
],
|
||||
"Donate, website": [
|
||||
@@ -1407,6 +1440,12 @@
|
||||
"Enter password": [
|
||||
"Introdu parola"
|
||||
],
|
||||
"Enter the code": [
|
||||
"Introdu codul"
|
||||
],
|
||||
"Enter the code:": [
|
||||
"Introdu codul:"
|
||||
],
|
||||
"Entering selection mode": [
|
||||
"Se intră în modul de selecție"
|
||||
],
|
||||
@@ -1420,7 +1459,7 @@
|
||||
"Eroare deschidere notiță în editor: %s"
|
||||
],
|
||||
"Error starting camera: %s": [
|
||||
""
|
||||
"Eroare la pornirea camerei: %s"
|
||||
],
|
||||
"Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:": [
|
||||
"Eroare. Te rog să verifici dacă adresa URL, numele de utilizator, parola etc. sunt corecte și că destinația de sincronizare este accesibilă. Eroarea raportată a fost:"
|
||||
@@ -1507,7 +1546,7 @@
|
||||
"Fail-safe: Sincronizarea a fost întreruptă pentru a preveni pierderea de date, deoarece destinația sincronizării este goală sau eronată. Pentru a anula acest comportament, dezactivează mecanismul de fail-safe din setările de sincronizare."
|
||||
],
|
||||
"Failed to connect to your account. Please try again.": [
|
||||
""
|
||||
"A eșuat conectarea la contul tău. Te rog încearcă din nou."
|
||||
],
|
||||
"Fatal error:": [
|
||||
"Eroare fatală:"
|
||||
@@ -1530,9 +1569,6 @@
|
||||
"Filter": [
|
||||
"Filtrează"
|
||||
],
|
||||
"Filter tags": [
|
||||
"Filtrează etichetele"
|
||||
],
|
||||
"Find": [
|
||||
"Găsește"
|
||||
],
|
||||
@@ -1561,7 +1597,7 @@
|
||||
"Focalizează pe titlu"
|
||||
],
|
||||
"Folder \"%s\" is shared with:": [
|
||||
""
|
||||
"Dosarul „%s” este partajat cu:"
|
||||
],
|
||||
"Follow link": [
|
||||
"Urmează legătura"
|
||||
@@ -1614,7 +1650,7 @@
|
||||
"Geolocație, verificare ortografică, bara de instrumente a editorului, redimensionare imagine"
|
||||
],
|
||||
"Get a quote": [
|
||||
""
|
||||
"Obține un estimat"
|
||||
],
|
||||
"Get it now:": [
|
||||
"Obține acum:"
|
||||
@@ -1626,7 +1662,7 @@
|
||||
"Obține sau setează o valoare de configurare. Dacă [valoare] nu este furnizată, va afișa valoarea [nume]. Dacă nu este furnizat nici [nume], nici [valoare], va afișa configurația curentă."
|
||||
],
|
||||
"Glossary:": [
|
||||
""
|
||||
"Glosar:"
|
||||
],
|
||||
"go": [
|
||||
"mergi"
|
||||
@@ -1793,6 +1829,9 @@
|
||||
"In: %s": [
|
||||
"În: %s"
|
||||
],
|
||||
"Incoming shares:": [
|
||||
"Partajări sosite:"
|
||||
],
|
||||
"Incompatible": [
|
||||
"Incompatibil"
|
||||
],
|
||||
@@ -1925,9 +1964,15 @@
|
||||
"Joplin Server": [
|
||||
"Server Joplin"
|
||||
],
|
||||
"Joplin Server Business": [
|
||||
"Server Joplin Business"
|
||||
],
|
||||
"Joplin Server email": [
|
||||
"Email Joplin Server"
|
||||
],
|
||||
"Joplin Server Login": [
|
||||
"Login server Joplin"
|
||||
],
|
||||
"Joplin Server password": [
|
||||
"Parolă Joplin Server"
|
||||
],
|
||||
@@ -1935,7 +1980,7 @@
|
||||
"URL server Joplin"
|
||||
],
|
||||
"Joplin SSO Authentication": [
|
||||
""
|
||||
"Autentificare SSO Joplin"
|
||||
],
|
||||
"Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.": [
|
||||
"Joplin Web Clipper permite salvarea paginilor web și a capturilor de ecran din navigatorul tău web în Joplin."
|
||||
@@ -2024,6 +2069,11 @@
|
||||
"Link": [
|
||||
"Legătură"
|
||||
],
|
||||
"Link created!": [
|
||||
"Legătură creată!",
|
||||
"Legături create!",
|
||||
"Legături create!"
|
||||
],
|
||||
"Link description": [
|
||||
"Descriere legătură"
|
||||
],
|
||||
@@ -2038,6 +2088,9 @@
|
||||
"Link to note...": [
|
||||
"Leagă la notița..."
|
||||
],
|
||||
"Links": [
|
||||
"Legături"
|
||||
],
|
||||
"List item": [
|
||||
"Element listă"
|
||||
],
|
||||
@@ -2056,6 +2109,9 @@
|
||||
"Log": [
|
||||
"Jurnal"
|
||||
],
|
||||
"Log in with your web browser": [
|
||||
"Autentifică-te cu navigatorul tău web"
|
||||
],
|
||||
"Login to Joplin Cloud.": [
|
||||
"Autentificare în Joplin Cloud."
|
||||
],
|
||||
@@ -2265,9 +2321,6 @@
|
||||
"New sub-notebook": [
|
||||
"Sub-caiet nou"
|
||||
],
|
||||
"New tags:": [
|
||||
"Etichete noi:"
|
||||
],
|
||||
"New to-do": [
|
||||
"Listă de făcut nouă"
|
||||
],
|
||||
@@ -2277,6 +2330,9 @@
|
||||
"next": [
|
||||
"următoarea"
|
||||
],
|
||||
"Next": [
|
||||
"Urnătorul"
|
||||
],
|
||||
"Next match": [
|
||||
"Următoarea potrivire"
|
||||
],
|
||||
@@ -2322,6 +2378,9 @@
|
||||
"No results": [
|
||||
"Fără rezultate"
|
||||
],
|
||||
"No revision selected": [
|
||||
"Nicio revizie selectată"
|
||||
],
|
||||
"No such command: %s": [
|
||||
"Nu există o asemenea comandă: %s"
|
||||
],
|
||||
@@ -2385,9 +2444,15 @@
|
||||
"Note has been saved.": [
|
||||
"Notița a fost salvată."
|
||||
],
|
||||
"Note history": [
|
||||
"Istoric notiță"
|
||||
],
|
||||
"Note History": [
|
||||
"Istoric notițe"
|
||||
],
|
||||
"Note history has been deleted.": [
|
||||
"Istoricul notiței a fost șters."
|
||||
],
|
||||
"Note is not a to-do: \"%s\"": [
|
||||
"Notița nu este o sarcină: „%s”"
|
||||
],
|
||||
@@ -2457,9 +2522,6 @@
|
||||
"OCR: Language data URL or path": [
|
||||
"OCR: URL sau cale date lingvistice"
|
||||
],
|
||||
"Ok": [
|
||||
""
|
||||
],
|
||||
"OK": [
|
||||
"OK"
|
||||
],
|
||||
@@ -2621,6 +2683,9 @@
|
||||
"Permission needed": [
|
||||
"Permisiune necesară"
|
||||
],
|
||||
"Photo %d": [
|
||||
""
|
||||
],
|
||||
"Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
|
||||
"Te rog să faci clic pe „%s” pentru a continua sau să setezi parolele în lista „%s” de mai jos."
|
||||
],
|
||||
@@ -2664,7 +2729,7 @@
|
||||
"Te rog să aștepți descărcarea și decriptarea tuturor atașamentelor. De asemenea, poți comuta la %s pentru a edita notița."
|
||||
],
|
||||
"Please wait while we load your organisation sign-in page...": [
|
||||
""
|
||||
"Te rog așteaptă cât timp se încarcă pagina de autentificare a organizației tale..."
|
||||
],
|
||||
"Please wait...": [
|
||||
"Te rog să aștepți..."
|
||||
@@ -2706,7 +2771,7 @@
|
||||
"Valori posibile: %s."
|
||||
],
|
||||
"Prefer JSON output.": [
|
||||
""
|
||||
"Prefer date de ieșire JSON."
|
||||
],
|
||||
"Preferences": [
|
||||
"Preferințe"
|
||||
@@ -2744,6 +2809,9 @@
|
||||
"Previous match": [
|
||||
"Potrivirea anterioară"
|
||||
],
|
||||
"Previous versions": [
|
||||
"Versiuni anterioare"
|
||||
],
|
||||
"Previous versions of this note": [
|
||||
"Versiunile anterioare ale acestei notițe"
|
||||
],
|
||||
@@ -2804,6 +2872,9 @@
|
||||
"Public-private key pair:": [
|
||||
"Pereche de chei publice-private:"
|
||||
],
|
||||
"Publish Note": [
|
||||
"Publică notița"
|
||||
],
|
||||
"Publish note...": [
|
||||
"Publică notița…"
|
||||
],
|
||||
@@ -2814,7 +2885,7 @@
|
||||
"Publică notițele pe internet"
|
||||
],
|
||||
"Publish/unpublish": [
|
||||
""
|
||||
"Publică/Retrage"
|
||||
],
|
||||
"QR Code": [
|
||||
"Cod QR"
|
||||
@@ -2882,6 +2953,9 @@
|
||||
"Reject": [
|
||||
"Respinge"
|
||||
],
|
||||
"Rejecting share...": [
|
||||
"Se respinge partajarea..."
|
||||
],
|
||||
"Remove": [
|
||||
"Șterge"
|
||||
],
|
||||
@@ -2894,6 +2968,9 @@
|
||||
"Remove this search from the sidebar?": [
|
||||
"Elimini această căutare din panoul lateral?"
|
||||
],
|
||||
"Removed %s from share.": [
|
||||
"S-a eliminat %s din partajare."
|
||||
],
|
||||
"Rename": [
|
||||
"Redenumește"
|
||||
],
|
||||
@@ -3008,6 +3085,9 @@
|
||||
"Reverses the sorting order.": [
|
||||
"Inversează ordinea sortării."
|
||||
],
|
||||
"Revision:": [
|
||||
"Revizie:"
|
||||
],
|
||||
"Revision: %s (%s)": [
|
||||
"Revizie: %s (%s)"
|
||||
],
|
||||
@@ -3110,6 +3190,9 @@
|
||||
"Select": [
|
||||
"Selectează"
|
||||
],
|
||||
"Select a revision...": [
|
||||
"Alege o revizie…"
|
||||
],
|
||||
"Select all": [
|
||||
"Selectează tot"
|
||||
],
|
||||
@@ -3129,7 +3212,7 @@
|
||||
"Selectează un caiet"
|
||||
],
|
||||
"Self-hosted": [
|
||||
""
|
||||
"Auto-găzduit"
|
||||
],
|
||||
"Send bug report": [
|
||||
"Trimite un raport de eroare"
|
||||
@@ -3189,7 +3272,7 @@
|
||||
"Partajări"
|
||||
],
|
||||
"Shares or unshares the specified [notebook] with [user]. Requires Joplin Cloud or Joplin Server.": [
|
||||
""
|
||||
"Partajează sau anulează partajarea pentru [caietul] specificat cu [utilizatorul]. Necesită Joplin Cloud sau server Joplin."
|
||||
],
|
||||
"Sharing notebook...": [
|
||||
"Se partajează caietul..."
|
||||
@@ -3314,6 +3397,9 @@
|
||||
"Source": [
|
||||
"Sursă"
|
||||
],
|
||||
"Source code available": [
|
||||
"Cod sursă disponibil"
|
||||
],
|
||||
"Source format: %s": [
|
||||
"Formatul sursei: %s"
|
||||
],
|
||||
@@ -3440,6 +3526,9 @@
|
||||
"Switch to the legacy editor": [
|
||||
"Comută la editorul învechit"
|
||||
],
|
||||
"Switch to the new editor": [
|
||||
"Comută la noul editor"
|
||||
],
|
||||
"Switch to to-do type": [
|
||||
"Comută la tipul „de făcut”"
|
||||
],
|
||||
@@ -3515,9 +3604,6 @@
|
||||
"Tabloid": [
|
||||
"Tabloid"
|
||||
],
|
||||
"tag1, tag2, ...": [
|
||||
"eticheta1, eticheta2, …"
|
||||
],
|
||||
"Tagged: %d.": [
|
||||
"Etichetate: %d."
|
||||
],
|
||||
@@ -3608,7 +3694,7 @@
|
||||
"Cheile cu aceste ID-uri sunt folosite pentru a cripta unele dintre elementele dvs., însă aplicația nu are în prezent acces la ele. Este probabil ca acestea să fie descărcate în cele din urmă prin sincronizare."
|
||||
],
|
||||
"The legacy Markdown editor appears to have crashed due to an incompatibility with a plugin. We recommend using the new editor.": [
|
||||
""
|
||||
"Se pare că editorul markdown învechit a crăpat din cauza unei incompatibilități cu un plugin. Îți recomandăm să folosești noul editor."
|
||||
],
|
||||
"The master key has been upgraded successfully!": [
|
||||
"Cheia master a fost actualizată cu succes!"
|
||||
@@ -3723,6 +3809,15 @@
|
||||
"This drawing may have unsaved changes.": [
|
||||
"Acest desen poate avea modificări nesalvate."
|
||||
],
|
||||
"This feature is disabled by default, you need to manually enable it by turning on the option to 'Enable handwritten transcription'.": [
|
||||
""
|
||||
],
|
||||
"This feature is only available on Joplin Cloud and Joplin Server.": [
|
||||
""
|
||||
],
|
||||
"This image type is not supported by the recognition system.": [
|
||||
""
|
||||
],
|
||||
"This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": [
|
||||
"Acesta este un instrument avansat de listare al atașamentelor care sunt legate la notițele tale. Te rog să fii atent dacă intenționezi să ștergi vreunul din ele, deoarece acestea nu pot fi restaurate ulterior."
|
||||
],
|
||||
@@ -3753,6 +3848,9 @@
|
||||
"This note has no history": [
|
||||
"Această notă nu are istoric"
|
||||
],
|
||||
"This note is in HTML format. Convert it to Markdown to edit it more easily.": [
|
||||
""
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
"Acest plugin nu suportă %s."
|
||||
],
|
||||
@@ -3792,9 +3890,15 @@
|
||||
"To allow Joplin to synchronise with Joplin Cloud, please login using this URL:": [
|
||||
"Pentru a permite Joplin să se sincronizeze cu Joplin Cloud, te rog autentifică-te folosind acest URL:"
|
||||
],
|
||||
"To allow Joplin to synchronise with your account, please follow these steps:": [
|
||||
"Pentru a permite Joplin să se sincronizeze cu contul tău, te rog urmează pașii de mai jos:"
|
||||
],
|
||||
"To continue, please enter your master password below.": [
|
||||
"Pentru a continua, te rog să introduci parola principală mai jos."
|
||||
],
|
||||
"To create a new tag, type the name and press enter.": [
|
||||
""
|
||||
],
|
||||
"To delete a tag, untag the associated notes.": [
|
||||
"Pentru a șterge o eticheta, elimină eticheta respectivă din cadrul notițelor aferente."
|
||||
],
|
||||
@@ -3918,9 +4022,6 @@
|
||||
"Type a note title to search for it.": [
|
||||
"Tastează un titlu de notiță pentru a-l căuta."
|
||||
],
|
||||
"Type new tags or select from list": [
|
||||
"Tastează etichete noi sau selectează din listă"
|
||||
],
|
||||
"Type: %s.": [
|
||||
"Tip: %s."
|
||||
],
|
||||
@@ -3960,6 +4061,12 @@
|
||||
"Unordered list": [
|
||||
"Listă neordonată"
|
||||
],
|
||||
"Unpublish": [
|
||||
"Retrage publicarea"
|
||||
],
|
||||
"Unpublish \"%s\"": [
|
||||
"Retrage publicarea pentru „%s”"
|
||||
],
|
||||
"Unpublish note": [
|
||||
"Notă de retragere a publicării"
|
||||
],
|
||||
@@ -3967,7 +4074,7 @@
|
||||
"Unsoare"
|
||||
],
|
||||
"Unshare notebook \"%s\"? This may cause other users to lose access to the notebook.": [
|
||||
""
|
||||
"Retragi partajarea pentru caietul „%s”? Acest lucru va face ca alți utilizatori să piardă accesul la caiet."
|
||||
],
|
||||
"Unshare this notebook? The recipients will no longer have access to its content.": [
|
||||
"Anulezi partajarea acestui caiet? Destinatarii nu vor mai avea acces la conținutul acestuia."
|
||||
@@ -4092,6 +4199,9 @@
|
||||
"Viewer": [
|
||||
"Vizualizator"
|
||||
],
|
||||
"Viewer and Rich Text Editor font family": [
|
||||
"Familie font vizualizator și editor text îmbogățit"
|
||||
],
|
||||
"Viewer font size": [
|
||||
"Mărime font vizualizator"
|
||||
],
|
||||
@@ -4107,12 +4217,18 @@
|
||||
"Voice typing...": [
|
||||
"Tastarea vocală…"
|
||||
],
|
||||
"Voice typing: Glossary": [
|
||||
"Transcriere vocală: Glosar"
|
||||
],
|
||||
"Vosk": [
|
||||
"Vosk"
|
||||
],
|
||||
"Waiting for authorisation...": [
|
||||
"Se așteaptă autorizarea..."
|
||||
],
|
||||
"Waiting: Notebook %s from %s": [
|
||||
"Se așteaptă: Caiet %s de la %s"
|
||||
],
|
||||
"Warning": [
|
||||
"Atenție"
|
||||
],
|
||||
@@ -4195,10 +4311,10 @@
|
||||
"Ești autentificat la Joplin Cloud, poți acum să părăsești acest ecran."
|
||||
],
|
||||
"You are now logged into your account.": [
|
||||
""
|
||||
"Ești acum autentificat în cont."
|
||||
],
|
||||
"You are now using the latest version of the Markdown editor.": [
|
||||
""
|
||||
"Folosești acum cea mai nouă versiune de editor markdown."
|
||||
],
|
||||
"You are running the Intel version of Joplin on an Apple Silicon processor. Download the Apple Silicon one for better performance.": [
|
||||
"Rulezi versiunea Intel a Joplin pe un procesor cu siliciu Apple. Descarcă versiunea pentru procesoare Apple pentru o performanță mai mare."
|
||||
|
@@ -209,9 +209,6 @@
|
||||
"Add recipient:": [
|
||||
"Добавить получателя:"
|
||||
],
|
||||
"Add tag %s to note": [
|
||||
"Добавить тег %s к заметке"
|
||||
],
|
||||
"Add title": [
|
||||
"Добавить заголовок"
|
||||
],
|
||||
@@ -221,6 +218,9 @@
|
||||
"Add to note": [
|
||||
"Добавить к заметке"
|
||||
],
|
||||
"Adds tag": [
|
||||
""
|
||||
],
|
||||
"Admin": [
|
||||
"Администратор"
|
||||
],
|
||||
@@ -320,6 +320,9 @@
|
||||
"Aritim Dark": [
|
||||
"Aritim тёмная"
|
||||
],
|
||||
"Associated tags:": [
|
||||
""
|
||||
],
|
||||
"At present, Joplin Web can only be open in one tab at a time. Please close the other instance of Joplin.": [
|
||||
"В настоящее время Joplin Web может быть одновременно открыт только в одной вкладке. Пожалуйста, закройте другую вкладку Joplin."
|
||||
],
|
||||
@@ -900,6 +903,9 @@
|
||||
"Default": [
|
||||
"По умолчанию: %s"
|
||||
],
|
||||
"Default title to use for documents created by the scanner.": [
|
||||
""
|
||||
],
|
||||
"Default: %s": [
|
||||
"По умолчанию: %s"
|
||||
],
|
||||
@@ -1059,9 +1065,15 @@
|
||||
"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.": [
|
||||
"Не теряйте пароль, так как в целях безопасности это будет *единственный* способ расшифровать данные! Чтобы включить шифрование введите свой пароль ниже."
|
||||
],
|
||||
"Document scanner: Title template": [
|
||||
""
|
||||
],
|
||||
"Don't allow the share recipient to write to the shared notebook. Valid only for the `add` subcommand.": [
|
||||
""
|
||||
],
|
||||
"Don't show this message again": [
|
||||
""
|
||||
],
|
||||
"Donate, website": [
|
||||
"Пожертвовать, сайт"
|
||||
],
|
||||
@@ -1458,9 +1470,6 @@
|
||||
"Filter": [
|
||||
"Фильтр"
|
||||
],
|
||||
"Filter tags": [
|
||||
"Фильтр тегов"
|
||||
],
|
||||
"Find": [
|
||||
"Поиск"
|
||||
],
|
||||
@@ -2170,9 +2179,6 @@
|
||||
"New sub-notebook": [
|
||||
"Новый вложенный блокнот"
|
||||
],
|
||||
"New tags:": [
|
||||
"Новые метки:"
|
||||
],
|
||||
"New to-do": [
|
||||
"Новая задача"
|
||||
],
|
||||
@@ -2356,9 +2362,6 @@
|
||||
"OCR: Language data URL or path": [
|
||||
"OCR: URL-адрес или путь к языковым данным"
|
||||
],
|
||||
"Ok": [
|
||||
""
|
||||
],
|
||||
"OK": [
|
||||
"OK"
|
||||
],
|
||||
@@ -2503,6 +2506,9 @@
|
||||
"Permission needed": [
|
||||
"Необходимы разрешения"
|
||||
],
|
||||
"Photo %d": [
|
||||
""
|
||||
],
|
||||
"Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
|
||||
"Пожалуйста, нажмите на \"%s\", чтобы продолжить, или задайте пароли в списке \"%s\" ниже."
|
||||
],
|
||||
@@ -3382,9 +3388,6 @@
|
||||
"Tabloid": [
|
||||
"Таблоид"
|
||||
],
|
||||
"tag1, tag2, ...": [
|
||||
"тег1, тег2, ..."
|
||||
],
|
||||
"Tagged: %d.": [
|
||||
"Тегировано: %d."
|
||||
],
|
||||
@@ -3587,6 +3590,15 @@
|
||||
"This drawing may have unsaved changes.": [
|
||||
"Этот рисунок может содержать несохраненные изменения."
|
||||
],
|
||||
"This feature is disabled by default, you need to manually enable it by turning on the option to 'Enable handwritten transcription'.": [
|
||||
""
|
||||
],
|
||||
"This feature is only available on Joplin Cloud and Joplin Server.": [
|
||||
""
|
||||
],
|
||||
"This image type is not supported by the recognition system.": [
|
||||
""
|
||||
],
|
||||
"This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": [
|
||||
"Это продвинутый инструмент для отображения вложений, прикреплённых к вашим заметкам. Удаляйте вложения с осторожностью - они не могут быть восстановлены."
|
||||
],
|
||||
@@ -3617,6 +3629,9 @@
|
||||
"This note has no history": [
|
||||
"Эта заметка не имеет предыдущих версий"
|
||||
],
|
||||
"This note is in HTML format. Convert it to Markdown to edit it more easily.": [
|
||||
""
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
"Этот плагин не поддерживает %s."
|
||||
],
|
||||
@@ -3659,6 +3674,9 @@
|
||||
"To continue, please enter your master password below.": [
|
||||
"Для продолжения введите свой мастер-пароль ниже."
|
||||
],
|
||||
"To create a new tag, type the name and press enter.": [
|
||||
""
|
||||
],
|
||||
"To delete a tag, untag the associated notes.": [
|
||||
"Для удаления метки открепите ее от всех связанных с ней заметок."
|
||||
],
|
||||
@@ -3767,9 +3785,6 @@
|
||||
"Type a note title or part of its content to jump to it. Or type # followed by a tag name, or @ followed by a notebook name. Or type : to search for commands.": [
|
||||
"Введите название заметки, чтобы перейти к ней, либо введите #имя_метки или @имя_блокнота, либо введите : для поиска команд."
|
||||
],
|
||||
"Type new tags or select from list": [
|
||||
"Введите новые метки или выберите из списка"
|
||||
],
|
||||
"Type: %s.": [
|
||||
"Тип: %s."
|
||||
],
|
||||
|
@@ -40,7 +40,7 @@
|
||||
"%d poznámok bude natrvalo vymazaných. Pokračovať?"
|
||||
],
|
||||
"%d photo(s) taken": [
|
||||
""
|
||||
"%d nasnímaných fotografií"
|
||||
],
|
||||
"%s": [
|
||||
"%s"
|
||||
@@ -81,6 +81,9 @@
|
||||
"%s cannot be less than %s": [
|
||||
"%s nemôže byť menej ako %s"
|
||||
],
|
||||
"%s from %s": [
|
||||
"%s z %s"
|
||||
],
|
||||
"%s is not optimised for synchronising many small files so your initial synchronisation will be slow.": [
|
||||
"%s nie je optimalizovaný na synchronizáciu mnohých malých súborov, takže počiatočná synchronizácia bude pomalá."
|
||||
],
|
||||
@@ -144,7 +147,7 @@
|
||||
"(Žiadny)"
|
||||
],
|
||||
"(Read-only)": [
|
||||
""
|
||||
"(Iba na čítanie)"
|
||||
],
|
||||
"(wysiwyg: %s)": [
|
||||
"(wysiwyg: %s)"
|
||||
@@ -167,8 +170,11 @@
|
||||
"<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> môže byť buď „toggle“ alebo „clear“. Príkazom „toggle“ prepnete danú úlohu medzi dokončeným a nedokončeným stavom (ak je cieľom bežná poznámka, bude prevedená na úlohu). Použite „clear“ (vyčistiť), ak chcete úlohu previesť späť na bežnú poznámku."
|
||||
],
|
||||
"[None]": [
|
||||
"[Žiadny]"
|
||||
],
|
||||
"A comma-separated list of words. May be used for uncommon words, to help voice typing spell them correctly.": [
|
||||
""
|
||||
"Zoznam slov oddelených čiarkami. Môže sa použiť pre nezvyčajné slová, aby sa pomohlo pri ich správnom hlasovom zadávaní."
|
||||
],
|
||||
"A new update (%s) is available": [
|
||||
"Nová aktualizácia (%s) je k dispozícii"
|
||||
@@ -203,6 +209,12 @@
|
||||
"Accepted invitations": [
|
||||
"Prijaté pozvánky"
|
||||
],
|
||||
"Accepted: Notebook %s from %s": [
|
||||
"Prijaté: Zápisník: %s z %s"
|
||||
],
|
||||
"Accepting share...": [
|
||||
"Príjem zdieľania..."
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
"Prístup odmietnutý: Skontrolujte svoje používateľské meno a heslo"
|
||||
],
|
||||
@@ -242,9 +254,6 @@
|
||||
"Add recipient:": [
|
||||
"Pridať príjemcu:"
|
||||
],
|
||||
"Add tag %s to note": [
|
||||
"Pridať štítok %s k poznámke"
|
||||
],
|
||||
"Add title": [
|
||||
"Pridať názov"
|
||||
],
|
||||
@@ -254,6 +263,9 @@
|
||||
"Add to note": [
|
||||
"Pridať k poznámke"
|
||||
],
|
||||
"Adds tag": [
|
||||
""
|
||||
],
|
||||
"Admin": [
|
||||
"Správca"
|
||||
],
|
||||
@@ -285,7 +297,7 @@
|
||||
"Všetky potenciálne porty sa používajú - nahláste problém na %s"
|
||||
],
|
||||
"All shared folders:": [
|
||||
""
|
||||
"Všetky zdieľané priečinky:"
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
"Umožňuje ladenie mobilných doplnkov. Podrobnosti nájdete v časti %s."
|
||||
@@ -344,6 +356,9 @@
|
||||
"Are you sure that you want to restore the default toolbar layout?\nThis cannot be undone.": [
|
||||
"Ste si istí, že chcete obnoviť predvolené rozloženie panela nástrojov?\nToto sa nedá vrátiť späť."
|
||||
],
|
||||
"Are you sure you want to delete all history for this note? This cannot be undone.": [
|
||||
"Ste si istí, že chcete vymazať celú históriu tejto poznámky? Toto sa nedá vrátiť späť."
|
||||
],
|
||||
"Are you sure you want to renew the authorisation token?": [
|
||||
"Naozaj chcete obnoviť autorizačný token?"
|
||||
],
|
||||
@@ -356,6 +371,9 @@
|
||||
"Aritim Dark": [
|
||||
"Aritim Dark"
|
||||
],
|
||||
"Associated tags:": [
|
||||
""
|
||||
],
|
||||
"At present, Joplin Web can only be open in one tab at a time. Please close the other instance of Joplin.": [
|
||||
"V súčasnosti je možné otvoriť Joplin Web iba na jednej karte. Druhú inštanciu Joplinu prosím zatvorte."
|
||||
],
|
||||
@@ -672,7 +690,7 @@
|
||||
"Paleta príkazov..."
|
||||
],
|
||||
"Commands: `add`, `remove`, `list`, `delete`, `accept`, `leave`, and `reject`.": [
|
||||
""
|
||||
"Príkazy: `pridať`, `odobrať`, `zoznam`, `vymazať`, `prijať`, `opustiť` a `odmietnuť`."
|
||||
],
|
||||
"Compact": [
|
||||
"Kompaktné"
|
||||
@@ -729,7 +747,7 @@
|
||||
"Pripojte sa k Joplin Cloud"
|
||||
],
|
||||
"Connect using your organisation account": [
|
||||
""
|
||||
"Pripojte sa pomocou svojho účtu organizácie"
|
||||
],
|
||||
"Consolidated billing": [
|
||||
"Konsolidovaná fakturácia"
|
||||
@@ -957,6 +975,9 @@
|
||||
"Default": [
|
||||
"Predvolené"
|
||||
],
|
||||
"Default title to use for documents created by the scanner.": [
|
||||
""
|
||||
],
|
||||
"Default: %s": [
|
||||
"Predvolené: %s"
|
||||
],
|
||||
@@ -972,6 +993,9 @@
|
||||
"Delete expired tokens": [
|
||||
"Vymazať tokeny s uplynutou platnosťou"
|
||||
],
|
||||
"Delete history": [
|
||||
"Vymazať históriu"
|
||||
],
|
||||
"Delete line": [
|
||||
"Vymazať riadok"
|
||||
],
|
||||
@@ -1116,10 +1140,19 @@
|
||||
"Do not ask for confirmation.": [
|
||||
"Nežiadať o potvrdenie."
|
||||
],
|
||||
"Do not ask for user confirmation.": [
|
||||
"Nevyžadovať potvrdenie od používateľa."
|
||||
],
|
||||
"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.": [
|
||||
"Nestraťte heslo, pretože z bezpečnostných dôvodov je to *jediný* spôsob, ako dešifrovať údaje! Ak chcete zapnúť šifrovanie, zadajte heslo nižšie."
|
||||
],
|
||||
"Document scanner: Title template": [
|
||||
""
|
||||
],
|
||||
"Don't allow the share recipient to write to the shared notebook. Valid only for the `add` subcommand.": [
|
||||
"Nepovoľte príjemcovi zdieľania zapisovať do zdieľaného zápisníka. Platí len pre príkaz `add`."
|
||||
],
|
||||
"Don't show this message again": [
|
||||
""
|
||||
],
|
||||
"Donate, website": [
|
||||
@@ -1407,6 +1440,12 @@
|
||||
"Enter password": [
|
||||
"Zadajte heslo"
|
||||
],
|
||||
"Enter the code": [
|
||||
"Zadajte kód"
|
||||
],
|
||||
"Enter the code:": [
|
||||
"Zadajte kód:"
|
||||
],
|
||||
"Entering selection mode": [
|
||||
"Vstup do režimu výberu"
|
||||
],
|
||||
@@ -1420,7 +1459,7 @@
|
||||
"Chyba pri otváraní poznámky v editore: %s"
|
||||
],
|
||||
"Error starting camera: %s": [
|
||||
""
|
||||
"Chyba pri spustení kamery: %s"
|
||||
],
|
||||
"Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:": [
|
||||
"Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:"
|
||||
@@ -1507,7 +1546,7 @@
|
||||
"Poistka proti zlyhaniu: Synchronizácia bola prerušená, aby sa zabránilo strate údajov, pretože cieľ synchronizácie je prázdny alebo poškodený. Ak chcete zrušiť toto správanie, vypnite v nastaveniach synchronizácie funkciu poistky proti zlyhaniu."
|
||||
],
|
||||
"Failed to connect to your account. Please try again.": [
|
||||
""
|
||||
"Nepodarilo sa pripojiť k vášmu účtu. Skúste to prosím znova."
|
||||
],
|
||||
"Fatal error:": [
|
||||
"Závažná chyba:"
|
||||
@@ -1530,9 +1569,6 @@
|
||||
"Filter": [
|
||||
"Filter"
|
||||
],
|
||||
"Filter tags": [
|
||||
"Filtrovať štítky"
|
||||
],
|
||||
"Find": [
|
||||
"Nájsť"
|
||||
],
|
||||
@@ -1561,7 +1597,7 @@
|
||||
"Prejsť na názov"
|
||||
],
|
||||
"Folder \"%s\" is shared with:": [
|
||||
""
|
||||
"Priečinok „%s“ je zdieľaný s:"
|
||||
],
|
||||
"Follow link": [
|
||||
"Nasledovať odkaz"
|
||||
@@ -1614,7 +1650,7 @@
|
||||
"Geografická poloha, kontrola pravopisu, panel s nástrojmi editora, zmena veľkosti obrázka"
|
||||
],
|
||||
"Get a quote": [
|
||||
""
|
||||
"Získať cenovú ponuku"
|
||||
],
|
||||
"Get it now:": [
|
||||
"Získať teraz:"
|
||||
@@ -1626,7 +1662,7 @@
|
||||
"Získa alebo nastaví konfiguračnú hodnotu. Ak nie je zadaná hodnota [value], zobrazí sa hodnota [name]. Ak nie je zadaný ani [name], ani [value], vypíše aktuálnu konfiguráciu."
|
||||
],
|
||||
"Glossary:": [
|
||||
""
|
||||
"Slovník:"
|
||||
],
|
||||
"go": [
|
||||
"prejsť"
|
||||
@@ -1793,6 +1829,9 @@
|
||||
"In: %s": [
|
||||
"V: %s"
|
||||
],
|
||||
"Incoming shares:": [
|
||||
"Prichádzajúce zdieľania:"
|
||||
],
|
||||
"Incompatible": [
|
||||
"Nekompatibilné"
|
||||
],
|
||||
@@ -1925,9 +1964,15 @@
|
||||
"Joplin Server": [
|
||||
"Joplin Server"
|
||||
],
|
||||
"Joplin Server Business": [
|
||||
"Joplin Server Business"
|
||||
],
|
||||
"Joplin Server email": [
|
||||
"Email servera Joplin"
|
||||
],
|
||||
"Joplin Server Login": [
|
||||
"Prihlásenie na server Joplin"
|
||||
],
|
||||
"Joplin Server password": [
|
||||
"Heslo servera Joplin"
|
||||
],
|
||||
@@ -1935,7 +1980,7 @@
|
||||
"URL servera Joplin"
|
||||
],
|
||||
"Joplin SSO Authentication": [
|
||||
""
|
||||
"Joplin SSO overenie"
|
||||
],
|
||||
"Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.": [
|
||||
"Joplin Web Clipper umožňuje ukladanie webových stránok a snímok obrazovky z vášho prehliadača do aplikácie Joplin."
|
||||
@@ -2024,6 +2069,11 @@
|
||||
"Link": [
|
||||
"Odkaz"
|
||||
],
|
||||
"Link created!": [
|
||||
"Odkaz vytvorený!",
|
||||
"Odkazy vytvorené!",
|
||||
"Odkazy vytvorené!"
|
||||
],
|
||||
"Link description": [
|
||||
"Popis odkazu"
|
||||
],
|
||||
@@ -2038,6 +2088,9 @@
|
||||
"Link to note...": [
|
||||
"Odkaz na poznámku..."
|
||||
],
|
||||
"Links": [
|
||||
"Odkazy"
|
||||
],
|
||||
"List item": [
|
||||
"Položka zoznamu"
|
||||
],
|
||||
@@ -2056,6 +2109,9 @@
|
||||
"Log": [
|
||||
"Záznam"
|
||||
],
|
||||
"Log in with your web browser": [
|
||||
"Prihláste sa pomocou webového prehliadača"
|
||||
],
|
||||
"Login to Joplin Cloud.": [
|
||||
"Prihláste sa do Joplin Cloud."
|
||||
],
|
||||
@@ -2265,9 +2321,6 @@
|
||||
"New sub-notebook": [
|
||||
"Nový pod-zápisník"
|
||||
],
|
||||
"New tags:": [
|
||||
"Nové značky:"
|
||||
],
|
||||
"New to-do": [
|
||||
"Nová úloha"
|
||||
],
|
||||
@@ -2277,6 +2330,9 @@
|
||||
"next": [
|
||||
"ďalej"
|
||||
],
|
||||
"Next": [
|
||||
"Ďalej"
|
||||
],
|
||||
"Next match": [
|
||||
"Ďalšia zhoda"
|
||||
],
|
||||
@@ -2322,6 +2378,9 @@
|
||||
"No results": [
|
||||
"Žiadne výsledky"
|
||||
],
|
||||
"No revision selected": [
|
||||
"Nebola vybraná žiadna revízia"
|
||||
],
|
||||
"No such command: %s": [
|
||||
"Žiadny takýto príkaz neexituje: %s"
|
||||
],
|
||||
@@ -2385,9 +2444,15 @@
|
||||
"Note has been saved.": [
|
||||
"Poznámka bola uložená."
|
||||
],
|
||||
"Note history": [
|
||||
"História poznámky"
|
||||
],
|
||||
"Note History": [
|
||||
"História poznámok"
|
||||
],
|
||||
"Note history has been deleted.": [
|
||||
"História poznámky bola vymazaná."
|
||||
],
|
||||
"Note is not a to-do: \"%s\"": [
|
||||
"Poznámka nie je úlohou: \"%s\""
|
||||
],
|
||||
@@ -2457,9 +2522,6 @@
|
||||
"OCR: Language data URL or path": [
|
||||
"OCR: URL k údajom jazyka alebo cesta"
|
||||
],
|
||||
"Ok": [
|
||||
""
|
||||
],
|
||||
"OK": [
|
||||
"OK"
|
||||
],
|
||||
@@ -2621,6 +2683,9 @@
|
||||
"Permission needed": [
|
||||
"Vyžaduje sa povolenie"
|
||||
],
|
||||
"Photo %d": [
|
||||
""
|
||||
],
|
||||
"Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
|
||||
"Pokračujte kliknutím na \"%s\" alebo nastavte heslá v zozname \"%s\" nižšie."
|
||||
],
|
||||
@@ -2664,7 +2729,7 @@
|
||||
"Počkajte prosím na stiahnutie a dešifrovanie všetkých príloh. Môžete tiež prepnúť na %s pre úpravu poznámky."
|
||||
],
|
||||
"Please wait while we load your organisation sign-in page...": [
|
||||
""
|
||||
"Počkajte, prosím, kým načítame prihlasovaciu stránku vašej organizácie..."
|
||||
],
|
||||
"Please wait...": [
|
||||
"Čakajte prosím..."
|
||||
@@ -2706,7 +2771,7 @@
|
||||
"Možné hodnoty: %s."
|
||||
],
|
||||
"Prefer JSON output.": [
|
||||
""
|
||||
"Uprednostniť výstup JSON."
|
||||
],
|
||||
"Preferences": [
|
||||
"Nastavenia"
|
||||
@@ -2744,6 +2809,9 @@
|
||||
"Previous match": [
|
||||
"Predchádzajúca zhoda"
|
||||
],
|
||||
"Previous versions": [
|
||||
"Predchádzajúce verzie"
|
||||
],
|
||||
"Previous versions of this note": [
|
||||
"Predchádzajúce verzie tejto poznámky"
|
||||
],
|
||||
@@ -2804,6 +2872,9 @@
|
||||
"Public-private key pair:": [
|
||||
"Pár verejného a súkromného kľúča:"
|
||||
],
|
||||
"Publish Note": [
|
||||
"Zverejniť poznámku"
|
||||
],
|
||||
"Publish note...": [
|
||||
"Zverejniť poznámku..."
|
||||
],
|
||||
@@ -2814,7 +2885,7 @@
|
||||
"Zverejniť poznámky na internete"
|
||||
],
|
||||
"Publish/unpublish": [
|
||||
""
|
||||
"Zverejniť/Zrušiť zverejnenie"
|
||||
],
|
||||
"QR Code": [
|
||||
"QR kód"
|
||||
@@ -2882,6 +2953,9 @@
|
||||
"Reject": [
|
||||
"Odmietnuť"
|
||||
],
|
||||
"Rejecting share...": [
|
||||
"Odmietanie zdieľania..."
|
||||
],
|
||||
"Remove": [
|
||||
"Odstrániť"
|
||||
],
|
||||
@@ -2894,6 +2968,9 @@
|
||||
"Remove this search from the sidebar?": [
|
||||
"Odstrániť toto vyhľadávanie z bočného panela?"
|
||||
],
|
||||
"Removed %s from share.": [
|
||||
"Odstránené %s zo zdieľania."
|
||||
],
|
||||
"Rename": [
|
||||
"Premenovať"
|
||||
],
|
||||
@@ -3008,6 +3085,9 @@
|
||||
"Reverses the sorting order.": [
|
||||
"Obráti poradie zoradenia."
|
||||
],
|
||||
"Revision:": [
|
||||
"Revízia:"
|
||||
],
|
||||
"Revision: %s (%s)": [
|
||||
"Revízia: %s (%s)"
|
||||
],
|
||||
@@ -3110,6 +3190,9 @@
|
||||
"Select": [
|
||||
"Vybrať"
|
||||
],
|
||||
"Select a revision...": [
|
||||
"Vyberte revíziu..."
|
||||
],
|
||||
"Select all": [
|
||||
"Vybrať všetko"
|
||||
],
|
||||
@@ -3129,7 +3212,7 @@
|
||||
"Vyberie zápisník"
|
||||
],
|
||||
"Self-hosted": [
|
||||
""
|
||||
"Vlastný hosting"
|
||||
],
|
||||
"Send bug report": [
|
||||
"Odoslať hlásenie o chybe"
|
||||
@@ -3189,7 +3272,7 @@
|
||||
"Zdieľania"
|
||||
],
|
||||
"Shares or unshares the specified [notebook] with [user]. Requires Joplin Cloud or Joplin Server.": [
|
||||
""
|
||||
"Zdieľa alebo zruší zdieľanie zadaného [zápisníka] s [používateľom]. Vyžaduje sa Joplin Cloud alebo Joplin Server."
|
||||
],
|
||||
"Sharing notebook...": [
|
||||
"Zdieľanie poznámky..."
|
||||
@@ -3314,6 +3397,9 @@
|
||||
"Source": [
|
||||
"Zdroj"
|
||||
],
|
||||
"Source code available": [
|
||||
"Zdrojový kód je dostupný"
|
||||
],
|
||||
"Source format: %s": [
|
||||
"Formát zdroja: %s"
|
||||
],
|
||||
@@ -3440,6 +3526,9 @@
|
||||
"Switch to the legacy editor": [
|
||||
"Prepnutie na starší editor"
|
||||
],
|
||||
"Switch to the new editor": [
|
||||
"Prepnúť na nový editor"
|
||||
],
|
||||
"Switch to to-do type": [
|
||||
"Prepnúť na typ úlohy"
|
||||
],
|
||||
@@ -3515,9 +3604,6 @@
|
||||
"Tabloid": [
|
||||
"Tabloid"
|
||||
],
|
||||
"tag1, tag2, ...": [
|
||||
"štítok1, štítok2, ..."
|
||||
],
|
||||
"Tagged: %d.": [
|
||||
"Označené štítkom: %d."
|
||||
],
|
||||
@@ -3608,7 +3694,7 @@
|
||||
"Kľúče s týmito identifikátormi sa používajú na šifrovanie niektorých vašich položiek, avšak aplikácia k nim v súčasnosti nemá prístup. Je pravdepodobné, že sa nakoniec stiahnu prostredníctvom synchronizácie."
|
||||
],
|
||||
"The legacy Markdown editor appears to have crashed due to an incompatibility with a plugin. We recommend using the new editor.": [
|
||||
""
|
||||
"Zdá sa, že starší editor Markdown zlyhal kvôli nekompatibilite s doplnkom. Odporúčame používať nový editor."
|
||||
],
|
||||
"The master key has been upgraded successfully!": [
|
||||
"Hlavný kľúč bol úspešne aktualizovaný!"
|
||||
@@ -3723,6 +3809,15 @@
|
||||
"This drawing may have unsaved changes.": [
|
||||
"Tento náčrt môže mať neuložené zmeny."
|
||||
],
|
||||
"This feature is disabled by default, you need to manually enable it by turning on the option to 'Enable handwritten transcription'.": [
|
||||
""
|
||||
],
|
||||
"This feature is only available on Joplin Cloud and Joplin Server.": [
|
||||
""
|
||||
],
|
||||
"This image type is not supported by the recognition system.": [
|
||||
""
|
||||
],
|
||||
"This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": [
|
||||
"Toto je pokročilý nástroj na zobrazenie príloh, ktoré sú prepojené s vašimi poznámkami.Pri odstraňovaní niektorej z nich buďte opatrní, pretože ich potom nemožno obnoviť."
|
||||
],
|
||||
@@ -3753,6 +3848,9 @@
|
||||
"This note has no history": [
|
||||
"Táto poznámka nemá históriu"
|
||||
],
|
||||
"This note is in HTML format. Convert it to Markdown to edit it more easily.": [
|
||||
""
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
"Tento doplnok nepodporuje %s."
|
||||
],
|
||||
@@ -3792,9 +3890,15 @@
|
||||
"To allow Joplin to synchronise with Joplin Cloud, please login using this URL:": [
|
||||
"Ak chcete povoliť synchronizáciu Joplin s Joplin Cloud, prihláste sa pomocou tejto adresy URL:"
|
||||
],
|
||||
"To allow Joplin to synchronise with your account, please follow these steps:": [
|
||||
"Ak chcete povoliť synchronizáciu aplikácie Joplin s vaším účtom, postupujte podľa nasledujúcich krokov:"
|
||||
],
|
||||
"To continue, please enter your master password below.": [
|
||||
"Ak chcete pokračovať, nižšie zadajte svoje hlavné heslo."
|
||||
],
|
||||
"To create a new tag, type the name and press enter.": [
|
||||
""
|
||||
],
|
||||
"To delete a tag, untag the associated notes.": [
|
||||
"Ak chcete odstrániť štítok, zrušte označenie súvisiacich poznámok."
|
||||
],
|
||||
@@ -3918,9 +4022,6 @@
|
||||
"Type a note title to search for it.": [
|
||||
"Zadaním názvu poznámky ju vyhľadáte."
|
||||
],
|
||||
"Type new tags or select from list": [
|
||||
"Zadajte nové štítky alebo vyberte zo zoznamu"
|
||||
],
|
||||
"Type: %s.": [
|
||||
"Typ: %s."
|
||||
],
|
||||
@@ -3960,6 +4061,12 @@
|
||||
"Unordered list": [
|
||||
"Neusporiadaný zoznam."
|
||||
],
|
||||
"Unpublish": [
|
||||
"Zrušiť zverejnenie"
|
||||
],
|
||||
"Unpublish \"%s\"": [
|
||||
"Zrušiť zverejnenie \"%s\""
|
||||
],
|
||||
"Unpublish note": [
|
||||
"Zrušiť zverejnenie poznámky"
|
||||
],
|
||||
@@ -3967,7 +4074,7 @@
|
||||
"Zrušiť zdieľanie"
|
||||
],
|
||||
"Unshare notebook \"%s\"? This may cause other users to lose access to the notebook.": [
|
||||
""
|
||||
"Zrušiť zdieľanie zápisníka „%s“? To môže spôsobiť, že ostatní používatelia stratia prístup k zápisníku."
|
||||
],
|
||||
"Unshare this notebook? The recipients will no longer have access to its content.": [
|
||||
"Zrušiť zdieľanie tohto zápisníka? Príjemcovia už nebudú mať prístup k jeho obsahu."
|
||||
@@ -4092,6 +4199,9 @@
|
||||
"Viewer": [
|
||||
"Prehliadač"
|
||||
],
|
||||
"Viewer and Rich Text Editor font family": [
|
||||
"Rodina písiem prehliadača a rozšíreného editora textu"
|
||||
],
|
||||
"Viewer font size": [
|
||||
"Veľkosť písma prehliadača"
|
||||
],
|
||||
@@ -4107,12 +4217,18 @@
|
||||
"Voice typing...": [
|
||||
"Hlasové zadávanie..."
|
||||
],
|
||||
"Voice typing: Glossary": [
|
||||
"Hlasové zadávanie: Slovník"
|
||||
],
|
||||
"Vosk": [
|
||||
"Vosk"
|
||||
],
|
||||
"Waiting for authorisation...": [
|
||||
"Čaká sa na overenie..."
|
||||
],
|
||||
"Waiting: Notebook %s from %s": [
|
||||
"Čaká sa: Zápisník %s z %s"
|
||||
],
|
||||
"Warning": [
|
||||
"Upozornenie"
|
||||
],
|
||||
@@ -4195,10 +4311,10 @@
|
||||
"Ste prihlásený do Joplin Cloud, teraz môžete opustiť túto obrazovku."
|
||||
],
|
||||
"You are now logged into your account.": [
|
||||
""
|
||||
"Teraz ste prihlásení do svojho účtu."
|
||||
],
|
||||
"You are now using the latest version of the Markdown editor.": [
|
||||
""
|
||||
"Teraz používate najnovšiu verziu editora Markdown."
|
||||
],
|
||||
"You are running the Intel version of Joplin on an Apple Silicon processor. Download the Apple Silicon one for better performance.": [
|
||||
"Používate Intel verziu Joplinu na procesore Apple Silicon. Pre lepší výkon si stiahnite verziu Apple Silicon."
|
||||
|
@@ -185,15 +185,18 @@
|
||||
"Add recipient:": [
|
||||
"Dodaj prejemnika:"
|
||||
],
|
||||
"Add tag %s to note": [
|
||||
""
|
||||
],
|
||||
"Add title": [
|
||||
"Dodaj naslov"
|
||||
],
|
||||
"Add to dictionary": [
|
||||
"Dodaj v slovar"
|
||||
],
|
||||
"Added tag: %s": [
|
||||
""
|
||||
],
|
||||
"Adds tag": [
|
||||
""
|
||||
],
|
||||
"Admin": [
|
||||
""
|
||||
],
|
||||
@@ -275,6 +278,9 @@
|
||||
"Aritim Dark": [
|
||||
"Aritim temno"
|
||||
],
|
||||
"Associated tags:": [
|
||||
""
|
||||
],
|
||||
"At present, Joplin Web can only be open in one tab at a time. Please close the other instance of Joplin.": [
|
||||
""
|
||||
],
|
||||
@@ -752,6 +758,9 @@
|
||||
"Default": [
|
||||
"Privzeto"
|
||||
],
|
||||
"Default title to use for documents created by the scanner.": [
|
||||
""
|
||||
],
|
||||
"Default: %s": [
|
||||
"Privzeto: %s"
|
||||
],
|
||||
@@ -872,9 +881,15 @@
|
||||
"Do not ask for confirmation.": [
|
||||
"Ne sprašuj za potrditev."
|
||||
],
|
||||
"Document scanner: Title template": [
|
||||
""
|
||||
],
|
||||
"Don't allow the share recipient to write to the shared notebook. Valid only for the `add` subcommand.": [
|
||||
""
|
||||
],
|
||||
"Don't show this message again": [
|
||||
""
|
||||
],
|
||||
"Done": [
|
||||
""
|
||||
],
|
||||
@@ -932,6 +947,9 @@
|
||||
"Edit": [
|
||||
"Uredi"
|
||||
],
|
||||
"Edit as Rich Text": [
|
||||
""
|
||||
],
|
||||
"Edit note.": [
|
||||
"Uredi beležko."
|
||||
],
|
||||
@@ -1742,9 +1760,6 @@
|
||||
"New sub-notebook": [
|
||||
"Novi pod-zvezek"
|
||||
],
|
||||
"New tags:": [
|
||||
"Nove oznake:"
|
||||
],
|
||||
"New to-do": [
|
||||
"Novi seznam opravil"
|
||||
],
|
||||
@@ -1898,9 +1913,6 @@
|
||||
"OCR: Clear cache and re-download language data files": [
|
||||
""
|
||||
],
|
||||
"Ok": [
|
||||
""
|
||||
],
|
||||
"OK": [
|
||||
"Vredu"
|
||||
],
|
||||
@@ -2009,6 +2021,9 @@
|
||||
"Permission needed": [
|
||||
"Dovoljenje potrebno"
|
||||
],
|
||||
"Photo %d": [
|
||||
""
|
||||
],
|
||||
"Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
|
||||
""
|
||||
],
|
||||
@@ -2207,6 +2222,9 @@
|
||||
"Recipients:": [
|
||||
"Prejemniki:"
|
||||
],
|
||||
"Recognize handwritten image": [
|
||||
""
|
||||
],
|
||||
"Record audio": [
|
||||
""
|
||||
],
|
||||
@@ -2684,9 +2702,6 @@
|
||||
"Tabloid": [
|
||||
"Tabloid"
|
||||
],
|
||||
"tag1, tag2, ...": [
|
||||
""
|
||||
],
|
||||
"Tagged: %d.": [
|
||||
"Označeno: %d."
|
||||
],
|
||||
@@ -2852,6 +2867,15 @@
|
||||
"This drawing may have unsaved changes.": [
|
||||
""
|
||||
],
|
||||
"This feature is disabled by default, you need to manually enable it by turning on the option to 'Enable handwritten transcription'.": [
|
||||
""
|
||||
],
|
||||
"This feature is only available on Joplin Cloud and Joplin Server.": [
|
||||
""
|
||||
],
|
||||
"This image type is not supported by the recognition system.": [
|
||||
""
|
||||
],
|
||||
"This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": [
|
||||
"To je napredno orodje za prikaz priponk, ki so povezane z vašimi beležkami. Prosim bodite previdni pri brisanju teh, saj ne morejo biti obnovljene kasneje."
|
||||
],
|
||||
@@ -2867,6 +2891,9 @@
|
||||
"This note has no history": [
|
||||
"Ta beležka nima nobene zgodovine"
|
||||
],
|
||||
"This note is in HTML format. Convert it to Markdown to edit it more easily.": [
|
||||
""
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
@@ -2900,6 +2927,9 @@
|
||||
"To allow Joplin to synchronise with Dropbox, please follow the steps below:": [
|
||||
"Da omogočite Joplinu sinhronizacijo z Dropbox, prosimo sledite tem korakom spodaj:"
|
||||
],
|
||||
"To create a new tag, type the name and press enter.": [
|
||||
""
|
||||
],
|
||||
"To delete a tag, untag the associated notes.": [
|
||||
"Za izbris dane oznake, odznačite beležke s to oznako."
|
||||
],
|
||||
@@ -2981,9 +3011,6 @@
|
||||
"Type a note title or part of its content to jump to it. Or type # followed by a tag name, or @ followed by a notebook name. Or type : to search for commands.": [
|
||||
"Vnesite naslov beležke ali samo del vsebine, da se premaknete do nje. Vnesite # in nato ime oznake, ali @ in nato ime zvezka. Ali vesite : da poiščite po ukazih."
|
||||
],
|
||||
"Type new tags or select from list": [
|
||||
"Vnesi nove oznake ali izberi iz seznama"
|
||||
],
|
||||
"Type: %s.": [
|
||||
"Vrsta: %s."
|
||||
],
|
||||
|
@@ -179,15 +179,18 @@
|
||||
"Add recipient:": [
|
||||
"Додај примаоца:"
|
||||
],
|
||||
"Add tag %s to note": [
|
||||
""
|
||||
],
|
||||
"Add title": [
|
||||
"Додај наслов"
|
||||
],
|
||||
"Add to dictionary": [
|
||||
""
|
||||
],
|
||||
"Added tag: %s": [
|
||||
""
|
||||
],
|
||||
"Adds tag": [
|
||||
""
|
||||
],
|
||||
"Admin": [
|
||||
""
|
||||
],
|
||||
@@ -263,6 +266,9 @@
|
||||
"Aritim Dark": [
|
||||
"Аритим Tamna"
|
||||
],
|
||||
"Associated tags:": [
|
||||
""
|
||||
],
|
||||
"At present, Joplin Web can only be open in one tab at a time. Please close the other instance of Joplin.": [
|
||||
""
|
||||
],
|
||||
@@ -668,6 +674,9 @@
|
||||
"Decrypting items: %d/%d": [
|
||||
"Дешифрујем ставке: %d/%d"
|
||||
],
|
||||
"Default title to use for documents created by the scanner.": [
|
||||
""
|
||||
],
|
||||
"Default: %s": [
|
||||
"Подразумевано: %s"
|
||||
],
|
||||
@@ -776,9 +785,15 @@
|
||||
"Do not ask for confirmation.": [
|
||||
"Не питај за потврду."
|
||||
],
|
||||
"Document scanner: Title template": [
|
||||
""
|
||||
],
|
||||
"Don't allow the share recipient to write to the shared notebook. Valid only for the `add` subcommand.": [
|
||||
""
|
||||
],
|
||||
"Don't show this message again": [
|
||||
""
|
||||
],
|
||||
"Done": [
|
||||
""
|
||||
],
|
||||
@@ -830,6 +845,9 @@
|
||||
"Edit": [
|
||||
"Уреди"
|
||||
],
|
||||
"Edit as Rich Text": [
|
||||
""
|
||||
],
|
||||
"Edit note.": [
|
||||
"Уреди белешку."
|
||||
],
|
||||
@@ -1556,9 +1574,6 @@
|
||||
"New notebook \"%s\" will be created and file \"%s\" will be imported into it": [
|
||||
"Нова бележница \"%s\" ће бити креирана и фајл \"%s\" ће бити увезен у њу"
|
||||
],
|
||||
"New tags:": [
|
||||
"Нове ознаке:"
|
||||
],
|
||||
"New to-do": [
|
||||
"Нова ставка задужења"
|
||||
],
|
||||
@@ -1694,9 +1709,6 @@
|
||||
"OCR: Clear cache and re-download language data files": [
|
||||
""
|
||||
],
|
||||
"Ok": [
|
||||
""
|
||||
],
|
||||
"OK": [
|
||||
"ОК"
|
||||
],
|
||||
@@ -1787,6 +1799,9 @@
|
||||
"Per user. Minimum of 2 users.": [
|
||||
""
|
||||
],
|
||||
"Photo %d": [
|
||||
""
|
||||
],
|
||||
"Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
|
||||
""
|
||||
],
|
||||
@@ -1964,6 +1979,9 @@
|
||||
"Recipients:": [
|
||||
"Примаоци:"
|
||||
],
|
||||
"Recognize handwritten image": [
|
||||
""
|
||||
],
|
||||
"Record audio": [
|
||||
""
|
||||
],
|
||||
@@ -2390,9 +2408,6 @@
|
||||
"Tabloid": [
|
||||
"Таблоид"
|
||||
],
|
||||
"tag1, tag2, ...": [
|
||||
""
|
||||
],
|
||||
"Tagged: %d.": [
|
||||
"Означено: %d."
|
||||
],
|
||||
@@ -2561,6 +2576,15 @@
|
||||
"This drawing may have unsaved changes.": [
|
||||
""
|
||||
],
|
||||
"This feature is disabled by default, you need to manually enable it by turning on the option to 'Enable handwritten transcription'.": [
|
||||
""
|
||||
],
|
||||
"This feature is only available on Joplin Cloud and Joplin Server.": [
|
||||
""
|
||||
],
|
||||
"This image type is not supported by the recognition system.": [
|
||||
""
|
||||
],
|
||||
"This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": [
|
||||
"Ово је напредни алат за приказивање прилога који су повезани са вашом бележницом. Молимо будите пажљиви приликом брисања, јер се након брисања не могу вратити."
|
||||
],
|
||||
@@ -2576,6 +2600,9 @@
|
||||
"This note has no history": [
|
||||
"Ова белешка нема историју"
|
||||
],
|
||||
"This note is in HTML format. Convert it to Markdown to edit it more easily.": [
|
||||
""
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
@@ -2603,6 +2630,9 @@
|
||||
"title": [
|
||||
"назив"
|
||||
],
|
||||
"To create a new tag, type the name and press enter.": [
|
||||
""
|
||||
],
|
||||
"To delete a tag, untag the associated notes.": [
|
||||
"Да обришете ознаку, уклоните је са повезаних белешки."
|
||||
],
|
||||
@@ -2666,9 +2696,6 @@
|
||||
"Type `joplin help` for usage information.": [
|
||||
"Укуцајте 'joplin help' за информацију о коришћењу."
|
||||
],
|
||||
"Type new tags or select from list": [
|
||||
"Унесите нове ознаке или одаберите са листе"
|
||||
],
|
||||
"Type: %s.": [
|
||||
"Тип:%s."
|
||||
],
|
||||
|
@@ -35,7 +35,7 @@
|
||||
"%d anteckningar kommer att raderas permanent. Fortsätta?"
|
||||
],
|
||||
"%d photo(s) taken": [
|
||||
""
|
||||
"%d foto(n) tagna"
|
||||
],
|
||||
"%s": [
|
||||
"%s"
|
||||
@@ -76,6 +76,9 @@
|
||||
"%s cannot be less than %s": [
|
||||
"%s kan inte vara mindre än %s"
|
||||
],
|
||||
"%s from %s": [
|
||||
"%s från %s"
|
||||
],
|
||||
"%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."
|
||||
],
|
||||
@@ -138,7 +141,7 @@
|
||||
"(Ingen)"
|
||||
],
|
||||
"(Read-only)": [
|
||||
""
|
||||
"(skrivskyddad)"
|
||||
],
|
||||
"(wysiwyg: %s)": [
|
||||
"(wysiwyg: %s)"
|
||||
@@ -161,8 +164,11 @@
|
||||
"<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> kan antingen vara \"toggle\" eller \"clear\". Använd \"toggle\" för att växla mellan givna uppgifter mellan slutförda och inte slutförda tillstånd (Om målet är en vanlig anteckning kommer den att konverteras till en att-göra). Använd \"clear\" för att konvertera uppgiften att-göra tillbaka till en vanlig anteckning."
|
||||
],
|
||||
"[None]": [
|
||||
"[Ingen]"
|
||||
],
|
||||
"A comma-separated list of words. May be used for uncommon words, to help voice typing spell them correctly.": [
|
||||
""
|
||||
"En kommaseparerad lista med ord. Kan användas för ovanliga ord för att hjälpa röstinmatning att stava dem korrekt."
|
||||
],
|
||||
"A new update (%s) is available": [
|
||||
"En ny uppdatering (%s) är tillgänglig"
|
||||
@@ -197,6 +203,12 @@
|
||||
"Accepted invitations": [
|
||||
"Accepterade inbjudningar"
|
||||
],
|
||||
"Accepted: Notebook %s from %s": [
|
||||
"Godkänd: Anteckningsbok %s från %s"
|
||||
],
|
||||
"Accepting share...": [
|
||||
"Accepterar delning..."
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
"Åtkomst nekad: Kontrollera ditt användarnamn och lösenord"
|
||||
],
|
||||
@@ -222,7 +234,7 @@
|
||||
"Aktiv"
|
||||
],
|
||||
"Actual Size": [
|
||||
"Faktiskt storlek"
|
||||
"Faktisk storlek"
|
||||
],
|
||||
"Add body": [
|
||||
"Lägg till brödtext"
|
||||
@@ -236,9 +248,6 @@
|
||||
"Add recipient:": [
|
||||
"Lägg till mottagare:"
|
||||
],
|
||||
"Add tag %s to note": [
|
||||
"Lägg till taggen %s till anteckningen"
|
||||
],
|
||||
"Add title": [
|
||||
"Lägg till titel"
|
||||
],
|
||||
@@ -248,6 +257,9 @@
|
||||
"Add to note": [
|
||||
"Lägg till i anteckning"
|
||||
],
|
||||
"Adds tag": [
|
||||
""
|
||||
],
|
||||
"Admin": [
|
||||
"Administratör"
|
||||
],
|
||||
@@ -279,7 +291,7 @@
|
||||
"Alla potentiella portar används - rapportera problemet på %s"
|
||||
],
|
||||
"All shared folders:": [
|
||||
""
|
||||
"Alla delade mappar:"
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
"Tillåter felsökning av mobila insticksmoduler. Se %s för detaljer."
|
||||
@@ -324,7 +336,7 @@
|
||||
"Android API-nivå: %d"
|
||||
],
|
||||
"Any email sent to this address will be converted into a note and added to your collection. The note will be saved into the Inbox notebook": [
|
||||
"Alla e-postmeddelanden som skickas till den här adressen kommer att omvandlas till en anteckning och läggas till i din samling. Anteckningen kommer att sparas i Inkorgens anteckningsbok"
|
||||
"Alla e-postmeddelanden som skickas till den här adressen kommer att omvandlas till en anteckning och läggas till i din samling. Anteckningen kommer att sparas anteckningsboken Inbox"
|
||||
],
|
||||
"Appearance": [
|
||||
"Utseende"
|
||||
@@ -338,6 +350,9 @@
|
||||
"Are you sure that you want to restore the default toolbar layout?\nThis cannot be undone.": [
|
||||
"Är du säker på att du vill återställa standardlayouten för verktygsfältet?\nDetta kan inte ångras."
|
||||
],
|
||||
"Are you sure you want to delete all history for this note? This cannot be undone.": [
|
||||
"Är du säker på att du vill ta bort all historik för denna anteckning? Detta kan inte ångras."
|
||||
],
|
||||
"Are you sure you want to renew the authorisation token?": [
|
||||
"Är du säker på att du vill förnya auktoriseringstoken?"
|
||||
],
|
||||
@@ -350,6 +365,9 @@
|
||||
"Aritim Dark": [
|
||||
"Aritim mörkt"
|
||||
],
|
||||
"Associated tags:": [
|
||||
""
|
||||
],
|
||||
"At present, Joplin Web can only be open in one tab at a time. Please close the other instance of Joplin.": [
|
||||
"För närvarande kan Joplin Web endast vara öppen på en flik åt gången. Stäng den andra instansen av Joplin."
|
||||
],
|
||||
@@ -405,7 +423,7 @@
|
||||
"Lägg automatiskt till inaktiverade konton för radering"
|
||||
],
|
||||
"Auto-format Markdown in the Rich Text Editor": [
|
||||
"Formatera Markdown automatiskt i Rich Text rr"
|
||||
"Formatera Markdown automatiskt i Avancerad textredigerare"
|
||||
],
|
||||
"Auto-pair braces, parentheses, quotations, etc.": [
|
||||
"Para automatiskt hakparenteser, paranteser, situationstecken, etc."
|
||||
@@ -522,7 +540,7 @@
|
||||
"Det går inte att spara%s \"%s\" eftersom det skulle gå över den totala tillåtna storleken (%s) för det här kontot"
|
||||
],
|
||||
"Cannot share encrypted notebook with recipient %s because they have not enabled end-to-end encryption. They may do so from the screen Configuration > Encryption.": [
|
||||
"Det går inte att dela krypterad anteckningsbok med mottagaren %s eftersom de inte har aktiverat ände-till-ände-kryptering. De kan göra det från skärmen Inställningar > Kryptering."
|
||||
"Det går inte att dela krypterad anteckningsbok med mottagaren %s eftersom de inte har aktiverat helvägskryptering. De kan göra det från skärmen Inställningar > Kryptering."
|
||||
],
|
||||
"Case sensitive": [
|
||||
"Skiftlägeskänslig"
|
||||
@@ -579,7 +597,7 @@
|
||||
"Rensa"
|
||||
],
|
||||
"Clear alarm": [
|
||||
"Ta bort alarm"
|
||||
"Ta bort larm"
|
||||
],
|
||||
"Clear search": [
|
||||
"Rensa sökning"
|
||||
@@ -666,7 +684,7 @@
|
||||
"Kommandopalett..."
|
||||
],
|
||||
"Commands: `add`, `remove`, `list`, `delete`, `accept`, `leave`, and `reject`.": [
|
||||
""
|
||||
"Kommandon: `add`, `remove`, `list`, `delete`, `accept`, `leave`, and `reject`."
|
||||
],
|
||||
"Compact": [
|
||||
"Kompakt"
|
||||
@@ -723,7 +741,7 @@
|
||||
"Anslut till Joplin Cloud"
|
||||
],
|
||||
"Connect using your organisation account": [
|
||||
""
|
||||
"Anslut med ditt organisationskonto"
|
||||
],
|
||||
"Consolidated billing": [
|
||||
"Konsoliderad fakturering"
|
||||
@@ -949,6 +967,9 @@
|
||||
"Default": [
|
||||
"Standard"
|
||||
],
|
||||
"Default title to use for documents created by the scanner.": [
|
||||
""
|
||||
],
|
||||
"Default: %s": [
|
||||
"Standard: %s"
|
||||
],
|
||||
@@ -964,6 +985,9 @@
|
||||
"Delete expired tokens": [
|
||||
"Ta bort utgångna tokens"
|
||||
],
|
||||
"Delete history": [
|
||||
"Radera historik"
|
||||
],
|
||||
"Delete line": [
|
||||
"Ta bort rad"
|
||||
],
|
||||
@@ -986,7 +1010,7 @@
|
||||
"Ta bort valda anteckningar"
|
||||
],
|
||||
"Delete the Inbox notebook?\n\nIf you delete the inbox notebook, any email that's recently been sent to it may be lost.": [
|
||||
"Ta bort Inbox-anteckningsboken?\n\nOm du tar bort inkorgens anteckningsbok kan alla e-postmeddelanden som nyligen har skickats till den gå förlorade."
|
||||
"Ta bort anteckningsboken Inbox?\n\nOm du tar bort anteckningsboken Inbox kan all e-post som nyligen har skickats till den gå förlorad."
|
||||
],
|
||||
"Delete this invitation? The recipient will no longer have access to this shared notebook.": [
|
||||
"Ta bort denna inbjudan? Mottagaren har inte längre tillgång till den delade anteckningsboken."
|
||||
@@ -1076,7 +1100,7 @@
|
||||
"Avfärda"
|
||||
],
|
||||
"Displays a geolocation URL for the note.": [
|
||||
"Visar en geolokaliserings-webbadress för anteckningen."
|
||||
"Visar en geolokaliserings-URL för anteckningen."
|
||||
],
|
||||
"Displays only the first top <num> notes.": [
|
||||
"Visar endast de första övre <num> anteckningarna."
|
||||
@@ -1108,10 +1132,19 @@
|
||||
"Do not ask for confirmation.": [
|
||||
"Fråga inte om bekräftelse."
|
||||
],
|
||||
"Do not ask for user confirmation.": [
|
||||
"Fråga inte om bekräftelse från användaren."
|
||||
],
|
||||
"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.": [
|
||||
"Förlora inte lösenordet som för säkerhetsändamål kommer det att vara det *enda* sättet att dekryptera data! För att aktivera kryptering, ange ditt lösenord nedan."
|
||||
],
|
||||
"Document scanner: Title template": [
|
||||
""
|
||||
],
|
||||
"Don't allow the share recipient to write to the shared notebook. Valid only for the `add` subcommand.": [
|
||||
"Tillåt inte delningsmottagaren att skriva till den delade anteckningsboken. Gäller endast för underkommandot `add`."
|
||||
],
|
||||
"Don't show this message again": [
|
||||
""
|
||||
],
|
||||
"Donate, website": [
|
||||
@@ -1262,7 +1295,7 @@
|
||||
"Aktivera ++ insert ++ syntax"
|
||||
],
|
||||
"Enable ==mark== syntax": [
|
||||
"Aktivera ==mark==-syntax"
|
||||
"Aktivera ==mark== syntax"
|
||||
],
|
||||
"Enable ^sup^ syntax": [
|
||||
"Aktivera ^sup^ syntax"
|
||||
@@ -1352,13 +1385,13 @@
|
||||
"Aktiverad"
|
||||
],
|
||||
"Enables Markdown list continuation, auto-closing HTML tags, and other markup autocompletions.": [
|
||||
"Aktiverar fortsättning av Markdown-lista, automatisk stängning av HTML-taggar och andra automatiska slutföranden av uppmärkning."
|
||||
"Aktiverar Markdown-listfortsättning, automatisk stängning av HTML-taggar och andra märkspråksautokompletteringar."
|
||||
],
|
||||
"Enables Markdown pattern replacement in the Rich Text Editor. For example, when enabled, typing **bold** creates bold text.": [
|
||||
""
|
||||
"Aktiverar Markdown-mönsterersättning i Avancerad textredigerare. Om du till exempel skriver **fet** skapas fet text när detta är aktiverat."
|
||||
],
|
||||
"Enabling encryption means *all* your notes and attachments are going to be re-synchronised and sent encrypted to the sync target.": [
|
||||
"Aktivera kryptering betyder att *alla* dina anteckningar och bilagor kommer att synkroniseras och skickas krypterade till synkroniseringsmålet."
|
||||
"Aktivera kryptering betyder att *alla* dina anteckningar och bilagor kommer att synkroniseras på nytt och skickas krypterade till synkroniseringsmålet."
|
||||
],
|
||||
"Encrypted": [
|
||||
"Krypterad"
|
||||
@@ -1382,7 +1415,7 @@
|
||||
"Kryptering:"
|
||||
],
|
||||
"End-to-end encryption": [
|
||||
"Ände-till-ände-kryptering"
|
||||
"Helvägskryptering"
|
||||
],
|
||||
"Ends voice typing": [
|
||||
"Avslutar röstinmatning"
|
||||
@@ -1399,6 +1432,12 @@
|
||||
"Enter password": [
|
||||
"Ange lösenord"
|
||||
],
|
||||
"Enter the code": [
|
||||
"Ange kod"
|
||||
],
|
||||
"Enter the code:": [
|
||||
"Ange kod:"
|
||||
],
|
||||
"Entering selection mode": [
|
||||
"Går in i urvalsläge"
|
||||
],
|
||||
@@ -1412,7 +1451,7 @@
|
||||
"Fel vid öppning av anteckning i redigeraren: %s"
|
||||
],
|
||||
"Error starting camera: %s": [
|
||||
""
|
||||
"Fel vid start av kamera: %s"
|
||||
],
|
||||
"Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:": [
|
||||
"Fel. Verifiera att URL, användarnamn, lösenord etc. är korrekta och att destinationen är tillgänglig. Rapporterat fel var:"
|
||||
@@ -1499,7 +1538,7 @@
|
||||
"Felsäkert läge: Synkroniseringen avbröts för att förhindra dataförlust, eftersom synkroniseringsmålet är tomt eller skadat. För att åsidosätta detta beteende, inaktivera felsäkert läge i synkroniseringsinställningarna."
|
||||
],
|
||||
"Failed to connect to your account. Please try again.": [
|
||||
""
|
||||
"Det gick inte att ansluta till ditt konto. Vänligen försök igen."
|
||||
],
|
||||
"Fatal error:": [
|
||||
"Allvarligt fel:"
|
||||
@@ -1522,9 +1561,6 @@
|
||||
"Filter": [
|
||||
"Filtrera"
|
||||
],
|
||||
"Filter tags": [
|
||||
"Filtrera taggar"
|
||||
],
|
||||
"Find": [
|
||||
"Hitta"
|
||||
],
|
||||
@@ -1553,7 +1589,7 @@
|
||||
"Fokus på titel"
|
||||
],
|
||||
"Folder \"%s\" is shared with:": [
|
||||
""
|
||||
"Mappen \"%s\" är delad med:"
|
||||
],
|
||||
"Follow link": [
|
||||
"Följ länken"
|
||||
@@ -1568,7 +1604,7 @@
|
||||
"För information om hur du anpassar snabbkommandon, besök %s"
|
||||
],
|
||||
"For more information about End-To-End Encryption (E2EE) and advice on how to enable it please check the documentation:": [
|
||||
"För mer information om ände-till-ände-kryptering (E2EE) och råd om hur du aktiverar det finns i dokumentationen:"
|
||||
"För mer information om helvägskryptering (E2EE) och råd om hur du aktiverar det finns i dokumentationen:"
|
||||
],
|
||||
"For the list of keyboard shortcuts and config options, type `help keymap`": [
|
||||
"För listan över snabbkommandon och konfigurationsinställningar, skriv `help keymap`"
|
||||
@@ -1602,10 +1638,10 @@
|
||||
"Skapar länkar..."
|
||||
],
|
||||
"Geolocation, spellcheck, editor toolbar, image resize": [
|
||||
"Geolokalisering, stavningskontroll, redigeringsverktygsfält, bildstorleksändring"
|
||||
"Geolokalisering, stavningskontroll, verktygsfält för redigerare, ändra storlek på bild"
|
||||
],
|
||||
"Get a quote": [
|
||||
""
|
||||
"Begär en offert"
|
||||
],
|
||||
"Get it now:": [
|
||||
"Hämta det nu:"
|
||||
@@ -1617,7 +1653,7 @@
|
||||
"Hämtar eller ställer in ett konfigureringsvärde. Om [value] inte anges kommer det att visa värdet på [name]. Om varken [name] eller [value] anges, kommer det att lista den nuvarande konfigurationen."
|
||||
],
|
||||
"Glossary:": [
|
||||
""
|
||||
"Ordlista:"
|
||||
],
|
||||
"go": [
|
||||
"gå"
|
||||
@@ -1701,7 +1737,7 @@
|
||||
"Hyperlänk"
|
||||
],
|
||||
"Icon": [
|
||||
"Icon"
|
||||
"Ikon"
|
||||
],
|
||||
"ID": [
|
||||
"ID"
|
||||
@@ -1784,6 +1820,9 @@
|
||||
"In: %s": [
|
||||
"I: %s"
|
||||
],
|
||||
"Incoming shares:": [
|
||||
"Inkommande delningar:"
|
||||
],
|
||||
"Incompatible": [
|
||||
"Inkompatibel"
|
||||
],
|
||||
@@ -1914,11 +1953,17 @@
|
||||
"Joplin Mobile"
|
||||
],
|
||||
"Joplin Server": [
|
||||
"Joplin-server"
|
||||
"Joplin Server"
|
||||
],
|
||||
"Joplin Server Business": [
|
||||
"Joplin Server Business"
|
||||
],
|
||||
"Joplin Server email": [
|
||||
"Joplin Server-e-post"
|
||||
],
|
||||
"Joplin Server Login": [
|
||||
"Joplin Server-inloggning"
|
||||
],
|
||||
"Joplin Server password": [
|
||||
"Joplin Server-lösenord"
|
||||
],
|
||||
@@ -1926,7 +1971,7 @@
|
||||
"Joplin-serverwebbadress"
|
||||
],
|
||||
"Joplin SSO Authentication": [
|
||||
""
|
||||
"Joplin SSO-autentisering"
|
||||
],
|
||||
"Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.": [
|
||||
"Joplin Web Clipper gör det möjligt att spara webbsidor och skärmdumpar från din webbläsare till Joplin."
|
||||
@@ -1938,10 +1983,10 @@
|
||||
"Joplins egen synkroniseringstjänst. Ger också åtkomst till Joplin-specifika funktioner som att publicera anteckningar eller samarbeta med anteckningsböcker."
|
||||
],
|
||||
"Keep note history for": [
|
||||
"Spara anteckningshistorik i"
|
||||
"Behåll anteckningshistorik under"
|
||||
],
|
||||
"Keep notes in the trash for": [
|
||||
"Förvara anteckningar i papperskorgen för"
|
||||
"Behåll anteckningar i papperskorgen under"
|
||||
],
|
||||
"Keyboard Mode": [
|
||||
"Tangentbordsläge"
|
||||
@@ -1959,7 +2004,7 @@
|
||||
"Nycklar som behöver uppgradering"
|
||||
],
|
||||
"Landscape": [
|
||||
"Vågrätt(Landskap)"
|
||||
"Liggande"
|
||||
],
|
||||
"Language": [
|
||||
"Språk"
|
||||
@@ -2015,6 +2060,10 @@
|
||||
"Link": [
|
||||
"Länk"
|
||||
],
|
||||
"Link created!": [
|
||||
"Länk skapad!",
|
||||
"Länkar skapade!"
|
||||
],
|
||||
"Link description": [
|
||||
"Länkbeskrivning"
|
||||
],
|
||||
@@ -2028,6 +2077,9 @@
|
||||
"Link to note...": [
|
||||
"Länk till anteckning..."
|
||||
],
|
||||
"Links": [
|
||||
"Länkar"
|
||||
],
|
||||
"List item": [
|
||||
"Listobjekt"
|
||||
],
|
||||
@@ -2046,6 +2098,9 @@
|
||||
"Log": [
|
||||
"Logg"
|
||||
],
|
||||
"Log in with your web browser": [
|
||||
"Logg in med din webbläsare"
|
||||
],
|
||||
"Login to Joplin Cloud.": [
|
||||
"Logga in till Joplin Cloud."
|
||||
],
|
||||
@@ -2110,7 +2165,7 @@
|
||||
"Markerar en att-göra som inte fullständig."
|
||||
],
|
||||
"Markup": [
|
||||
"Markering"
|
||||
"Märkspråk"
|
||||
],
|
||||
"Master Key %s": [
|
||||
"Huvudnyckel %s"
|
||||
@@ -2198,7 +2253,7 @@
|
||||
"Flytta åt höger"
|
||||
],
|
||||
"Move to notebook": [
|
||||
"Flytta till anteckningsboken"
|
||||
"Flytta till anteckningsbok"
|
||||
],
|
||||
"Move to notebook...": [
|
||||
"Flytta till anteckningsbok..."
|
||||
@@ -2254,9 +2309,6 @@
|
||||
"New sub-notebook": [
|
||||
"Ny delanteckningsbok"
|
||||
],
|
||||
"New tags:": [
|
||||
"Nya taggar:"
|
||||
],
|
||||
"New to-do": [
|
||||
"Ny att-göra"
|
||||
],
|
||||
@@ -2266,6 +2318,9 @@
|
||||
"next": [
|
||||
"nästa"
|
||||
],
|
||||
"Next": [
|
||||
"Nästa"
|
||||
],
|
||||
"Next match": [
|
||||
"Nästa träff"
|
||||
],
|
||||
@@ -2311,6 +2366,9 @@
|
||||
"No results": [
|
||||
"Inga resultat"
|
||||
],
|
||||
"No revision selected": [
|
||||
"Ingen revision vald"
|
||||
],
|
||||
"No such command: %s": [
|
||||
"Inget sådant kommando: %s"
|
||||
],
|
||||
@@ -2374,9 +2432,15 @@
|
||||
"Note has been saved.": [
|
||||
"Anteckning har sparats."
|
||||
],
|
||||
"Note history": [
|
||||
"Anteckningshistorik"
|
||||
],
|
||||
"Note History": [
|
||||
"Anteckningshistorik"
|
||||
],
|
||||
"Note history has been deleted.": [
|
||||
"Anteckningshistoriken har raderats."
|
||||
],
|
||||
"Note is not a to-do: \"%s\"": [
|
||||
"Anteckning är inte en att-göra: \"%s\""
|
||||
],
|
||||
@@ -2446,9 +2510,6 @@
|
||||
"OCR: Language data URL or path": [
|
||||
"OCR: Språkdata-URL eller -sökväg"
|
||||
],
|
||||
"Ok": [
|
||||
""
|
||||
],
|
||||
"OK": [
|
||||
"OK"
|
||||
],
|
||||
@@ -2609,6 +2670,9 @@
|
||||
"Permission needed": [
|
||||
"Tillstånd behövs"
|
||||
],
|
||||
"Photo %d": [
|
||||
""
|
||||
],
|
||||
"Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
|
||||
"Klicka på \"%s\" för att fortsätta, eller ställ in lösenorden i listan \"%s\" nedan."
|
||||
],
|
||||
@@ -2652,7 +2716,7 @@
|
||||
"Vänta tills alla bilagor hämtas och dekrypteras. Du kan också växla till %s för att redigera anteckningen."
|
||||
],
|
||||
"Please wait while we load your organisation sign-in page...": [
|
||||
""
|
||||
"Vänligen vänta medan vi laddar din organisations inloggningssida..."
|
||||
],
|
||||
"Please wait...": [
|
||||
"Vänta..."
|
||||
@@ -2685,7 +2749,7 @@
|
||||
"Insticksmoduler utökar Joplin med funktioner som inte finns som standard. Insticksmoduler kan utöka Joplins redigerare, visare och mer."
|
||||
],
|
||||
"Portrait": [
|
||||
"Lodrätt(Porträtt)"
|
||||
"Stående"
|
||||
],
|
||||
"Possible keys/values:": [
|
||||
"Möjliga nycklar/värden:"
|
||||
@@ -2694,7 +2758,7 @@
|
||||
"Möjliga värden: %s."
|
||||
],
|
||||
"Prefer JSON output.": [
|
||||
""
|
||||
"Föredra JSON-utdata."
|
||||
],
|
||||
"Preferences": [
|
||||
"Inställningar"
|
||||
@@ -2712,7 +2776,7 @@
|
||||
"Föredragen leverantör av röstinmatning"
|
||||
],
|
||||
"Preserve colours when pasting text in Rich Text Editor": [
|
||||
"Bevara färger när du klistrar in text i Rich Text Editor"
|
||||
"Bevara färger när du klistrar in text i Avancerad textredigerare"
|
||||
],
|
||||
"Press Ctrl+D or type \"exit\" to exit the application": [
|
||||
"Tryck Ctrl+D eller skriv \"exit\" för att avsluta programmet"
|
||||
@@ -2732,6 +2796,9 @@
|
||||
"Previous match": [
|
||||
"Föregående träff"
|
||||
],
|
||||
"Previous versions": [
|
||||
"Tidigare versioner"
|
||||
],
|
||||
"Previous versions of this note": [
|
||||
"Tidigare versioner av denna anteckning"
|
||||
],
|
||||
@@ -2792,8 +2859,11 @@
|
||||
"Public-private key pair:": [
|
||||
"Offentlig-privat nyckelpar:"
|
||||
],
|
||||
"Publish Note": [
|
||||
"Publicera anteckning"
|
||||
],
|
||||
"Publish note...": [
|
||||
"Publisera anteckning..."
|
||||
"Publicera anteckning..."
|
||||
],
|
||||
"Publish Notes": [
|
||||
"Publicera anteckningar"
|
||||
@@ -2802,7 +2872,7 @@
|
||||
"Publicera anteckningar till internet"
|
||||
],
|
||||
"Publish/unpublish": [
|
||||
""
|
||||
"Publicera/avpublicera"
|
||||
],
|
||||
"QR Code": [
|
||||
"QR-kod"
|
||||
@@ -2870,6 +2940,9 @@
|
||||
"Reject": [
|
||||
"Avvisa"
|
||||
],
|
||||
"Rejecting share...": [
|
||||
"Avvisar delning..."
|
||||
],
|
||||
"Remove": [
|
||||
"Ta bort"
|
||||
],
|
||||
@@ -2882,6 +2955,9 @@
|
||||
"Remove this search from the sidebar?": [
|
||||
"Ta bort den här sökningen från sidofältet?"
|
||||
],
|
||||
"Removed %s from share.": [
|
||||
"Tog bort %s från delningen."
|
||||
],
|
||||
"Rename": [
|
||||
"Byt namn"
|
||||
],
|
||||
@@ -2910,7 +2986,7 @@
|
||||
"Ersätt alla"
|
||||
],
|
||||
"Replace with...": [
|
||||
"Ersätt alla..."
|
||||
"Ersätt med…"
|
||||
],
|
||||
"Replace: ": [
|
||||
"Ersätt: "
|
||||
@@ -2996,14 +3072,17 @@
|
||||
"Reverses the sorting order.": [
|
||||
"Omvänder sorteringsordningen."
|
||||
],
|
||||
"Revision:": [
|
||||
"Revision:"
|
||||
],
|
||||
"Revision: %s (%s)": [
|
||||
"Revision: %s (%s)"
|
||||
],
|
||||
"Rich Text": [
|
||||
"Rich Text"
|
||||
"Avancerad text"
|
||||
],
|
||||
"Rich Text editor. Press Escape then Tab to escape focus.": [
|
||||
"Rich Text redigerare. Tryck på Escape och sedan på Tab för att undvika fokus."
|
||||
"Avancerad textredigerare. Tryck på ESC och sedan på Tab för att undvika fokus."
|
||||
],
|
||||
"Runs the commands contained in the text file. There should be one command per line.": [
|
||||
"Kör kommandona i textfilen. Det ska finnas ett kommando per rad."
|
||||
@@ -3033,7 +3112,7 @@
|
||||
"Spara"
|
||||
],
|
||||
"Save alarm": [
|
||||
"Spara alarm"
|
||||
"Spara larm"
|
||||
],
|
||||
"Save as %s": [
|
||||
"Spara som %s"
|
||||
@@ -3048,7 +3127,7 @@
|
||||
"Spara ändringar?"
|
||||
],
|
||||
"Save geo-location with notes": [
|
||||
"Spara geolokalisering med anteckningar"
|
||||
"Spara geografisk plats med anteckningar"
|
||||
],
|
||||
"Scanned code": [
|
||||
"Skannad kod"
|
||||
@@ -3098,6 +3177,9 @@
|
||||
"Select": [
|
||||
"Välj"
|
||||
],
|
||||
"Select a revision...": [
|
||||
"Välj en revision..."
|
||||
],
|
||||
"Select all": [
|
||||
"Välj alla"
|
||||
],
|
||||
@@ -3117,7 +3199,7 @@
|
||||
"Väljer en anteckningsbok"
|
||||
],
|
||||
"Self-hosted": [
|
||||
""
|
||||
"Drifta på egen hand"
|
||||
],
|
||||
"Send bug report": [
|
||||
"Skicka felrapport"
|
||||
@@ -3132,10 +3214,10 @@
|
||||
"Servern körs på port %d"
|
||||
],
|
||||
"Set alarm": [
|
||||
"Ställ in alarm"
|
||||
"Ställ in larm"
|
||||
],
|
||||
"Set alarm:": [
|
||||
"Ställ in alarm:"
|
||||
"Ställ in larm:"
|
||||
],
|
||||
"Set it to 0 to make it take the complete available space. Recommended width is 600.": [
|
||||
"Ställ in det till 0 för att få det att ta det kompletta lediga utrymmet. Rekommenderad bredd är 600."
|
||||
@@ -3177,7 +3259,7 @@
|
||||
"Delningar"
|
||||
],
|
||||
"Shares or unshares the specified [notebook] with [user]. Requires Joplin Cloud or Joplin Server.": [
|
||||
""
|
||||
"Delar eller upphäver delningen av den angivna [notebook] med [user]. Kräver Joplin Cloud eller Joplin Server."
|
||||
],
|
||||
"Sharing notebook...": [
|
||||
"Delar anteckningsboken..."
|
||||
@@ -3302,6 +3384,9 @@
|
||||
"Source": [
|
||||
"Källa"
|
||||
],
|
||||
"Source code available": [
|
||||
"Källkod tillgänglig"
|
||||
],
|
||||
"Source format: %s": [
|
||||
"Källformat: %s"
|
||||
],
|
||||
@@ -3366,7 +3451,7 @@
|
||||
"Steg 2: Installera tillägget"
|
||||
],
|
||||
"Stop": [
|
||||
"Sluta"
|
||||
"Stoppa"
|
||||
],
|
||||
"Stop external editing": [
|
||||
"Stoppa extern redigering"
|
||||
@@ -3428,6 +3513,9 @@
|
||||
"Switch to the legacy editor": [
|
||||
"Byt till den äldre redigeraren"
|
||||
],
|
||||
"Switch to the new editor": [
|
||||
"Byt till den nya redigeraren"
|
||||
],
|
||||
"Switch to to-do type": [
|
||||
"Byt till att-göra-typ"
|
||||
],
|
||||
@@ -3498,14 +3586,11 @@
|
||||
"Tabbindrag"
|
||||
],
|
||||
"Tab moves focus": [
|
||||
"Fliken flyttar fokus"
|
||||
"Tabb flyttar fokus"
|
||||
],
|
||||
"Tabloid": [
|
||||
"Tabloid"
|
||||
],
|
||||
"tag1, tag2, ...": [
|
||||
"tagg1, tagg2, ..."
|
||||
],
|
||||
"Tagged: %d.": [
|
||||
"Taggad: %d."
|
||||
],
|
||||
@@ -3586,7 +3671,7 @@
|
||||
"Följande nycklar använder en föråldrad krypteringsalgoritm och det rekommenderas att uppgradera dem. Den uppgraderade nyckeln kommer fortfarande att kunna dekryptera och kryptera dina data som vanligt."
|
||||
],
|
||||
"The following plugins may not support the current markdown editor:": [
|
||||
"Följande plugins kanske inte stöder den nuvarande markdown-redigeraren:"
|
||||
"Följande insticksmoduler kanske inte stöder den nuvarande markdown-redigeraren:"
|
||||
],
|
||||
"The Joplin team has vetted this plugin and it meets our standards for security and performance.": [
|
||||
"Joplin-teamet har granskat denna insticksmodul och den uppfyller våra standarder för säkerhet och prestanda."
|
||||
@@ -3595,7 +3680,7 @@
|
||||
"Nycklarna med dessa ID används för att kryptera några av dina objekt, men programmet har för närvarande inte tillgång till dem. Det är troligt att de så småningom kommer att hämtas via synkronisering."
|
||||
],
|
||||
"The legacy Markdown editor appears to have crashed due to an incompatibility with a plugin. We recommend using the new editor.": [
|
||||
""
|
||||
"Den gamla Markdown-redigeraren verkar ha kraschat på grund av en inkompatibilitet med en insticksmodul. Vi rekommenderar att du använder den nya redigeraren."
|
||||
],
|
||||
"The master key has been upgraded successfully!": [
|
||||
"Huvudnyckeln har framgångsrikt uppgraderats!"
|
||||
@@ -3709,6 +3794,15 @@
|
||||
"This drawing may have unsaved changes.": [
|
||||
"Den här ritningen kan ha osparade ändringar."
|
||||
],
|
||||
"This feature is disabled by default, you need to manually enable it by turning on the option to 'Enable handwritten transcription'.": [
|
||||
""
|
||||
],
|
||||
"This feature is only available on Joplin Cloud and Joplin Server.": [
|
||||
""
|
||||
],
|
||||
"This image type is not supported by the recognition system.": [
|
||||
""
|
||||
],
|
||||
"This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": [
|
||||
"Detta är ett avancerat verktyg för att visa bilagorna som är länkade till dina anteckningar. Var försiktig när du tar bort en av dem eftersom de inte kan återställas efteråt."
|
||||
],
|
||||
@@ -3725,7 +3819,7 @@
|
||||
"Dessa anteckningar kunde inte flyttas: %s"
|
||||
],
|
||||
"This note does not have geolocation information.": [
|
||||
"Denna anteckning har inte geolokaliseringsinformation."
|
||||
"Denna anteckning saknar geolokaliseringsinformation."
|
||||
],
|
||||
"This note has been modified:": [
|
||||
"Denna anteckning har ändrats:"
|
||||
@@ -3736,11 +3830,14 @@
|
||||
"This note has no history": [
|
||||
"Denna anteckning har ingen historik"
|
||||
],
|
||||
"This note is in HTML format. Convert it to Markdown to edit it more easily.": [
|
||||
""
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
"Denna insticksmodul stöder inte %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."
|
||||
"Denna Avancerade textredigerare 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."
|
||||
@@ -3775,9 +3872,15 @@
|
||||
"To allow Joplin to synchronise with Joplin Cloud, please login using this URL:": [
|
||||
"För att tillåta Joplin att synkronisera med Joplin Cloud, vänligen logga in med denna URL:"
|
||||
],
|
||||
"To allow Joplin to synchronise with your account, please follow these steps:": [
|
||||
"Följ dessa steg för att låta Joplin synkronisera med ditt konto:"
|
||||
],
|
||||
"To continue, please enter your master password below.": [
|
||||
"För att fortsätta, ange ditt huvudlösenord nedan."
|
||||
],
|
||||
"To create a new tag, type the name and press enter.": [
|
||||
""
|
||||
],
|
||||
"To delete a tag, untag the associated notes.": [
|
||||
"För att ta bort en tagg, ta bort de associerade anteckningarna."
|
||||
],
|
||||
@@ -3845,7 +3948,7 @@
|
||||
"Växla menyfältet"
|
||||
],
|
||||
"Toggle note history, keep notes for": [
|
||||
"Växla anteckningshistorik, behåll anteckningar för"
|
||||
"Växla anteckningshistorik, behåll anteckningar under"
|
||||
],
|
||||
"Toggle note list": [
|
||||
"Växla anteckningslista"
|
||||
@@ -3887,7 +3990,7 @@
|
||||
"Försök igen"
|
||||
],
|
||||
"Try it now": [
|
||||
"Testa det nu"
|
||||
"Prova det nu"
|
||||
],
|
||||
"Type `help [command]` for more information about a command; or type `help all` for the complete usage information.": [
|
||||
"Skriv `help [command]` för mer information om ett kommando; eller skriv `help all` för fullständig användningsinformation."
|
||||
@@ -3901,9 +4004,6 @@
|
||||
"Type a note title to search for it.": [
|
||||
"Skriv en anteckningsrubrik för att söka efter den."
|
||||
],
|
||||
"Type new tags or select from list": [
|
||||
"Skriv nya taggar eller välj från listan"
|
||||
],
|
||||
"Type: %s.": [
|
||||
"Typ: %s."
|
||||
],
|
||||
@@ -3943,17 +4043,23 @@
|
||||
"Unordered list": [
|
||||
"Oordnad lista"
|
||||
],
|
||||
"Unpublish": [
|
||||
"Avpublicera"
|
||||
],
|
||||
"Unpublish \"%s\"": [
|
||||
"Avpublicera \"%s\""
|
||||
],
|
||||
"Unpublish note": [
|
||||
"Sluta publisera anteckningen"
|
||||
"Avpublicera anteckningen"
|
||||
],
|
||||
"Unshare": [
|
||||
"Sluta dela"
|
||||
],
|
||||
"Unshare notebook \"%s\"? This may cause other users to lose access to the notebook.": [
|
||||
""
|
||||
"Avaktivera delning av anteckningsbok ”%s”? Detta kan leda till att andra användare förlorar åtkomst till anteckningsboken."
|
||||
],
|
||||
"Unshare this notebook? The recipients will no longer have access to its content.": [
|
||||
"Dela inte den här anteckningsboken? Mottagarna har inte längre tillgång till dess innehåll."
|
||||
"Vill du inte dela den här anteckningsboken? Mottagarna kommer inte längre att ha tillgång till dess innehåll."
|
||||
],
|
||||
"Unsupported image type: %s": [
|
||||
"Bildstorlek som inte stöds: %s"
|
||||
@@ -4075,6 +4181,9 @@
|
||||
"Viewer": [
|
||||
"Visare"
|
||||
],
|
||||
"Viewer and Rich Text Editor font family": [
|
||||
"Teckensnitt för Viewer och Avancerad textredigerare"
|
||||
],
|
||||
"Viewer font size": [
|
||||
"Teckenstorlek för visningsprogram"
|
||||
],
|
||||
@@ -4088,7 +4197,10 @@
|
||||
"Språkfiler för röstinmatning (URL)"
|
||||
],
|
||||
"Voice typing...": [
|
||||
"Röstskrivning..."
|
||||
"Röstinmatning..."
|
||||
],
|
||||
"Voice typing: Glossary": [
|
||||
"Röstinmatning: Ordlista"
|
||||
],
|
||||
"Vosk": [
|
||||
"Vosk"
|
||||
@@ -4096,6 +4208,9 @@
|
||||
"Waiting for authorisation...": [
|
||||
"Väntar på auktorisation..."
|
||||
],
|
||||
"Waiting: Notebook %s from %s": [
|
||||
"Väntar: Anteckningsbok %s från %s"
|
||||
],
|
||||
"Warning": [
|
||||
"Varning"
|
||||
],
|
||||
@@ -4178,10 +4293,10 @@
|
||||
"Du är inloggad på Joplin Cloud, du kan lämna den här skärmen nu."
|
||||
],
|
||||
"You are now logged into your account.": [
|
||||
""
|
||||
"Du är nu inloggad på ditt konto."
|
||||
],
|
||||
"You are now using the latest version of the Markdown editor.": [
|
||||
""
|
||||
"Du använder nu den senaste versionen av Markdown-redigeraren."
|
||||
],
|
||||
"You are running the Intel version of Joplin on an Apple Silicon processor. Download the Apple Silicon one for better performance.": [
|
||||
"Du kör Intel-versionen av Joplin på en Apple Silicon-processor. Hämta Apple Silicon-versionen för bättre prestanda."
|
||||
|
@@ -173,15 +173,18 @@
|
||||
"Add recipient:": [
|
||||
""
|
||||
],
|
||||
"Add tag %s to note": [
|
||||
""
|
||||
],
|
||||
"Add title": [
|
||||
"เพิ่มชื่อเรื่อง"
|
||||
],
|
||||
"Add to dictionary": [
|
||||
""
|
||||
],
|
||||
"Added tag: %s": [
|
||||
""
|
||||
],
|
||||
"Adds tag": [
|
||||
""
|
||||
],
|
||||
"Admin": [
|
||||
""
|
||||
],
|
||||
@@ -257,6 +260,9 @@
|
||||
"Aritim Dark": [
|
||||
""
|
||||
],
|
||||
"Associated tags:": [
|
||||
""
|
||||
],
|
||||
"At present, Joplin Web can only be open in one tab at a time. Please close the other instance of Joplin.": [
|
||||
""
|
||||
],
|
||||
@@ -638,6 +644,9 @@
|
||||
"Default": [
|
||||
"ค่าเริ่มต้น"
|
||||
],
|
||||
"Default title to use for documents created by the scanner.": [
|
||||
""
|
||||
],
|
||||
"Default: %s": [
|
||||
""
|
||||
],
|
||||
@@ -737,9 +746,15 @@
|
||||
"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.": [
|
||||
""
|
||||
],
|
||||
"Document scanner: Title template": [
|
||||
""
|
||||
],
|
||||
"Don't allow the share recipient to write to the shared notebook. Valid only for the `add` subcommand.": [
|
||||
""
|
||||
],
|
||||
"Don't show this message again": [
|
||||
""
|
||||
],
|
||||
"Done": [
|
||||
""
|
||||
],
|
||||
@@ -791,6 +806,9 @@
|
||||
"Edit": [
|
||||
"แก้ไข"
|
||||
],
|
||||
"Edit as Rich Text": [
|
||||
""
|
||||
],
|
||||
"Edit note.": [
|
||||
"แก้ไขบันทึก"
|
||||
],
|
||||
@@ -1505,9 +1523,6 @@
|
||||
"New sub-notebook": [
|
||||
"สร้างสมุดบันทึกย่อยใหม่"
|
||||
],
|
||||
"New tags:": [
|
||||
"แท็กใหม่:"
|
||||
],
|
||||
"New to-do": [
|
||||
"สร้าง to-do"
|
||||
],
|
||||
@@ -1628,9 +1643,6 @@
|
||||
"OCR: Clear cache and re-download language data files": [
|
||||
""
|
||||
],
|
||||
"Ok": [
|
||||
""
|
||||
],
|
||||
"OK": [
|
||||
"ตกลง"
|
||||
],
|
||||
@@ -1721,6 +1733,9 @@
|
||||
"Per user. Minimum of 2 users.": [
|
||||
""
|
||||
],
|
||||
"Photo %d": [
|
||||
""
|
||||
],
|
||||
"Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
|
||||
""
|
||||
],
|
||||
@@ -1886,6 +1901,9 @@
|
||||
"Re-upload local data to sync target": [
|
||||
""
|
||||
],
|
||||
"Read more": [
|
||||
""
|
||||
],
|
||||
"Read more about it": [
|
||||
""
|
||||
],
|
||||
@@ -1904,6 +1922,9 @@
|
||||
"Recipients:": [
|
||||
""
|
||||
],
|
||||
"Recognize handwritten image": [
|
||||
""
|
||||
],
|
||||
"Recommended": [
|
||||
""
|
||||
],
|
||||
@@ -2330,9 +2351,6 @@
|
||||
"Tabloid": [
|
||||
"Tabloid"
|
||||
],
|
||||
"tag1, tag2, ...": [
|
||||
""
|
||||
],
|
||||
"Tagged: %d.": [
|
||||
"แท็ก: %d"
|
||||
],
|
||||
@@ -2426,6 +2444,9 @@
|
||||
"The note \"%s\" has been successfully restored to the notebook \"%s\".": [
|
||||
""
|
||||
],
|
||||
"The note has been converted to Markdown and the original note has been moved to the trash": [
|
||||
""
|
||||
],
|
||||
"The note was successfully moved to the trash.": [
|
||||
""
|
||||
],
|
||||
@@ -2516,6 +2537,15 @@
|
||||
"This drawing may have unsaved changes.": [
|
||||
""
|
||||
],
|
||||
"This feature is disabled by default, you need to manually enable it by turning on the option to 'Enable handwritten transcription'.": [
|
||||
""
|
||||
],
|
||||
"This feature is only available on Joplin Cloud and Joplin Server.": [
|
||||
""
|
||||
],
|
||||
"This image type is not supported by the recognition system.": [
|
||||
""
|
||||
],
|
||||
"This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": [
|
||||
""
|
||||
],
|
||||
@@ -2528,6 +2558,9 @@
|
||||
"This note has no history": [
|
||||
"บันทึกนี้ไม่มีประวัติย้อนหลัง"
|
||||
],
|
||||
"This note is in HTML format. Convert it to Markdown to edit it more easily.": [
|
||||
""
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
@@ -2555,6 +2588,9 @@
|
||||
"To allow Joplin to synchronise with Dropbox, please follow the steps below:": [
|
||||
""
|
||||
],
|
||||
"To create a new tag, type the name and press enter.": [
|
||||
""
|
||||
],
|
||||
"To delete a tag, untag the associated notes.": [
|
||||
""
|
||||
],
|
||||
|
@@ -31,11 +31,11 @@
|
||||
"Bu desene uyan %d not var. Silinsin mi?"
|
||||
],
|
||||
"%d note will be permanently deleted. Continue?": [
|
||||
"%s notl kalıcı olarak silecek. Devam edilsin mi?",
|
||||
"%s notu kalıcı olarak silecek. Devam edilsin mi?",
|
||||
"%s not kalıcı olarak silecek. Devam edilsin mi?"
|
||||
],
|
||||
"%d photo(s) taken": [
|
||||
""
|
||||
"%d fotoğraf çekildi"
|
||||
],
|
||||
"%s": [
|
||||
"%s"
|
||||
@@ -76,6 +76,9 @@
|
||||
"%s cannot be less than %s": [
|
||||
"%s %s değerinden daha düşük olamaz"
|
||||
],
|
||||
"%s from %s": [
|
||||
"%s , şundan: %s"
|
||||
],
|
||||
"%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."
|
||||
],
|
||||
@@ -138,7 +141,7 @@
|
||||
"(Hiçbiri)"
|
||||
],
|
||||
"(Read-only)": [
|
||||
""
|
||||
"(Salt-okunur)"
|
||||
],
|
||||
"(wysiwyg: %s)": [
|
||||
"(ne görürsen onu alırsın: %s)"
|
||||
@@ -161,8 +164,11 @@
|
||||
"<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” veya “clear” olabilir. “toggle” kullanarak yapılacak listesinin tamamlanma değerini değiştirebilirsiniz. (Eğer hedef öğe not ise yapılacaklar listesine dönüştürülür). “clear” kullanarak yapılacaklar listesini normal nota dönüştürebilirsiniz."
|
||||
],
|
||||
"[None]": [
|
||||
"[None]"
|
||||
],
|
||||
"A comma-separated list of words. May be used for uncommon words, to help voice typing spell them correctly.": [
|
||||
""
|
||||
"Virgülle ayrılmış bir kelime listesi. Sesli yazımın nadir kelimeleri doğru şekilde hecelemesine yardımcı olmak için kullanılabilir."
|
||||
],
|
||||
"A new update (%s) is available": [
|
||||
"Yeni bir güncelleme (%s) mevcut"
|
||||
@@ -197,6 +203,12 @@
|
||||
"Accepted invitations": [
|
||||
"Kabul edilen davetiyeler"
|
||||
],
|
||||
"Accepted: Notebook %s from %s": [
|
||||
"%s not defteri %s tarafından kabul edildi"
|
||||
],
|
||||
"Accepting share...": [
|
||||
"Paylaşım kabul ediliyor"
|
||||
],
|
||||
"Access denied: Please check your username and password": [
|
||||
"Erişim reddedildi: Lütfen kullanıcı adınızı ve parolanızı kontrol edin"
|
||||
],
|
||||
@@ -236,9 +248,6 @@
|
||||
"Add recipient:": [
|
||||
"Alıcı ekle:"
|
||||
],
|
||||
"Add tag %s to note": [
|
||||
"Nota %s etiketini ekle"
|
||||
],
|
||||
"Add title": [
|
||||
"Başlık ekle"
|
||||
],
|
||||
@@ -248,6 +257,9 @@
|
||||
"Add to note": [
|
||||
"Nota ekle"
|
||||
],
|
||||
"Adds tag": [
|
||||
""
|
||||
],
|
||||
"Admin": [
|
||||
"Yönetici"
|
||||
],
|
||||
@@ -279,7 +291,7 @@
|
||||
"Tüm potensiyel portlar kullanımdadır - lütfen %s hata bildirimi yapınız"
|
||||
],
|
||||
"All shared folders:": [
|
||||
""
|
||||
"Tüm paylaşılan klasörler"
|
||||
],
|
||||
"Allows debugging mobile plugins. See %s for details.": [
|
||||
"Mobil eklentilerde hata ayıklamayı etkinleştir. Detaylar için %s ."
|
||||
@@ -338,6 +350,9 @@
|
||||
"Are you sure that you want to restore the default toolbar layout?\nThis cannot be undone.": [
|
||||
"Standart araç çubuğu görünümüne geri dönmek istediğinizden emin misiniz?\nBu işlem geri alınamaz."
|
||||
],
|
||||
"Are you sure you want to delete all history for this note? This cannot be undone.": [
|
||||
"Bu notun tüm geçmişini silmek istediğinizden emin misiniz? Bu işlem geri alınamaz."
|
||||
],
|
||||
"Are you sure you want to renew the authorisation token?": [
|
||||
"Kimlik doğrulama jetonunu yenilemek istediğinizden emin misiniz?"
|
||||
],
|
||||
@@ -350,6 +365,9 @@
|
||||
"Aritim Dark": [
|
||||
"Aritim Dark"
|
||||
],
|
||||
"Associated tags:": [
|
||||
""
|
||||
],
|
||||
"At present, Joplin Web can only be open in one tab at a time. Please close the other instance of Joplin.": [
|
||||
"Joplin Web şimdilik sadece aynı anda bir tane sekmede açık durabilir. Lütfen Joplin'in açık diğer sekmelerini kapatın."
|
||||
],
|
||||
@@ -666,7 +684,7 @@
|
||||
"Komut paleti…"
|
||||
],
|
||||
"Commands: `add`, `remove`, `list`, `delete`, `accept`, `leave`, and `reject`.": [
|
||||
""
|
||||
"Komutlar: `ekle`, `kaldır`, `listele`, `sil`, `kabul et`, `terket` ve `reddet`."
|
||||
],
|
||||
"Compact": [
|
||||
"Kompakt"
|
||||
@@ -723,7 +741,7 @@
|
||||
"Joplin Cloud'a bağlan"
|
||||
],
|
||||
"Connect using your organisation account": [
|
||||
""
|
||||
"Kuruluş hesabınızı kullanarak bağlanın"
|
||||
],
|
||||
"Consolidated billing": [
|
||||
"Birleştirilmiş faturalandırma"
|
||||
@@ -949,6 +967,9 @@
|
||||
"Default": [
|
||||
"Varsayılan"
|
||||
],
|
||||
"Default title to use for documents created by the scanner.": [
|
||||
""
|
||||
],
|
||||
"Default: %s": [
|
||||
"Varsayılan: %s"
|
||||
],
|
||||
@@ -964,6 +985,9 @@
|
||||
"Delete expired tokens": [
|
||||
"Süresi geçmiş jetonları sil"
|
||||
],
|
||||
"Delete history": [
|
||||
"Geçmişi sil"
|
||||
],
|
||||
"Delete line": [
|
||||
"Satırı sil"
|
||||
],
|
||||
@@ -1108,10 +1132,19 @@
|
||||
"Do not ask for confirmation.": [
|
||||
"Onay için sorma."
|
||||
],
|
||||
"Do not ask for user confirmation.": [
|
||||
"Kullanıcı doğrulaması sorma."
|
||||
],
|
||||
"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.": [
|
||||
"Şifrenizi kaybetmeyin, verilerinizin şifresini çözmenin \"*tek yolu* bu şifreyi girmek olacaktır. Şifrelemeyi etkinleştirmek için lütfen parolanızı aşağıya girin."
|
||||
],
|
||||
"Document scanner: Title template": [
|
||||
""
|
||||
],
|
||||
"Don't allow the share recipient to write to the shared notebook. Valid only for the `add` subcommand.": [
|
||||
"Paylaşım alıcısının paylaşılan not defterine yazmasına izin verme. Yalnızca `ekle` alt komutu için geçerlidir."
|
||||
],
|
||||
"Don't show this message again": [
|
||||
""
|
||||
],
|
||||
"Donate, website": [
|
||||
@@ -1399,6 +1432,12 @@
|
||||
"Enter password": [
|
||||
"Parolayı girin"
|
||||
],
|
||||
"Enter the code": [
|
||||
"Kodu girin"
|
||||
],
|
||||
"Enter the code:": [
|
||||
"Kodu girin:"
|
||||
],
|
||||
"Entering selection mode": [
|
||||
"Seçim modu açılıyor"
|
||||
],
|
||||
@@ -1411,6 +1450,9 @@
|
||||
"Error opening note in editor: %s": [
|
||||
"Editörde not açılırken hata oluştu: %s"
|
||||
],
|
||||
"Error starting camera: %s": [
|
||||
"%s kamerası başlatılamadı"
|
||||
],
|
||||
"Error. Please check that URL, username, password, etc. are correct and that the sync target is accessible. The reported error was:": [
|
||||
"Hata. Lütfen URL, kullanıcı adı, şifre vb .'nin doğru olduğunu ve senkronizasyon hedefinin erişilebilir olduğunu kontrol edin. Raporlanan hata:"
|
||||
],
|
||||
@@ -1496,7 +1538,7 @@
|
||||
"Tedbir Modu: Veri kaybını önlemek için senkronizasyon durduruldu, çünkü senkronizasyon hedefi boş veya hasarlı. Bu davranışı geçersiz kılmak için senkronizasyon ayarlarından Tedbir Modu'nu devre dışı bırakın."
|
||||
],
|
||||
"Failed to connect to your account. Please try again.": [
|
||||
""
|
||||
"Hesabınıza bağlanılamadı. Lütfen tekrar deneyin."
|
||||
],
|
||||
"Fatal error:": [
|
||||
"Büyük hata:"
|
||||
@@ -1519,9 +1561,6 @@
|
||||
"Filter": [
|
||||
"Filtrele"
|
||||
],
|
||||
"Filter tags": [
|
||||
"Etikerleri filtrele"
|
||||
],
|
||||
"Find": [
|
||||
"Ara"
|
||||
],
|
||||
@@ -1550,7 +1589,7 @@
|
||||
"Başlığa odaklan"
|
||||
],
|
||||
"Folder \"%s\" is shared with:": [
|
||||
""
|
||||
"“%s” klasörü şunlarla paylaşılıyor:"
|
||||
],
|
||||
"Follow link": [
|
||||
"Link'i takip et"
|
||||
@@ -1602,7 +1641,7 @@
|
||||
"Yerel konum, dil doğrulaması, düzenleyici araç çubuğu, resim yeniden boyutlandır"
|
||||
],
|
||||
"Get a quote": [
|
||||
""
|
||||
"Teklif Al"
|
||||
],
|
||||
"Get it now:": [
|
||||
"Hemen al:"
|
||||
@@ -1614,7 +1653,7 @@
|
||||
"Ayar değeri alınır veya ayarlanır. Eğer [değer] sağlanmamışsa, [isim] kısmı gözükecektir. Eğer [isim] ve [değer] bilgilerinin ikisi de mevcut değilse, mevcut olan yapılandırmayı listeleyecek."
|
||||
],
|
||||
"Glossary:": [
|
||||
""
|
||||
"Sözlük:"
|
||||
],
|
||||
"go": [
|
||||
"git"
|
||||
@@ -1781,6 +1820,9 @@
|
||||
"In: %s": [
|
||||
"İçinde: %s"
|
||||
],
|
||||
"Incoming shares:": [
|
||||
"Gelen paylaşımlar:"
|
||||
],
|
||||
"Incompatible": [
|
||||
"Uyumsuz"
|
||||
],
|
||||
@@ -1913,9 +1955,15 @@
|
||||
"Joplin Server": [
|
||||
"Joplin Sunucusu"
|
||||
],
|
||||
"Joplin Server Business": [
|
||||
"Joplin Sunucusu Business"
|
||||
],
|
||||
"Joplin Server email": [
|
||||
"Joplin Sunucusu e-posta adresi"
|
||||
],
|
||||
"Joplin Server Login": [
|
||||
"Joplin Sunucusu Giriş"
|
||||
],
|
||||
"Joplin Server password": [
|
||||
"Joplin Sunucusu ğarola"
|
||||
],
|
||||
@@ -1923,7 +1971,7 @@
|
||||
"Joplin Sunucusu URL"
|
||||
],
|
||||
"Joplin SSO Authentication": [
|
||||
""
|
||||
"Joplin SSO Kimlik Doğrulaması"
|
||||
],
|
||||
"Joplin Web Clipper allows saving web pages and screenshots from your browser to Joplin.": [
|
||||
"Joplin Web Alıntılama, tarayıcınızdaki web sayfalarını ve ekran görüntülerini Joplin'e kaydetmenizi sağlar."
|
||||
@@ -2012,6 +2060,10 @@
|
||||
"Link": [
|
||||
"Bağlantı"
|
||||
],
|
||||
"Link created!": [
|
||||
"Bağlantı oluşturuldu!",
|
||||
"Bağlantlar oluşturuldu!"
|
||||
],
|
||||
"Link description": [
|
||||
"Link açıklaması"
|
||||
],
|
||||
@@ -2025,6 +2077,9 @@
|
||||
"Link to note...": [
|
||||
"Nota link…"
|
||||
],
|
||||
"Links": [
|
||||
"Bağlantılar"
|
||||
],
|
||||
"List item": [
|
||||
"Öğeyi listele"
|
||||
],
|
||||
@@ -2043,6 +2098,9 @@
|
||||
"Log": [
|
||||
"Log"
|
||||
],
|
||||
"Log in with your web browser": [
|
||||
"Web tarayıcın ile giriş yap"
|
||||
],
|
||||
"Login to Joplin Cloud.": [
|
||||
"Joplin Cloud'a giriş yap."
|
||||
],
|
||||
@@ -2155,7 +2213,7 @@
|
||||
"Eksik Ana Anahtar"
|
||||
],
|
||||
"Missing permission to record audio.": [
|
||||
"Ses kaydetmek için kamera izni eksik"
|
||||
"Ses kaydetmek için izin eksik"
|
||||
],
|
||||
"Missing required argument: %s": [
|
||||
"Gerekli parametre eksik gözüküyor: %s"
|
||||
@@ -2251,9 +2309,6 @@
|
||||
"New sub-notebook": [
|
||||
"Yeni alt not defteri"
|
||||
],
|
||||
"New tags:": [
|
||||
"Yeni etiketler:"
|
||||
],
|
||||
"New to-do": [
|
||||
"Yeni yapılacak"
|
||||
],
|
||||
@@ -2263,6 +2318,9 @@
|
||||
"next": [
|
||||
"sıradaki"
|
||||
],
|
||||
"Next": [
|
||||
"Sıradaki"
|
||||
],
|
||||
"Next match": [
|
||||
"Sonraki eşleşen"
|
||||
],
|
||||
@@ -2308,6 +2366,9 @@
|
||||
"No results": [
|
||||
"Sonuç yok"
|
||||
],
|
||||
"No revision selected": [
|
||||
"Hiç sürüm seçilmemiş"
|
||||
],
|
||||
"No such command: %s": [
|
||||
"Böyle bir komut yok: %s"
|
||||
],
|
||||
@@ -2371,9 +2432,15 @@
|
||||
"Note has been saved.": [
|
||||
"Not kaydedildi."
|
||||
],
|
||||
"Note history": [
|
||||
"Not Geçmişi"
|
||||
],
|
||||
"Note History": [
|
||||
"Not Geçmişi"
|
||||
],
|
||||
"Note history has been deleted.": [
|
||||
"Not geçmişi silindi."
|
||||
],
|
||||
"Note is not a to-do: \"%s\"": [
|
||||
"Bu not yapılacaklar listesi değildir: “%s”"
|
||||
],
|
||||
@@ -2443,9 +2510,6 @@
|
||||
"OCR: Language data URL or path": [
|
||||
"OCR: Dil verisi URL ya da yolu"
|
||||
],
|
||||
"Ok": [
|
||||
""
|
||||
],
|
||||
"OK": [
|
||||
"OK"
|
||||
],
|
||||
@@ -2606,6 +2670,9 @@
|
||||
"Permission needed": [
|
||||
"İzin gerekmekte"
|
||||
],
|
||||
"Photo %d": [
|
||||
""
|
||||
],
|
||||
"Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
|
||||
"Devam etmek için lütfen \"%s\" butonuna basın, ya da aşağıdaki \"%s\" listesinden parola belirleyin."
|
||||
],
|
||||
@@ -2649,7 +2716,7 @@
|
||||
"Tüm ek dosyaların indirilip şifrelerinin çözülmesi için lütfen bekleyin. Ayrıca %s ile notu düzenleyebilirsiniz."
|
||||
],
|
||||
"Please wait while we load your organisation sign-in page...": [
|
||||
""
|
||||
"Lütfen kuruluşunuzun oturum açma sayfasını yüklememizi bekleyin..."
|
||||
],
|
||||
"Please wait...": [
|
||||
"Lütfen bekleyin..."
|
||||
@@ -2691,7 +2758,7 @@
|
||||
"Olası değerler: %s."
|
||||
],
|
||||
"Prefer JSON output.": [
|
||||
""
|
||||
"JSON çıktıyı tercih et."
|
||||
],
|
||||
"Preferences": [
|
||||
"Tercihler"
|
||||
@@ -2729,6 +2796,9 @@
|
||||
"Previous match": [
|
||||
"Önceki eşleşme"
|
||||
],
|
||||
"Previous versions": [
|
||||
"Önceki sürümler"
|
||||
],
|
||||
"Previous versions of this note": [
|
||||
"Bu notun önceki sürümleri"
|
||||
],
|
||||
@@ -2789,6 +2859,9 @@
|
||||
"Public-private key pair:": [
|
||||
"Açık - gizli anahtar çifti:"
|
||||
],
|
||||
"Publish Note": [
|
||||
"Notu Yayımla"
|
||||
],
|
||||
"Publish note...": [
|
||||
"Notu yayımla…"
|
||||
],
|
||||
@@ -2799,7 +2872,7 @@
|
||||
"Notları İnternet’e yayımla"
|
||||
],
|
||||
"Publish/unpublish": [
|
||||
""
|
||||
"Yayımla/yayından kaldır"
|
||||
],
|
||||
"QR Code": [
|
||||
"Kare Kod"
|
||||
@@ -2867,6 +2940,9 @@
|
||||
"Reject": [
|
||||
"Reddet"
|
||||
],
|
||||
"Rejecting share...": [
|
||||
"Paylaşım reddediliyor…"
|
||||
],
|
||||
"Remove": [
|
||||
"Sil"
|
||||
],
|
||||
@@ -2879,6 +2955,9 @@
|
||||
"Remove this search from the sidebar?": [
|
||||
"Bu aramayı kenar çubuğundan kaldır?"
|
||||
],
|
||||
"Removed %s from share.": [
|
||||
"“%s” paylaşımdan kaldırıldı."
|
||||
],
|
||||
"Rename": [
|
||||
"Yeniden adlandır"
|
||||
],
|
||||
@@ -2993,6 +3072,9 @@
|
||||
"Reverses the sorting order.": [
|
||||
"Sıralama düzenini tersine çevirir."
|
||||
],
|
||||
"Revision:": [
|
||||
"Sürüm:"
|
||||
],
|
||||
"Revision: %s (%s)": [
|
||||
"Sürüm: %s (%s)"
|
||||
],
|
||||
@@ -3095,6 +3177,9 @@
|
||||
"Select": [
|
||||
"Seç"
|
||||
],
|
||||
"Select a revision...": [
|
||||
"Sürüm seç..."
|
||||
],
|
||||
"Select all": [
|
||||
"Tümünü seç"
|
||||
],
|
||||
@@ -3114,7 +3199,7 @@
|
||||
"Not defterini seçer"
|
||||
],
|
||||
"Self-hosted": [
|
||||
""
|
||||
"Kendi barındırılan (self-hosted)"
|
||||
],
|
||||
"Send bug report": [
|
||||
"Hata raporu gönder"
|
||||
@@ -3174,7 +3259,7 @@
|
||||
"Paylaşım"
|
||||
],
|
||||
"Shares or unshares the specified [notebook] with [user]. Requires Joplin Cloud or Joplin Server.": [
|
||||
""
|
||||
"Belirtilen [notebook] not defterini [user] kullancısı ile paylaşır veya paylaşımını kaldırır. Joplin Cloud veya Joplin Server gerektirir."
|
||||
],
|
||||
"Sharing notebook...": [
|
||||
"Not paylaşılıyor..."
|
||||
@@ -3299,6 +3384,9 @@
|
||||
"Source": [
|
||||
"Kaynak"
|
||||
],
|
||||
"Source code available": [
|
||||
"Kaynak kodu mevcut"
|
||||
],
|
||||
"Source format: %s": [
|
||||
"Kaynak biçimi: %s"
|
||||
],
|
||||
@@ -3425,6 +3513,9 @@
|
||||
"Switch to the legacy editor": [
|
||||
"Eski tip düzenleyiciye geç"
|
||||
],
|
||||
"Switch to the new editor": [
|
||||
"Yeni tip düzenleyiciye geç"
|
||||
],
|
||||
"Switch to to-do type": [
|
||||
"Yapılacaklar tipine dönüştür"
|
||||
],
|
||||
@@ -3500,9 +3591,6 @@
|
||||
"Tabloid": [
|
||||
"Tablo"
|
||||
],
|
||||
"tag1, tag2, ...": [
|
||||
"etiket1, etiket2, ..."
|
||||
],
|
||||
"Tagged: %d.": [
|
||||
"Etiket: %d."
|
||||
],
|
||||
@@ -3592,7 +3680,7 @@
|
||||
"Bu kimlikleri olan anahtarlar öğelerinizden bazılarını şifrelemek için kullanılır, ancak uygulama şu anda bunlara erişemez. Büyük olasılıkla senkronizasyon yoluyla indirilmeleri sağlanacaktır."
|
||||
],
|
||||
"The legacy Markdown editor appears to have crashed due to an incompatibility with a plugin. We recommend using the new editor.": [
|
||||
""
|
||||
"Eski Markdown düzenleyici bir eklentiyle uyumsuzluk nedeniyle çökmüş gibi görünüyor. Yeni düzenleyiciyi kullanmanızı öneririz."
|
||||
],
|
||||
"The master key has been upgraded successfully!": [
|
||||
"Ana anahtar başarıyla güncellendi!"
|
||||
@@ -3706,6 +3794,15 @@
|
||||
"This drawing may have unsaved changes.": [
|
||||
"Çizimde kaydedilmemiş değişiklikler olabilir."
|
||||
],
|
||||
"This feature is disabled by default, you need to manually enable it by turning on the option to 'Enable handwritten transcription'.": [
|
||||
""
|
||||
],
|
||||
"This feature is only available on Joplin Cloud and Joplin Server.": [
|
||||
""
|
||||
],
|
||||
"This image type is not supported by the recognition system.": [
|
||||
""
|
||||
],
|
||||
"This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": [
|
||||
"Bu gelişmiş araç notlarınıza iliştirdiğiniz ek dosyaları görmenizi sağlar. Lütfen bu aracı kullanırken dikkatli olun, çünkü bu dosyalar silinirse sonrasında geri döndürülemez."
|
||||
],
|
||||
@@ -3733,6 +3830,9 @@
|
||||
"This note has no history": [
|
||||
"Bu notun hiç değişiklik geçmişi yok"
|
||||
],
|
||||
"This note is in HTML format. Convert it to Markdown to edit it more easily.": [
|
||||
""
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
"Bu eklenti %s desteklemiyor."
|
||||
],
|
||||
@@ -3772,9 +3872,15 @@
|
||||
"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 allow Joplin to synchronise with your account, please follow these steps:": [
|
||||
"Joplin'in hesabınızla senkronize olmasına izin vermek için lütfen şu adımları izleyin:"
|
||||
],
|
||||
"To continue, please enter your master password below.": [
|
||||
"Devam etmek için lütfen aşağıya ana parolanızı girin."
|
||||
],
|
||||
"To create a new tag, type the name and press enter.": [
|
||||
""
|
||||
],
|
||||
"To delete a tag, untag the associated notes.": [
|
||||
"Bir etiketi silmek için ilişkilendirilmiş notların etiketini kaldırın."
|
||||
],
|
||||
@@ -3898,9 +4004,6 @@
|
||||
"Type a note title to search for it.": [
|
||||
"Aramak için bir not başlığı yazın."
|
||||
],
|
||||
"Type new tags or select from list": [
|
||||
"Yeni etiketler yazın veya listeden seçin"
|
||||
],
|
||||
"Type: %s.": [
|
||||
"Tip: %s."
|
||||
],
|
||||
@@ -3940,6 +4043,12 @@
|
||||
"Unordered list": [
|
||||
"Dizilmemiş liste"
|
||||
],
|
||||
"Unpublish": [
|
||||
"Notu yayımlamayı kaldır"
|
||||
],
|
||||
"Unpublish \"%s\"": [
|
||||
"“%s” yayımdan kaldır"
|
||||
],
|
||||
"Unpublish note": [
|
||||
"Notu paylaşmayı bırak"
|
||||
],
|
||||
@@ -3947,7 +4056,7 @@
|
||||
"Paylaşmayı bırak"
|
||||
],
|
||||
"Unshare notebook \"%s\"? This may cause other users to lose access to the notebook.": [
|
||||
""
|
||||
"\"%s\" not defterinin paylaşımı kaldırılsın mı? Bu, diğer kullanıcıların deftere erişimini kaybetmesine neden olabilir."
|
||||
],
|
||||
"Unshare this notebook? The recipients will no longer have access to its content.": [
|
||||
"Not paylaşımı kaldırılsın mı? Alıcı artık not içeriğine erişemeyecek."
|
||||
@@ -4072,6 +4181,9 @@
|
||||
"Viewer": [
|
||||
"Görünteleyici"
|
||||
],
|
||||
"Viewer and Rich Text Editor font family": [
|
||||
"Görüntüleyici ve Zengin Metin Düzenleyici yazı tipi ailesi"
|
||||
],
|
||||
"Viewer font size": [
|
||||
"Görüntüleyici yazı boyutu"
|
||||
],
|
||||
@@ -4087,12 +4199,18 @@
|
||||
"Voice typing...": [
|
||||
"Sesle yazılıyor..."
|
||||
],
|
||||
"Voice typing: Glossary": [
|
||||
"Sesli yazma: Sözlük"
|
||||
],
|
||||
"Vosk": [
|
||||
"Vosk"
|
||||
],
|
||||
"Waiting for authorisation...": [
|
||||
"Yetkilendirme için bekleniyor..."
|
||||
],
|
||||
"Waiting: Notebook %s from %s": [
|
||||
"Not defteri %s , %s tarafından bekleniyor"
|
||||
],
|
||||
"Warning": [
|
||||
"Uyarı"
|
||||
],
|
||||
@@ -4175,10 +4293,10 @@
|
||||
"Joplin Cloud'a giriş yaptınız, şimdi ekranı kapatabilirsiniz."
|
||||
],
|
||||
"You are now logged into your account.": [
|
||||
""
|
||||
"Artık hesabınıza giriş yaptınız."
|
||||
],
|
||||
"You are now using the latest version of the Markdown editor.": [
|
||||
""
|
||||
"Artık Markdown düzenleyicisinin en son sürümünü kullanıyorsunuz."
|
||||
],
|
||||
"You are running the Intel version of Joplin on an Apple Silicon processor. Download the Apple Silicon one for better performance.": [
|
||||
"Joplin'in Intel sürümünü Apple Silicon işlemcide çalıştırıyorsunuz. Daha iyi performans için Apple Silicon sürümünü indirin."
|
||||
|
@@ -209,9 +209,6 @@
|
||||
"Add recipient:": [
|
||||
"Додати одержувача:"
|
||||
],
|
||||
"Add tag %s to note": [
|
||||
"Додати тег %s до примітки"
|
||||
],
|
||||
"Add title": [
|
||||
"Додати заголовок"
|
||||
],
|
||||
@@ -221,6 +218,9 @@
|
||||
"Add to note": [
|
||||
"Додати до примітки"
|
||||
],
|
||||
"Adds tag": [
|
||||
""
|
||||
],
|
||||
"Admin": [
|
||||
"Адміністратор"
|
||||
],
|
||||
@@ -320,6 +320,9 @@
|
||||
"Aritim Dark": [
|
||||
"Aritim Dark"
|
||||
],
|
||||
"Associated tags:": [
|
||||
""
|
||||
],
|
||||
"At present, Joplin Web can only be open in one tab at a time. Please close the other instance of Joplin.": [
|
||||
"Наразі Joplin Web можна відкрити лише в одній вкладці одночасно. Будь ласка, закрийте інший екземпляр Joplin."
|
||||
],
|
||||
@@ -894,6 +897,9 @@
|
||||
"Default": [
|
||||
"За замовчуванням"
|
||||
],
|
||||
"Default title to use for documents created by the scanner.": [
|
||||
""
|
||||
],
|
||||
"Default: %s": [
|
||||
"За замовчуванням: %s"
|
||||
],
|
||||
@@ -1053,9 +1059,15 @@
|
||||
"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.": [
|
||||
"Не втрачайте пароль, оскільки з міркувань безпеки це буде *єдиний* спосіб розшифрувати дані! Щоб увімкнути шифрування, введіть свій пароль нижче."
|
||||
],
|
||||
"Document scanner: Title template": [
|
||||
""
|
||||
],
|
||||
"Don't allow the share recipient to write to the shared notebook. Valid only for the `add` subcommand.": [
|
||||
""
|
||||
],
|
||||
"Don't show this message again": [
|
||||
""
|
||||
],
|
||||
"Donate, website": [
|
||||
"Пожертвувати, сайт"
|
||||
],
|
||||
@@ -1449,9 +1461,6 @@
|
||||
"Filter": [
|
||||
"Фільтр"
|
||||
],
|
||||
"Filter tags": [
|
||||
"Фільтри тегів"
|
||||
],
|
||||
"Find": [
|
||||
"Знайти"
|
||||
],
|
||||
@@ -2161,9 +2170,6 @@
|
||||
"New sub-notebook": [
|
||||
"Новий вкладений блокнот"
|
||||
],
|
||||
"New tags:": [
|
||||
"Нові теги:"
|
||||
],
|
||||
"New to-do": [
|
||||
"Нове завдання"
|
||||
],
|
||||
@@ -2347,9 +2353,6 @@
|
||||
"OCR: Language data URL or path": [
|
||||
"OCR: Посилання або шлях до мовних даних"
|
||||
],
|
||||
"Ok": [
|
||||
""
|
||||
],
|
||||
"OK": [
|
||||
"OK"
|
||||
],
|
||||
@@ -2494,6 +2497,9 @@
|
||||
"Permission needed": [
|
||||
"Потрібен дозвіл"
|
||||
],
|
||||
"Photo %d": [
|
||||
""
|
||||
],
|
||||
"Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
|
||||
"Натисніть \"%s\", щоб продовжити, або встановіть паролі в списку \"%s\" нижче."
|
||||
],
|
||||
@@ -3367,9 +3373,6 @@
|
||||
"Tabloid": [
|
||||
"Tabloid"
|
||||
],
|
||||
"tag1, tag2, ...": [
|
||||
"тег1, тег2, ..."
|
||||
],
|
||||
"Tagged: %d.": [
|
||||
"З тегами: %d."
|
||||
],
|
||||
@@ -3572,6 +3575,15 @@
|
||||
"This drawing may have unsaved changes.": [
|
||||
"Цей малюнок може мати незбережені зміни."
|
||||
],
|
||||
"This feature is disabled by default, you need to manually enable it by turning on the option to 'Enable handwritten transcription'.": [
|
||||
""
|
||||
],
|
||||
"This feature is only available on Joplin Cloud and Joplin Server.": [
|
||||
""
|
||||
],
|
||||
"This image type is not supported by the recognition system.": [
|
||||
""
|
||||
],
|
||||
"This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": [
|
||||
"Це вдосконалений інструмент для показу вкладених файлів, пов’язаних із вашими нотатками. Будьте обережні, видаляючи один із них, оскільки згодом їх неможливо відновити."
|
||||
],
|
||||
@@ -3602,6 +3614,9 @@
|
||||
"This note has no history": [
|
||||
"Ця примітка не має історії"
|
||||
],
|
||||
"This note is in HTML format. Convert it to Markdown to edit it more easily.": [
|
||||
""
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
"Цей плагін не підтримує %s."
|
||||
],
|
||||
@@ -3644,6 +3659,9 @@
|
||||
"To continue, please enter your master password below.": [
|
||||
"Щоб продовжити, введіть свій головний пароль нижче."
|
||||
],
|
||||
"To create a new tag, type the name and press enter.": [
|
||||
""
|
||||
],
|
||||
"To delete a tag, untag the associated notes.": [
|
||||
"Щоб видалити тег, зніміть позначки з відповідних нотаток."
|
||||
],
|
||||
@@ -3752,9 +3770,6 @@
|
||||
"Type a note title or part of its content to jump to it. Or type # followed by a tag name, or @ followed by a notebook name. Or type : to search for commands.": [
|
||||
"Введіть заголовок нотатки або частину її вмісту, щоб перейти до неї. Або введіть # а потім ім'я тега, або @, а потім ім'я блокнота. Або введіть : для пошуку команд."
|
||||
],
|
||||
"Type new tags or select from list": [
|
||||
"Введіть нові теги або виберіть зі списку"
|
||||
],
|
||||
"Type: %s.": [
|
||||
"Тип: %s."
|
||||
],
|
||||
|
@@ -185,15 +185,18 @@
|
||||
"Add recipient:": [
|
||||
"Thêm người nhận:"
|
||||
],
|
||||
"Add tag %s to note": [
|
||||
""
|
||||
],
|
||||
"Add title": [
|
||||
"Điền tiêu đề"
|
||||
],
|
||||
"Add to dictionary": [
|
||||
"Thêm vào từ điển"
|
||||
],
|
||||
"Added tag: %s": [
|
||||
""
|
||||
],
|
||||
"Adds tag": [
|
||||
""
|
||||
],
|
||||
"Admin": [
|
||||
""
|
||||
],
|
||||
@@ -275,6 +278,9 @@
|
||||
"Aritim Dark": [
|
||||
"Aritim Dark"
|
||||
],
|
||||
"Associated tags:": [
|
||||
""
|
||||
],
|
||||
"At present, Joplin Web can only be open in one tab at a time. Please close the other instance of Joplin.": [
|
||||
""
|
||||
],
|
||||
@@ -731,6 +737,9 @@
|
||||
"Default": [
|
||||
"Mặc định"
|
||||
],
|
||||
"Default title to use for documents created by the scanner.": [
|
||||
""
|
||||
],
|
||||
"Default: %s": [
|
||||
"Mặc định: %s"
|
||||
],
|
||||
@@ -848,9 +857,15 @@
|
||||
"Do not ask for confirmation.": [
|
||||
"Không cần xác nhận."
|
||||
],
|
||||
"Document scanner: Title template": [
|
||||
""
|
||||
],
|
||||
"Don't allow the share recipient to write to the shared notebook. Valid only for the `add` subcommand.": [
|
||||
""
|
||||
],
|
||||
"Don't show this message again": [
|
||||
""
|
||||
],
|
||||
"Done": [
|
||||
""
|
||||
],
|
||||
@@ -908,6 +923,9 @@
|
||||
"Edit": [
|
||||
"Chỉnh sửa"
|
||||
],
|
||||
"Edit as Rich Text": [
|
||||
""
|
||||
],
|
||||
"Edit note.": [
|
||||
"Sửa ghi chú."
|
||||
],
|
||||
@@ -1715,9 +1733,6 @@
|
||||
"New sub-notebook": [
|
||||
"Số ghi chú con mới"
|
||||
],
|
||||
"New tags:": [
|
||||
"Tags mới:"
|
||||
],
|
||||
"New to-do": [
|
||||
"To-do mới"
|
||||
],
|
||||
@@ -1874,9 +1889,6 @@
|
||||
"OCR: Clear cache and re-download language data files": [
|
||||
""
|
||||
],
|
||||
"Ok": [
|
||||
""
|
||||
],
|
||||
"OK": [
|
||||
"OK"
|
||||
],
|
||||
@@ -1985,6 +1997,9 @@
|
||||
"Permission needed": [
|
||||
"Cần được cấp quyền"
|
||||
],
|
||||
"Photo %d": [
|
||||
""
|
||||
],
|
||||
"Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
|
||||
""
|
||||
],
|
||||
@@ -2183,6 +2198,9 @@
|
||||
"Recipients:": [
|
||||
"Người nhận:"
|
||||
],
|
||||
"Recognize handwritten image": [
|
||||
""
|
||||
],
|
||||
"Record audio": [
|
||||
""
|
||||
],
|
||||
@@ -2660,9 +2678,6 @@
|
||||
"Tabloid": [
|
||||
"Tabloid"
|
||||
],
|
||||
"tag1, tag2, ...": [
|
||||
""
|
||||
],
|
||||
"Tagged: %d.": [
|
||||
"Đã gắn: %d."
|
||||
],
|
||||
@@ -2828,6 +2843,15 @@
|
||||
"This drawing may have unsaved changes.": [
|
||||
""
|
||||
],
|
||||
"This feature is disabled by default, you need to manually enable it by turning on the option to 'Enable handwritten transcription'.": [
|
||||
""
|
||||
],
|
||||
"This feature is only available on Joplin Cloud and Joplin Server.": [
|
||||
""
|
||||
],
|
||||
"This image type is not supported by the recognition system.": [
|
||||
""
|
||||
],
|
||||
"This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": [
|
||||
"Đây là một công cụ nâng cao để hiển thị các tệp đính kèm được liên kết đến ghi chú của bạn. Hãy cẩn thận khi xoá một trong số chúng vì hành động này không thể khôi phục sau khi thực hiện."
|
||||
],
|
||||
@@ -2843,6 +2867,9 @@
|
||||
"This note has no history": [
|
||||
"Note này không có lịch sử"
|
||||
],
|
||||
"This note is in HTML format. Convert it to Markdown to edit it more easily.": [
|
||||
""
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
""
|
||||
],
|
||||
@@ -2876,6 +2903,9 @@
|
||||
"To allow Joplin to synchronise with Dropbox, please follow the steps below:": [
|
||||
"Để cho phép Joplin đồng bộ với Dropbox, vui lòng làm theo những bước dưới đây:"
|
||||
],
|
||||
"To create a new tag, type the name and press enter.": [
|
||||
""
|
||||
],
|
||||
"To delete a tag, untag the associated notes.": [
|
||||
"Để xóa nhãn, hãy gỡ nhãn khỏi các ghi chú đã được gắn."
|
||||
],
|
||||
@@ -2957,9 +2987,6 @@
|
||||
"Type a note title or part of its content to jump to it. Or type # followed by a tag name, or @ followed by a notebook name. Or type : to search for commands.": [
|
||||
"Nhập một tiêu đề hoặc một phần của tiêu đề để nhảy tới nó. Bạn cũng có thể gõ #tên-nhãn, hoặc @tên-sổ-ghi-chú. Hoặc gõ : để tìm dòng lệnh."
|
||||
],
|
||||
"Type new tags or select from list": [
|
||||
"Điền tags mới hoặc chọn từ danh mục"
|
||||
],
|
||||
"Type: %s.": [
|
||||
"Dạng: %s."
|
||||
],
|
||||
|
@@ -230,9 +230,6 @@
|
||||
"Add recipient:": [
|
||||
"添加受邀人:"
|
||||
],
|
||||
"Add tag %s to note": [
|
||||
"将标签 %s 添加到笔记"
|
||||
],
|
||||
"Add title": [
|
||||
"添加标题"
|
||||
],
|
||||
@@ -242,6 +239,9 @@
|
||||
"Add to note": [
|
||||
"添加到笔记"
|
||||
],
|
||||
"Adds tag": [
|
||||
""
|
||||
],
|
||||
"Admin": [
|
||||
"管理员"
|
||||
],
|
||||
@@ -344,6 +344,9 @@
|
||||
"Aritim Dark": [
|
||||
"Aritim 暗色"
|
||||
],
|
||||
"Associated tags:": [
|
||||
""
|
||||
],
|
||||
"At present, Joplin Web can only be open in one tab at a time. Please close the other instance of Joplin.": [
|
||||
"目前,Joplin Web 一次只能在一个标签页中打开。请关闭 Joplin 的其他实例。"
|
||||
],
|
||||
@@ -941,6 +944,9 @@
|
||||
"Default": [
|
||||
"默认"
|
||||
],
|
||||
"Default title to use for documents created by the scanner.": [
|
||||
""
|
||||
],
|
||||
"Default: %s": [
|
||||
"默认值:%s"
|
||||
],
|
||||
@@ -1103,9 +1109,15 @@
|
||||
"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.": [
|
||||
"请妥善保管密码,因为出于安全考虑,这将是解密数据的 *唯一* 方式!要启用加密功能,请在下面输入密码。"
|
||||
],
|
||||
"Document scanner: Title template": [
|
||||
""
|
||||
],
|
||||
"Don't allow the share recipient to write to the shared notebook. Valid only for the `add` subcommand.": [
|
||||
""
|
||||
],
|
||||
"Don't show this message again": [
|
||||
""
|
||||
],
|
||||
"Donate, website": [
|
||||
"捐助与官网信息"
|
||||
],
|
||||
@@ -1514,9 +1526,6 @@
|
||||
"Filter": [
|
||||
"筛选"
|
||||
],
|
||||
"Filter tags": [
|
||||
"筛选标签"
|
||||
],
|
||||
"Find": [
|
||||
"查找"
|
||||
],
|
||||
@@ -2243,9 +2252,6 @@
|
||||
"New sub-notebook": [
|
||||
"新建子笔记本"
|
||||
],
|
||||
"New tags:": [
|
||||
"新建标签:"
|
||||
],
|
||||
"New to-do": [
|
||||
"新建待办"
|
||||
],
|
||||
@@ -2435,9 +2441,6 @@
|
||||
"OCR: Language data URL or path": [
|
||||
"OCR:语言数据 URL 或路径"
|
||||
],
|
||||
"Ok": [
|
||||
""
|
||||
],
|
||||
"OK": [
|
||||
"确认"
|
||||
],
|
||||
@@ -2597,6 +2600,9 @@
|
||||
"Permission needed": [
|
||||
"需要权限"
|
||||
],
|
||||
"Photo %d": [
|
||||
""
|
||||
],
|
||||
"Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
|
||||
"请单击 “%s” 继续,或在下面的 “%s” 列表中设置密码。"
|
||||
],
|
||||
@@ -3491,9 +3497,6 @@
|
||||
"Tabloid": [
|
||||
"文摘(Tabloid)"
|
||||
],
|
||||
"tag1, tag2, ...": [
|
||||
"标签1, 标签2, ……"
|
||||
],
|
||||
"Tagged: %d.": [
|
||||
"已加标签:%d 条。"
|
||||
],
|
||||
@@ -3695,6 +3698,15 @@
|
||||
"This drawing may have unsaved changes.": [
|
||||
"本次绘图可能有未保存的更改。"
|
||||
],
|
||||
"This feature is disabled by default, you need to manually enable it by turning on the option to 'Enable handwritten transcription'.": [
|
||||
""
|
||||
],
|
||||
"This feature is only available on Joplin Cloud and Joplin Server.": [
|
||||
""
|
||||
],
|
||||
"This image type is not supported by the recognition system.": [
|
||||
""
|
||||
],
|
||||
"This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": [
|
||||
"这是用于展示已链接到笔记的附件的高级工具。需要小心,删除后无法恢复。"
|
||||
],
|
||||
@@ -3719,6 +3731,9 @@
|
||||
"This note has no history": [
|
||||
"该笔记没有历史记录"
|
||||
],
|
||||
"This note is in HTML format. Convert it to Markdown to edit it more easily.": [
|
||||
""
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
"该插件不支持 %s。"
|
||||
],
|
||||
@@ -3761,6 +3776,9 @@
|
||||
"To continue, please enter your master password below.": [
|
||||
"若要继续,请在下面输入您的主密码。"
|
||||
],
|
||||
"To create a new tag, type the name and press enter.": [
|
||||
""
|
||||
],
|
||||
"To delete a tag, untag the associated notes.": [
|
||||
"移除相关笔记的标签后才可删除此标签。"
|
||||
],
|
||||
@@ -3884,9 +3902,6 @@
|
||||
"Type a note title to search for it.": [
|
||||
"键入一个笔记标题以搜索它。"
|
||||
],
|
||||
"Type new tags or select from list": [
|
||||
"键入新的标签或从列表中选择"
|
||||
],
|
||||
"Type: %s.": [
|
||||
"类型:%s。"
|
||||
],
|
||||
|
@@ -206,15 +206,18 @@
|
||||
"Add recipient:": [
|
||||
"新增共享對象:"
|
||||
],
|
||||
"Add tag %s to note": [
|
||||
""
|
||||
],
|
||||
"Add title": [
|
||||
"新增標題"
|
||||
],
|
||||
"Add to dictionary": [
|
||||
"添加到字典"
|
||||
],
|
||||
"Added tag: %s": [
|
||||
""
|
||||
],
|
||||
"Adds tag": [
|
||||
""
|
||||
],
|
||||
"Admin": [
|
||||
"管理員"
|
||||
],
|
||||
@@ -308,6 +311,9 @@
|
||||
"Aritim Dark": [
|
||||
"暗黑 (Aritim)"
|
||||
],
|
||||
"Associated tags:": [
|
||||
""
|
||||
],
|
||||
"At present, Joplin Web can only be open in one tab at a time. Please close the other instance of Joplin.": [
|
||||
""
|
||||
],
|
||||
@@ -860,6 +866,9 @@
|
||||
"Default": [
|
||||
"預設"
|
||||
],
|
||||
"Default title to use for documents created by the scanner.": [
|
||||
""
|
||||
],
|
||||
"Default: %s": [
|
||||
"預設:%s"
|
||||
],
|
||||
@@ -1007,9 +1016,15 @@
|
||||
"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.": [
|
||||
"不要遺失此密碼,為了安全起見,這將是 *唯一* 解密資料的方法!若要啟用加密,請在下方輸入您的密碼。"
|
||||
],
|
||||
"Document scanner: Title template": [
|
||||
""
|
||||
],
|
||||
"Don't allow the share recipient to write to the shared notebook. Valid only for the `add` subcommand.": [
|
||||
""
|
||||
],
|
||||
"Don't show this message again": [
|
||||
""
|
||||
],
|
||||
"Donate, website": [
|
||||
"捐贈,網站"
|
||||
],
|
||||
@@ -1079,6 +1094,9 @@
|
||||
"Edit": [
|
||||
"編輯"
|
||||
],
|
||||
"Edit as Rich Text": [
|
||||
""
|
||||
],
|
||||
"Edit link": [
|
||||
"編輯連結"
|
||||
],
|
||||
@@ -1391,9 +1409,6 @@
|
||||
"Filter": [
|
||||
"篩選"
|
||||
],
|
||||
"Filter tags": [
|
||||
"篩選標籤"
|
||||
],
|
||||
"Find: ": [
|
||||
"尋找:"
|
||||
],
|
||||
@@ -2063,9 +2078,6 @@
|
||||
"New sub-notebook": [
|
||||
"新增子記事本"
|
||||
],
|
||||
"New tags:": [
|
||||
"新增標籤:"
|
||||
],
|
||||
"New to-do": [
|
||||
"新增待辦事項"
|
||||
],
|
||||
@@ -2240,9 +2252,6 @@
|
||||
"OCR: Clear cache and re-download language data files": [
|
||||
""
|
||||
],
|
||||
"Ok": [
|
||||
""
|
||||
],
|
||||
"OK": [
|
||||
"確定"
|
||||
],
|
||||
@@ -2375,6 +2384,9 @@
|
||||
"Permission needed": [
|
||||
"需要權限"
|
||||
],
|
||||
"Photo %d": [
|
||||
""
|
||||
],
|
||||
"Please click on \"%s\" to proceed, or set the passwords in the \"%s\" list below.": [
|
||||
"請點擊「%s」繼續,或在下方的「%s」列表中設定密碼。"
|
||||
],
|
||||
@@ -3197,9 +3209,6 @@
|
||||
"Tabloid": [
|
||||
"Tabloid"
|
||||
],
|
||||
"tag1, tag2, ...": [
|
||||
"標籤 1、標籤 2、..."
|
||||
],
|
||||
"Tagged: %d.": [
|
||||
"已標籤:%d。"
|
||||
],
|
||||
@@ -3398,6 +3407,15 @@
|
||||
"This drawing may have unsaved changes.": [
|
||||
"該繪圖可能有未儲存的變更。"
|
||||
],
|
||||
"This feature is disabled by default, you need to manually enable it by turning on the option to 'Enable handwritten transcription'.": [
|
||||
""
|
||||
],
|
||||
"This feature is only available on Joplin Cloud and Joplin Server.": [
|
||||
""
|
||||
],
|
||||
"This image type is not supported by the recognition system.": [
|
||||
""
|
||||
],
|
||||
"This is an advanced tool to show the attachments that are linked to your notes. Please be careful when deleting one of them as they cannot be restored afterwards.": [
|
||||
"此為顯示記事相關附件的進階工具,刪除後將無法復原,請謹慎使用。"
|
||||
],
|
||||
@@ -3422,6 +3440,9 @@
|
||||
"This note has no history": [
|
||||
"此記事沒有歷史紀錄"
|
||||
],
|
||||
"This note is in HTML format. Convert it to Markdown to edit it more easily.": [
|
||||
""
|
||||
],
|
||||
"This plugin doesn't support %s.": [
|
||||
"延伸模組不支援 %s。"
|
||||
],
|
||||
@@ -3464,6 +3485,9 @@
|
||||
"To continue, please enter your master password below.": [
|
||||
"若要繼續,請在下方輸入你的主密碼。"
|
||||
],
|
||||
"To create a new tag, type the name and press enter.": [
|
||||
""
|
||||
],
|
||||
"To delete a tag, untag the associated notes.": [
|
||||
"要刪除標籤,請清除相關記事的這個標籤。"
|
||||
],
|
||||
@@ -3569,9 +3593,6 @@
|
||||
"Type a note title or part of its content to jump to it. Or type # followed by a tag name, or @ followed by a notebook name. Or type : to search for commands.": [
|
||||
"輸入記事標題、部分記事內容、# 後輸入標籤名稱、@ 後輸入筆記本名稱等方式,可前往相應搜尋結果。或者可輸入 : 以搜尋其他指令。"
|
||||
],
|
||||
"Type new tags or select from list": [
|
||||
"輸入新標籤,或在清單中選擇"
|
||||
],
|
||||
"Type: %s.": [
|
||||
"類型:%s。"
|
||||
],
|
||||
|
@@ -38,11 +38,15 @@ async function createPotFile(potFilePath: string) {
|
||||
const excludedDirs = [
|
||||
'./.git/*',
|
||||
'./.github/*',
|
||||
'./**/*.bundle.js',
|
||||
'./**/*.min.js',
|
||||
'./**/node_modules/*',
|
||||
'./Assets/*',
|
||||
'./Assets/TinyMCE/*',
|
||||
'./docs/*',
|
||||
'./node_modules/*',
|
||||
'./packages/renderer/MdToHtml/rules/katex_mhchem.js',
|
||||
'./packages/renderer/MdToHtml/rules/mermaid_render.js',
|
||||
'./packages/app-cli/build/*',
|
||||
'./packages/app-cli/locales-build/*',
|
||||
'./packages/app-cli/locales/*',
|
||||
@@ -70,8 +74,11 @@ async function createPotFile(potFilePath: string) {
|
||||
'./packages/renderer/assets/*',
|
||||
'./packages/server/dist/*',
|
||||
'./packages/tools/*',
|
||||
'./packages/transcribe/dist/*',
|
||||
'./packages/turndown-plugin-gfm/*',
|
||||
'./packages/turndown/*',
|
||||
'./packages/utils/dist/*',
|
||||
'./packages/doc-builder/*',
|
||||
'./patches/*',
|
||||
'./readme/*',
|
||||
];
|
||||
@@ -116,7 +123,7 @@ async function createPotFile(potFilePath: string) {
|
||||
|
||||
files.sort();
|
||||
|
||||
// console.info(files.join('\n'));
|
||||
// console.info(files.filter(f => f.endsWith('.js')).join('\n'));
|
||||
// process.exit(0);
|
||||
|
||||
// Note: we previously used the xgettext utility, but it only partially
|
||||
|
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
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -25,47 +25,47 @@ If you would like to add a new language or for any other issue, please contact u
|
||||
<!-- 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) | 61%
|
||||
<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 | 16%
|
||||
<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) | 61%
|
||||
<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) | 39%
|
||||
<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) | | 31%
|
||||
<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) | 67%
|
||||
<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) | 70%
|
||||
<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 | 68%
|
||||
<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) | Christoph Eder | 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) | | 30%
|
||||
<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) | 59%
|
||||
<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 | 15%
|
||||
<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) | 59%
|
||||
<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) | 38%
|
||||
<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) | | 30%
|
||||
<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) | [Éric Duarte](mailto:contacto@ericdq.com) | 97%
|
||||
<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) | 68%
|
||||
<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 | 66%
|
||||
<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 | 97%
|
||||
<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) | Christoph Eder | 93%
|
||||
<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) | | 29%
|
||||
<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) | [Éric Duarte](mailto:contacto@ericdq.com) | 96%
|
||||
<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) | [Éric Duarte](mailto:contacto@ericdq.com) | 97%
|
||||
<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 | 17%
|
||||
<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 | 68%
|
||||
<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) | [Ismaël Moret](mailto:lanesh4d0w@gmail.com) | 95%
|
||||
<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) | 95%
|
||||
<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) | 83%
|
||||
<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) | [summoner](mailto:summoner@vivaldi.net) | 96%
|
||||
<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) | MietVdh | 90%
|
||||
<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) | 70%
|
||||
<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) | 83%
|
||||
<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) | 79%
|
||||
<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) | [Gustavo Vianna França](mailto:gugvfranca@gmail.com) | 96%
|
||||
<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) | [João Duarte](mailto:jduar@proton.me) | 83%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/md.png" width="16px"/> | Română (Moldova, Молдавия) | [ro_MD](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/ro_MD.po) | [Mihai Vasiliu](mailto:mihai.vasiliu.93@gmail.com) | 96%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/ro.png" width="16px"/> | Română (România) | [ro_RO](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/ro_RO.po) | [Mihai Vasiliu](mailto:mihai.vasiliu.93@gmail.com) | 96%
|
||||
<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) | 55%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/sk.png" width="16px"/> | Slovenčina (Slovensko) | [sk_SK](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/sk_SK.po) | [Jozef Gaal](mailto:preklady@mayday.sk) | 96%
|
||||
<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 | 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) | | 25%
|
||||
<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) | | 54%
|
||||
<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) | Tsilimpotis Dimitrios | 83%
|
||||
<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:krotesk@yandex.ru) | 90%
|
||||
<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) | | 45%
|
||||
<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) | clsty | 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) | 83%
|
||||
<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) | 74%
|
||||
<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) | 77%
|
||||
<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 | 66%
|
||||
<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) | [Ismaël Moret](mailto:lanesh4d0w@gmail.com) | 100%
|
||||
<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) | 93%
|
||||
<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:lzaaldian@gmail.com) | 97%
|
||||
<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) | 81%
|
||||
<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) | [summoner](mailto:summoner@vivaldi.net) | 97%
|
||||
<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) | MietVdh | 88%
|
||||
<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) | 68%
|
||||
<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) | 81%
|
||||
<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) | PanWor | 95%
|
||||
<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) | [Gustavo Vianna França](mailto:gugvfranca@gmail.com) | 93%
|
||||
<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) | [João Duarte](mailto:jduar@proton.me) | 81%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/md.png" width="16px"/> | Română (Moldova, Молдавия) | [ro_MD](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/ro_MD.po) | [Mihai Vasiliu](mailto:mihai.vasiliu.93@gmail.com) | 97%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/ro.png" width="16px"/> | Română (România) | [ro_RO](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/ro_RO.po) | [Mihai Vasiliu](mailto:mihai.vasiliu.93@gmail.com) | 97%
|
||||
<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) | 54%
|
||||
<img src="https://joplinapp.org/images/flags/country-4x3/sk.png" width="16px"/> | Slovenčina (Slovensko) | [sk_SK](https://github.com/laurent22/joplin/blob/dev/packages/tools/locales/sk_SK.po) | [Jozef Gaal](mailto:preklady@mayday.sk) | 97%
|
||||
<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) | Isak Bergdahl | 97%
|
||||
<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) | | 24%
|
||||
<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) | | 52%
|
||||
<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) | 97%
|
||||
<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) | 87%
|
||||
<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) | Tsilimpotis Dimitrios | 81%
|
||||
<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:krotesk@yandex.ru) | 88%
|
||||
<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) | | 43%
|
||||
<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) | clsty | 93%
|
||||
<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) | 81%
|
||||
<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) | 72%
|
||||
<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) | 75%
|
||||
<!-- LOCALE-TABLE-AUTO-GENERATED -->
|
Reference in New Issue
Block a user