mirror of
https://github.com/zadam/trilium.git
synced 2025-12-31 11:44:23 +01:00
Translations update from Hosted Weblate (#8149)
This commit is contained in:
commit
4bc2e9743c
@ -21,8 +21,17 @@
|
||||
},
|
||||
"bundle-error": {
|
||||
"title": "加载自定义脚本失败",
|
||||
"message": "来自 ID 为 \"{{id}}\"、标题为 \"{{title}}\" 的笔记的脚本因以下原因无法执行:\n\n{{message}}"
|
||||
}
|
||||
"message": "脚本因以下原因无法执行:\n\n{{message}}"
|
||||
},
|
||||
"widget-list-error": {
|
||||
"title": "无法从服务器取得小部件清单"
|
||||
},
|
||||
"widget-render-error": {
|
||||
"title": "渲染自定义 React 小部件失败"
|
||||
},
|
||||
"widget-missing-parent": "自定义小部件未定义强制性的 \"{{property}}\" 属性。",
|
||||
"open-script-note": "打开脚本笔记",
|
||||
"scripting-error": "自定义脚本错误:{{title}}"
|
||||
},
|
||||
"add_link": {
|
||||
"add_link": "添加链接",
|
||||
@ -1598,7 +1607,8 @@
|
||||
"note_type_switcher_others": "其他笔记类型",
|
||||
"note_type_switcher_templates": "模板",
|
||||
"note_type_switcher_collection": "集合",
|
||||
"edited_notes": "编辑过的笔记"
|
||||
"edited_notes": "今天编辑过的笔记",
|
||||
"promoted_attributes": "升级属性"
|
||||
},
|
||||
"search_result": {
|
||||
"no_notes_found": "没有找到符合搜索条件的笔记。",
|
||||
|
||||
@ -21,8 +21,17 @@
|
||||
},
|
||||
"bundle-error": {
|
||||
"title": "カスタムスクリプトの読み込みに失敗しました",
|
||||
"message": "ノートID”{{id}}”, ノートタイトル “{{title}}” のスクリプトを実行できませんでした。理由は以下の通りです:\n\n{{message}}"
|
||||
}
|
||||
"message": "次の理由によりスクリプトを実行できませんでした:\n\n{{message}}"
|
||||
},
|
||||
"widget-list-error": {
|
||||
"title": "サーバーからウィジェットのリストを取得できませんでした"
|
||||
},
|
||||
"widget-render-error": {
|
||||
"title": "カスタム React ウィジェットのレンダリングに失敗しました"
|
||||
},
|
||||
"widget-missing-parent": "カスタムウィジェットに必須の '{{property}}' プロパティが定義されていません。",
|
||||
"open-script-note": "スクリプトノートを開く",
|
||||
"scripting-error": "カスタムスクリプトエラー: {{title}}"
|
||||
},
|
||||
"add_link": {
|
||||
"add_link": "リンクを追加",
|
||||
@ -1254,7 +1263,8 @@
|
||||
"note_type_switcher_others": "その他のノートタイプ",
|
||||
"note_type_switcher_templates": "テンプレート",
|
||||
"note_type_switcher_collection": "コレクション",
|
||||
"edited_notes": "編集済みノート"
|
||||
"edited_notes": "この日に編集されたノート",
|
||||
"promoted_attributes": "プロモート属性"
|
||||
},
|
||||
"search_result": {
|
||||
"no_notes_found": "指定された検索パラメータに該当するノートは見つかりませんでした。",
|
||||
|
||||
@ -22,7 +22,15 @@
|
||||
"bundle-error": {
|
||||
"title": "Nie udało się załadować niestandardowego skryptu",
|
||||
"message": "Skrypt z notatki o ID \"{{id}}\", zatytułowany \"{{title}}\", nie mógł zostać wykonany z powodu:\n\n{{message}}"
|
||||
}
|
||||
},
|
||||
"widget-list-error": {
|
||||
"title": "Nie udało się pobrać listy widżetów z serwera"
|
||||
},
|
||||
"widget-render-error": {
|
||||
"title": "Nie udało się wyrenderować niestandardowego widżetu React"
|
||||
},
|
||||
"widget-missing-parent": "Niestandardowy widżet nie ma zdefiniowanej obowiązkowej właściwości „{{property}}”.",
|
||||
"open-script-note": "Otwórz notatkę ze skryptem"
|
||||
},
|
||||
"add_link": {
|
||||
"add_link": "Dodaj link",
|
||||
@ -434,7 +442,8 @@
|
||||
},
|
||||
"inherited_attribute_list": {
|
||||
"title": "Dziedziczone atrybuty",
|
||||
"no_inherited_attributes": "Brak dziedziczonych atrybutów."
|
||||
"no_inherited_attributes": "Brak dziedziczonych atrybutów.",
|
||||
"none": "brak"
|
||||
},
|
||||
"note_info_widget": {
|
||||
"note_id": "ID notatki",
|
||||
@ -1937,7 +1946,10 @@
|
||||
"options": "Opcje",
|
||||
"modal_title": "Konfiguracja listy wyróżnień",
|
||||
"menu_configure": "Konfiguracja listy wyróżnień...",
|
||||
"no_highlights": "Nie znaleziono wyróżnień."
|
||||
"no_highlights": "Nie znaleziono wyróżnień.",
|
||||
"title_with_count_one": "{{count}} podświetlenie",
|
||||
"title_with_count_few": "{{count}} podświetlenia",
|
||||
"title_with_count_many": "{{count}} podświetleń"
|
||||
},
|
||||
"quick-search": {
|
||||
"placeholder": "Szybkie wyszukiwanie",
|
||||
@ -2008,7 +2020,8 @@
|
||||
},
|
||||
"toc": {
|
||||
"table_of_contents": "Spis treści",
|
||||
"options": "Opcje"
|
||||
"options": "Opcje",
|
||||
"no_headings": "Brak nagłówków."
|
||||
},
|
||||
"watched_file_update_status": {
|
||||
"file_last_modified": "Plik <code class=\"file-path\"></code> został ostatnio zmodyfikowany <span class=\"file-last-modified\"></span>.",
|
||||
@ -2206,5 +2219,14 @@
|
||||
"scroll_to_top_title": "Przejdź na początek notatki",
|
||||
"create_new_note": "Utwórz nową notatkę podrzędną",
|
||||
"empty_hide_archived_notes": "Ukryj zarchiwizowane notatki"
|
||||
},
|
||||
"attributes_panel": {
|
||||
"title": "Atrybuty notatki"
|
||||
},
|
||||
"right_pane": {
|
||||
"empty_message": "Brak elementów do wyświetlenia dla tej notatki",
|
||||
"empty_button": "Ukryj panel",
|
||||
"toggle": "Pokaż/ukryj prawy panel",
|
||||
"custom_widget_go_to_source": "Przejdź do kodu źródłowego"
|
||||
}
|
||||
}
|
||||
|
||||
@ -29,7 +29,15 @@
|
||||
"bundle-error": {
|
||||
"title": "Falha para carregar o script customizado",
|
||||
"message": "O script da nota com ID \"{{id}}\", intitulada \"{{title}}\", não pôde ser executado devido a:\n\n{{message}}"
|
||||
}
|
||||
},
|
||||
"widget-list-error": {
|
||||
"title": "Falha ao obter a lista de widgets do servidor"
|
||||
},
|
||||
"widget-render-error": {
|
||||
"title": "Falha ao renderizar um widget React personalizado"
|
||||
},
|
||||
"widget-missing-parent": "O widget personalizado não possui a propriedade obrigatória '{{property}}' definida.",
|
||||
"open-script-note": "Abrir nota de script"
|
||||
},
|
||||
"add_link": {
|
||||
"add_link": "Adicionar link",
|
||||
|
||||
@ -21,8 +21,17 @@
|
||||
},
|
||||
"bundle-error": {
|
||||
"title": "Не удалось загрузить пользовательский скрипт",
|
||||
"message": "Скрипт из заметки с идентификатором \"{{id}}\" и названием \"{{title}}\" не может быть выполнен по следующим причинам:\n\n{{message}}"
|
||||
}
|
||||
"message": "Скрипт не может быть выполнен. Причина:\n\n{{message}}"
|
||||
},
|
||||
"widget-list-error": {
|
||||
"title": "Не удалось получить список виджетов с сервера"
|
||||
},
|
||||
"widget-render-error": {
|
||||
"title": "Не удалось отобразить пользовательский React виджет"
|
||||
},
|
||||
"widget-missing-parent": "В пользовательском виджете не определено обязательное свойство '{{property}}'.",
|
||||
"open-script-note": "Открыть заметку со скриптом",
|
||||
"scripting-error": "Ошибка пользовательского скрипта: {{title}}"
|
||||
},
|
||||
"add_link": {
|
||||
"add_link": "Добавить ссылку",
|
||||
@ -2026,13 +2035,14 @@
|
||||
},
|
||||
"note_title": {
|
||||
"placeholder": "введите здесь название заметки...",
|
||||
"edited_notes": "Измененные заметки",
|
||||
"edited_notes": "Измененные в этот день заметки",
|
||||
"note_type_switcher_collection": "Коллекция",
|
||||
"note_type_switcher_templates": "Шаблон",
|
||||
"note_type_switcher_others": "Другой тип заметки",
|
||||
"note_type_switcher_label": "Переключить с {{type}} на:",
|
||||
"last_modified": "Изменена <Value />",
|
||||
"created_on": "Создана в <Value />"
|
||||
"created_on": "Создана в <Value />",
|
||||
"promoted_attributes": "Продвигаемые атрибуты"
|
||||
},
|
||||
"units": {
|
||||
"percentage": "%"
|
||||
|
||||
@ -22,7 +22,15 @@
|
||||
"bundle-error": {
|
||||
"title": "載入自訂腳本失敗",
|
||||
"message": "來自 ID 為 \"{{id}}\"、標題為 \"{{title}}\" 的筆記的腳本因以下原因無法執行:\n\n{{message}}"
|
||||
}
|
||||
},
|
||||
"widget-list-error": {
|
||||
"title": "無法從伺服器取得元件清單"
|
||||
},
|
||||
"widget-render-error": {
|
||||
"title": "無法渲染自訂 React 元件"
|
||||
},
|
||||
"widget-missing-parent": "自訂元件未定義強制性的 \"{{property}}\" 屬性。",
|
||||
"open-script-note": "打開腳本筆記"
|
||||
},
|
||||
"add_link": {
|
||||
"add_link": "新增連結",
|
||||
@ -815,7 +823,8 @@
|
||||
},
|
||||
"inherited_attribute_list": {
|
||||
"title": "繼承的屬性",
|
||||
"no_inherited_attributes": "沒有繼承的屬性。"
|
||||
"no_inherited_attributes": "沒有繼承的屬性。",
|
||||
"none": "無"
|
||||
},
|
||||
"note_info_widget": {
|
||||
"note_id": "筆記 ID",
|
||||
@ -1513,6 +1522,7 @@
|
||||
"title": "高亮列表",
|
||||
"options": "選項",
|
||||
"title_with_count_one": "{{count}} 處高亮",
|
||||
"title_with_count_other": "{{count}} 處高亮",
|
||||
"modal_title": "設定高亮列表",
|
||||
"menu_configure": "設定高亮列表…",
|
||||
"no_highlights": "未找到高亮內容。"
|
||||
@ -2089,7 +2099,8 @@
|
||||
"next_theme_button": "試用新主題",
|
||||
"dismiss": "關閉",
|
||||
"new_layout_title": "新版面配置",
|
||||
"new_layout_button": "更多資訊"
|
||||
"new_layout_button": "更多資訊",
|
||||
"new_layout_message": "我們為 Trilium 推出了現代化版面配置。功能區分頁已移除並無縫整合至主介面,取而代之的是全新狀態列與可擴展區塊(例如提升屬性)承擔其主要功能。\n\n新版面配置預設為啟用狀態,您可透過「選項 → 外觀」暫時停用。"
|
||||
},
|
||||
"settings": {
|
||||
"related_settings": "相關設定"
|
||||
@ -2167,7 +2178,12 @@
|
||||
"shared_unshare": "取消分享",
|
||||
"clipped_note": "網頁擷取",
|
||||
"execute_script": "運行腳本",
|
||||
"execute_sql": "運行 SQL"
|
||||
"execute_sql": "運行 SQL",
|
||||
"read_only_auto_description": "基於效能考量,此筆記已自動設定為唯讀模式。此自動限制可於設定中調整。\n\n點擊此處可臨時編輯。",
|
||||
"read_only_temporarily_disabled_description": "此筆記目前可編輯,但通常為唯讀狀態。當您切換至其他筆記時,本筆記將立即恢復為唯讀模式。\n\n點擊此處重新啟用唯讀模式。",
|
||||
"clipped_note_description": "本筆記原始來源為 {{url}}。\n\n點擊此處前往原網頁。",
|
||||
"execute_script_description": "此筆記為腳本筆記。點擊以執行腳本。",
|
||||
"execute_sql_description": "此筆記為 SQL 筆記。點擊以執行 SQL 查詢。"
|
||||
},
|
||||
"breadcrumb": {
|
||||
"hoisted_badge": "聚焦",
|
||||
@ -2181,18 +2197,28 @@
|
||||
"language_title": "更改內容語言",
|
||||
"note_info_title": "查看筆記資訊(如日期、筆記大小)",
|
||||
"backlinks_one": "{{count}} 個反連結",
|
||||
"backlinks_other": "",
|
||||
"backlinks_title_one": "查看反連結",
|
||||
"backlinks_title_other": "",
|
||||
"attachments_one": "{{count}} 個附件",
|
||||
"attachments_other": "",
|
||||
"attachments_title_one": "在新分頁中查看附件",
|
||||
"attachments_title_other": "",
|
||||
"attributes_one": "{{count}} 個屬性",
|
||||
"attributes_other": "",
|
||||
"attributes_title": "自有屬性及繼承屬性",
|
||||
"note_paths_one": "{{count}} 條路徑",
|
||||
"note_paths_other": "",
|
||||
"note_paths_title": "筆記路徑",
|
||||
"code_note_switcher": "更改語言模式"
|
||||
},
|
||||
"right_pane": {
|
||||
"empty_button": "隱藏面板",
|
||||
"toggle": "切換右側面板",
|
||||
"custom_widget_go_to_source": "跳轉至原始碼"
|
||||
"custom_widget_go_to_source": "跳轉至原始碼",
|
||||
"empty_message": "此筆記無內容可顯示"
|
||||
},
|
||||
"attributes_panel": {
|
||||
"title": "筆記屬性"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user