mirror of
https://github.com/zadam/trilium.git
synced 2025-11-26 02:24:23 +01:00
Translations update from Hosted Weblate (#7862)
This commit is contained in:
commit
d670c2ae5e
@ -1626,7 +1626,10 @@
|
|||||||
"title": "Redattore"
|
"title": "Redattore"
|
||||||
},
|
},
|
||||||
"code_mime_types": {
|
"code_mime_types": {
|
||||||
"title": "Tipi MIME disponibili nel menu a discesa"
|
"title": "Tipi MIME disponibili nel menu a discesa",
|
||||||
|
"tooltip_syntax_highlighting": "Evidenziazione della sintassi",
|
||||||
|
"tooltip_code_block_syntax": "Blocchi di codice nelle note di testo",
|
||||||
|
"tooltip_code_note_syntax": "Note sul codice"
|
||||||
},
|
},
|
||||||
"vim_key_bindings": {
|
"vim_key_bindings": {
|
||||||
"use_vim_keybindings_in_code_notes": "Combinazioni di tasti di Vim",
|
"use_vim_keybindings_in_code_notes": "Combinazioni di tasti di Vim",
|
||||||
@ -2095,5 +2098,10 @@
|
|||||||
},
|
},
|
||||||
"calendar_view": {
|
"calendar_view": {
|
||||||
"delete_note": "Eliminazione nota..."
|
"delete_note": "Eliminazione nota..."
|
||||||
|
},
|
||||||
|
"note-color": {
|
||||||
|
"set-color": "Imposta colore nota",
|
||||||
|
"set-custom-color": "Imposta colore personalizzato per le note",
|
||||||
|
"clear-color": "Pulisci colore della nota"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1827,7 +1827,10 @@
|
|||||||
"app-restart-required": "(変更を有効にするにはアプリケーションの再起動が必要です)"
|
"app-restart-required": "(変更を有効にするにはアプリケーションの再起動が必要です)"
|
||||||
},
|
},
|
||||||
"code_mime_types": {
|
"code_mime_types": {
|
||||||
"title": "ドロップダウンで利用可能なMIMEタイプ"
|
"title": "ドロップダウンで利用可能なMIMEタイプ",
|
||||||
|
"tooltip_syntax_highlighting": "構文ハイライト表示",
|
||||||
|
"tooltip_code_block_syntax": "テキストノート内のコードブロック",
|
||||||
|
"tooltip_code_note_syntax": "コードノート"
|
||||||
},
|
},
|
||||||
"attachment_erasure_timeout": {
|
"attachment_erasure_timeout": {
|
||||||
"attachment_erasure_timeout": "添付ファイル消去のタイムアウト",
|
"attachment_erasure_timeout": "添付ファイル消去のタイムアウト",
|
||||||
|
|||||||
@ -42,7 +42,7 @@
|
|||||||
"text_title": "テキストノート",
|
"text_title": "テキストノート",
|
||||||
"text_description": "ノートはビジュアル(WYSIWYG)エディタで編集できます。表、画像、数式、構文ハイライト付きのコードブロックなど、様々な編集機能を備えています。Markdownのような構文やスラッシュコマンドを使って、テキストを素早くフォーマットできます。",
|
"text_description": "ノートはビジュアル(WYSIWYG)エディタで編集できます。表、画像、数式、構文ハイライト付きのコードブロックなど、様々な編集機能を備えています。Markdownのような構文やスラッシュコマンドを使って、テキストを素早くフォーマットできます。",
|
||||||
"code_title": "Code ノート",
|
"code_title": "Code ノート",
|
||||||
"code_description": "ソースコードやスクリプトの大きなサンプルでは、多くのプログラミング言語の構文強調表示とさまざまなカラー テーマを備えた専用のエディターが使用できます。",
|
"code_description": "ソースコードやスクリプトの大きなサンプルでは、多くのプログラミング言語の構文ハイライト表示とさまざまなカラー テーマを備えた専用のエディターが使用できます。",
|
||||||
"file_title": "ファイルノート",
|
"file_title": "ファイルノート",
|
||||||
"file_description": "PDF、画像、ビデオなどのマルチメディア ファイルをアプリケーション内にプレビュー表示で埋め込みます。",
|
"file_description": "PDF、画像、ビデオなどのマルチメディア ファイルをアプリケーション内にプレビュー表示で埋め込みます。",
|
||||||
"canvas_title": "キャンバス",
|
"canvas_title": "キャンバス",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user