mirror of
https://github.com/zadam/trilium.git
synced 2025-12-22 16:20:08 +01:00
Merge branch 'feat/restyle-canvas' of https://github.com/TriliumNext/Trilium into feat/restyle-canvas
This commit is contained in:
@@ -661,7 +661,8 @@
|
||||
"config_title": "تهيئة المزامنة",
|
||||
"timeout": "انتهاء مهلة المزامنة",
|
||||
"test_title": "اختبار المزامنة",
|
||||
"test_button": "اختبار المزامنة"
|
||||
"test_button": "اختبار المزامنة",
|
||||
"server_address": "عنوان نسخة الخادم"
|
||||
},
|
||||
"api_log": {
|
||||
"close": "أغلاق"
|
||||
@@ -712,13 +713,16 @@
|
||||
"delete-column": "حذف العمود",
|
||||
"row-insert-above": "ادراج صف للاعلى",
|
||||
"row-insert-below": "ادراج صف للاسفل",
|
||||
"row-insert-child": "ادراج ملاحظة فرعية"
|
||||
"row-insert-child": "ادراج ملاحظة فرعية",
|
||||
"sort-column-by": "ترتيب بواسط \" {{title}}\"",
|
||||
"hide-column": "اخفاء العمود \"{{title}}\""
|
||||
},
|
||||
"modal": {
|
||||
"close": "اغلاق"
|
||||
},
|
||||
"call_to_action": {
|
||||
"dismiss": "تجاهل"
|
||||
"dismiss": "تجاهل",
|
||||
"background_effects_button": "تفعيل مؤثرات الخلفية"
|
||||
},
|
||||
"units": {
|
||||
"percentage": "%"
|
||||
@@ -756,7 +760,13 @@
|
||||
"hoist-note": "ابراز الملاحظة",
|
||||
"unhoist-note": "الغاء ابراز الملاحظة",
|
||||
"copy-clone": "نسخ / استنساخ",
|
||||
"import-into-note": "استيراد الى الملاحظة"
|
||||
"import-into-note": "استيراد الى الملاحظة",
|
||||
"insert-note-after": "ادراج ملاحظة بعد",
|
||||
"insert-child-note": "ادراج ملاحظة فرعية",
|
||||
"search-in-subtree": "البحث في الشجرة الفرعية",
|
||||
"edit-branch-prefix": "تعديل بادئة الفرع",
|
||||
"convert-to-attachment": "التحويل الى مرفق",
|
||||
"apply-bulk-actions": "تطبيق الاجراءات الجماعية"
|
||||
},
|
||||
"note_types": {
|
||||
"text": "نص",
|
||||
@@ -865,7 +875,8 @@
|
||||
},
|
||||
"editorfeatures": {
|
||||
"title": "مميزات",
|
||||
"note_completion_enabled": "تمكين الاكمال التلقائي للملاحظة"
|
||||
"note_completion_enabled": "تمكين الاكمال التلقائي للملاحظة",
|
||||
"emoji_completion_enabled": "تفعيل الاكمال التلقائي للرموز التعبيرية"
|
||||
},
|
||||
"book_properties_config": {
|
||||
"raster": "نقطي",
|
||||
@@ -873,7 +884,9 @@
|
||||
"map-style": "نمط الخريطة:",
|
||||
"vector_light": "متجه (فاتح)",
|
||||
"vector_dark": "متجه (داكن)",
|
||||
"show-scale": "اظهار المقياس"
|
||||
"show-scale": "اظهار المقياس",
|
||||
"display-week-numbers": "اظهار ارقام الاسابيع",
|
||||
"max-nesting-depth": "العمق الاقصى للتداخل:"
|
||||
},
|
||||
"multi_factor_authentication": {
|
||||
"oauth_title": "OAuth/OpenID",
|
||||
@@ -884,7 +897,8 @@
|
||||
"recovery_keys_used": "مستخدم: {{date}}",
|
||||
"mfa_enabled": "تمكين المصادقة متعددة العوامل",
|
||||
"recovery_keys_generate": "انشاء رموز الاسترداد",
|
||||
"recovery_keys_regenerate": "اعادة انشاء رموز الاسترداد"
|
||||
"recovery_keys_regenerate": "اعادة انشاء رموز الاسترداد",
|
||||
"oauth_user_not_logged_in": "لم يتم تسجيل الدخول!"
|
||||
},
|
||||
"execute_script": {
|
||||
"execute_script": "تنفيذ السكريبت"
|
||||
@@ -1052,7 +1066,8 @@
|
||||
"spellcheck": {
|
||||
"title": "التدقيق الاملائي",
|
||||
"enable": "تفعيل التدقيق الاملائي",
|
||||
"language_code_label": "رمز اللغة او رموز اللغات"
|
||||
"language_code_label": "رمز اللغة او رموز اللغات",
|
||||
"available_language_codes_label": "رموز اللغات المتاحة:"
|
||||
},
|
||||
"note-map": {
|
||||
"button-link-map": "خريطة الروابط",
|
||||
@@ -1076,14 +1091,16 @@
|
||||
"word_wrapping": "التفاف النص",
|
||||
"theme_group_light": "الثيمات الفاتحة",
|
||||
"theme_group_dark": "الثيمات الغامقة",
|
||||
"copy_title": "نسخ الى الحافظة"
|
||||
"copy_title": "نسخ الى الحافظة",
|
||||
"theme_none": "بدون تمييز الصياغة"
|
||||
},
|
||||
"link_context_menu": {
|
||||
"open_note_in_popup": "تحرير سريع"
|
||||
},
|
||||
"electron_integration": {
|
||||
"desktop-application": "تطبيقات سطح المكتب",
|
||||
"zoom-factor": "عامل التكبير"
|
||||
"zoom-factor": "عامل التكبير",
|
||||
"native-title-bar": "شريط العنوان الاصلي"
|
||||
},
|
||||
"note_tooltip": {
|
||||
"quick-edit": "التحرير السريع"
|
||||
@@ -1107,7 +1124,8 @@
|
||||
"lock-editing": "قفل التحرير"
|
||||
},
|
||||
"cpu_arch_warning": {
|
||||
"continue_anyway": "المتابعة على اي حال"
|
||||
"continue_anyway": "المتابعة على اي حال",
|
||||
"download_link": "تنزيل النسخة الاصلية"
|
||||
},
|
||||
"table_context_menu": {
|
||||
"delete_row": "حذف الصف"
|
||||
@@ -1123,7 +1141,8 @@
|
||||
"new-item": "عنصر جديد",
|
||||
"add-column": "اضافة عمود",
|
||||
"new-item-placeholder": "ادخل عنوان الملاحظة...",
|
||||
"add-column-placeholder": "ادخل اسم العمود..."
|
||||
"add-column-placeholder": "ادخل اسم العمود...",
|
||||
"remove-from-board": "ازالة من اللوحة"
|
||||
},
|
||||
"command_palette": {
|
||||
"export_note_title": "تصدير ملاحظة",
|
||||
@@ -1134,7 +1153,9 @@
|
||||
"show_attachments_description": "عرض مرفقات الملاحظة",
|
||||
"search_notes_description": "فتح البحث المتقدم",
|
||||
"search_subtree_title": "بحث في الشجرة الفرعية",
|
||||
"search_history_title": "عرص سجل البحث"
|
||||
"search_history_title": "عرص سجل البحث",
|
||||
"search_history_description": "عرض البحث السابق",
|
||||
"configure_launch_bar_title": "تكوين شريط الاطلاق"
|
||||
},
|
||||
"content_renderer": {
|
||||
"open_externally": "فتح خارجيا"
|
||||
@@ -1188,7 +1209,8 @@
|
||||
"note_autocomplete": {
|
||||
"clear-text-field": "مسح حقل النص",
|
||||
"show-recent-notes": "عرض الملاحظات الاخيرة",
|
||||
"full-text-search": "البحث بالنص الكامل"
|
||||
"full-text-search": "البحث بالنص الكامل",
|
||||
"search-for": "بحث ل \"{{term}}\""
|
||||
},
|
||||
"protect_note": {
|
||||
"toggle-off": "ازالة الحماية عن الملاحظة",
|
||||
@@ -1210,5 +1232,8 @@
|
||||
"note_erasure_timeout": {
|
||||
"note_erasure_timeout_title": "مهلة مسح الملاحظة",
|
||||
"erase_notes_after": "مسح الملاحظات بعد:"
|
||||
},
|
||||
"ws": {
|
||||
"sync-check-failed": "فشل التحقق من المزامنة!"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
},
|
||||
"widget-error": {
|
||||
"title": "Impossibile inizializzare un widget",
|
||||
"message-custom": "Il widget personalizzato della nota con ID \"{{id}}\", dal titolo \"{{title}}\" non è stato inizializzato a causa di:\n\n{{message}}",
|
||||
"message-custom": "Il widget personalizzato dalla nota con ID “{{id}}”, intitolato “{{title}}”, non è stato possibile inizializzare a causa di:\n\n{{message}}",
|
||||
"message-unknown": "Un widget sconosciuto non è stato inizializzato a causa di:\n\n{{message}}"
|
||||
}
|
||||
},
|
||||
@@ -83,9 +83,9 @@
|
||||
"erase_notes_description": "L'eliminazione normale (soft) marca le note come eliminate e potranno essere recuperate entro un certo lasso di tempo (dalla finestra dei cambiamenti recenti). Selezionando questa opzione le note si elimineranno immediatamente e non sarà possibile recuperarle.",
|
||||
"erase_notes_warning": "Elimina le note in modo permanente (non potrà essere disfatto), compresi tutti i cloni. Ciò forzerà un nuovo caricamento dell'applicazione.",
|
||||
"cancel": "Annulla",
|
||||
"notes_to_be_deleted": "Le seguenti note saranno eliminate ({{- noteCount}})",
|
||||
"notes_to_be_deleted": "Le seguenti note saranno eliminate ({{notesCount}})",
|
||||
"no_note_to_delete": "Nessuna nota sarà eliminata (solo i cloni).",
|
||||
"broken_relations_to_be_deleted": "Le seguenti relazioni saranno interrotte ed eliminate ({{- relationCount}})",
|
||||
"broken_relations_to_be_deleted": "Le seguenti relazioni saranno interrotte ed eliminate ({{relationCount}})",
|
||||
"deleted_relation_text": "La nota {{- note}} (da eliminare) è referenziata dalla relazione {{- relation}} originata da {{- source}}."
|
||||
},
|
||||
"info": {
|
||||
@@ -112,7 +112,7 @@
|
||||
},
|
||||
"password_not_set": {
|
||||
"body1": "Le note protette sono crittografate utilizzando una password utente, ma la password non è stata ancora impostata.",
|
||||
"body2": "Per proteggere le note, fare clic su <a class=\"open-password-options-button\" href=\"javascript:\">qui</a> per aprire la finestra di dialogo Opzioni e impostare la password."
|
||||
"body2": "Per proteggere le note, clicca sul pulsante sottostante per aprire la finestra di dialogo Opzioni e impostare la tua password."
|
||||
},
|
||||
"protected_session_password": {
|
||||
"close_label": "Chiudi"
|
||||
@@ -122,7 +122,7 @@
|
||||
},
|
||||
"etapi": {
|
||||
"new_token_title": "Nuovo token ETAPI",
|
||||
"new_token_message": "Inserire il nuovo nome del token"
|
||||
"new_token_message": "Inserisci il nome del nuovo token"
|
||||
},
|
||||
"electron_integration": {
|
||||
"zoom-factor": "Fattore di ingrandimento",
|
||||
@@ -130,7 +130,7 @@
|
||||
},
|
||||
"note_autocomplete": {
|
||||
"search-for": "Cerca \"{{term}}\"",
|
||||
"create-note": "Crea e collega la nota figlia \"{{term}}\"",
|
||||
"create-note": "Crea e collega la nota secondaria “{{term}}”",
|
||||
"insert-external-link": "Inserisci il collegamento esterno a \"{{term}}\"",
|
||||
"clear-text-field": "Pulisci il campo di testo",
|
||||
"show-recent-notes": "Mostra le note recenti",
|
||||
@@ -155,20 +155,20 @@
|
||||
},
|
||||
"database_anonymization": {
|
||||
"light_anonymization": "Anonimizzazione parziale",
|
||||
"title": "Anonimizzazione del Database",
|
||||
"title": "Anonimizzazione dei database",
|
||||
"full_anonymization": "Anonimizzazione completa",
|
||||
"full_anonymization_description": "Questa azione creerà una nuova copia del database e lo anonimizzerà (rimuove tutti i contenuti delle note, lasciando solo la struttura e qualche metadato non sensibile) per condividerlo online allo scopo di debugging, senza paura di far trapelare i tuoi dati personali.",
|
||||
"save_fully_anonymized_database": "Salva il database completamente anonimizzato",
|
||||
"full_anonymization_description": "Questa azione creerà una nuova copia del database e la renderà anonima (rimuovendo tutto il contenuto delle note e lasciando solo la struttura e alcuni metadati non sensibili) per poterla condividere online a scopo di debug senza timore di divulgare i tuoi dati personali.",
|
||||
"save_fully_anonymized_database": "Salva database completamente anonimizzato",
|
||||
"light_anonymization_description": "Questa azione creerà una nuova copia del database e lo anonimizzerà in parzialmente — in particolare, solo il contenuto delle note sarà rimosso, ma i titoli e gli attributi rimarranno. Inoltre, note con script personalizzati JS di frontend/backend e widget personalizzati lasciando rimarranno. Ciò mette a disposizione più contesto per il debug dei problemi.",
|
||||
"choose_anonymization": "Puoi decidere da solo se fornire un database completamente o parzialmente anonimizzato. Anche un database completamente anonimizzato è molto utile, sebbene in alcuni casi i database parzialmente anonimizzati possono accelerare il processo di identificazione dei bug e la loro correzione.",
|
||||
"no_anonymized_database_yet": "Nessun database ancora anonimizzato.",
|
||||
"save_lightly_anonymized_database": "Salva il database parzialmente anonimizzato",
|
||||
"no_anonymized_database_yet": "Ancora nessun database anonimizzato.",
|
||||
"save_lightly_anonymized_database": "Salva database leggermente anonimizzato",
|
||||
"successfully_created_fully_anonymized_database": "Database completamente anonimizzato creato in {{anonymizedFilePath}}",
|
||||
"successfully_created_lightly_anonymized_database": "Database parzialmente anonimizzato creato in {{anonymizedFilePath}}"
|
||||
},
|
||||
"cpu_arch_warning": {
|
||||
"title": "Per favore scarica la versione ARM64",
|
||||
"continue_anyway": "Continua Comunque",
|
||||
"continue_anyway": "Continua comunque",
|
||||
"dont_show_again": "Non mostrare più questo avviso",
|
||||
"download_link": "Scarica la Versione Nativa"
|
||||
},
|
||||
@@ -248,7 +248,7 @@
|
||||
"debug": "debug",
|
||||
"action": "azione",
|
||||
"add_search_option": "Aggiungi un opzione di ricerca:",
|
||||
"search_string": "cerca la stringa",
|
||||
"search_string": "stringa di ricerca",
|
||||
"limit": "limite"
|
||||
},
|
||||
"modal": {
|
||||
@@ -333,12 +333,12 @@
|
||||
},
|
||||
"heading_style": {
|
||||
"title": "Stile dell'Intestazione",
|
||||
"plain": "Normale",
|
||||
"plain": "Semplice",
|
||||
"underline": "Sottolineato",
|
||||
"markdown": "Stile Markdown"
|
||||
},
|
||||
"highlights_list": {
|
||||
"title": "Punti salienti"
|
||||
"title": "Elenco dei punti salienti"
|
||||
},
|
||||
"highlights_list_2": {
|
||||
"title": "Punti salienti",
|
||||
@@ -353,7 +353,8 @@
|
||||
"collapseExpand": "collassa/espande il nodo",
|
||||
"notSet": "non impostato",
|
||||
"goBackForwards": "indietro/avanti nella cronologia",
|
||||
"showJumpToNoteDialog": "mostra <a class=\"external\" href=\"https://triliumnext.github.io/Docs/Wiki/note-navigation.html#jump-to-note\">la finestra di dialogo \"Salta alla nota\"<a>"
|
||||
"showJumpToNoteDialog": "mostra <a class=\"external\" href=\"https://triliumnext.github.io/Docs/Wiki/note-navigation.html#jump-to-note\">finestra di dialogo “Vai a”</a>",
|
||||
"title": "Scheda riassuntiva"
|
||||
},
|
||||
"i18n": {
|
||||
"saturday": "Sabato",
|
||||
@@ -367,5 +368,13 @@
|
||||
"first-week-warning": "La modifica delle opzioni della prima settimana può causare duplicati con le note settimanali esistenti e queste ultime non verranno aggiornate di conseguenza.",
|
||||
"formatting-locale": "Formato data e numero",
|
||||
"formatting-locale-auto": "In base alla lingua dell'applicazione"
|
||||
},
|
||||
"ai_llm": {
|
||||
"n_notes_queued_0": "{{ count }} nota in coda per l'indicizzazione",
|
||||
"n_notes_queued_1": "{{ count }} note in coda per l'indicizzazione",
|
||||
"n_notes_queued_2": "{{ count }} note in coda per l'indicizzazione",
|
||||
"notes_indexed_0": "{{ count }} nota indicizzata",
|
||||
"notes_indexed_1": "{{ count }} note indicizzate",
|
||||
"notes_indexed_2": "{{ count }} note indicizzate"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user