mirror of
https://github.com/zadam/trilium.git
synced 2025-12-04 14:34:24 +01:00
Compare commits
6 Commits
569b31a69c
...
d2f9c584e5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d2f9c584e5 | ||
|
|
67d2175ce9 | ||
|
|
8a3283f1ea | ||
|
|
2fb47fc186 | ||
|
|
4530c9a40c | ||
|
|
0c3b552678 |
@ -1306,8 +1306,8 @@
|
||||
"zpetne_odkazy": {
|
||||
"relation": "relazione",
|
||||
"backlink_one": "{{count}} Backlink",
|
||||
"backlink_many": "",
|
||||
"backlink_other": "{{count}} Backlink"
|
||||
"backlink_many": "{{count}} Backlinks",
|
||||
"backlink_other": "{{count}} Backlinks"
|
||||
},
|
||||
"mobile_detail_menu": {
|
||||
"insert_child_note": "Inserisci nota secondaria",
|
||||
@ -1801,8 +1801,8 @@
|
||||
"relation-map": "Mappa delle relazioni",
|
||||
"note-map": "Nota Mappa",
|
||||
"render-note": "Nota di rendering",
|
||||
"book": "Collezione",
|
||||
"mermaid-diagram": "Diagramma della sirena",
|
||||
"book": "Raccolta",
|
||||
"mermaid-diagram": "Diagramma Mermaid",
|
||||
"canvas": "Tela",
|
||||
"web-view": "Visualizzazione Web",
|
||||
"mind-map": "Mappa mentale",
|
||||
@ -1967,7 +1967,8 @@
|
||||
"open_note_in_new_tab": "Apri la nota in una nuova scheda",
|
||||
"open_note_in_new_split": "Apri nota in una nuova divisione",
|
||||
"open_note_in_new_window": "Apri la nota in una nuova finestra",
|
||||
"open_note_in_popup": "Modifica rapida"
|
||||
"open_note_in_popup": "Modifica rapida",
|
||||
"open_note_in_other_split": "Apri nota nell'altra divisione"
|
||||
},
|
||||
"help-button": {
|
||||
"title": "Apri la pagina di aiuto pertinente"
|
||||
|
||||
@ -1158,7 +1158,8 @@
|
||||
"open_note_in_popup": "クイック編集",
|
||||
"open_note_in_new_tab": "新しいタブでノートを開く",
|
||||
"open_note_in_new_split": "新しく分割してノートを開く",
|
||||
"open_note_in_new_window": "新しいウィンドウでノートを開く"
|
||||
"open_note_in_new_window": "新しいウィンドウでノートを開く",
|
||||
"open_note_in_other_split": "他の分割画面でノートを開く"
|
||||
},
|
||||
"note_tooltip": {
|
||||
"quick-edit": "クイック編集",
|
||||
|
||||
@ -35,7 +35,7 @@
|
||||
"@triliumnext/commons": "workspace:*",
|
||||
"@triliumnext/server": "workspace:*",
|
||||
"copy-webpack-plugin": "13.0.1",
|
||||
"electron": "38.7.2",
|
||||
"electron": "39.2.4",
|
||||
"@electron-forge/cli": "7.10.2",
|
||||
"@electron-forge/maker-deb": "7.10.2",
|
||||
"@electron-forge/maker-dmg": "7.10.2",
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"@triliumnext/desktop": "workspace:*",
|
||||
"@types/fs-extra": "11.0.4",
|
||||
"copy-webpack-plugin": "13.0.1",
|
||||
"electron": "38.7.2",
|
||||
"electron": "39.2.4",
|
||||
"fs-extra": "11.3.2"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
@ -80,7 +80,7 @@
|
||||
"debounce": "3.0.0",
|
||||
"debug": "4.4.3",
|
||||
"ejs": "3.1.10",
|
||||
"electron": "38.7.2",
|
||||
"electron": "39.2.4",
|
||||
"electron-debug": "4.1.0",
|
||||
"electron-window-state": "5.0.3",
|
||||
"escape-html": "1.0.3",
|
||||
|
||||
35
pnpm-lock.yaml
generated
35
pnpm-lock.yaml
generated
@ -367,7 +367,7 @@ importers:
|
||||
dependencies:
|
||||
'@electron/remote':
|
||||
specifier: 2.1.3
|
||||
version: 2.1.3(electron@38.7.2)
|
||||
version: 2.1.3(electron@39.2.4)
|
||||
better-sqlite3:
|
||||
specifier: 12.5.0
|
||||
version: 12.5.0
|
||||
@ -424,8 +424,8 @@ importers:
|
||||
specifier: 13.0.1
|
||||
version: 13.0.1(webpack@5.101.3(esbuild@0.27.0))
|
||||
electron:
|
||||
specifier: 38.7.2
|
||||
version: 38.7.2
|
||||
specifier: 39.2.4
|
||||
version: 39.2.4
|
||||
prebuild-install:
|
||||
specifier: 7.1.3
|
||||
version: 7.1.3
|
||||
@ -480,8 +480,8 @@ importers:
|
||||
specifier: 13.0.1
|
||||
version: 13.0.1(webpack@5.101.3(esbuild@0.27.0))
|
||||
electron:
|
||||
specifier: 38.7.2
|
||||
version: 38.7.2
|
||||
specifier: 39.2.4
|
||||
version: 39.2.4
|
||||
fs-extra:
|
||||
specifier: 11.3.2
|
||||
version: 11.3.2
|
||||
@ -506,7 +506,7 @@ importers:
|
||||
version: 7.1.1
|
||||
'@electron/remote':
|
||||
specifier: 2.1.3
|
||||
version: 2.1.3(electron@38.7.2)
|
||||
version: 2.1.3(electron@39.2.4)
|
||||
'@preact/preset-vite':
|
||||
specifier: 2.10.2
|
||||
version: 2.10.2(@babel/core@7.28.0)(preact@10.27.2)(vite@7.2.4(@types/node@24.10.1)(jiti@2.6.1)(less@4.1.3)(lightningcss@1.30.1)(sass-embedded@1.91.0)(sass@1.91.0)(terser@5.44.0)(tsx@4.21.0)(yaml@2.8.1))
|
||||
@ -649,8 +649,8 @@ importers:
|
||||
specifier: 3.1.10
|
||||
version: 3.1.10
|
||||
electron:
|
||||
specifier: 38.7.2
|
||||
version: 38.7.2
|
||||
specifier: 39.2.4
|
||||
version: 39.2.4
|
||||
electron-debug:
|
||||
specifier: 4.1.0
|
||||
version: 4.1.0
|
||||
@ -5279,9 +5279,6 @@ packages:
|
||||
'@types/node@22.18.12':
|
||||
resolution: {integrity: sha512-BICHQ67iqxQGFSzfCFTT7MRQ5XcBjG5aeKh5Ok38UBbPe5fxTyE+aHFxwVrGyr8GNlqFMLKD1D3P2K/1ks8tog==}
|
||||
|
||||
'@types/node@22.18.13':
|
||||
resolution: {integrity: sha512-Bo45YKIjnmFtv6I1TuC8AaHBbqXtIo+Om5fE4QiU1Tj8QR/qt+8O3BAtOimG5IFmwaWiPmB3Mv3jtYzBA4Us2A==}
|
||||
|
||||
'@types/node@22.18.8':
|
||||
resolution: {integrity: sha512-pAZSHMiagDR7cARo/cch1f3rXy0AEXwsVsVH09FcyeJVAzCnGgmYis7P3JidtTUjyadhTeSo8TgRPswstghDaw==}
|
||||
|
||||
@ -7602,8 +7599,8 @@ packages:
|
||||
resolution: {integrity: sha512-bO3y10YikuUwUuDUQRM4KfwNkKhnpVO7IPdbsrejwN9/AABJzzTQ4GeHwyzNSrVO+tEH3/Np255a3sVZpZDjvg==}
|
||||
engines: {node: '>=8.0.0'}
|
||||
|
||||
electron@38.7.2:
|
||||
resolution: {integrity: sha512-BcjR0IHqp3uv4ytVQwW2/9zAWo17Rjwrydn6RS+g+vqhpcPTzmBHDCHKaEcqheSl/7zzKPgFZdvT21BoSfrxRQ==}
|
||||
electron@39.2.4:
|
||||
resolution: {integrity: sha512-KxPtwpFceQKSxRtUY39piHLYhJMMyHfOhc70e6zRnKGrbRdK6hzEqssth8IGjlKOdkeT4KCvIEngnNraYk39+g==}
|
||||
engines: {node: '>= 12.20.55'}
|
||||
hasBin: true
|
||||
|
||||
@ -16719,9 +16716,9 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@electron/remote@2.1.3(electron@38.7.2)':
|
||||
'@electron/remote@2.1.3(electron@39.2.4)':
|
||||
dependencies:
|
||||
electron: 38.7.2
|
||||
electron: 39.2.4
|
||||
|
||||
'@electron/universal@2.0.2':
|
||||
dependencies:
|
||||
@ -19985,10 +19982,6 @@ snapshots:
|
||||
dependencies:
|
||||
undici-types: 6.21.0
|
||||
|
||||
'@types/node@22.18.13':
|
||||
dependencies:
|
||||
undici-types: 6.21.0
|
||||
|
||||
'@types/node@22.18.8':
|
||||
dependencies:
|
||||
undici-types: 6.21.0
|
||||
@ -22916,10 +22909,10 @@ snapshots:
|
||||
- supports-color
|
||||
optional: true
|
||||
|
||||
electron@38.7.2:
|
||||
electron@39.2.4:
|
||||
dependencies:
|
||||
'@electron/get': 2.0.3
|
||||
'@types/node': 22.18.13
|
||||
'@types/node': 22.19.1
|
||||
extract-zip: 2.0.1
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user