mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 04:16:17 +01:00 
			
		
		
		
	fix(server): duplicating note subtree escapes special characters
This commit is contained in:
		@@ -1648,7 +1648,7 @@
 | 
				
			|||||||
  },
 | 
					  },
 | 
				
			||||||
  "notes": {
 | 
					  "notes": {
 | 
				
			||||||
    "duplicate-note-suffix": "(dupl.)",
 | 
					    "duplicate-note-suffix": "(dupl.)",
 | 
				
			||||||
    "duplicate-note-title": "{{ noteTitle }} {{ duplicateNoteSuffix }}"
 | 
					    "duplicate-note-title": "{{- noteTitle }} {{ duplicateNoteSuffix }}"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "geo-map-context": {
 | 
					  "geo-map-context": {
 | 
				
			||||||
    "open-location": "Deschide locația",
 | 
					    "open-location": "Deschide locația",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -253,7 +253,7 @@
 | 
				
			|||||||
  "notes": {
 | 
					  "notes": {
 | 
				
			||||||
    "new-note": "新建笔记",
 | 
					    "new-note": "新建笔记",
 | 
				
			||||||
    "duplicate-note-suffix": "(重复)",
 | 
					    "duplicate-note-suffix": "(重复)",
 | 
				
			||||||
    "duplicate-note-title": "{{ noteTitle }} {{ duplicateNoteSuffix }}"
 | 
					    "duplicate-note-title": "{{- noteTitle }} {{ duplicateNoteSuffix }}"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "backend_log": {
 | 
					  "backend_log": {
 | 
				
			||||||
    "log-does-not-exist": "后端日志文件 '{{ fileName }}' 暂不存在。",
 | 
					    "log-does-not-exist": "后端日志文件 '{{ fileName }}' 暂不存在。",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -245,7 +245,7 @@
 | 
				
			|||||||
  "notes": {
 | 
					  "notes": {
 | 
				
			||||||
    "new-note": "Neue Notiz",
 | 
					    "new-note": "Neue Notiz",
 | 
				
			||||||
    "duplicate-note-suffix": "(dup)",
 | 
					    "duplicate-note-suffix": "(dup)",
 | 
				
			||||||
    "duplicate-note-title": "{{ noteTitle }} {{ duplicateNoteSuffix }}"
 | 
					    "duplicate-note-title": "{{- noteTitle }} {{ duplicateNoteSuffix }}"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "backend_log": {
 | 
					  "backend_log": {
 | 
				
			||||||
    "log-does-not-exist": "Die Backend-Log-Datei '{{ fileName }}' existiert (noch) nicht.",
 | 
					    "log-does-not-exist": "Die Backend-Log-Datei '{{ fileName }}' existiert (noch) nicht.",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -253,7 +253,7 @@
 | 
				
			|||||||
  "notes": {
 | 
					  "notes": {
 | 
				
			||||||
    "new-note": "New note",
 | 
					    "new-note": "New note",
 | 
				
			||||||
    "duplicate-note-suffix": "(dup)",
 | 
					    "duplicate-note-suffix": "(dup)",
 | 
				
			||||||
    "duplicate-note-title": "{{ noteTitle }} {{ duplicateNoteSuffix }}"
 | 
					    "duplicate-note-title": "{{- noteTitle }} {{ duplicateNoteSuffix }}"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "backend_log": {
 | 
					  "backend_log": {
 | 
				
			||||||
    "log-does-not-exist": "The backend log file '{{ fileName }}' does not exist (yet).",
 | 
					    "log-does-not-exist": "The backend log file '{{ fileName }}' does not exist (yet).",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -250,7 +250,7 @@
 | 
				
			|||||||
  "notes": {
 | 
					  "notes": {
 | 
				
			||||||
    "new-note": "Nueva nota",
 | 
					    "new-note": "Nueva nota",
 | 
				
			||||||
    "duplicate-note-suffix": "(dup)",
 | 
					    "duplicate-note-suffix": "(dup)",
 | 
				
			||||||
    "duplicate-note-title": "{{noteTitle}} {{duplicateNoteSuffix}}"
 | 
					    "duplicate-note-title": "{{- noteTitle}} {{duplicateNoteSuffix}}"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "backend_log": {
 | 
					  "backend_log": {
 | 
				
			||||||
    "log-does-not-exist": "El archivo de registro del backend '{{fileName}}' no existe (aún).",
 | 
					    "log-does-not-exist": "El archivo de registro del backend '{{fileName}}' no existe (aún).",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -249,7 +249,7 @@
 | 
				
			|||||||
  "notes": {
 | 
					  "notes": {
 | 
				
			||||||
    "new-note": "Nouvelle note",
 | 
					    "new-note": "Nouvelle note",
 | 
				
			||||||
    "duplicate-note-suffix": "(dup)",
 | 
					    "duplicate-note-suffix": "(dup)",
 | 
				
			||||||
    "duplicate-note-title": "{{ noteTitle }} {{ duplicateNoteSuffix }}"
 | 
					    "duplicate-note-title": "{{- noteTitle }} {{ duplicateNoteSuffix }}"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "backend_log": {
 | 
					  "backend_log": {
 | 
				
			||||||
    "log-does-not-exist": "Le fichier journal '{{ fileName }}' n'existe pas (encore).",
 | 
					    "log-does-not-exist": "Le fichier journal '{{ fileName }}' n'existe pas (encore).",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user