diff --git a/apps/client/src/translations/cn/translation.json b/apps/client/src/translations/cn/translation.json
index 0045d43b2..caf3f1bfa 100644
--- a/apps/client/src/translations/cn/translation.json
+++ b/apps/client/src/translations/cn/translation.json
@@ -276,7 +276,12 @@
"mime": "MIME 类型: ",
"file_size": "文件大小:",
"preview": "预览:",
- "preview_not_available": "无法预览此类型的笔记。"
+ "preview_not_available": "无法预览此类型的笔记。",
+ "diff_on": "显示差异",
+ "diff_off": "显示内容",
+ "diff_on_hint": "点击以显示笔记源代码差异",
+ "diff_off_hint": "点击以显示笔记内容",
+ "diff_not_available": "差异不可用。"
},
"sort_child_notes": {
"sort_children_by": "按...排序子笔记",
@@ -2021,6 +2026,8 @@
"title": "性能",
"enable-motion": "启用过渡和动画",
"enable-shadows": "启用阴影",
- "enable-backdrop-effects": "启用菜单、弹窗和面板的背景效果"
+ "enable-backdrop-effects": "启用菜单、弹窗和面板的背景效果",
+ "enable-smooth-scroll": "启用平滑滚动",
+ "app-restart-required": "(需重启程序以应用更改)"
}
}
diff --git a/apps/client/src/translations/de/translation.json b/apps/client/src/translations/de/translation.json
index 57b4dc1a6..f8b097b55 100644
--- a/apps/client/src/translations/de/translation.json
+++ b/apps/client/src/translations/de/translation.json
@@ -276,7 +276,12 @@
"preview": "Vorschau:",
"preview_not_available": "Für diesen Notiztyp ist keine Vorschau verfügbar.",
"restore_button": "Wiederherstellen",
- "delete_button": "Löschen"
+ "delete_button": "Löschen",
+ "diff_on": "Zeige Differenz",
+ "diff_off": "Zeige Inhalt",
+ "diff_on_hint": "Klicke, um die Differenz des Notiz-Quellcodes zu zeigen",
+ "diff_off_hint": "Klicke, um den Notizinhalt zu zeigen",
+ "diff_not_available": "Differenz-Abgleich ist nicht verfügbar."
},
"sort_child_notes": {
"sort_children_by": "Unternotizen sortieren nach...",
@@ -1839,7 +1844,9 @@
"title": "Leistung",
"enable-motion": "Aktiviere Übergänge und Animationen",
"enable-shadows": "Aktiviere Schatten",
- "enable-backdrop-effects": "Aktiviere Hintergrundeffekte für Menüs, Pop-up Fenster und Panele"
+ "enable-backdrop-effects": "Aktiviere Hintergrundeffekte für Menüs, Pop-up Fenster und Panele",
+ "enable-smooth-scroll": "Aktiviere sanftes Scrollen",
+ "app-restart-required": "(Ein Neustart der Anwendung ist erforderlich, damit die Änderungen wirksam werden)"
},
"code-editor-options": {
"title": "Editor"
diff --git a/apps/client/src/translations/ro/translation.json b/apps/client/src/translations/ro/translation.json
index 69dc904b9..9d9b824b9 100644
--- a/apps/client/src/translations/ro/translation.json
+++ b/apps/client/src/translations/ro/translation.json
@@ -267,7 +267,8 @@
"basic_properties": "Proprietăți de bază",
"editable": "Editabil",
"note_type": "Tipul notiței",
- "language": "Limbă"
+ "language": "Limbă",
+ "configure_code_notes": "Configurează notițele de tip cod..."
},
"book": {
"no_children_help": "Această notiță de tip Carte nu are nicio subnotiță așadar nu este nimic de afișat. Vedeți wiki pentru detalii."
@@ -1070,7 +1071,12 @@
"revisions_deleted": "Notița reviziei a fost ștearsă.",
"maximum_revisions": "Numărul maxim de revizii pentru notița curentă: {{number}}.",
"settings": "Setări revizii ale notițelor",
- "snapshot_interval": "Intervalul de creare a reviziilor pentru notițe: {{seconds}}s."
+ "snapshot_interval": "Intervalul de creare a reviziilor pentru notițe: {{seconds}}s.",
+ "diff_on": "Evidențiază diferențele",
+ "diff_off": "Afișează conținutul",
+ "diff_on_hint": "Clic pentru a afișa diferențele față de revizia anterioară, la nivel de cod sursă",
+ "diff_off_hint": "Clic pentru a afișa întregul conținut al reviziei",
+ "diff_not_available": "Diferențele nu pot fi evidențiate."
},
"revisions_button": {
"note_revisions": "Revizii ale notiței"
@@ -1373,8 +1379,8 @@
},
"shared_info": {
"help_link": "Pentru informații vizitați wiki-ul.",
- "shared_locally": "Această notiță este partajată local la {{- link}}",
- "shared_publicly": "Această notiță este partajată public la {{- link}}"
+ "shared_locally": "Această notiță este partajată local la {{- link}}.",
+ "shared_publicly": "Această notiță este partajată public la {{- link}}."
},
"note_types": {
"book": "Colecție",
@@ -1472,7 +1478,8 @@
"create-child-note": "Crează subnotiță",
"hoist-this-note-workspace": "Focalizează spațiul de lucru",
"refresh-saved-search-results": "Reîmprospătează căutarea salvată",
- "unhoist": "Defocalizează notița"
+ "unhoist": "Defocalizează notița",
+ "toggle-sidebar": "Comută bara laterală"
},
"title_bar_buttons": {
"window-on-top": "Menține fereastra mereu vizibilă"
diff --git a/apps/client/src/translations/tw/translation.json b/apps/client/src/translations/tw/translation.json
index 4f29a48b5..3c19ae4ae 100644
--- a/apps/client/src/translations/tw/translation.json
+++ b/apps/client/src/translations/tw/translation.json
@@ -276,7 +276,12 @@
"preview": "預覽:",
"preview_not_available": "無法預覽此類型的筆記。",
"restore_button": "還原",
- "delete_button": "刪除"
+ "delete_button": "刪除",
+ "diff_on": "顯示差異",
+ "diff_off": "顯示內容",
+ "diff_on_hint": "點擊以顯示筆記原始碼差異",
+ "diff_off_hint": "點擊以顯示筆記內容",
+ "diff_not_available": "差異不可用。"
},
"sort_child_notes": {
"sort_children_by": "依…排序子筆記",
@@ -2021,6 +2026,8 @@
"title": "效能",
"enable-motion": "啟用轉場與動畫",
"enable-shadows": "啟用陰影",
- "enable-backdrop-effects": "啟用選單、彈出視窗和面板的背景特效"
+ "enable-backdrop-effects": "啟用選單、彈出視窗和面板的背景特效",
+ "enable-smooth-scroll": "啟用平滑滾動",
+ "app-restart-required": "(需要重啟程式以套用更改)"
}
}
diff --git a/apps/client/src/translations/uk/translation.json b/apps/client/src/translations/uk/translation.json
index 65c3dcea0..c7fe5c2fc 100644
--- a/apps/client/src/translations/uk/translation.json
+++ b/apps/client/src/translations/uk/translation.json
@@ -326,7 +326,12 @@
"mime": "МІМЕ: ",
"file_size": "Розмір файлу:",
"preview": "Попередній перегляд:",
- "preview_not_available": "Попередній перегляд недоступний для цього типу нотатки."
+ "preview_not_available": "Попередній перегляд недоступний для цього типу нотатки.",
+ "diff_on": "Показати різницю",
+ "diff_off": "Показати вміст",
+ "diff_on_hint": "Натисніть, щоб показати різницю в джерелі нотатки",
+ "diff_off_hint": "Натисніть, щоб показати вміст нотатки",
+ "diff_not_available": "Різниця недоступна."
},
"include_note": {
"dialog_title": "Включити нотатку",
@@ -2025,6 +2030,8 @@
"title": "Продуктивність",
"enable-motion": "Увімкнути переходи та анімацію",
"enable-shadows": "Увімкнути тіні",
- "enable-backdrop-effects": "Увімкнути фонові ефекти для меню, спливаючих вікон та панелей"
+ "enable-backdrop-effects": "Увімкнути фонові ефекти для меню, спливаючих вікон та панелей",
+ "enable-smooth-scroll": "Увімкнути плавне прокручування",
+ "app-restart-required": "(щоб зміни набули чинності, потрібен перезапуск програми)"
}
}