diff --git a/ar.json b/ar.json index 6dbe11857..2715ca46c 100644 --- a/ar.json +++ b/ar.json @@ -43,7 +43,16 @@ "option-auto-convert-html": "Auto convert HTML", "option-auto-convert-html-description": "Automatically convert HTML to Markdown when pasting and drag-and-drop from webpages. Use Ctrl/Cmd+Shift+V to paste without conversion.", "option-vim-key-bindings": "Vim key bindings", - "option-vim-key-bindings-description": "Let you use Vim key bindings in the source editor." + "option-vim-key-bindings-description": "Let you use Vim key bindings in the source editor.", + "label-confirm-enable-vim": "Confirm entering Vim mode", + "label-vim-warning": "Vim mode is for efficient text editing but can be quite counter-intuitive. If you're not familiar with Vim, this option might make it look like Obsidian has stopped working.", + "label-vim-test": "To verify that you know your way around Vim, please enter the command to quit Vim without saving below:", + "label-vim-your-answer": "Your answer", + "placeholder-enter-command": "Enter command...", + "button-confirm-enable-vim": "Let me enable Vim", + "msg-vim-mode-enabled": "Command is correct. Vim mode now enabled.", + "msg-vim-mode-not-enabled": "Command is incorrect. Vim mode remains disabled to protect you.", + "msg-vim-mode-please-enter-command": "Please enter the command to enable Vim mode" }, "file": { "name": "الملفات والروابط", @@ -147,6 +156,9 @@ "option-language-description": "تغيير لغة العرض.", "option-insider-build": "Receive insider builds", "option-insider-build-description": "Auto-update to insider builds to try out new features. Note that these builds are bleeding edge and might be less stable.", + "option-hw-acceleration": "Hardware Acceleration", + "option-hw-acceleration-description": "Turns on Hardware Acceleration, which uses your GPU to make Obsidian smoother.", + "option-hw-acceleration-warning": "If you turn this off, app performance will be severely degraded.", "label-license": "الرخصة", "label-your-commercial-license": "رمز الترخيص التجاري الخاص بك ", "label-commercial-license-info": "Registered to \"{{company}}\" for {{seats}} users. Valid until {{expiry}}.", @@ -240,6 +252,38 @@ "label-sort-alphabetical": "Plugin name (A to Z)", "label-sort-alphabetical-reverse": "Plugin name (Z to A)", "label-search-summary": "Showing {{pluginCount}}:" + }, + "mobile-toolbar": { + "name": "Mobile toolbar", + "option-internal-link": "Add internal link", + "option-internal-embed": "Add embed", + "option-tag": "Add tag", + "option-heading": "Toggle heading", + "option-bold": "Toggle bold", + "option-italics": "Toggle italics", + "option-strikethrough": "Toggle strikethrough", + "option-highlight": "Toggle highlight", + "option-code": "Toggle code", + "option-blockquote": "Toggle blockquote", + "option-comment": "Toggle comment", + "option-markdown-link": "Add Markdown link", + "option-bullet-list": "Toggle bullet list", + "option-numbered-list": "Toggle numbered list", + "option-checklist": "Toggle checklist", + "option-indent-list": "Indent list item", + "option-unindent-list": "Unindent list item", + "option-undo": "Undo", + "option-redo": "Redo", + "option-move-caret-up": "Move caret up", + "option-move-caret-down": "Move caret down", + "option-move-caret-left": "Move caret left", + "option-move-caret-right": "Move caret right", + "option-first-line": "Go to first line", + "option-last-line": "Go to last line", + "option-toggle-keyboard": "Toggle keyboard", + "option-configure-toolbar": "Configure mobile toolbar", + "option-added-options": "Added options", + "option-more-options": "More options" } }, "editor": { @@ -293,6 +337,7 @@ "sidebar-collapse": "Collapse", "msg-fail-to-save-file": "Failed to save file \"{{filepath}}\". {{message}}.", "no-file": "No file", + "msg-file-changed": "\"{{file}}\" has been modified externally, merging changes automatically.", "switch-vault": "Open another vault", "help": "Help", "settings": "Settings", @@ -306,6 +351,7 @@ "url": "Url", "msg-open-file-through-uri": "Opened file \"{{path}}\"", "msg-file-not-found-through-uri": "File \"{{name}}\" not found.", + "delete-action-short-name": "Delete", "empty-state": { "no-file-open": "No file is open", "create-new-file": "Create new file", @@ -484,7 +530,8 @@ "msg-empty-file-name": "لا يمكن أن يكون اسم الملف فارغاً.", "tooltip-modified-time": "Last modified at {{time}}", "tooltip-created-time": "Created at {{time}}", - "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}" + "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}", + "action-move-file-short-name": "Move" }, "search": { "name": "البحث", @@ -923,6 +970,7 @@ "desc": "Save and load workspace layout.", "action-load": "Load workspace", "action-manage-workspaces": "Manage workspaces", + "action-save-and-load": "Save and load another workspace", "placeholder-save-current-workspace-as": "Save current workspace as...", "button-save": "Save", "button-load": "Load", @@ -1030,6 +1078,26 @@ "label-setup-connection": "Setup connection", "label-now-connected-to-vault": "You're now connected to \"{{name}}\".", "button-start-syncing": "Start syncing" + }, + "file-recovery": { + "name": "File recovery", + "desc": "Let you restore recent snapshots to recover from accidental data loss. Snapshots are only saved for Markdown files.", + "action-open": "Open saved snapshots", + "option-interval": "Snapshot interval", + "option-interval-description": "Minimal interval in minutes between two snapshots.", + "option-keep": "History length", + "option-keep-description": "Length in days snapshots is kept for.", + "option-open-history": "Snapshots", + "option-open-history-description": "View and restore saved snapshots.", + "button-view-snapshots": "View", + "option-clear": "Clear history", + "option-clear-description": "Wipe all snapshots.", + "button-clear-history": "Clear", + "label-clear-warning": "Are you sure you want to delete all snapshots? Note that only snapshots will be removed. All files inside your vault will not be affected.", + "msg-clear-complete": "Snapshots cleared.", + "label-no-history-found": "No snapshots found.", + "placeholder-choose-file": "Choose a file...", + "label-select-file": "Please select a file on the left to view snapshots." } }, "nouns": { @@ -1050,4 +1118,4 @@ "plugin-with-count": "{{count}} إضافة", "plugin-with-count_plural": "{{count}} إضافات" } -} +} \ No newline at end of file diff --git a/cz.json b/cz.json index 8294a9390..fc8b7d997 100644 --- a/cz.json +++ b/cz.json @@ -43,7 +43,16 @@ "option-auto-convert-html": "Automatická konverze HTML", "option-auto-convert-html-description": "Automaticky konvertuje HTML do Markdownu při vkládání nebo přetažení z webových stránek. Použíjte Ctrl/Cmd+Shift+V pro vložení bez konverze.", "option-vim-key-bindings": "Vim klávesové zkrtaky", - "option-vim-key-bindings-description": "Umožní použití Vim klávesových zkratek v zdrojovém editoru." + "option-vim-key-bindings-description": "Umožní použití Vim klávesových zkratek v zdrojovém editoru.", + "label-confirm-enable-vim": "Confirm entering Vim mode", + "label-vim-warning": "Vim mode is for efficient text editing but can be quite counter-intuitive. If you're not familiar with Vim, this option might make it look like Obsidian has stopped working.", + "label-vim-test": "To verify that you know your way around Vim, please enter the command to quit Vim without saving below:", + "label-vim-your-answer": "Your answer", + "placeholder-enter-command": "Enter command...", + "button-confirm-enable-vim": "Let me enable Vim", + "msg-vim-mode-enabled": "Command is correct. Vim mode now enabled.", + "msg-vim-mode-not-enabled": "Command is incorrect. Vim mode remains disabled to protect you.", + "msg-vim-mode-please-enter-command": "Please enter the command to enable Vim mode" }, "file": { "name": "Soubory a odkazy", @@ -147,6 +156,9 @@ "option-language-description": "Změna jazyku rozhraní.", "option-insider-build": "Dostávat insider buildy", "option-insider-build-description": "Automatická aktualizace insider buildů pro vyzkoušení nejnovějších funkcí. Varujeme že tyto buildy obsahují nejmodernější technologie a můou být méně stabilní.", + "option-hw-acceleration": "Hardware Acceleration", + "option-hw-acceleration-description": "Turns on Hardware Acceleration, which uses your GPU to make Obsidian smoother.", + "option-hw-acceleration-warning": "If you turn this off, app performance will be severely degraded.", "label-license": "Licence", "label-your-commercial-license": "Váš komerční licenční klíč je ", "label-commercial-license-info": "Registrováno \"{{company}}\" pro {{seats}} uživatelů. Platné do {{expiry}}.", @@ -240,6 +252,38 @@ "label-sort-alphabetical": "Plugin name (A to Z)", "label-sort-alphabetical-reverse": "Plugin name (Z to A)", "label-search-summary": "Showing {{pluginCount}}:" + }, + "mobile-toolbar": { + "name": "Mobile toolbar", + "option-internal-link": "Add internal link", + "option-internal-embed": "Add embed", + "option-tag": "Add tag", + "option-heading": "Toggle heading", + "option-bold": "Toggle bold", + "option-italics": "Toggle italics", + "option-strikethrough": "Toggle strikethrough", + "option-highlight": "Toggle highlight", + "option-code": "Toggle code", + "option-blockquote": "Toggle blockquote", + "option-comment": "Toggle comment", + "option-markdown-link": "Add Markdown link", + "option-bullet-list": "Toggle bullet list", + "option-numbered-list": "Toggle numbered list", + "option-checklist": "Toggle checklist", + "option-indent-list": "Indent list item", + "option-unindent-list": "Unindent list item", + "option-undo": "Undo", + "option-redo": "Redo", + "option-move-caret-up": "Move caret up", + "option-move-caret-down": "Move caret down", + "option-move-caret-left": "Move caret left", + "option-move-caret-right": "Move caret right", + "option-first-line": "Go to first line", + "option-last-line": "Go to last line", + "option-toggle-keyboard": "Toggle keyboard", + "option-configure-toolbar": "Configure mobile toolbar", + "option-added-options": "Added options", + "option-more-options": "More options" } }, "editor": { @@ -293,6 +337,7 @@ "sidebar-collapse": "Skrýt", "msg-fail-to-save-file": "Uložení souboru \"{{filepath}}\" se nezdařilo. {{message}}.", "no-file": "Žádný soubor", + "msg-file-changed": "\"{{file}}\" has been modified externally, merging changes automatically.", "switch-vault": "Otevřít jiný trezor", "help": "Nápověda", "settings": "Nastavení", @@ -306,6 +351,7 @@ "url": "Url", "msg-open-file-through-uri": "Opened file \"{{path}}\"", "msg-file-not-found-through-uri": "File \"{{name}}\" not found.", + "delete-action-short-name": "Delete", "empty-state": { "no-file-open": "Není otevřený žádný soubor", "create-new-file": "Vytvořit nový soubor", @@ -484,7 +530,8 @@ "msg-empty-file-name": "Název souboru nemůže být prázdný.", "tooltip-modified-time": "Naposledy upraveno {{time}}", "tooltip-created-time": "Vytvořeno {{time}}", - "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}" + "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}", + "action-move-file-short-name": "Move" }, "search": { "name": "Hledat", @@ -923,6 +970,7 @@ "desc": "Uložit a načíst rozložení pracovního prostoru.", "action-load": "Načíst pracovní prostor", "action-manage-workspaces": "Spravovat pracovní prostory", + "action-save-and-load": "Save and load another workspace", "placeholder-save-current-workspace-as": "Uložit současný pracovní prostor jako...", "button-save": "Uložit", "button-load": "Načíst", @@ -1030,6 +1078,26 @@ "label-setup-connection": "Setup connection", "label-now-connected-to-vault": "You're now connected to \"{{name}}\".", "button-start-syncing": "Start syncing" + }, + "file-recovery": { + "name": "File recovery", + "desc": "Let you restore recent snapshots to recover from accidental data loss. Snapshots are only saved for Markdown files.", + "action-open": "Open saved snapshots", + "option-interval": "Snapshot interval", + "option-interval-description": "Minimal interval in minutes between two snapshots.", + "option-keep": "History length", + "option-keep-description": "Length in days snapshots is kept for.", + "option-open-history": "Snapshots", + "option-open-history-description": "View and restore saved snapshots.", + "button-view-snapshots": "View", + "option-clear": "Clear history", + "option-clear-description": "Wipe all snapshots.", + "button-clear-history": "Clear", + "label-clear-warning": "Are you sure you want to delete all snapshots? Note that only snapshots will be removed. All files inside your vault will not be affected.", + "msg-clear-complete": "Snapshots cleared.", + "label-no-history-found": "No snapshots found.", + "placeholder-choose-file": "Choose a file...", + "label-select-file": "Please select a file on the left to view snapshots." } }, "nouns": { diff --git a/da.json b/da.json index 4f50fdf0d..fbe04efa2 100644 --- a/da.json +++ b/da.json @@ -43,7 +43,16 @@ "option-auto-convert-html": "Autokonvertér HTML", "option-auto-convert-html-description": "Konvertér HTML automatisk til Markdown ved indsætning og træk og slip fra websider. Benyt Ctrl/Cmd+Shift+V for at indsætte uden konvertering.", "option-vim-key-bindings": "Vim tastaturgenveje", - "option-vim-key-bindings-description": "Lader dig benytte Vim tastaturgenveje i kildeeditoren." + "option-vim-key-bindings-description": "Lader dig benytte Vim tastaturgenveje i kildeeditoren.", + "label-confirm-enable-vim": "Confirm entering Vim mode", + "label-vim-warning": "Vim mode is for efficient text editing but can be quite counter-intuitive. If you're not familiar with Vim, this option might make it look like Obsidian has stopped working.", + "label-vim-test": "To verify that you know your way around Vim, please enter the command to quit Vim without saving below:", + "label-vim-your-answer": "Your answer", + "placeholder-enter-command": "Enter command...", + "button-confirm-enable-vim": "Let me enable Vim", + "msg-vim-mode-enabled": "Command is correct. Vim mode now enabled.", + "msg-vim-mode-not-enabled": "Command is incorrect. Vim mode remains disabled to protect you.", + "msg-vim-mode-please-enter-command": "Please enter the command to enable Vim mode" }, "file": { "name": "Filer & Links", @@ -147,6 +156,9 @@ "option-language-description": "Skift det viste sprog.", "option-insider-build": "Modtag insider versioner", "option-insider-build-description": "Opdater automatisk til insider versioner og prøv nye funktioner. Disse versioner er splinternye og kan være mindre stabile.", + "option-hw-acceleration": "Hardware Acceleration", + "option-hw-acceleration-description": "Turns on Hardware Acceleration, which uses your GPU to make Obsidian smoother.", + "option-hw-acceleration-warning": "If you turn this off, app performance will be severely degraded.", "label-license": "Licens", "label-your-commercial-license": "Den kommercielle licensnøgle er ", "label-commercial-license-info": "Registreret til \"{{company}}\" til {{seats}} brugere. Gyldig indtil {{expiry}}.", @@ -240,6 +252,38 @@ "label-sort-alphabetical": "Plug-in navn (A to Å)", "label-sort-alphabetical-reverse": "Plug-in navn (Å to A)", "label-search-summary": "Fundet {{pluginCount}}:" + }, + "mobile-toolbar": { + "name": "Mobile toolbar", + "option-internal-link": "Add internal link", + "option-internal-embed": "Add embed", + "option-tag": "Add tag", + "option-heading": "Toggle heading", + "option-bold": "Toggle bold", + "option-italics": "Toggle italics", + "option-strikethrough": "Toggle strikethrough", + "option-highlight": "Toggle highlight", + "option-code": "Toggle code", + "option-blockquote": "Toggle blockquote", + "option-comment": "Toggle comment", + "option-markdown-link": "Add Markdown link", + "option-bullet-list": "Toggle bullet list", + "option-numbered-list": "Toggle numbered list", + "option-checklist": "Toggle checklist", + "option-indent-list": "Indent list item", + "option-unindent-list": "Unindent list item", + "option-undo": "Undo", + "option-redo": "Redo", + "option-move-caret-up": "Move caret up", + "option-move-caret-down": "Move caret down", + "option-move-caret-left": "Move caret left", + "option-move-caret-right": "Move caret right", + "option-first-line": "Go to first line", + "option-last-line": "Go to last line", + "option-toggle-keyboard": "Toggle keyboard", + "option-configure-toolbar": "Configure mobile toolbar", + "option-added-options": "Added options", + "option-more-options": "More options" } }, "editor": { @@ -293,6 +337,7 @@ "sidebar-collapse": "Skjul", "msg-fail-to-save-file": "Kunne ikke gemme filen \"{{filepath}}\". {{message}}.", "no-file": "Ingen fil", + "msg-file-changed": "\"{{file}}\" has been modified externally, merging changes automatically.", "switch-vault": "Åben en anden boks", "help": "Hjælp", "settings": "Indstillinger", @@ -306,6 +351,7 @@ "url": "Url", "msg-open-file-through-uri": "Åbnede filen \"{{path}}\"", "msg-file-not-found-through-uri": "Filen \"{{name}}\" blev ikke fundet.", + "delete-action-short-name": "Delete", "empty-state": { "no-file-open": "Ingen fil er åben", "create-new-file": "Opret ny fil", @@ -484,7 +530,8 @@ "msg-empty-file-name": "Et filnavn kan ikke være tomt.", "tooltip-modified-time": "Sidst modificeret {{time}}", "tooltip-created-time": "Oprettet {{time}}", - "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}" + "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}", + "action-move-file-short-name": "Move" }, "search": { "name": "Søg", @@ -923,6 +970,7 @@ "desc": "Gem og indlæs arbejdsområdelayout.", "action-load": "Indlæs arbejdsområde", "action-manage-workspaces": "Administrer arbejdsområder", + "action-save-and-load": "Save and load another workspace", "placeholder-save-current-workspace-as": "Gem nuværende arbejdsområde som...", "button-save": "Gem", "button-load": "Indlæs", @@ -1030,6 +1078,26 @@ "label-setup-connection": "Opsæt forbindelse", "label-now-connected-to-vault": "Du er nu forbundet til \"{{name}}\".", "button-start-syncing": "Start synkronisering" + }, + "file-recovery": { + "name": "File recovery", + "desc": "Let you restore recent snapshots to recover from accidental data loss. Snapshots are only saved for Markdown files.", + "action-open": "Open saved snapshots", + "option-interval": "Snapshot interval", + "option-interval-description": "Minimal interval in minutes between two snapshots.", + "option-keep": "History length", + "option-keep-description": "Length in days snapshots is kept for.", + "option-open-history": "Snapshots", + "option-open-history-description": "View and restore saved snapshots.", + "button-view-snapshots": "View", + "option-clear": "Clear history", + "option-clear-description": "Wipe all snapshots.", + "button-clear-history": "Clear", + "label-clear-warning": "Are you sure you want to delete all snapshots? Note that only snapshots will be removed. All files inside your vault will not be affected.", + "msg-clear-complete": "Snapshots cleared.", + "label-no-history-found": "No snapshots found.", + "placeholder-choose-file": "Choose a file...", + "label-select-file": "Please select a file on the left to view snapshots." } }, "nouns": { @@ -1050,4 +1118,4 @@ "plugin-with-count": "{{count}} plug-in", "plugin-with-count_plural": "{{count}} plug-ins" } -} +} \ No newline at end of file diff --git a/de.json b/de.json index bf882253c..7e3c29784 100644 --- a/de.json +++ b/de.json @@ -43,7 +43,16 @@ "option-auto-convert-html": "HTML automatisch konvertieren", "option-auto-convert-html-description": "Konvertiert HTML automatisch nach Markdown, wenn Inhalte von Webseiten per Drag-And-Drop eingefügt werden. Nutze STRG/CMD+Shift+V um ohne Konvertierung einzufügen.", "option-vim-key-bindings": "Vim-Tastenbindung", - "option-vim-key-bindings-description": "Erlaubt die Nutzung der VIM-Tastenbelegung im Quellcode Editor." + "option-vim-key-bindings-description": "Erlaubt die Nutzung der VIM-Tastenbelegung im Quellcode Editor.", + "label-confirm-enable-vim": "Confirm entering Vim mode", + "label-vim-warning": "Vim mode is for efficient text editing but can be quite counter-intuitive. If you're not familiar with Vim, this option might make it look like Obsidian has stopped working.", + "label-vim-test": "To verify that you know your way around Vim, please enter the command to quit Vim without saving below:", + "label-vim-your-answer": "Your answer", + "placeholder-enter-command": "Enter command...", + "button-confirm-enable-vim": "Let me enable Vim", + "msg-vim-mode-enabled": "Command is correct. Vim mode now enabled.", + "msg-vim-mode-not-enabled": "Command is incorrect. Vim mode remains disabled to protect you.", + "msg-vim-mode-please-enter-command": "Please enter the command to enable Vim mode" }, "file": { "name": "Dateien & Links", @@ -147,6 +156,9 @@ "option-language-description": "Die verwendete Sprache auswählen.", "option-insider-build": "Insider-Builds erhalten", "option-insider-build-description": "Lädt automatisch Insider-Builds herunter, um neue Funktionen zu testen. Achtung: Diese Builds sind brandneu und könnten weniger stabil sein.", + "option-hw-acceleration": "Hardware Acceleration", + "option-hw-acceleration-description": "Turns on Hardware Acceleration, which uses your GPU to make Obsidian smoother.", + "option-hw-acceleration-warning": "If you turn this off, app performance will be severely degraded.", "label-license": "Lizenz", "label-your-commercial-license": "Dein kommerzieller Lizenzschlüssel ist ", "label-commercial-license-info": "Registriert bei \"{{company}}\" für {{seats}} Benutzer. Gültig bis {{expiry}}.", @@ -240,6 +252,38 @@ "label-sort-alphabetical": "Name der Erweiterung (A bis Z)", "label-sort-alphabetical-reverse": "Name der Erweiterung (Z bis A)", "label-search-summary": "Zeige {{pluginCount}}:" + }, + "mobile-toolbar": { + "name": "Mobile toolbar", + "option-internal-link": "Add internal link", + "option-internal-embed": "Add embed", + "option-tag": "Add tag", + "option-heading": "Toggle heading", + "option-bold": "Toggle bold", + "option-italics": "Toggle italics", + "option-strikethrough": "Toggle strikethrough", + "option-highlight": "Toggle highlight", + "option-code": "Toggle code", + "option-blockquote": "Toggle blockquote", + "option-comment": "Toggle comment", + "option-markdown-link": "Add Markdown link", + "option-bullet-list": "Toggle bullet list", + "option-numbered-list": "Toggle numbered list", + "option-checklist": "Toggle checklist", + "option-indent-list": "Indent list item", + "option-unindent-list": "Unindent list item", + "option-undo": "Undo", + "option-redo": "Redo", + "option-move-caret-up": "Move caret up", + "option-move-caret-down": "Move caret down", + "option-move-caret-left": "Move caret left", + "option-move-caret-right": "Move caret right", + "option-first-line": "Go to first line", + "option-last-line": "Go to last line", + "option-toggle-keyboard": "Toggle keyboard", + "option-configure-toolbar": "Configure mobile toolbar", + "option-added-options": "Added options", + "option-more-options": "More options" } }, "editor": { @@ -293,6 +337,7 @@ "sidebar-collapse": "Zuklappen", "msg-fail-to-save-file": "Fehler beim Speichern der Datei \"{{filepath}}\". {{message}}.", "no-file": "Keine Datei", + "msg-file-changed": "\"{{file}}\" has been modified externally, merging changes automatically.", "switch-vault": "Einen anderen Vault öffnen", "help": "Hilfe", "settings": "Einstellungen", @@ -306,6 +351,7 @@ "url": "URL", "msg-open-file-through-uri": "Datei \"{{path}}\" geöffnet", "msg-file-not-found-through-uri": "Datei \"{{name}}\" nicht gefunden.", + "delete-action-short-name": "Delete", "empty-state": { "no-file-open": "Keine Datei geöffnet", "create-new-file": "Neue Datei erzeugen", @@ -484,7 +530,8 @@ "msg-empty-file-name": "Der Dateiname darf nicht leer sein.", "tooltip-modified-time": "Zuletzt bearbeitet: {{time}}", "tooltip-created-time": "Erstellt: {{time}}", - "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}" + "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}", + "action-move-file-short-name": "Move" }, "search": { "name": "Suchen", @@ -923,6 +970,7 @@ "desc": "Ermöglicht das Speichern und Laden von Workspace-Layouts.", "action-load": "Workspace laden", "action-manage-workspaces": "Workspaces verwalten", + "action-save-and-load": "Save and load another workspace", "placeholder-save-current-workspace-as": "Aktuellen Workspace speichern unter...", "button-save": "Speichern", "button-load": "Laden", @@ -1030,6 +1078,26 @@ "label-setup-connection": "Verbindung aufsetzen", "label-now-connected-to-vault": "Du bist jetzt mit \"{{name}}\" verbunden.", "button-start-syncing": "Synchronisation starten" + }, + "file-recovery": { + "name": "File recovery", + "desc": "Let you restore recent snapshots to recover from accidental data loss. Snapshots are only saved for Markdown files.", + "action-open": "Open saved snapshots", + "option-interval": "Snapshot interval", + "option-interval-description": "Minimal interval in minutes between two snapshots.", + "option-keep": "History length", + "option-keep-description": "Length in days snapshots is kept for.", + "option-open-history": "Snapshots", + "option-open-history-description": "View and restore saved snapshots.", + "button-view-snapshots": "View", + "option-clear": "Clear history", + "option-clear-description": "Wipe all snapshots.", + "button-clear-history": "Clear", + "label-clear-warning": "Are you sure you want to delete all snapshots? Note that only snapshots will be removed. All files inside your vault will not be affected.", + "msg-clear-complete": "Snapshots cleared.", + "label-no-history-found": "No snapshots found.", + "placeholder-choose-file": "Choose a file...", + "label-select-file": "Please select a file on the left to view snapshots." } }, "nouns": { @@ -1050,4 +1118,4 @@ "plugin-with-count": "{{count}} Erweiterung", "plugin-with-count_plural": "{{count}} Erweiterungen" } -} +} \ No newline at end of file diff --git a/el.json b/el.json index 641637fb4..1aa913cce 100644 --- a/el.json +++ b/el.json @@ -43,7 +43,16 @@ "option-auto-convert-html": "Auto convert HTML", "option-auto-convert-html-description": "Automatically convert HTML to Markdown when pasting and drag-and-drop from webpages. Use Ctrl/Cmd+Shift+V to paste without conversion.", "option-vim-key-bindings": "Vim key bindings", - "option-vim-key-bindings-description": "Let you use Vim key bindings in the source editor." + "option-vim-key-bindings-description": "Let you use Vim key bindings in the source editor.", + "label-confirm-enable-vim": "Confirm entering Vim mode", + "label-vim-warning": "Vim mode is for efficient text editing but can be quite counter-intuitive. If you're not familiar with Vim, this option might make it look like Obsidian has stopped working.", + "label-vim-test": "To verify that you know your way around Vim, please enter the command to quit Vim without saving below:", + "label-vim-your-answer": "Your answer", + "placeholder-enter-command": "Enter command...", + "button-confirm-enable-vim": "Let me enable Vim", + "msg-vim-mode-enabled": "Command is correct. Vim mode now enabled.", + "msg-vim-mode-not-enabled": "Command is incorrect. Vim mode remains disabled to protect you.", + "msg-vim-mode-please-enter-command": "Please enter the command to enable Vim mode" }, "file": { "name": "File", @@ -147,6 +156,9 @@ "option-language-description": "Change the display language.", "option-insider-build": "Receive insider builds", "option-insider-build-description": "Auto-update to insider builds to try out new features. Note that these builds are bleeding edge and might be less stable.", + "option-hw-acceleration": "Hardware Acceleration", + "option-hw-acceleration-description": "Turns on Hardware Acceleration, which uses your GPU to make Obsidian smoother.", + "option-hw-acceleration-warning": "If you turn this off, app performance will be severely degraded.", "label-license": "License", "label-your-commercial-license": "Your commercial license key is ", "label-commercial-license-info": "Registered to \"{{company}}\" for {{seats}} users. Valid until {{expiry}}.", @@ -240,6 +252,38 @@ "label-sort-alphabetical": "Plugin name (A to Z)", "label-sort-alphabetical-reverse": "Plugin name (Z to A)", "label-search-summary": "Showing {{pluginCount}}:" + }, + "mobile-toolbar": { + "name": "Mobile toolbar", + "option-internal-link": "Add internal link", + "option-internal-embed": "Add embed", + "option-tag": "Add tag", + "option-heading": "Toggle heading", + "option-bold": "Toggle bold", + "option-italics": "Toggle italics", + "option-strikethrough": "Toggle strikethrough", + "option-highlight": "Toggle highlight", + "option-code": "Toggle code", + "option-blockquote": "Toggle blockquote", + "option-comment": "Toggle comment", + "option-markdown-link": "Add Markdown link", + "option-bullet-list": "Toggle bullet list", + "option-numbered-list": "Toggle numbered list", + "option-checklist": "Toggle checklist", + "option-indent-list": "Indent list item", + "option-unindent-list": "Unindent list item", + "option-undo": "Undo", + "option-redo": "Redo", + "option-move-caret-up": "Move caret up", + "option-move-caret-down": "Move caret down", + "option-move-caret-left": "Move caret left", + "option-move-caret-right": "Move caret right", + "option-first-line": "Go to first line", + "option-last-line": "Go to last line", + "option-toggle-keyboard": "Toggle keyboard", + "option-configure-toolbar": "Configure mobile toolbar", + "option-added-options": "Added options", + "option-more-options": "More options" } }, "editor": { @@ -293,6 +337,7 @@ "sidebar-collapse": "Collapse", "msg-fail-to-save-file": "Failed to save file \"{{filepath}}\". {{message}}.", "no-file": "No file", + "msg-file-changed": "\"{{file}}\" has been modified externally, merging changes automatically.", "switch-vault": "Open another vault", "help": "Help", "settings": "Settings", @@ -306,6 +351,7 @@ "url": "Url", "msg-open-file-through-uri": "Opened file \"{{path}}\"", "msg-file-not-found-through-uri": "File \"{{name}}\" not found.", + "delete-action-short-name": "Delete", "empty-state": { "no-file-open": "No file is open", "create-new-file": "Create new file", @@ -484,7 +530,8 @@ "msg-empty-file-name": "File name cannot be empty.", "tooltip-modified-time": "Last modified at {{time}}", "tooltip-created-time": "Created at {{time}}", - "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}" + "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}", + "action-move-file-short-name": "Move" }, "search": { "name": "Search", @@ -923,6 +970,7 @@ "desc": "Save and load workspace layout.", "action-load": "Load workspace", "action-manage-workspaces": "Manage workspaces", + "action-save-and-load": "Save and load another workspace", "placeholder-save-current-workspace-as": "Save current workspace as...", "button-save": "Save", "button-load": "Load", @@ -1030,6 +1078,26 @@ "label-setup-connection": "Setup connection", "label-now-connected-to-vault": "You're now connected to \"{{name}}\".", "button-start-syncing": "Start syncing" + }, + "file-recovery": { + "name": "File recovery", + "desc": "Let you restore recent snapshots to recover from accidental data loss. Snapshots are only saved for Markdown files.", + "action-open": "Open saved snapshots", + "option-interval": "Snapshot interval", + "option-interval-description": "Minimal interval in minutes between two snapshots.", + "option-keep": "History length", + "option-keep-description": "Length in days snapshots is kept for.", + "option-open-history": "Snapshots", + "option-open-history-description": "View and restore saved snapshots.", + "button-view-snapshots": "View", + "option-clear": "Clear history", + "option-clear-description": "Wipe all snapshots.", + "button-clear-history": "Clear", + "label-clear-warning": "Are you sure you want to delete all snapshots? Note that only snapshots will be removed. All files inside your vault will not be affected.", + "msg-clear-complete": "Snapshots cleared.", + "label-no-history-found": "No snapshots found.", + "placeholder-choose-file": "Choose a file...", + "label-select-file": "Please select a file on the left to view snapshots." } }, "nouns": { diff --git a/en.json b/en.json index f954e09e8..6a559a8d0 100644 --- a/en.json +++ b/en.json @@ -43,7 +43,16 @@ "option-auto-convert-html": "Auto convert HTML", "option-auto-convert-html-description": "Automatically convert HTML to Markdown when pasting and drag-and-drop from webpages. Use Ctrl/Cmd+Shift+V to paste without conversion.", "option-vim-key-bindings": "Vim key bindings", - "option-vim-key-bindings-description": "Let you use Vim key bindings in the source editor." + "option-vim-key-bindings-description": "Let you use Vim key bindings in the source editor.", + "label-confirm-enable-vim": "Confirm entering Vim mode", + "label-vim-warning": "Vim mode is for efficient text editing but can be quite counter-intuitive. If you're not familiar with Vim, this option might make it look like Obsidian has stopped working.", + "label-vim-test": "To verify that you know your way around Vim, please enter the command to quit Vim without saving below:", + "label-vim-your-answer": "Your answer", + "placeholder-enter-command": "Enter command...", + "button-confirm-enable-vim": "Let me enable Vim", + "msg-vim-mode-enabled": "Command is correct. Vim mode now enabled.", + "msg-vim-mode-not-enabled": "Command is incorrect. Vim mode remains disabled to protect you.", + "msg-vim-mode-please-enter-command": "Please enter the command to enable Vim mode" }, "file": { "name": "Files & Links", @@ -147,6 +156,9 @@ "option-language-description": "Change the display language.", "option-insider-build": "Receive insider builds", "option-insider-build-description": "Auto-update to insider builds to try out new features. Note that these builds are bleeding edge and might be less stable.", + "option-hw-acceleration": "Hardware Acceleration", + "option-hw-acceleration-description": "Turns on Hardware Acceleration, which uses your GPU to make Obsidian smoother.", + "option-hw-acceleration-warning": "If you turn this off, app performance will be severely degraded.", "label-license": "License", "label-your-commercial-license": "Your commercial license key is ", "label-commercial-license-info": "Registered to \"{{company}}\" for {{seats}} users. Valid until {{expiry}}.", @@ -240,6 +252,38 @@ "label-sort-alphabetical": "Plugin name (A to Z)", "label-sort-alphabetical-reverse": "Plugin name (Z to A)", "label-search-summary": "Showing {{pluginCount}}:" + }, + "mobile-toolbar": { + "name": "Mobile toolbar", + "option-internal-link": "Add internal link", + "option-internal-embed": "Add embed", + "option-tag": "Add tag", + "option-heading": "Toggle heading", + "option-bold": "Toggle bold", + "option-italics": "Toggle italics", + "option-strikethrough": "Toggle strikethrough", + "option-highlight": "Toggle highlight", + "option-code": "Toggle code", + "option-blockquote": "Toggle blockquote", + "option-comment": "Toggle comment", + "option-markdown-link": "Add Markdown link", + "option-bullet-list": "Toggle bullet list", + "option-numbered-list": "Toggle numbered list", + "option-checklist": "Toggle checklist", + "option-indent-list": "Indent list item", + "option-unindent-list": "Unindent list item", + "option-undo": "Undo", + "option-redo": "Redo", + "option-move-caret-up": "Move caret up", + "option-move-caret-down": "Move caret down", + "option-move-caret-left": "Move caret left", + "option-move-caret-right": "Move caret right", + "option-first-line": "Go to first line", + "option-last-line": "Go to last line", + "option-toggle-keyboard": "Toggle keyboard", + "option-configure-toolbar": "Configure mobile toolbar", + "option-added-options": "Added options", + "option-more-options": "More options" } }, "editor": { @@ -293,6 +337,7 @@ "sidebar-collapse": "Collapse", "msg-fail-to-save-file": "Failed to save file \"{{filepath}}\". {{message}}.", "no-file": "No file", + "msg-file-changed": "\"{{file}}\" has been modified externally, merging changes automatically.", "switch-vault": "Open another vault", "help": "Help", "settings": "Settings", @@ -306,6 +351,7 @@ "url": "Url", "msg-open-file-through-uri": "Opened file \"{{path}}\"", "msg-file-not-found-through-uri": "File \"{{name}}\" not found.", + "delete-action-short-name": "Delete", "empty-state": { "no-file-open": "No file is open", "create-new-file": "Create new file", @@ -484,7 +530,8 @@ "msg-empty-file-name": "File name cannot be empty.", "tooltip-modified-time": "Last modified at {{time}}", "tooltip-created-time": "Created at {{time}}", - "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}" + "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}", + "action-move-file-short-name": "Move" }, "search": { "name": "Search", @@ -923,6 +970,7 @@ "desc": "Save and load workspace layout.", "action-load": "Load workspace", "action-manage-workspaces": "Manage workspaces", + "action-save-and-load": "Save and load another workspace", "placeholder-save-current-workspace-as": "Save current workspace as...", "button-save": "Save", "button-load": "Load", @@ -1030,6 +1078,26 @@ "label-setup-connection": "Setup connection", "label-now-connected-to-vault": "You're now connected to \"{{name}}\".", "button-start-syncing": "Start syncing" + }, + "file-recovery": { + "name": "File recovery", + "desc": "Let you restore recent snapshots to recover from accidental data loss. Snapshots are only saved for Markdown files.", + "action-open": "Open saved snapshots", + "option-interval": "Snapshot interval", + "option-interval-description": "Minimal interval in minutes between two snapshots.", + "option-keep": "History length", + "option-keep-description": "Length in days snapshots is kept for.", + "option-open-history": "Snapshots", + "option-open-history-description": "View and restore saved snapshots.", + "button-view-snapshots": "View", + "option-clear": "Clear history", + "option-clear-description": "Wipe all snapshots.", + "button-clear-history": "Clear", + "label-clear-warning": "Are you sure you want to delete all snapshots? Note that only snapshots will be removed. All files inside your vault will not be affected.", + "msg-clear-complete": "Snapshots cleared.", + "label-no-history-found": "No snapshots found.", + "placeholder-choose-file": "Choose a file...", + "label-select-file": "Please select a file on the left to view snapshots." } }, "nouns": { @@ -1050,4 +1118,4 @@ "plugin-with-count": "{{count}} plugin", "plugin-with-count_plural": "{{count}} plugins" } -} +} \ No newline at end of file diff --git a/es.json b/es.json index d4bd994a5..58173a061 100644 --- a/es.json +++ b/es.json @@ -43,7 +43,16 @@ "option-auto-convert-html": "Auto convert HTML", "option-auto-convert-html-description": "Automatically convert HTML to Markdown when pasting and drag-and-drop from webpages. Use Ctrl/Cmd+Shift+V to paste without conversion.", "option-vim-key-bindings": "Atajos de teclado de Vim", - "option-vim-key-bindings-description": "Permite el uso de los atajos de teclado de Vim en el editor." + "option-vim-key-bindings-description": "Permite el uso de los atajos de teclado de Vim en el editor.", + "label-confirm-enable-vim": "Confirm entering Vim mode", + "label-vim-warning": "Vim mode is for efficient text editing but can be quite counter-intuitive. If you're not familiar with Vim, this option might make it look like Obsidian has stopped working.", + "label-vim-test": "To verify that you know your way around Vim, please enter the command to quit Vim without saving below:", + "label-vim-your-answer": "Your answer", + "placeholder-enter-command": "Enter command...", + "button-confirm-enable-vim": "Let me enable Vim", + "msg-vim-mode-enabled": "Command is correct. Vim mode now enabled.", + "msg-vim-mode-not-enabled": "Command is incorrect. Vim mode remains disabled to protect you.", + "msg-vim-mode-please-enter-command": "Please enter the command to enable Vim mode" }, "file": { "name": "Files & Links", @@ -147,6 +156,9 @@ "option-language-description": "Cambiar el idioma mostrado.", "option-insider-build": "Recibir builds como Insider", "option-insider-build-description": "Actualizar automáticamente a builds de Insider para probar nuevas funciones. Tome en cuenta que estas builds son la versión más reciente y son inestables.", + "option-hw-acceleration": "Hardware Acceleration", + "option-hw-acceleration-description": "Turns on Hardware Acceleration, which uses your GPU to make Obsidian smoother.", + "option-hw-acceleration-warning": "If you turn this off, app performance will be severely degraded.", "label-license": "Licencia", "label-your-commercial-license": "Su clave de licencia comercial es ", "label-commercial-license-info": "Registrado a \"{{company}}\" para {{seats}} usuarios. Válido hasta {{expiry}}.", @@ -240,6 +252,38 @@ "label-sort-alphabetical": "Plugin name (A to Z)", "label-sort-alphabetical-reverse": "Plugin name (Z to A)", "label-search-summary": "Showing {{pluginCount}}:" + }, + "mobile-toolbar": { + "name": "Mobile toolbar", + "option-internal-link": "Add internal link", + "option-internal-embed": "Add embed", + "option-tag": "Add tag", + "option-heading": "Toggle heading", + "option-bold": "Toggle bold", + "option-italics": "Toggle italics", + "option-strikethrough": "Toggle strikethrough", + "option-highlight": "Toggle highlight", + "option-code": "Toggle code", + "option-blockquote": "Toggle blockquote", + "option-comment": "Toggle comment", + "option-markdown-link": "Add Markdown link", + "option-bullet-list": "Toggle bullet list", + "option-numbered-list": "Toggle numbered list", + "option-checklist": "Toggle checklist", + "option-indent-list": "Indent list item", + "option-unindent-list": "Unindent list item", + "option-undo": "Undo", + "option-redo": "Redo", + "option-move-caret-up": "Move caret up", + "option-move-caret-down": "Move caret down", + "option-move-caret-left": "Move caret left", + "option-move-caret-right": "Move caret right", + "option-first-line": "Go to first line", + "option-last-line": "Go to last line", + "option-toggle-keyboard": "Toggle keyboard", + "option-configure-toolbar": "Configure mobile toolbar", + "option-added-options": "Added options", + "option-more-options": "More options" } }, "editor": { @@ -293,6 +337,7 @@ "sidebar-collapse": "Colapsar", "msg-fail-to-save-file": "Error al guardar el archivo \"{{filepath}}\". {{message}}.", "no-file": "No hay archivo", + "msg-file-changed": "\"{{file}}\" has been modified externally, merging changes automatically.", "switch-vault": "Abrir otra bóveda", "help": "Ayuda", "settings": "Preferencias", @@ -306,6 +351,7 @@ "url": "Url", "msg-open-file-through-uri": "Opened file \"{{path}}\"", "msg-file-not-found-through-uri": "File \"{{name}}\" not found.", + "delete-action-short-name": "Delete", "empty-state": { "no-file-open": "Ningún archivo está abierto", "create-new-file": "Crear nuevo archivo", @@ -484,7 +530,8 @@ "msg-empty-file-name": "El nombre de archivo no puede estar vacio.", "tooltip-modified-time": "Last modified at {{time}}", "tooltip-created-time": "Created at {{time}}", - "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}" + "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}", + "action-move-file-short-name": "Move" }, "search": { "name": "Buscar", @@ -923,6 +970,7 @@ "desc": "Save and load workspace layout.", "action-load": "Load workspace", "action-manage-workspaces": "Manage workspaces", + "action-save-and-load": "Save and load another workspace", "placeholder-save-current-workspace-as": "Save current workspace as...", "button-save": "Save", "button-load": "Load", @@ -1030,6 +1078,26 @@ "label-setup-connection": "Setup connection", "label-now-connected-to-vault": "You're now connected to \"{{name}}\".", "button-start-syncing": "Start syncing" + }, + "file-recovery": { + "name": "File recovery", + "desc": "Let you restore recent snapshots to recover from accidental data loss. Snapshots are only saved for Markdown files.", + "action-open": "Open saved snapshots", + "option-interval": "Snapshot interval", + "option-interval-description": "Minimal interval in minutes between two snapshots.", + "option-keep": "History length", + "option-keep-description": "Length in days snapshots is kept for.", + "option-open-history": "Snapshots", + "option-open-history-description": "View and restore saved snapshots.", + "button-view-snapshots": "View", + "option-clear": "Clear history", + "option-clear-description": "Wipe all snapshots.", + "button-clear-history": "Clear", + "label-clear-warning": "Are you sure you want to delete all snapshots? Note that only snapshots will be removed. All files inside your vault will not be affected.", + "msg-clear-complete": "Snapshots cleared.", + "label-no-history-found": "No snapshots found.", + "placeholder-choose-file": "Choose a file...", + "label-select-file": "Please select a file on the left to view snapshots." } }, "nouns": { diff --git a/fr.json b/fr.json index 6cada91e7..9b98d97b6 100644 --- a/fr.json +++ b/fr.json @@ -43,7 +43,16 @@ "option-auto-convert-html": "Convertir automatiquement l'HTML", "option-auto-convert-html-description": "Convertissez automatiquement l'HTML en Markdown lors du collage et du glisser-déposer à partir de pages Web. Utilisez Ctrl / Cmd + Maj + V pour coller sans conversion.", "option-vim-key-bindings": "Raccourcis clavier Vim", - "option-vim-key-bindings-description": "Permet d'utiliser les raccourcis clavier Vim en mode éditeur." + "option-vim-key-bindings-description": "Permet d'utiliser les raccourcis clavier Vim en mode éditeur.", + "label-confirm-enable-vim": "Confirm entering Vim mode", + "label-vim-warning": "Vim mode is for efficient text editing but can be quite counter-intuitive. If you're not familiar with Vim, this option might make it look like Obsidian has stopped working.", + "label-vim-test": "To verify that you know your way around Vim, please enter the command to quit Vim without saving below:", + "label-vim-your-answer": "Your answer", + "placeholder-enter-command": "Enter command...", + "button-confirm-enable-vim": "Let me enable Vim", + "msg-vim-mode-enabled": "Command is correct. Vim mode now enabled.", + "msg-vim-mode-not-enabled": "Command is incorrect. Vim mode remains disabled to protect you.", + "msg-vim-mode-please-enter-command": "Please enter the command to enable Vim mode" }, "file": { "name": "Fichiers & Liens", @@ -147,6 +156,9 @@ "option-language-description": "Changer la langue d'affichage.", "option-insider-build": "Recevoir les pré-versions en accès anticipé (Insider)", "option-insider-build-description": "Mise à jour automatique sur des versions en accès anticipé pour essayer des nouvelles fonctionnalités. Notez que ces versions peuvent être moins stables.", + "option-hw-acceleration": "Hardware Acceleration", + "option-hw-acceleration-description": "Turns on Hardware Acceleration, which uses your GPU to make Obsidian smoother.", + "option-hw-acceleration-warning": "If you turn this off, app performance will be severely degraded.", "label-license": "Licence", "label-your-commercial-license": "Votre clé de licence commerciale est ", "label-commercial-license-info": "Enregistré à \"{{company}}\" pour {{seats}} utilisateurs. Valable jusqu'au {{expiry}}.", @@ -240,6 +252,38 @@ "label-sort-alphabetical": "Nom du plugin (A to Z)", "label-sort-alphabetical-reverse": "Nom du plugin (Z to A)", "label-search-summary": "Affichage de {{pluginCount}} : " + }, + "mobile-toolbar": { + "name": "Mobile toolbar", + "option-internal-link": "Add internal link", + "option-internal-embed": "Add embed", + "option-tag": "Add tag", + "option-heading": "Toggle heading", + "option-bold": "Toggle bold", + "option-italics": "Toggle italics", + "option-strikethrough": "Toggle strikethrough", + "option-highlight": "Toggle highlight", + "option-code": "Toggle code", + "option-blockquote": "Toggle blockquote", + "option-comment": "Toggle comment", + "option-markdown-link": "Add Markdown link", + "option-bullet-list": "Toggle bullet list", + "option-numbered-list": "Toggle numbered list", + "option-checklist": "Toggle checklist", + "option-indent-list": "Indent list item", + "option-unindent-list": "Unindent list item", + "option-undo": "Undo", + "option-redo": "Redo", + "option-move-caret-up": "Move caret up", + "option-move-caret-down": "Move caret down", + "option-move-caret-left": "Move caret left", + "option-move-caret-right": "Move caret right", + "option-first-line": "Go to first line", + "option-last-line": "Go to last line", + "option-toggle-keyboard": "Toggle keyboard", + "option-configure-toolbar": "Configure mobile toolbar", + "option-added-options": "Added options", + "option-more-options": "More options" } }, "editor": { @@ -293,6 +337,7 @@ "sidebar-collapse": "Réduire", "msg-fail-to-save-file": "Échec de l'enregistrement du fichier \"{{filepath}}\". {{message}}.", "no-file": "Pas de fichier", + "msg-file-changed": "\"{{file}}\" has been modified externally, merging changes automatically.", "switch-vault": "Ouvrir un autre coffre", "help": "Aide", "settings": "Paramètres", @@ -306,6 +351,7 @@ "url": "Url", "msg-open-file-through-uri": "Fichier ouvert \"{{path}}\"", "msg-file-not-found-through-uri": "Le fichier \"{{name}}\" n'a pas été trouvé.", + "delete-action-short-name": "Delete", "empty-state": { "no-file-open": "Aucun fichier n'est ouvert", "create-new-file": "Créer un nouveau fichier", @@ -484,7 +530,8 @@ "msg-empty-file-name": "Le nom de fichier ne peut pas être vide.", "tooltip-modified-time": "Dernière modification le {{time}}", "tooltip-created-time": "Créé le {{time}}", - "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}" + "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}", + "action-move-file-short-name": "Move" }, "search": { "name": "Rechercher", @@ -923,6 +970,7 @@ "desc": "Enregistrer et charger la disposition de l'espace de travail.", "action-load": "Charger l'espace de travail", "action-manage-workspaces": "Gérer les espaces de travail", + "action-save-and-load": "Save and load another workspace", "placeholder-save-current-workspace-as": "Enregistrer l'espace de travail actuel sous...", "button-save": "Sauvegarder", "button-load": "Charger", @@ -1030,6 +1078,26 @@ "label-setup-connection": "Paramétrer la connexion", "label-now-connected-to-vault": "Vous êtes maintenant connecté à \"{{name}}\".", "button-start-syncing": "Démarrer la synchronisation" + }, + "file-recovery": { + "name": "File recovery", + "desc": "Let you restore recent snapshots to recover from accidental data loss. Snapshots are only saved for Markdown files.", + "action-open": "Open saved snapshots", + "option-interval": "Snapshot interval", + "option-interval-description": "Minimal interval in minutes between two snapshots.", + "option-keep": "History length", + "option-keep-description": "Length in days snapshots is kept for.", + "option-open-history": "Snapshots", + "option-open-history-description": "View and restore saved snapshots.", + "button-view-snapshots": "View", + "option-clear": "Clear history", + "option-clear-description": "Wipe all snapshots.", + "button-clear-history": "Clear", + "label-clear-warning": "Are you sure you want to delete all snapshots? Note that only snapshots will be removed. All files inside your vault will not be affected.", + "msg-clear-complete": "Snapshots cleared.", + "label-no-history-found": "No snapshots found.", + "placeholder-choose-file": "Choose a file...", + "label-select-file": "Please select a file on the left to view snapshots." } }, "nouns": { @@ -1050,4 +1118,4 @@ "plugin-with-count": "{{count}} plugin", "plugin-with-count_plural": "{{count}} plugins" } -} +} \ No newline at end of file diff --git a/hi.json b/hi.json index 387d75519..6b1c40e0c 100644 --- a/hi.json +++ b/hi.json @@ -43,7 +43,16 @@ "option-auto-convert-html": "Auto convert HTML", "option-auto-convert-html-description": "Automatically convert HTML to Markdown when pasting and drag-and-drop from webpages. Use Ctrl/Cmd+Shift+V to paste without conversion.", "option-vim-key-bindings": "Vim key bindings", - "option-vim-key-bindings-description": "Let you use Vim key bindings in the source editor." + "option-vim-key-bindings-description": "Let you use Vim key bindings in the source editor.", + "label-confirm-enable-vim": "Confirm entering Vim mode", + "label-vim-warning": "Vim mode is for efficient text editing but can be quite counter-intuitive. If you're not familiar with Vim, this option might make it look like Obsidian has stopped working.", + "label-vim-test": "To verify that you know your way around Vim, please enter the command to quit Vim without saving below:", + "label-vim-your-answer": "Your answer", + "placeholder-enter-command": "Enter command...", + "button-confirm-enable-vim": "Let me enable Vim", + "msg-vim-mode-enabled": "Command is correct. Vim mode now enabled.", + "msg-vim-mode-not-enabled": "Command is incorrect. Vim mode remains disabled to protect you.", + "msg-vim-mode-please-enter-command": "Please enter the command to enable Vim mode" }, "file": { "name": "Files & Links", @@ -147,6 +156,9 @@ "option-language-description": "Change the display language.", "option-insider-build": "Receive insider builds", "option-insider-build-description": "Auto-update to insider builds to try out new features. Note that these builds are bleeding edge and might be less stable.", + "option-hw-acceleration": "Hardware Acceleration", + "option-hw-acceleration-description": "Turns on Hardware Acceleration, which uses your GPU to make Obsidian smoother.", + "option-hw-acceleration-warning": "If you turn this off, app performance will be severely degraded.", "label-license": "License", "label-your-commercial-license": "Your commercial license key is ", "label-commercial-license-info": "Registered to \"{{company}}\" for {{seats}} users. Valid until {{expiry}}.", @@ -240,6 +252,38 @@ "label-sort-alphabetical": "Plugin name (A to Z)", "label-sort-alphabetical-reverse": "Plugin name (Z to A)", "label-search-summary": "Showing {{pluginCount}}:" + }, + "mobile-toolbar": { + "name": "Mobile toolbar", + "option-internal-link": "Add internal link", + "option-internal-embed": "Add embed", + "option-tag": "Add tag", + "option-heading": "Toggle heading", + "option-bold": "Toggle bold", + "option-italics": "Toggle italics", + "option-strikethrough": "Toggle strikethrough", + "option-highlight": "Toggle highlight", + "option-code": "Toggle code", + "option-blockquote": "Toggle blockquote", + "option-comment": "Toggle comment", + "option-markdown-link": "Add Markdown link", + "option-bullet-list": "Toggle bullet list", + "option-numbered-list": "Toggle numbered list", + "option-checklist": "Toggle checklist", + "option-indent-list": "Indent list item", + "option-unindent-list": "Unindent list item", + "option-undo": "Undo", + "option-redo": "Redo", + "option-move-caret-up": "Move caret up", + "option-move-caret-down": "Move caret down", + "option-move-caret-left": "Move caret left", + "option-move-caret-right": "Move caret right", + "option-first-line": "Go to first line", + "option-last-line": "Go to last line", + "option-toggle-keyboard": "Toggle keyboard", + "option-configure-toolbar": "Configure mobile toolbar", + "option-added-options": "Added options", + "option-more-options": "More options" } }, "editor": { @@ -293,6 +337,7 @@ "sidebar-collapse": "Collapse", "msg-fail-to-save-file": "Failed to save file \"{{filepath}}\". {{message}}.", "no-file": "No file", + "msg-file-changed": "\"{{file}}\" has been modified externally, merging changes automatically.", "switch-vault": "Open another vault", "help": "Help", "settings": "Settings", @@ -306,6 +351,7 @@ "url": "Url", "msg-open-file-through-uri": "Opened file \"{{path}}\"", "msg-file-not-found-through-uri": "File \"{{name}}\" not found.", + "delete-action-short-name": "Delete", "empty-state": { "no-file-open": "No file is open", "create-new-file": "Create new file", @@ -484,7 +530,8 @@ "msg-empty-file-name": "File name cannot be empty.", "tooltip-modified-time": "Last modified at {{time}}", "tooltip-created-time": "Created at {{time}}", - "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}" + "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}", + "action-move-file-short-name": "Move" }, "search": { "name": "Search", @@ -923,6 +970,7 @@ "desc": "Save and load workspace layout.", "action-load": "Load workspace", "action-manage-workspaces": "Manage workspaces", + "action-save-and-load": "Save and load another workspace", "placeholder-save-current-workspace-as": "Save current workspace as...", "button-save": "Save", "button-load": "Load", @@ -1030,6 +1078,26 @@ "label-setup-connection": "Setup connection", "label-now-connected-to-vault": "You're now connected to \"{{name}}\".", "button-start-syncing": "Start syncing" + }, + "file-recovery": { + "name": "File recovery", + "desc": "Let you restore recent snapshots to recover from accidental data loss. Snapshots are only saved for Markdown files.", + "action-open": "Open saved snapshots", + "option-interval": "Snapshot interval", + "option-interval-description": "Minimal interval in minutes between two snapshots.", + "option-keep": "History length", + "option-keep-description": "Length in days snapshots is kept for.", + "option-open-history": "Snapshots", + "option-open-history-description": "View and restore saved snapshots.", + "button-view-snapshots": "View", + "option-clear": "Clear history", + "option-clear-description": "Wipe all snapshots.", + "button-clear-history": "Clear", + "label-clear-warning": "Are you sure you want to delete all snapshots? Note that only snapshots will be removed. All files inside your vault will not be affected.", + "msg-clear-complete": "Snapshots cleared.", + "label-no-history-found": "No snapshots found.", + "placeholder-choose-file": "Choose a file...", + "label-select-file": "Please select a file on the left to view snapshots." } }, "nouns": { diff --git a/id.json b/id.json index 5e2027bd7..acbcd183f 100644 --- a/id.json +++ b/id.json @@ -43,7 +43,16 @@ "option-auto-convert-html": "Auto convert HTML", "option-auto-convert-html-description": "Automatically convert HTML to Markdown when pasting and drag-and-drop from webpages. Use Ctrl/Cmd+Shift+V to paste without conversion.", "option-vim-key-bindings": "Vim key bindings", - "option-vim-key-bindings-description": "Memungkinkan Anda untuk menggunakan Vim key bindings dalam editor sumber." + "option-vim-key-bindings-description": "Memungkinkan Anda untuk menggunakan Vim key bindings dalam editor sumber.", + "label-confirm-enable-vim": "Confirm entering Vim mode", + "label-vim-warning": "Vim mode is for efficient text editing but can be quite counter-intuitive. If you're not familiar with Vim, this option might make it look like Obsidian has stopped working.", + "label-vim-test": "To verify that you know your way around Vim, please enter the command to quit Vim without saving below:", + "label-vim-your-answer": "Your answer", + "placeholder-enter-command": "Enter command...", + "button-confirm-enable-vim": "Let me enable Vim", + "msg-vim-mode-enabled": "Command is correct. Vim mode now enabled.", + "msg-vim-mode-not-enabled": "Command is incorrect. Vim mode remains disabled to protect you.", + "msg-vim-mode-please-enter-command": "Please enter the command to enable Vim mode" }, "file": { "name": "File & Link", @@ -147,6 +156,9 @@ "option-language-description": "Ubah tampilan bahasa.", "option-insider-build": "Dapatkan versi insider", "option-insider-build-description": "Perbarui otomatis ke versi insider untuk mencoba fitur baru. Perhatikan bahwa versi ini adalah terdepan dan mungkin kurang stabil.", + "option-hw-acceleration": "Hardware Acceleration", + "option-hw-acceleration-description": "Turns on Hardware Acceleration, which uses your GPU to make Obsidian smoother.", + "option-hw-acceleration-warning": "If you turn this off, app performance will be severely degraded.", "label-license": "Lisensi", "label-your-commercial-license": "Lisensi komersial Anda adalah ", "label-commercial-license-info": "Terdaftar atas \"{{company}}\" untuk {{seats}} pengguna. Valid hingga {{expiry}}.", @@ -240,6 +252,38 @@ "label-sort-alphabetical": "Nama plugin (A ke Z)", "label-sort-alphabetical-reverse": "Nama plugin (Z ke A)", "label-search-summary": "Menampilkan {{pluginCount}}:" + }, + "mobile-toolbar": { + "name": "Mobile toolbar", + "option-internal-link": "Add internal link", + "option-internal-embed": "Add embed", + "option-tag": "Add tag", + "option-heading": "Toggle heading", + "option-bold": "Toggle bold", + "option-italics": "Toggle italics", + "option-strikethrough": "Toggle strikethrough", + "option-highlight": "Toggle highlight", + "option-code": "Toggle code", + "option-blockquote": "Toggle blockquote", + "option-comment": "Toggle comment", + "option-markdown-link": "Add Markdown link", + "option-bullet-list": "Toggle bullet list", + "option-numbered-list": "Toggle numbered list", + "option-checklist": "Toggle checklist", + "option-indent-list": "Indent list item", + "option-unindent-list": "Unindent list item", + "option-undo": "Undo", + "option-redo": "Redo", + "option-move-caret-up": "Move caret up", + "option-move-caret-down": "Move caret down", + "option-move-caret-left": "Move caret left", + "option-move-caret-right": "Move caret right", + "option-first-line": "Go to first line", + "option-last-line": "Go to last line", + "option-toggle-keyboard": "Toggle keyboard", + "option-configure-toolbar": "Configure mobile toolbar", + "option-added-options": "Added options", + "option-more-options": "More options" } }, "editor": { @@ -293,6 +337,7 @@ "sidebar-collapse": "Tutup", "msg-fail-to-save-file": "Gagal menyimpan file \"{{filepath}}\". {{message}}.", "no-file": "Tidak ada file", + "msg-file-changed": "\"{{file}}\" has been modified externally, merging changes automatically.", "switch-vault": "Buka vault lain", "help": "Bantuan", "settings": "Pengaturan", @@ -306,6 +351,7 @@ "url": "Url", "msg-open-file-through-uri": "File \"{{path}}\" terbuka", "msg-file-not-found-through-uri": "File \"{{name}}\" tidak ditemukan.", + "delete-action-short-name": "Delete", "empty-state": { "no-file-open": "Tidak ada file terbuka", "create-new-file": "Buat file baru", @@ -484,7 +530,8 @@ "msg-empty-file-name": "Nama file tidak boleh kosong.", "tooltip-modified-time": "Terakhir diubah pada {{time}}", "tooltip-created-time": "Dibuat pada {{time}}", - "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}" + "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}", + "action-move-file-short-name": "Move" }, "search": { "name": "Pencarian", @@ -923,6 +970,7 @@ "desc": "Simpan dan muat tata-letak ruang kerja.", "action-load": "Muat ruang kerja", "action-manage-workspaces": "Kelola ruang kerja", + "action-save-and-load": "Save and load another workspace", "placeholder-save-current-workspace-as": "Simpan ruang kerja saat ini sebagai...", "button-save": "Simpan", "button-load": "Muat", @@ -1030,6 +1078,26 @@ "label-setup-connection": "Setelan koneksi", "label-now-connected-to-vault": "Anda sekarang terhubung ke \"{{name}}\".", "button-start-syncing": "Mulai sinkronisasi" + }, + "file-recovery": { + "name": "File recovery", + "desc": "Let you restore recent snapshots to recover from accidental data loss. Snapshots are only saved for Markdown files.", + "action-open": "Open saved snapshots", + "option-interval": "Snapshot interval", + "option-interval-description": "Minimal interval in minutes between two snapshots.", + "option-keep": "History length", + "option-keep-description": "Length in days snapshots is kept for.", + "option-open-history": "Snapshots", + "option-open-history-description": "View and restore saved snapshots.", + "button-view-snapshots": "View", + "option-clear": "Clear history", + "option-clear-description": "Wipe all snapshots.", + "button-clear-history": "Clear", + "label-clear-warning": "Are you sure you want to delete all snapshots? Note that only snapshots will be removed. All files inside your vault will not be affected.", + "msg-clear-complete": "Snapshots cleared.", + "label-no-history-found": "No snapshots found.", + "placeholder-choose-file": "Choose a file...", + "label-select-file": "Please select a file on the left to view snapshots." } }, "nouns": { @@ -1050,4 +1118,4 @@ "plugin-with-count": "{{count}} plugin", "plugin-with-count_plural": "{{count}} plugin" } -} +} \ No newline at end of file diff --git a/it.json b/it.json index 02bd4ccc2..374e87f8f 100644 --- a/it.json +++ b/it.json @@ -43,7 +43,16 @@ "option-auto-convert-html": "Converti automaticamente HTML", "option-auto-convert-html-description": "Converte automaticamente HTML in Markdown quando si usa copia/incolla o trascina e rilascia da pagine web. Usare Ctrl/Cmd+Shift+V per incollare senza convertire.", "option-vim-key-bindings": "Tasti di scelta rapida Vim", - "option-vim-key-bindings-description": "Permette di utilizzare la mappatura dei tasti di Vim nell'editor." + "option-vim-key-bindings-description": "Permette di utilizzare la mappatura dei tasti di Vim nell'editor.", + "label-confirm-enable-vim": "Confirm entering Vim mode", + "label-vim-warning": "Vim mode is for efficient text editing but can be quite counter-intuitive. If you're not familiar with Vim, this option might make it look like Obsidian has stopped working.", + "label-vim-test": "To verify that you know your way around Vim, please enter the command to quit Vim without saving below:", + "label-vim-your-answer": "Your answer", + "placeholder-enter-command": "Enter command...", + "button-confirm-enable-vim": "Let me enable Vim", + "msg-vim-mode-enabled": "Command is correct. Vim mode now enabled.", + "msg-vim-mode-not-enabled": "Command is incorrect. Vim mode remains disabled to protect you.", + "msg-vim-mode-please-enter-command": "Please enter the command to enable Vim mode" }, "file": { "name": "File e link", @@ -147,6 +156,9 @@ "option-language-description": "Cambia la lingua utilizzata.", "option-insider-build": "Ricevi versioni insider", "option-insider-build-description": "Aggiorna automaticamente alle versioni insider per provare nuove funzionalità. Attenzione: si tratta di versioni beta che potrebbero essere meno stabili.", + "option-hw-acceleration": "Hardware Acceleration", + "option-hw-acceleration-description": "Turns on Hardware Acceleration, which uses your GPU to make Obsidian smoother.", + "option-hw-acceleration-warning": "If you turn this off, app performance will be severely degraded.", "label-license": "Licenza", "label-your-commercial-license": "La tua chiave di licenza commerciale è ", "label-commercial-license-info": "Registrata a nome di \"{{company}}\" per {{seats}} utenti. Valida fino al {{expiry}}.", @@ -240,6 +252,38 @@ "label-sort-alphabetical": "Nome plugin (dalla A alla Z)", "label-sort-alphabetical-reverse": "Nome plugin (dalla Z alla A)", "label-search-summary": "Visualizzazione di {{pluginCount}}:" + }, + "mobile-toolbar": { + "name": "Mobile toolbar", + "option-internal-link": "Add internal link", + "option-internal-embed": "Add embed", + "option-tag": "Add tag", + "option-heading": "Toggle heading", + "option-bold": "Toggle bold", + "option-italics": "Toggle italics", + "option-strikethrough": "Toggle strikethrough", + "option-highlight": "Toggle highlight", + "option-code": "Toggle code", + "option-blockquote": "Toggle blockquote", + "option-comment": "Toggle comment", + "option-markdown-link": "Add Markdown link", + "option-bullet-list": "Toggle bullet list", + "option-numbered-list": "Toggle numbered list", + "option-checklist": "Toggle checklist", + "option-indent-list": "Indent list item", + "option-unindent-list": "Unindent list item", + "option-undo": "Undo", + "option-redo": "Redo", + "option-move-caret-up": "Move caret up", + "option-move-caret-down": "Move caret down", + "option-move-caret-left": "Move caret left", + "option-move-caret-right": "Move caret right", + "option-first-line": "Go to first line", + "option-last-line": "Go to last line", + "option-toggle-keyboard": "Toggle keyboard", + "option-configure-toolbar": "Configure mobile toolbar", + "option-added-options": "Added options", + "option-more-options": "More options" } }, "editor": { @@ -293,6 +337,7 @@ "sidebar-collapse": "Nascondi", "msg-fail-to-save-file": "Impossibile salvare \"{{filepath}}\". {{message}}.", "no-file": "Nessun file", + "msg-file-changed": "\"{{file}}\" has been modified externally, merging changes automatically.", "switch-vault": "Apri un altro vault", "help": "Aiuto", "settings": "Impostazioni", @@ -306,6 +351,7 @@ "url": "Url", "msg-open-file-through-uri": "File \"{{path}}\" aperto", "msg-file-not-found-through-uri": "File \"{{name}}\" non trovato.", + "delete-action-short-name": "Delete", "empty-state": { "no-file-open": "Nessun file aperto", "create-new-file": "Crea nuovo file", @@ -484,7 +530,8 @@ "msg-empty-file-name": "Il nome del file non può essere vuoto.", "tooltip-modified-time": "Ultima modifica il {{time}}", "tooltip-created-time": "Creato il {{time}}", - "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}" + "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}", + "action-move-file-short-name": "Move" }, "search": { "name": "Ricerca", @@ -923,6 +970,7 @@ "desc": "Salva e carica il layout dell'area di lavoro.", "action-load": "Carica area di lavoro", "action-manage-workspaces": "Gestione aree di lavoro", + "action-save-and-load": "Save and load another workspace", "placeholder-save-current-workspace-as": "Salva area di lavoro corrente come...", "button-save": "Salva", "button-load": "Carica", @@ -1030,6 +1078,26 @@ "label-setup-connection": "Configura connessione", "label-now-connected-to-vault": "Sei connesso a \"{{name}}\".", "button-start-syncing": "Avvia sincronizzazione" + }, + "file-recovery": { + "name": "File recovery", + "desc": "Let you restore recent snapshots to recover from accidental data loss. Snapshots are only saved for Markdown files.", + "action-open": "Open saved snapshots", + "option-interval": "Snapshot interval", + "option-interval-description": "Minimal interval in minutes between two snapshots.", + "option-keep": "History length", + "option-keep-description": "Length in days snapshots is kept for.", + "option-open-history": "Snapshots", + "option-open-history-description": "View and restore saved snapshots.", + "button-view-snapshots": "View", + "option-clear": "Clear history", + "option-clear-description": "Wipe all snapshots.", + "button-clear-history": "Clear", + "label-clear-warning": "Are you sure you want to delete all snapshots? Note that only snapshots will be removed. All files inside your vault will not be affected.", + "msg-clear-complete": "Snapshots cleared.", + "label-no-history-found": "No snapshots found.", + "placeholder-choose-file": "Choose a file...", + "label-select-file": "Please select a file on the left to view snapshots." } }, "nouns": { diff --git a/ja.json b/ja.json index b5a397c23..15460e7cc 100644 --- a/ja.json +++ b/ja.json @@ -43,7 +43,16 @@ "option-auto-convert-html": "HTMLの自動変換", "option-auto-convert-html-description": "ウェブページからのペーストとドラッグ&ドロップの際にHTMLをマークダウンへと自動的に変換します。変換せずにペーストするにはCtrl/Cmd+Shift+Vを使用してください。", "option-vim-key-bindings": "Vimのキー設定", - "option-vim-key-bindings-description": "ソースエディタでVimのキーバインディングが使用できるようにします。" + "option-vim-key-bindings-description": "ソースエディタでVimのキーバインディングが使用できるようにします。", + "label-confirm-enable-vim": "Confirm entering Vim mode", + "label-vim-warning": "Vim mode is for efficient text editing but can be quite counter-intuitive. If you're not familiar with Vim, this option might make it look like Obsidian has stopped working.", + "label-vim-test": "To verify that you know your way around Vim, please enter the command to quit Vim without saving below:", + "label-vim-your-answer": "Your answer", + "placeholder-enter-command": "Enter command...", + "button-confirm-enable-vim": "Let me enable Vim", + "msg-vim-mode-enabled": "Command is correct. Vim mode now enabled.", + "msg-vim-mode-not-enabled": "Command is incorrect. Vim mode remains disabled to protect you.", + "msg-vim-mode-please-enter-command": "Please enter the command to enable Vim mode" }, "file": { "name": "ファイルとリンク", @@ -147,6 +156,9 @@ "option-language-description": "表示言語を変更する。", "option-insider-build": "インサイダービルドを取得", "option-insider-build-description": "新機能を試すにはインサイダービルドへの自動更新を有効にしてください。ビルドは最先端のものであり、不安定である可能性があります。", + "option-hw-acceleration": "Hardware Acceleration", + "option-hw-acceleration-description": "Turns on Hardware Acceleration, which uses your GPU to make Obsidian smoother.", + "option-hw-acceleration-warning": "If you turn this off, app performance will be severely degraded.", "label-license": "ライセンス", "label-your-commercial-license": "あなたの商用ライセンスキーは以下です: ", "label-commercial-license-info": "\"{{company}}\"によって{{seats}}人が登録されています。{{expiry}}まで有効です。", @@ -240,6 +252,38 @@ "label-sort-alphabetical": "Plugin name (A to Z)", "label-sort-alphabetical-reverse": "Plugin name (Z to A)", "label-search-summary": "Showing {{pluginCount}}:" + }, + "mobile-toolbar": { + "name": "Mobile toolbar", + "option-internal-link": "Add internal link", + "option-internal-embed": "Add embed", + "option-tag": "Add tag", + "option-heading": "Toggle heading", + "option-bold": "Toggle bold", + "option-italics": "Toggle italics", + "option-strikethrough": "Toggle strikethrough", + "option-highlight": "Toggle highlight", + "option-code": "Toggle code", + "option-blockquote": "Toggle blockquote", + "option-comment": "Toggle comment", + "option-markdown-link": "Add Markdown link", + "option-bullet-list": "Toggle bullet list", + "option-numbered-list": "Toggle numbered list", + "option-checklist": "Toggle checklist", + "option-indent-list": "Indent list item", + "option-unindent-list": "Unindent list item", + "option-undo": "Undo", + "option-redo": "Redo", + "option-move-caret-up": "Move caret up", + "option-move-caret-down": "Move caret down", + "option-move-caret-left": "Move caret left", + "option-move-caret-right": "Move caret right", + "option-first-line": "Go to first line", + "option-last-line": "Go to last line", + "option-toggle-keyboard": "Toggle keyboard", + "option-configure-toolbar": "Configure mobile toolbar", + "option-added-options": "Added options", + "option-more-options": "More options" } }, "editor": { @@ -293,6 +337,7 @@ "sidebar-collapse": "折りたたむ", "msg-fail-to-save-file": "ファイル\"{{filepath}}\"の保存に失敗しました。{{message}}。", "no-file": "ファイルがありません", + "msg-file-changed": "\"{{file}}\" has been modified externally, merging changes automatically.", "switch-vault": "別の保管庫を開く", "help": "ヘルプ", "settings": "設定", @@ -306,6 +351,7 @@ "url": "Url", "msg-open-file-through-uri": "Opened file \"{{path}}\"", "msg-file-not-found-through-uri": "File \"{{name}}\" not found.", + "delete-action-short-name": "Delete", "empty-state": { "no-file-open": "ファイルが開かれていません", "create-new-file": "新規ファイルを作成", @@ -484,7 +530,8 @@ "msg-empty-file-name": "ファイル名を空にはできません。", "tooltip-modified-time": "更新日時 {{time}}", "tooltip-created-time": "作成日時 {{time}}", - "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}" + "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}", + "action-move-file-short-name": "Move" }, "search": { "name": "検索", @@ -923,6 +970,7 @@ "desc": "ワークスペースレイアウトを保存してロードします。", "action-load": "ワークスペースをロード", "action-manage-workspaces": "ワークスペースを管理", + "action-save-and-load": "Save and load another workspace", "placeholder-save-current-workspace-as": "現在のワークスペースを保存…", "button-save": "保存", "button-load": "ロード", @@ -1030,6 +1078,26 @@ "label-setup-connection": "Setup connection", "label-now-connected-to-vault": "You're now connected to \"{{name}}\".", "button-start-syncing": "Start syncing" + }, + "file-recovery": { + "name": "File recovery", + "desc": "Let you restore recent snapshots to recover from accidental data loss. Snapshots are only saved for Markdown files.", + "action-open": "Open saved snapshots", + "option-interval": "Snapshot interval", + "option-interval-description": "Minimal interval in minutes between two snapshots.", + "option-keep": "History length", + "option-keep-description": "Length in days snapshots is kept for.", + "option-open-history": "Snapshots", + "option-open-history-description": "View and restore saved snapshots.", + "button-view-snapshots": "View", + "option-clear": "Clear history", + "option-clear-description": "Wipe all snapshots.", + "button-clear-history": "Clear", + "label-clear-warning": "Are you sure you want to delete all snapshots? Note that only snapshots will be removed. All files inside your vault will not be affected.", + "msg-clear-complete": "Snapshots cleared.", + "label-no-history-found": "No snapshots found.", + "placeholder-choose-file": "Choose a file...", + "label-select-file": "Please select a file on the left to view snapshots." } }, "nouns": { @@ -1050,4 +1118,4 @@ "plugin-with-count": "{{count}} plugin", "plugin-with-count_plural": "{{count}} plugins" } -} +} \ No newline at end of file diff --git a/ko.json b/ko.json index 8db1b0e7a..34a2cd90e 100644 --- a/ko.json +++ b/ko.json @@ -43,7 +43,16 @@ "option-auto-convert-html": "HTML 자동변환", "option-auto-convert-html-description": "글을 끌어서 붙여넣을 때 HTML을 자동으로 마크다운 형식으로 변환합니다. 변환을 하지 않기 위해서는 Ctrl/Cmd+Shift+V로 붙여넣기를 해주세요.", "option-vim-key-bindings": "Vim 키 바인딩", - "option-vim-key-bindings-description": "소스 에디터에서 Vim의 키 바인딩을 쓸수 있게 해줍니다." + "option-vim-key-bindings-description": "소스 에디터에서 Vim의 키 바인딩을 쓸수 있게 해줍니다.", + "label-confirm-enable-vim": "Confirm entering Vim mode", + "label-vim-warning": "Vim mode is for efficient text editing but can be quite counter-intuitive. If you're not familiar with Vim, this option might make it look like Obsidian has stopped working.", + "label-vim-test": "To verify that you know your way around Vim, please enter the command to quit Vim without saving below:", + "label-vim-your-answer": "Your answer", + "placeholder-enter-command": "Enter command...", + "button-confirm-enable-vim": "Let me enable Vim", + "msg-vim-mode-enabled": "Command is correct. Vim mode now enabled.", + "msg-vim-mode-not-enabled": "Command is incorrect. Vim mode remains disabled to protect you.", + "msg-vim-mode-please-enter-command": "Please enter the command to enable Vim mode" }, "file": { "name": "파일 & 링크", @@ -147,6 +156,9 @@ "option-language-description": "언어 바꾸기.", "option-insider-build": "내부 빌드 받기", "option-insider-build-description": "자동 업데이트로 내부 빌드를 사용해봅니다. 내부 빌드들은 불안정합니다.", + "option-hw-acceleration": "Hardware Acceleration", + "option-hw-acceleration-description": "Turns on Hardware Acceleration, which uses your GPU to make Obsidian smoother.", + "option-hw-acceleration-warning": "If you turn this off, app performance will be severely degraded.", "label-license": "제품 키", "label-your-commercial-license": "사용중인 상업용 제품 키: ", "label-commercial-license-info": "회사: \"{{company}}\" , 사용자 수: {{seats}}, 유효기간: {{expiry}}.", @@ -240,6 +252,38 @@ "label-sort-alphabetical": "플러그인 이름(이름 순서)", "label-sort-alphabetical-reverse": "플러그인 이름(이름 역순)", "label-search-summary": "{{pluginCount}}개의 결과:" + }, + "mobile-toolbar": { + "name": "Mobile toolbar", + "option-internal-link": "Add internal link", + "option-internal-embed": "Add embed", + "option-tag": "Add tag", + "option-heading": "Toggle heading", + "option-bold": "Toggle bold", + "option-italics": "Toggle italics", + "option-strikethrough": "Toggle strikethrough", + "option-highlight": "Toggle highlight", + "option-code": "Toggle code", + "option-blockquote": "Toggle blockquote", + "option-comment": "Toggle comment", + "option-markdown-link": "Add Markdown link", + "option-bullet-list": "Toggle bullet list", + "option-numbered-list": "Toggle numbered list", + "option-checklist": "Toggle checklist", + "option-indent-list": "Indent list item", + "option-unindent-list": "Unindent list item", + "option-undo": "Undo", + "option-redo": "Redo", + "option-move-caret-up": "Move caret up", + "option-move-caret-down": "Move caret down", + "option-move-caret-left": "Move caret left", + "option-move-caret-right": "Move caret right", + "option-first-line": "Go to first line", + "option-last-line": "Go to last line", + "option-toggle-keyboard": "Toggle keyboard", + "option-configure-toolbar": "Configure mobile toolbar", + "option-added-options": "Added options", + "option-more-options": "More options" } }, "editor": { @@ -293,6 +337,7 @@ "sidebar-collapse": "접기", "msg-fail-to-save-file": "파일 저장에 실패했습니다 \"{{filepath}}\". {{message}}.", "no-file": "파일 없음", + "msg-file-changed": "\"{{file}}\" has been modified externally, merging changes automatically.", "switch-vault": "다른 보관함 열기", "help": "도움말", "settings": "설정", @@ -306,6 +351,7 @@ "url": "Url", "msg-open-file-through-uri": "\"{{path}}\"을 열었습니다", "msg-file-not-found-through-uri": "\"{{name}}\"을 찾을 수 없습니다.", + "delete-action-short-name": "Delete", "empty-state": { "no-file-open": "열려있는 파일이 없습니다.", "create-new-file": "새 파일 만들기", @@ -484,7 +530,8 @@ "msg-empty-file-name": "파일 이름을 써주세요.", "tooltip-modified-time": "최신 편집 시간: {{time}}", "tooltip-created-time": "생성 시간: {{time}}", - "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}" + "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}", + "action-move-file-short-name": "Move" }, "search": { "name": "검색", @@ -923,6 +970,7 @@ "desc": "워크스페이스 레이아웃을 저장/불러옵니다.", "action-load": "워크스페이스 불러오기", "action-manage-workspaces": "워크스페이스 관리하기", + "action-save-and-load": "Save and load another workspace", "placeholder-save-current-workspace-as": "현재 워크스페이스를 다음과 같이 저장합니다:", "button-save": "저장", "button-load": "불러오기", @@ -1030,6 +1078,26 @@ "label-setup-connection": "연결 구축", "label-now-connected-to-vault": "\"{{name}}\"에 연결되었습니다.", "button-start-syncing": "동기화 시작" + }, + "file-recovery": { + "name": "File recovery", + "desc": "Let you restore recent snapshots to recover from accidental data loss. Snapshots are only saved for Markdown files.", + "action-open": "Open saved snapshots", + "option-interval": "Snapshot interval", + "option-interval-description": "Minimal interval in minutes between two snapshots.", + "option-keep": "History length", + "option-keep-description": "Length in days snapshots is kept for.", + "option-open-history": "Snapshots", + "option-open-history-description": "View and restore saved snapshots.", + "button-view-snapshots": "View", + "option-clear": "Clear history", + "option-clear-description": "Wipe all snapshots.", + "button-clear-history": "Clear", + "label-clear-warning": "Are you sure you want to delete all snapshots? Note that only snapshots will be removed. All files inside your vault will not be affected.", + "msg-clear-complete": "Snapshots cleared.", + "label-no-history-found": "No snapshots found.", + "placeholder-choose-file": "Choose a file...", + "label-select-file": "Please select a file on the left to view snapshots." } }, "nouns": { diff --git a/ml.json b/ml.json index 0c1055acb..c3bad9da5 100644 --- a/ml.json +++ b/ml.json @@ -43,7 +43,16 @@ "option-auto-convert-html": "Auto convert HTML", "option-auto-convert-html-description": "Automatically convert HTML to Markdown when pasting and drag-and-drop from webpages. Use Ctrl/Cmd+Shift+V to paste without conversion.", "option-vim-key-bindings": "Vim key bindings", - "option-vim-key-bindings-description": "Let you use Vim key bindings in the source editor." + "option-vim-key-bindings-description": "Let you use Vim key bindings in the source editor.", + "label-confirm-enable-vim": "Confirm entering Vim mode", + "label-vim-warning": "Vim mode is for efficient text editing but can be quite counter-intuitive. If you're not familiar with Vim, this option might make it look like Obsidian has stopped working.", + "label-vim-test": "To verify that you know your way around Vim, please enter the command to quit Vim without saving below:", + "label-vim-your-answer": "Your answer", + "placeholder-enter-command": "Enter command...", + "button-confirm-enable-vim": "Let me enable Vim", + "msg-vim-mode-enabled": "Command is correct. Vim mode now enabled.", + "msg-vim-mode-not-enabled": "Command is incorrect. Vim mode remains disabled to protect you.", + "msg-vim-mode-please-enter-command": "Please enter the command to enable Vim mode" }, "file": { "name": "File", @@ -147,6 +156,9 @@ "option-language-description": "Change the display language.", "option-insider-build": "Receive insider builds", "option-insider-build-description": "Auto-update to insider builds to try out new features. Note that these builds are bleeding edge and might be less stable.", + "option-hw-acceleration": "Hardware Acceleration", + "option-hw-acceleration-description": "Turns on Hardware Acceleration, which uses your GPU to make Obsidian smoother.", + "option-hw-acceleration-warning": "If you turn this off, app performance will be severely degraded.", "label-license": "License", "label-your-commercial-license": "Your commercial license key is ", "label-commercial-license-info": "Registered to \"{{company}}\" for {{seats}} users. Valid until {{expiry}}.", @@ -240,6 +252,38 @@ "label-sort-alphabetical": "Plugin name (A to Z)", "label-sort-alphabetical-reverse": "Plugin name (Z to A)", "label-search-summary": "Showing {{pluginCount}}:" + }, + "mobile-toolbar": { + "name": "Mobile toolbar", + "option-internal-link": "Add internal link", + "option-internal-embed": "Add embed", + "option-tag": "Add tag", + "option-heading": "Toggle heading", + "option-bold": "Toggle bold", + "option-italics": "Toggle italics", + "option-strikethrough": "Toggle strikethrough", + "option-highlight": "Toggle highlight", + "option-code": "Toggle code", + "option-blockquote": "Toggle blockquote", + "option-comment": "Toggle comment", + "option-markdown-link": "Add Markdown link", + "option-bullet-list": "Toggle bullet list", + "option-numbered-list": "Toggle numbered list", + "option-checklist": "Toggle checklist", + "option-indent-list": "Indent list item", + "option-unindent-list": "Unindent list item", + "option-undo": "Undo", + "option-redo": "Redo", + "option-move-caret-up": "Move caret up", + "option-move-caret-down": "Move caret down", + "option-move-caret-left": "Move caret left", + "option-move-caret-right": "Move caret right", + "option-first-line": "Go to first line", + "option-last-line": "Go to last line", + "option-toggle-keyboard": "Toggle keyboard", + "option-configure-toolbar": "Configure mobile toolbar", + "option-added-options": "Added options", + "option-more-options": "More options" } }, "editor": { @@ -293,6 +337,7 @@ "sidebar-collapse": "Collapse", "msg-fail-to-save-file": "Failed to save file \"{{filepath}}\". {{message}}.", "no-file": "No file", + "msg-file-changed": "\"{{file}}\" has been modified externally, merging changes automatically.", "switch-vault": "Open another vault", "help": "Help", "settings": "Settings", @@ -306,6 +351,7 @@ "url": "Url", "msg-open-file-through-uri": "Opened file \"{{path}}\"", "msg-file-not-found-through-uri": "File \"{{name}}\" not found.", + "delete-action-short-name": "Delete", "empty-state": { "no-file-open": "No file is open", "create-new-file": "Create new file", @@ -484,7 +530,8 @@ "msg-empty-file-name": "File name cannot be empty.", "tooltip-modified-time": "Last modified at {{time}}", "tooltip-created-time": "Created at {{time}}", - "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}" + "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}", + "action-move-file-short-name": "Move" }, "search": { "name": "Search", @@ -923,6 +970,7 @@ "desc": "Save and load workspace layout.", "action-load": "Load workspace", "action-manage-workspaces": "Manage workspaces", + "action-save-and-load": "Save and load another workspace", "placeholder-save-current-workspace-as": "Save current workspace as...", "button-save": "Save", "button-load": "Load", @@ -1030,6 +1078,26 @@ "label-setup-connection": "Setup connection", "label-now-connected-to-vault": "You're now connected to \"{{name}}\".", "button-start-syncing": "Start syncing" + }, + "file-recovery": { + "name": "File recovery", + "desc": "Let you restore recent snapshots to recover from accidental data loss. Snapshots are only saved for Markdown files.", + "action-open": "Open saved snapshots", + "option-interval": "Snapshot interval", + "option-interval-description": "Minimal interval in minutes between two snapshots.", + "option-keep": "History length", + "option-keep-description": "Length in days snapshots is kept for.", + "option-open-history": "Snapshots", + "option-open-history-description": "View and restore saved snapshots.", + "button-view-snapshots": "View", + "option-clear": "Clear history", + "option-clear-description": "Wipe all snapshots.", + "button-clear-history": "Clear", + "label-clear-warning": "Are you sure you want to delete all snapshots? Note that only snapshots will be removed. All files inside your vault will not be affected.", + "msg-clear-complete": "Snapshots cleared.", + "label-no-history-found": "No snapshots found.", + "placeholder-choose-file": "Choose a file...", + "label-select-file": "Please select a file on the left to view snapshots." } }, "nouns": { diff --git a/nl.json b/nl.json index 3929552bb..e38073de9 100644 --- a/nl.json +++ b/nl.json @@ -43,7 +43,16 @@ "option-auto-convert-html": "Auto convert HTML", "option-auto-convert-html-description": "Automatically convert HTML to Markdown when pasting and drag-and-drop from webpages. Use Ctrl/Cmd+Shift+V to paste without conversion.", "option-vim-key-bindings": "Vim-sneltoetsen", - "option-vim-key-bindings-description": "Hiermee gebruikt u Vim-sneltoetsen bij het bewerken van het bronbestand.." + "option-vim-key-bindings-description": "Hiermee gebruikt u Vim-sneltoetsen bij het bewerken van het bronbestand..", + "label-confirm-enable-vim": "Confirm entering Vim mode", + "label-vim-warning": "Vim mode is for efficient text editing but can be quite counter-intuitive. If you're not familiar with Vim, this option might make it look like Obsidian has stopped working.", + "label-vim-test": "To verify that you know your way around Vim, please enter the command to quit Vim without saving below:", + "label-vim-your-answer": "Your answer", + "placeholder-enter-command": "Enter command...", + "button-confirm-enable-vim": "Let me enable Vim", + "msg-vim-mode-enabled": "Command is correct. Vim mode now enabled.", + "msg-vim-mode-not-enabled": "Command is incorrect. Vim mode remains disabled to protect you.", + "msg-vim-mode-please-enter-command": "Please enter the command to enable Vim mode" }, "file": { "name": "Bestanden & Links", @@ -147,6 +156,9 @@ "option-language-description": "Wijzig de weergavetaal.", "option-insider-build": "Ontvang insider-builds", "option-insider-build-description": "Automatische update naar insider-builds om nieuwe functies uit te proberen. Merk op dat deze builds geavanceerd en mogelijk minder stabiel zijn.", + "option-hw-acceleration": "Hardware Acceleration", + "option-hw-acceleration-description": "Turns on Hardware Acceleration, which uses your GPU to make Obsidian smoother.", + "option-hw-acceleration-warning": "If you turn this off, app performance will be severely degraded.", "label-license": "Licentie", "label-your-commercial-license": "Uw commerciële licentiesleutel is ", "label-commercial-license-info": "Geregistreerd aan \"{{company}}\" voor {{seats}} gebruikers. Geldig tot {{expiry}}.", @@ -240,6 +252,38 @@ "label-sort-alphabetical": "Plugin name (A to Z)", "label-sort-alphabetical-reverse": "Plugin name (Z to A)", "label-search-summary": "Showing {{pluginCount}}:" + }, + "mobile-toolbar": { + "name": "Mobile toolbar", + "option-internal-link": "Add internal link", + "option-internal-embed": "Add embed", + "option-tag": "Add tag", + "option-heading": "Toggle heading", + "option-bold": "Toggle bold", + "option-italics": "Toggle italics", + "option-strikethrough": "Toggle strikethrough", + "option-highlight": "Toggle highlight", + "option-code": "Toggle code", + "option-blockquote": "Toggle blockquote", + "option-comment": "Toggle comment", + "option-markdown-link": "Add Markdown link", + "option-bullet-list": "Toggle bullet list", + "option-numbered-list": "Toggle numbered list", + "option-checklist": "Toggle checklist", + "option-indent-list": "Indent list item", + "option-unindent-list": "Unindent list item", + "option-undo": "Undo", + "option-redo": "Redo", + "option-move-caret-up": "Move caret up", + "option-move-caret-down": "Move caret down", + "option-move-caret-left": "Move caret left", + "option-move-caret-right": "Move caret right", + "option-first-line": "Go to first line", + "option-last-line": "Go to last line", + "option-toggle-keyboard": "Toggle keyboard", + "option-configure-toolbar": "Configure mobile toolbar", + "option-added-options": "Added options", + "option-more-options": "More options" } }, "editor": { @@ -293,6 +337,7 @@ "sidebar-collapse": "Inklappen", "msg-fail-to-save-file": "Bestand opslaan mislukt \"{{filepath}}\". {{message}}.", "no-file": "Geen bestand", + "msg-file-changed": "\"{{file}}\" has been modified externally, merging changes automatically.", "switch-vault": "Open een andere kluis", "help": "Help", "settings": "Instellingen", @@ -306,6 +351,7 @@ "url": "Url", "msg-open-file-through-uri": "Opened file \"{{path}}\"", "msg-file-not-found-through-uri": "File \"{{name}}\" not found.", + "delete-action-short-name": "Delete", "empty-state": { "no-file-open": "Er is geen bestand geopend", "create-new-file": "Maak een nieuw bestand", @@ -484,7 +530,8 @@ "msg-empty-file-name": "File name cannot be empty.", "tooltip-modified-time": "Last modified at {{time}}", "tooltip-created-time": "Created at {{time}}", - "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}" + "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}", + "action-move-file-short-name": "Move" }, "search": { "name": "Search", @@ -923,6 +970,7 @@ "desc": "Save and load workspace layout.", "action-load": "Load workspace", "action-manage-workspaces": "Manage workspaces", + "action-save-and-load": "Save and load another workspace", "placeholder-save-current-workspace-as": "Save current workspace as...", "button-save": "Save", "button-load": "Load", @@ -1030,6 +1078,26 @@ "label-setup-connection": "Setup connection", "label-now-connected-to-vault": "You're now connected to \"{{name}}\".", "button-start-syncing": "Start syncing" + }, + "file-recovery": { + "name": "File recovery", + "desc": "Let you restore recent snapshots to recover from accidental data loss. Snapshots are only saved for Markdown files.", + "action-open": "Open saved snapshots", + "option-interval": "Snapshot interval", + "option-interval-description": "Minimal interval in minutes between two snapshots.", + "option-keep": "History length", + "option-keep-description": "Length in days snapshots is kept for.", + "option-open-history": "Snapshots", + "option-open-history-description": "View and restore saved snapshots.", + "button-view-snapshots": "View", + "option-clear": "Clear history", + "option-clear-description": "Wipe all snapshots.", + "button-clear-history": "Clear", + "label-clear-warning": "Are you sure you want to delete all snapshots? Note that only snapshots will be removed. All files inside your vault will not be affected.", + "msg-clear-complete": "Snapshots cleared.", + "label-no-history-found": "No snapshots found.", + "placeholder-choose-file": "Choose a file...", + "label-select-file": "Please select a file on the left to view snapshots." } }, "nouns": { diff --git a/no.json b/no.json index 0e5f0a54d..be8d6b719 100644 --- a/no.json +++ b/no.json @@ -43,7 +43,16 @@ "option-auto-convert-html": "Auto convert HTML", "option-auto-convert-html-description": "Automatically convert HTML to Markdown when pasting and drag-and-drop from webpages. Use Ctrl/Cmd+Shift+V to paste without conversion.", "option-vim-key-bindings": "Vim-hurtigtaster", - "option-vim-key-bindings-description": "Lar deg bruke hurtigtaster som i Vim." + "option-vim-key-bindings-description": "Lar deg bruke hurtigtaster som i Vim.", + "label-confirm-enable-vim": "Confirm entering Vim mode", + "label-vim-warning": "Vim mode is for efficient text editing but can be quite counter-intuitive. If you're not familiar with Vim, this option might make it look like Obsidian has stopped working.", + "label-vim-test": "To verify that you know your way around Vim, please enter the command to quit Vim without saving below:", + "label-vim-your-answer": "Your answer", + "placeholder-enter-command": "Enter command...", + "button-confirm-enable-vim": "Let me enable Vim", + "msg-vim-mode-enabled": "Command is correct. Vim mode now enabled.", + "msg-vim-mode-not-enabled": "Command is incorrect. Vim mode remains disabled to protect you.", + "msg-vim-mode-please-enter-command": "Please enter the command to enable Vim mode" }, "file": { "name": "Files & Links", @@ -147,6 +156,9 @@ "option-language-description": "Endre språket.", "option-insider-build": "Få Insider-versjoner", "option-insider-build-description": "Oppgrader til Insider-versjoner for å teste de nyeste funksjonene. Vær oppmerksom på at disse versjonene kan være mindre stabile.", + "option-hw-acceleration": "Hardware Acceleration", + "option-hw-acceleration-description": "Turns on Hardware Acceleration, which uses your GPU to make Obsidian smoother.", + "option-hw-acceleration-warning": "If you turn this off, app performance will be severely degraded.", "label-license": "Lisens", "label-your-commercial-license": "Din kommersielle lisensnøkkel er ", "label-commercial-license-info": "Registrert på \"{{company}}\" for {{seats}} brukere. Gyldig til {{expiry}}.", @@ -240,6 +252,38 @@ "label-sort-alphabetical": "Plugin name (A to Z)", "label-sort-alphabetical-reverse": "Plugin name (Z to A)", "label-search-summary": "Showing {{pluginCount}}:" + }, + "mobile-toolbar": { + "name": "Mobile toolbar", + "option-internal-link": "Add internal link", + "option-internal-embed": "Add embed", + "option-tag": "Add tag", + "option-heading": "Toggle heading", + "option-bold": "Toggle bold", + "option-italics": "Toggle italics", + "option-strikethrough": "Toggle strikethrough", + "option-highlight": "Toggle highlight", + "option-code": "Toggle code", + "option-blockquote": "Toggle blockquote", + "option-comment": "Toggle comment", + "option-markdown-link": "Add Markdown link", + "option-bullet-list": "Toggle bullet list", + "option-numbered-list": "Toggle numbered list", + "option-checklist": "Toggle checklist", + "option-indent-list": "Indent list item", + "option-unindent-list": "Unindent list item", + "option-undo": "Undo", + "option-redo": "Redo", + "option-move-caret-up": "Move caret up", + "option-move-caret-down": "Move caret down", + "option-move-caret-left": "Move caret left", + "option-move-caret-right": "Move caret right", + "option-first-line": "Go to first line", + "option-last-line": "Go to last line", + "option-toggle-keyboard": "Toggle keyboard", + "option-configure-toolbar": "Configure mobile toolbar", + "option-added-options": "Added options", + "option-more-options": "More options" } }, "editor": { @@ -293,6 +337,7 @@ "sidebar-collapse": "Lukk", "msg-fail-to-save-file": "Lagring av \"{{filepath}}\" feilet. {{message}}.", "no-file": "Ingen fil", + "msg-file-changed": "\"{{file}}\" has been modified externally, merging changes automatically.", "switch-vault": "Åpne et annet hvelv", "help": "Hjelp", "settings": "Innstillinger", @@ -306,6 +351,7 @@ "url": "Url", "msg-open-file-through-uri": "Opened file \"{{path}}\"", "msg-file-not-found-through-uri": "File \"{{name}}\" not found.", + "delete-action-short-name": "Delete", "empty-state": { "no-file-open": "Ingen åpne filer", "create-new-file": "Lag ny fil", @@ -484,7 +530,8 @@ "msg-empty-file-name": "Du må oppgi et filnavn.", "tooltip-modified-time": "Last modified at {{time}}", "tooltip-created-time": "Created at {{time}}", - "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}" + "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}", + "action-move-file-short-name": "Move" }, "search": { "name": "Søk", @@ -923,6 +970,7 @@ "desc": "Save and load workspace layout.", "action-load": "Load workspace", "action-manage-workspaces": "Manage workspaces", + "action-save-and-load": "Save and load another workspace", "placeholder-save-current-workspace-as": "Save current workspace as...", "button-save": "Save", "button-load": "Load", @@ -1030,6 +1078,26 @@ "label-setup-connection": "Setup connection", "label-now-connected-to-vault": "You're now connected to \"{{name}}\".", "button-start-syncing": "Start syncing" + }, + "file-recovery": { + "name": "File recovery", + "desc": "Let you restore recent snapshots to recover from accidental data loss. Snapshots are only saved for Markdown files.", + "action-open": "Open saved snapshots", + "option-interval": "Snapshot interval", + "option-interval-description": "Minimal interval in minutes between two snapshots.", + "option-keep": "History length", + "option-keep-description": "Length in days snapshots is kept for.", + "option-open-history": "Snapshots", + "option-open-history-description": "View and restore saved snapshots.", + "button-view-snapshots": "View", + "option-clear": "Clear history", + "option-clear-description": "Wipe all snapshots.", + "button-clear-history": "Clear", + "label-clear-warning": "Are you sure you want to delete all snapshots? Note that only snapshots will be removed. All files inside your vault will not be affected.", + "msg-clear-complete": "Snapshots cleared.", + "label-no-history-found": "No snapshots found.", + "placeholder-choose-file": "Choose a file...", + "label-select-file": "Please select a file on the left to view snapshots." } }, "nouns": { diff --git a/pl.json b/pl.json index dcffe0cc1..7d3f58095 100644 --- a/pl.json +++ b/pl.json @@ -43,7 +43,16 @@ "option-auto-convert-html": "Auto convert HTML", "option-auto-convert-html-description": "Automatically convert HTML to Markdown when pasting and drag-and-drop from webpages. Use Ctrl/Cmd+Shift+V to paste without conversion.", "option-vim-key-bindings": "Skróty klawiszowe Vim", - "option-vim-key-bindings-description": "Pozwala na używanie skrótów klawiszowych Vim w trybie edycji." + "option-vim-key-bindings-description": "Pozwala na używanie skrótów klawiszowych Vim w trybie edycji.", + "label-confirm-enable-vim": "Confirm entering Vim mode", + "label-vim-warning": "Vim mode is for efficient text editing but can be quite counter-intuitive. If you're not familiar with Vim, this option might make it look like Obsidian has stopped working.", + "label-vim-test": "To verify that you know your way around Vim, please enter the command to quit Vim without saving below:", + "label-vim-your-answer": "Your answer", + "placeholder-enter-command": "Enter command...", + "button-confirm-enable-vim": "Let me enable Vim", + "msg-vim-mode-enabled": "Command is correct. Vim mode now enabled.", + "msg-vim-mode-not-enabled": "Command is incorrect. Vim mode remains disabled to protect you.", + "msg-vim-mode-please-enter-command": "Please enter the command to enable Vim mode" }, "file": { "name": "Pliki i linki", @@ -147,6 +156,9 @@ "option-language-description": "Zmień język programu.", "option-insider-build": "Pobieraj najnowsze wersje programu (dot. wersji insider)", "option-insider-build-description": "Automatycznie aktualizuj do najnowszej wersji programu. Pamiętaj, że te wersje zawierają najnowsze funkcje i mogą być mniej stabilne.", + "option-hw-acceleration": "Hardware Acceleration", + "option-hw-acceleration-description": "Turns on Hardware Acceleration, which uses your GPU to make Obsidian smoother.", + "option-hw-acceleration-warning": "If you turn this off, app performance will be severely degraded.", "label-license": "Licencja", "label-your-commercial-license": "Twój komercyjny klucz licencyjny to ", "label-commercial-license-info": "Zarejestrowana na \"{{company}}\" dla {{seats}} użytkowników. Ważna do {{expiry}}.", @@ -240,6 +252,38 @@ "label-sort-alphabetical": "Plugin name (A to Z)", "label-sort-alphabetical-reverse": "Plugin name (Z to A)", "label-search-summary": "Showing {{pluginCount}}:" + }, + "mobile-toolbar": { + "name": "Mobile toolbar", + "option-internal-link": "Add internal link", + "option-internal-embed": "Add embed", + "option-tag": "Add tag", + "option-heading": "Toggle heading", + "option-bold": "Toggle bold", + "option-italics": "Toggle italics", + "option-strikethrough": "Toggle strikethrough", + "option-highlight": "Toggle highlight", + "option-code": "Toggle code", + "option-blockquote": "Toggle blockquote", + "option-comment": "Toggle comment", + "option-markdown-link": "Add Markdown link", + "option-bullet-list": "Toggle bullet list", + "option-numbered-list": "Toggle numbered list", + "option-checklist": "Toggle checklist", + "option-indent-list": "Indent list item", + "option-unindent-list": "Unindent list item", + "option-undo": "Undo", + "option-redo": "Redo", + "option-move-caret-up": "Move caret up", + "option-move-caret-down": "Move caret down", + "option-move-caret-left": "Move caret left", + "option-move-caret-right": "Move caret right", + "option-first-line": "Go to first line", + "option-last-line": "Go to last line", + "option-toggle-keyboard": "Toggle keyboard", + "option-configure-toolbar": "Configure mobile toolbar", + "option-added-options": "Added options", + "option-more-options": "More options" } }, "editor": { @@ -293,6 +337,7 @@ "sidebar-collapse": "Zwiń", "msg-fail-to-save-file": "Nie zapisano pliku \"{{filepath}}\". {{message}}.", "no-file": "Brak pliku", + "msg-file-changed": "\"{{file}}\" has been modified externally, merging changes automatically.", "switch-vault": "Otwórz inny schowek", "help": "Pomoc", "settings": "Ustawienia", @@ -306,6 +351,7 @@ "url": "Url", "msg-open-file-through-uri": "Opened file \"{{path}}\"", "msg-file-not-found-through-uri": "File \"{{name}}\" not found.", + "delete-action-short-name": "Delete", "empty-state": { "no-file-open": "Żaden plik nie jest otwarty", "create-new-file": "Utwórz nowy plik", @@ -484,7 +530,8 @@ "msg-empty-file-name": "Nazwa pliku nie może być pusta.", "tooltip-modified-time": "Data ostatniej modyfikacji: {{time}}", "tooltip-created-time": "Data utworzenia: {{time}}", - "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}" + "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}", + "action-move-file-short-name": "Move" }, "search": { "name": "Szukaj", @@ -923,6 +970,7 @@ "desc": "Zapisz / wczytaj układ obszaru roboczego.", "action-load": "Wczytaj obszar roboczy", "action-manage-workspaces": "Zarządzaj obszarami roboczymi", + "action-save-and-load": "Save and load another workspace", "placeholder-save-current-workspace-as": "Zapisz obecny obszar roboczy jako...", "button-save": "Zapisz", "button-load": "Wczytaj", @@ -1030,6 +1078,26 @@ "label-setup-connection": "Setup connection", "label-now-connected-to-vault": "You're now connected to \"{{name}}\".", "button-start-syncing": "Start syncing" + }, + "file-recovery": { + "name": "File recovery", + "desc": "Let you restore recent snapshots to recover from accidental data loss. Snapshots are only saved for Markdown files.", + "action-open": "Open saved snapshots", + "option-interval": "Snapshot interval", + "option-interval-description": "Minimal interval in minutes between two snapshots.", + "option-keep": "History length", + "option-keep-description": "Length in days snapshots is kept for.", + "option-open-history": "Snapshots", + "option-open-history-description": "View and restore saved snapshots.", + "button-view-snapshots": "View", + "option-clear": "Clear history", + "option-clear-description": "Wipe all snapshots.", + "button-clear-history": "Clear", + "label-clear-warning": "Are you sure you want to delete all snapshots? Note that only snapshots will be removed. All files inside your vault will not be affected.", + "msg-clear-complete": "Snapshots cleared.", + "label-no-history-found": "No snapshots found.", + "placeholder-choose-file": "Choose a file...", + "label-select-file": "Please select a file on the left to view snapshots." } }, "nouns": { diff --git a/pt-BR.json b/pt-BR.json index 44a9980ee..8af9e6414 100644 --- a/pt-BR.json +++ b/pt-BR.json @@ -43,7 +43,16 @@ "option-auto-convert-html": "Auto convert HTML", "option-auto-convert-html-description": "Automatically convert HTML to Markdown when pasting and drag-and-drop from webpages. Use Ctrl/Cmd+Shift+V to paste without conversion.", "option-vim-key-bindings": "Atalhos de teclado Vim", - "option-vim-key-bindings-description": "Permite utilizar atalhos Vim no editor." + "option-vim-key-bindings-description": "Permite utilizar atalhos Vim no editor.", + "label-confirm-enable-vim": "Confirm entering Vim mode", + "label-vim-warning": "Vim mode is for efficient text editing but can be quite counter-intuitive. If you're not familiar with Vim, this option might make it look like Obsidian has stopped working.", + "label-vim-test": "To verify that you know your way around Vim, please enter the command to quit Vim without saving below:", + "label-vim-your-answer": "Your answer", + "placeholder-enter-command": "Enter command...", + "button-confirm-enable-vim": "Let me enable Vim", + "msg-vim-mode-enabled": "Command is correct. Vim mode now enabled.", + "msg-vim-mode-not-enabled": "Command is incorrect. Vim mode remains disabled to protect you.", + "msg-vim-mode-please-enter-command": "Please enter the command to enable Vim mode" }, "file": { "name": "Arquivos & Links", @@ -147,6 +156,9 @@ "option-language-description": "Alterar o idioma de exibição.", "option-insider-build": "Receber compilações internas", "option-insider-build-description": "Atualiza automaticamente para compilações internas para experimentar novos recursos. Observe que essas compilações podem ser instáveis..", + "option-hw-acceleration": "Hardware Acceleration", + "option-hw-acceleration-description": "Turns on Hardware Acceleration, which uses your GPU to make Obsidian smoother.", + "option-hw-acceleration-warning": "If you turn this off, app performance will be severely degraded.", "label-license": "Licença", "label-your-commercial-license": "Sua chave de licença comercial é ", "label-commercial-license-info": "Registrado para \"{{company}}\" para {{seats}} usuários. Válido até {{expiry}}.", @@ -240,6 +252,38 @@ "label-sort-alphabetical": "Plugin name (A to Z)", "label-sort-alphabetical-reverse": "Plugin name (Z to A)", "label-search-summary": "Showing {{pluginCount}}:" + }, + "mobile-toolbar": { + "name": "Mobile toolbar", + "option-internal-link": "Add internal link", + "option-internal-embed": "Add embed", + "option-tag": "Add tag", + "option-heading": "Toggle heading", + "option-bold": "Toggle bold", + "option-italics": "Toggle italics", + "option-strikethrough": "Toggle strikethrough", + "option-highlight": "Toggle highlight", + "option-code": "Toggle code", + "option-blockquote": "Toggle blockquote", + "option-comment": "Toggle comment", + "option-markdown-link": "Add Markdown link", + "option-bullet-list": "Toggle bullet list", + "option-numbered-list": "Toggle numbered list", + "option-checklist": "Toggle checklist", + "option-indent-list": "Indent list item", + "option-unindent-list": "Unindent list item", + "option-undo": "Undo", + "option-redo": "Redo", + "option-move-caret-up": "Move caret up", + "option-move-caret-down": "Move caret down", + "option-move-caret-left": "Move caret left", + "option-move-caret-right": "Move caret right", + "option-first-line": "Go to first line", + "option-last-line": "Go to last line", + "option-toggle-keyboard": "Toggle keyboard", + "option-configure-toolbar": "Configure mobile toolbar", + "option-added-options": "Added options", + "option-more-options": "More options" } }, "editor": { @@ -293,6 +337,7 @@ "sidebar-collapse": "Recolher", "msg-fail-to-save-file": "Falha ao salvar o arquivo \"{{filepath}}\". {{message}}.", "no-file": "Nenhum arquivo", + "msg-file-changed": "\"{{file}}\" has been modified externally, merging changes automatically.", "switch-vault": "Abrir outro cofre", "help": "Ajuda", "settings": "Configurações", @@ -306,6 +351,7 @@ "url": "Url", "msg-open-file-through-uri": "Opened file \"{{path}}\"", "msg-file-not-found-through-uri": "File \"{{name}}\" not found.", + "delete-action-short-name": "Delete", "empty-state": { "no-file-open": "Nenhum arquivo está aberto", "create-new-file": "Criar novo arquivo", @@ -484,7 +530,8 @@ "msg-empty-file-name": "O nome do arquivo não pode estar em branco.", "tooltip-modified-time": "Last modified at {{time}}", "tooltip-created-time": "Created at {{time}}", - "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}" + "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}", + "action-move-file-short-name": "Move" }, "search": { "name": "Procurar", @@ -923,6 +970,7 @@ "desc": "Salve e carregue a disposição da área de trabalho.", "action-load": "Carregar área de trabalho", "action-manage-workspaces": "Gerenciar área de trabalho", + "action-save-and-load": "Save and load another workspace", "placeholder-save-current-workspace-as": "Salvar a área de trabalho atual como...", "button-save": "Salvar", "button-load": "Carregar", @@ -1030,6 +1078,26 @@ "label-setup-connection": "Setup connection", "label-now-connected-to-vault": "You're now connected to \"{{name}}\".", "button-start-syncing": "Start syncing" + }, + "file-recovery": { + "name": "File recovery", + "desc": "Let you restore recent snapshots to recover from accidental data loss. Snapshots are only saved for Markdown files.", + "action-open": "Open saved snapshots", + "option-interval": "Snapshot interval", + "option-interval-description": "Minimal interval in minutes between two snapshots.", + "option-keep": "History length", + "option-keep-description": "Length in days snapshots is kept for.", + "option-open-history": "Snapshots", + "option-open-history-description": "View and restore saved snapshots.", + "button-view-snapshots": "View", + "option-clear": "Clear history", + "option-clear-description": "Wipe all snapshots.", + "button-clear-history": "Clear", + "label-clear-warning": "Are you sure you want to delete all snapshots? Note that only snapshots will be removed. All files inside your vault will not be affected.", + "msg-clear-complete": "Snapshots cleared.", + "label-no-history-found": "No snapshots found.", + "placeholder-choose-file": "Choose a file...", + "label-select-file": "Please select a file on the left to view snapshots." } }, "nouns": { diff --git a/pt.json b/pt.json index d20512e8a..c2a825722 100644 --- a/pt.json +++ b/pt.json @@ -43,7 +43,16 @@ "option-auto-convert-html": "Auto convert HTML", "option-auto-convert-html-description": "Automatically convert HTML to Markdown when pasting and drag-and-drop from webpages. Use Ctrl/Cmd+Shift+V to paste without conversion.", "option-vim-key-bindings": "Atalhos do Vim", - "option-vim-key-bindings-description": "Utilize atalhos do Vim no editor de códigos." + "option-vim-key-bindings-description": "Utilize atalhos do Vim no editor de códigos.", + "label-confirm-enable-vim": "Confirm entering Vim mode", + "label-vim-warning": "Vim mode is for efficient text editing but can be quite counter-intuitive. If you're not familiar with Vim, this option might make it look like Obsidian has stopped working.", + "label-vim-test": "To verify that you know your way around Vim, please enter the command to quit Vim without saving below:", + "label-vim-your-answer": "Your answer", + "placeholder-enter-command": "Enter command...", + "button-confirm-enable-vim": "Let me enable Vim", + "msg-vim-mode-enabled": "Command is correct. Vim mode now enabled.", + "msg-vim-mode-not-enabled": "Command is incorrect. Vim mode remains disabled to protect you.", + "msg-vim-mode-please-enter-command": "Please enter the command to enable Vim mode" }, "file": { "name": "Files & Links", @@ -147,6 +156,9 @@ "option-language-description": "Alterar o idioma de exibição.", "option-insider-build": "Receber compilações internas", "option-insider-build-description": "Atualização automática para compilações internas para experimentar novos recursos. Observe que essas compilações podem ser menos estáveis.", + "option-hw-acceleration": "Hardware Acceleration", + "option-hw-acceleration-description": "Turns on Hardware Acceleration, which uses your GPU to make Obsidian smoother.", + "option-hw-acceleration-warning": "If you turn this off, app performance will be severely degraded.", "label-license": "Licença", "label-your-commercial-license": "Sua chave de licença comercial é ", "label-commercial-license-info": "Registrado para \"{{company}}\" para {{seats}} usuários. Válido até {{expiry}}.", @@ -240,6 +252,38 @@ "label-sort-alphabetical": "Plugin name (A to Z)", "label-sort-alphabetical-reverse": "Plugin name (Z to A)", "label-search-summary": "Showing {{pluginCount}}:" + }, + "mobile-toolbar": { + "name": "Mobile toolbar", + "option-internal-link": "Add internal link", + "option-internal-embed": "Add embed", + "option-tag": "Add tag", + "option-heading": "Toggle heading", + "option-bold": "Toggle bold", + "option-italics": "Toggle italics", + "option-strikethrough": "Toggle strikethrough", + "option-highlight": "Toggle highlight", + "option-code": "Toggle code", + "option-blockquote": "Toggle blockquote", + "option-comment": "Toggle comment", + "option-markdown-link": "Add Markdown link", + "option-bullet-list": "Toggle bullet list", + "option-numbered-list": "Toggle numbered list", + "option-checklist": "Toggle checklist", + "option-indent-list": "Indent list item", + "option-unindent-list": "Unindent list item", + "option-undo": "Undo", + "option-redo": "Redo", + "option-move-caret-up": "Move caret up", + "option-move-caret-down": "Move caret down", + "option-move-caret-left": "Move caret left", + "option-move-caret-right": "Move caret right", + "option-first-line": "Go to first line", + "option-last-line": "Go to last line", + "option-toggle-keyboard": "Toggle keyboard", + "option-configure-toolbar": "Configure mobile toolbar", + "option-added-options": "Added options", + "option-more-options": "More options" } }, "editor": { @@ -293,6 +337,7 @@ "sidebar-collapse": "Recolher", "msg-fail-to-save-file": "Falha em salvar o arquivo \"{{filepath}}\". {{message}}.", "no-file": "Nenhum arquivo", + "msg-file-changed": "\"{{file}}\" has been modified externally, merging changes automatically.", "switch-vault": "Abra outro vault", "help": "Ajuda", "settings": "Configuração", @@ -306,6 +351,7 @@ "url": "Url", "msg-open-file-through-uri": "Opened file \"{{path}}\"", "msg-file-not-found-through-uri": "File \"{{name}}\" not found.", + "delete-action-short-name": "Delete", "empty-state": { "no-file-open": "Nenhum arquivo está aberto", "create-new-file": "Criar novo arquivo", @@ -484,7 +530,8 @@ "msg-empty-file-name": "O nome do arquivo não pode ficar vazio.", "tooltip-modified-time": "Last modified at {{time}}", "tooltip-created-time": "Created at {{time}}", - "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}" + "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}", + "action-move-file-short-name": "Move" }, "search": { "name": "Procurar", @@ -923,6 +970,7 @@ "desc": "Save and load workspace layout.", "action-load": "Load workspace", "action-manage-workspaces": "Manage workspaces", + "action-save-and-load": "Save and load another workspace", "placeholder-save-current-workspace-as": "Save current workspace as...", "button-save": "Save", "button-load": "Load", @@ -1030,6 +1078,26 @@ "label-setup-connection": "Setup connection", "label-now-connected-to-vault": "You're now connected to \"{{name}}\".", "button-start-syncing": "Start syncing" + }, + "file-recovery": { + "name": "File recovery", + "desc": "Let you restore recent snapshots to recover from accidental data loss. Snapshots are only saved for Markdown files.", + "action-open": "Open saved snapshots", + "option-interval": "Snapshot interval", + "option-interval-description": "Minimal interval in minutes between two snapshots.", + "option-keep": "History length", + "option-keep-description": "Length in days snapshots is kept for.", + "option-open-history": "Snapshots", + "option-open-history-description": "View and restore saved snapshots.", + "button-view-snapshots": "View", + "option-clear": "Clear history", + "option-clear-description": "Wipe all snapshots.", + "button-clear-history": "Clear", + "label-clear-warning": "Are you sure you want to delete all snapshots? Note that only snapshots will be removed. All files inside your vault will not be affected.", + "msg-clear-complete": "Snapshots cleared.", + "label-no-history-found": "No snapshots found.", + "placeholder-choose-file": "Choose a file...", + "label-select-file": "Please select a file on the left to view snapshots." } }, "nouns": { diff --git a/ro.json b/ro.json index f5ed07067..fefd0d431 100644 --- a/ro.json +++ b/ro.json @@ -43,7 +43,16 @@ "option-auto-convert-html": "Auto convert HTML", "option-auto-convert-html-description": "Automatically convert HTML to Markdown when pasting and drag-and-drop from webpages. Use Ctrl/Cmd+Shift+V to paste without conversion.", "option-vim-key-bindings": "Scurtături Vim", - "option-vim-key-bindings-description": "Îți permite să folosești combinațiile de taste din Vim în editor." + "option-vim-key-bindings-description": "Îți permite să folosești combinațiile de taste din Vim în editor.", + "label-confirm-enable-vim": "Confirm entering Vim mode", + "label-vim-warning": "Vim mode is for efficient text editing but can be quite counter-intuitive. If you're not familiar with Vim, this option might make it look like Obsidian has stopped working.", + "label-vim-test": "To verify that you know your way around Vim, please enter the command to quit Vim without saving below:", + "label-vim-your-answer": "Your answer", + "placeholder-enter-command": "Enter command...", + "button-confirm-enable-vim": "Let me enable Vim", + "msg-vim-mode-enabled": "Command is correct. Vim mode now enabled.", + "msg-vim-mode-not-enabled": "Command is incorrect. Vim mode remains disabled to protect you.", + "msg-vim-mode-please-enter-command": "Please enter the command to enable Vim mode" }, "file": { "name": "Fișiere și Legături", @@ -147,6 +156,9 @@ "option-language-description": "Schimbă limba interfeței.", "option-insider-build": "Descarcă versiuni 'insider'", "option-insider-build-description": "Actualizează automat la versiuni 'insider' pentru a încerca noi funcționalități. Ține minte că aceste versiuni sunt foarte noi și pot fi mai puțin stabile decât cele normale.", + "option-hw-acceleration": "Hardware Acceleration", + "option-hw-acceleration-description": "Turns on Hardware Acceleration, which uses your GPU to make Obsidian smoother.", + "option-hw-acceleration-warning": "If you turn this off, app performance will be severely degraded.", "label-license": "Licență", "label-your-commercial-license": "Codul tău de licență comercială este ", "label-commercial-license-info": "Licență înregistrată de \"{{company}}\" pentru {{seats}} utilizatori. Valabilă până la {{expiry}}.", @@ -240,6 +252,38 @@ "label-sort-alphabetical": "Plugin name (A to Z)", "label-sort-alphabetical-reverse": "Plugin name (Z to A)", "label-search-summary": "Showing {{pluginCount}}:" + }, + "mobile-toolbar": { + "name": "Mobile toolbar", + "option-internal-link": "Add internal link", + "option-internal-embed": "Add embed", + "option-tag": "Add tag", + "option-heading": "Toggle heading", + "option-bold": "Toggle bold", + "option-italics": "Toggle italics", + "option-strikethrough": "Toggle strikethrough", + "option-highlight": "Toggle highlight", + "option-code": "Toggle code", + "option-blockquote": "Toggle blockquote", + "option-comment": "Toggle comment", + "option-markdown-link": "Add Markdown link", + "option-bullet-list": "Toggle bullet list", + "option-numbered-list": "Toggle numbered list", + "option-checklist": "Toggle checklist", + "option-indent-list": "Indent list item", + "option-unindent-list": "Unindent list item", + "option-undo": "Undo", + "option-redo": "Redo", + "option-move-caret-up": "Move caret up", + "option-move-caret-down": "Move caret down", + "option-move-caret-left": "Move caret left", + "option-move-caret-right": "Move caret right", + "option-first-line": "Go to first line", + "option-last-line": "Go to last line", + "option-toggle-keyboard": "Toggle keyboard", + "option-configure-toolbar": "Configure mobile toolbar", + "option-added-options": "Added options", + "option-more-options": "More options" } }, "editor": { @@ -293,6 +337,7 @@ "sidebar-collapse": "Restrânge", "msg-fail-to-save-file": "Fișierul nu a putut fi salvat \"{{filepath}}\". {{message}}.", "no-file": "Niciun fișier", + "msg-file-changed": "\"{{file}}\" has been modified externally, merging changes automatically.", "switch-vault": "Deschide alt seif", "help": "Ajutor", "settings": "Setări", @@ -306,6 +351,7 @@ "url": "Url", "msg-open-file-through-uri": "Opened file \"{{path}}\"", "msg-file-not-found-through-uri": "File \"{{name}}\" not found.", + "delete-action-short-name": "Delete", "empty-state": { "no-file-open": "Niciun fișier nu este deschis", "create-new-file": "Creează un nou fișier", @@ -484,7 +530,8 @@ "msg-empty-file-name": "Numele fișierului nu poate rămâne gol.", "tooltip-modified-time": "Last modified at {{time}}", "tooltip-created-time": "Created at {{time}}", - "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}" + "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}", + "action-move-file-short-name": "Move" }, "search": { "name": "Caută", @@ -923,6 +970,7 @@ "desc": "Salvează și încarcă aspectul spațiului de lucru.", "action-load": "Încarcă spațiul de lucru", "action-manage-workspaces": "Administrează spațiile de lucru", + "action-save-and-load": "Save and load another workspace", "placeholder-save-current-workspace-as": "Salvază spațiul de lucru curent ca...", "button-save": "Salvează", "button-load": "Încarcă", @@ -1030,6 +1078,26 @@ "label-setup-connection": "Setup connection", "label-now-connected-to-vault": "You're now connected to \"{{name}}\".", "button-start-syncing": "Start syncing" + }, + "file-recovery": { + "name": "File recovery", + "desc": "Let you restore recent snapshots to recover from accidental data loss. Snapshots are only saved for Markdown files.", + "action-open": "Open saved snapshots", + "option-interval": "Snapshot interval", + "option-interval-description": "Minimal interval in minutes between two snapshots.", + "option-keep": "History length", + "option-keep-description": "Length in days snapshots is kept for.", + "option-open-history": "Snapshots", + "option-open-history-description": "View and restore saved snapshots.", + "button-view-snapshots": "View", + "option-clear": "Clear history", + "option-clear-description": "Wipe all snapshots.", + "button-clear-history": "Clear", + "label-clear-warning": "Are you sure you want to delete all snapshots? Note that only snapshots will be removed. All files inside your vault will not be affected.", + "msg-clear-complete": "Snapshots cleared.", + "label-no-history-found": "No snapshots found.", + "placeholder-choose-file": "Choose a file...", + "label-select-file": "Please select a file on the left to view snapshots." } }, "nouns": { diff --git a/ru.json b/ru.json index c092a3235..5e53cff42 100644 --- a/ru.json +++ b/ru.json @@ -43,7 +43,16 @@ "option-auto-convert-html": "Конвертировать HTML", "option-auto-convert-html-description": "Автоматически преобразовывать HTML в Markdown при вставке и перетаскивании веб-ссылок. Используйте с Ctrl/Cmd+Shift+V для вставки без конвертации.", "option-vim-key-bindings": "Использовать сочетания клавиш Vim", - "option-vim-key-bindings-description": "Позволяет использовать сочетания клавиш Vim в режиме редактирования." + "option-vim-key-bindings-description": "Позволяет использовать сочетания клавиш Vim в режиме редактирования.", + "label-confirm-enable-vim": "Confirm entering Vim mode", + "label-vim-warning": "Vim mode is for efficient text editing but can be quite counter-intuitive. If you're not familiar with Vim, this option might make it look like Obsidian has stopped working.", + "label-vim-test": "To verify that you know your way around Vim, please enter the command to quit Vim without saving below:", + "label-vim-your-answer": "Your answer", + "placeholder-enter-command": "Enter command...", + "button-confirm-enable-vim": "Let me enable Vim", + "msg-vim-mode-enabled": "Command is correct. Vim mode now enabled.", + "msg-vim-mode-not-enabled": "Command is incorrect. Vim mode remains disabled to protect you.", + "msg-vim-mode-please-enter-command": "Please enter the command to enable Vim mode" }, "file": { "name": "Файлы и ссылки", @@ -147,6 +156,9 @@ "option-language-description": "Изменяет язык интерфейса.", "option-insider-build": "Получать ранние сборки", "option-insider-build-description": "Автоматически обновляться до ранних сборок, чтобы попробовать новые возможности. Обратите внимание, что эти сборки могут быть менее стабильными.", + "option-hw-acceleration": "Hardware Acceleration", + "option-hw-acceleration-description": "Turns on Hardware Acceleration, which uses your GPU to make Obsidian smoother.", + "option-hw-acceleration-warning": "If you turn this off, app performance will be severely degraded.", "label-license": "Лицензия", "label-your-commercial-license": "Ваша коммерческая лицензия ", "label-commercial-license-info": "Зарегистрирована на \"{{company}}\" для {{seats}} пользователей. Действительна до {{expiry}}.", @@ -240,6 +252,38 @@ "label-sort-alphabetical": "По наименованию (от A до Z)", "label-sort-alphabetical-reverse": "По наименованию (от Z до A)", "label-search-summary": "Отображается {{pluginCount}}:" + }, + "mobile-toolbar": { + "name": "Mobile toolbar", + "option-internal-link": "Add internal link", + "option-internal-embed": "Add embed", + "option-tag": "Add tag", + "option-heading": "Toggle heading", + "option-bold": "Toggle bold", + "option-italics": "Toggle italics", + "option-strikethrough": "Toggle strikethrough", + "option-highlight": "Toggle highlight", + "option-code": "Toggle code", + "option-blockquote": "Toggle blockquote", + "option-comment": "Toggle comment", + "option-markdown-link": "Add Markdown link", + "option-bullet-list": "Toggle bullet list", + "option-numbered-list": "Toggle numbered list", + "option-checklist": "Toggle checklist", + "option-indent-list": "Indent list item", + "option-unindent-list": "Unindent list item", + "option-undo": "Undo", + "option-redo": "Redo", + "option-move-caret-up": "Move caret up", + "option-move-caret-down": "Move caret down", + "option-move-caret-left": "Move caret left", + "option-move-caret-right": "Move caret right", + "option-first-line": "Go to first line", + "option-last-line": "Go to last line", + "option-toggle-keyboard": "Toggle keyboard", + "option-configure-toolbar": "Configure mobile toolbar", + "option-added-options": "Added options", + "option-more-options": "More options" } }, "editor": { @@ -293,6 +337,7 @@ "sidebar-collapse": "Свернуть", "msg-fail-to-save-file": "Не удалось сохранить файл \"{{filepath}}\". {{message}}.", "no-file": "Нет файла", + "msg-file-changed": "\"{{file}}\" has been modified externally, merging changes automatically.", "switch-vault": "Другое хранилище", "help": "Справка", "settings": "Настройки", @@ -306,6 +351,7 @@ "url": "Url", "msg-open-file-through-uri": "Opened file \"{{path}}\"", "msg-file-not-found-through-uri": "File \"{{name}}\" not found.", + "delete-action-short-name": "Delete", "empty-state": { "no-file-open": "Ни один файл не открыт", "create-new-file": "Создать новый файл", @@ -484,7 +530,8 @@ "msg-empty-file-name": "Имя файла не может оставаться пустым.", "tooltip-modified-time": "Время последнего изменения {{time}}", "tooltip-created-time": "Время создания {{time}}", - "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}" + "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}", + "action-move-file-short-name": "Move" }, "search": { "name": "Поиск", @@ -923,6 +970,7 @@ "desc": "Сохраняйте и загружайте собственные варианты компоновки рабочего пространства.", "action-load": "Загрузить пространство", "action-manage-workspaces": "Пространства", + "action-save-and-load": "Save and load another workspace", "placeholder-save-current-workspace-as": "Сохранить пространство как...", "button-save": "Сохранить", "button-load": "Загрузить", @@ -1030,6 +1078,26 @@ "label-setup-connection": "Настройки соединения", "label-now-connected-to-vault": "Установлено соединение с хранилищем \"{{name}}\".", "button-start-syncing": "Начать синхронизацию" + }, + "file-recovery": { + "name": "File recovery", + "desc": "Let you restore recent snapshots to recover from accidental data loss. Snapshots are only saved for Markdown files.", + "action-open": "Open saved snapshots", + "option-interval": "Snapshot interval", + "option-interval-description": "Minimal interval in minutes between two snapshots.", + "option-keep": "History length", + "option-keep-description": "Length in days snapshots is kept for.", + "option-open-history": "Snapshots", + "option-open-history-description": "View and restore saved snapshots.", + "button-view-snapshots": "View", + "option-clear": "Clear history", + "option-clear-description": "Wipe all snapshots.", + "button-clear-history": "Clear", + "label-clear-warning": "Are you sure you want to delete all snapshots? Note that only snapshots will be removed. All files inside your vault will not be affected.", + "msg-clear-complete": "Snapshots cleared.", + "label-no-history-found": "No snapshots found.", + "placeholder-choose-file": "Choose a file...", + "label-select-file": "Please select a file on the left to view snapshots." } }, "nouns": { diff --git a/sk.json b/sk.json index 7e8429889..390fe954b 100644 --- a/sk.json +++ b/sk.json @@ -43,7 +43,16 @@ "option-auto-convert-html": "Auto convert HTML", "option-auto-convert-html-description": "Automatically convert HTML to Markdown when pasting and drag-and-drop from webpages. Use Ctrl/Cmd+Shift+V to paste without conversion.", "option-vim-key-bindings": "Vim key bindings", - "option-vim-key-bindings-description": "Let you use Vim key bindings in the source editor." + "option-vim-key-bindings-description": "Let you use Vim key bindings in the source editor.", + "label-confirm-enable-vim": "Confirm entering Vim mode", + "label-vim-warning": "Vim mode is for efficient text editing but can be quite counter-intuitive. If you're not familiar with Vim, this option might make it look like Obsidian has stopped working.", + "label-vim-test": "To verify that you know your way around Vim, please enter the command to quit Vim without saving below:", + "label-vim-your-answer": "Your answer", + "placeholder-enter-command": "Enter command...", + "button-confirm-enable-vim": "Let me enable Vim", + "msg-vim-mode-enabled": "Command is correct. Vim mode now enabled.", + "msg-vim-mode-not-enabled": "Command is incorrect. Vim mode remains disabled to protect you.", + "msg-vim-mode-please-enter-command": "Please enter the command to enable Vim mode" }, "file": { "name": "Files & Links", @@ -147,6 +156,9 @@ "option-language-description": "Change the display language.", "option-insider-build": "Receive insider builds", "option-insider-build-description": "Auto-update to insider builds to try out new features. Note that these builds are bleeding edge and might be less stable.", + "option-hw-acceleration": "Hardware Acceleration", + "option-hw-acceleration-description": "Turns on Hardware Acceleration, which uses your GPU to make Obsidian smoother.", + "option-hw-acceleration-warning": "If you turn this off, app performance will be severely degraded.", "label-license": "License", "label-your-commercial-license": "Your commercial license key is ", "label-commercial-license-info": "Registered to \"{{company}}\" for {{seats}} users. Valid until {{expiry}}.", @@ -240,6 +252,38 @@ "label-sort-alphabetical": "Plugin name (A to Z)", "label-sort-alphabetical-reverse": "Plugin name (Z to A)", "label-search-summary": "Showing {{pluginCount}}:" + }, + "mobile-toolbar": { + "name": "Mobile toolbar", + "option-internal-link": "Add internal link", + "option-internal-embed": "Add embed", + "option-tag": "Add tag", + "option-heading": "Toggle heading", + "option-bold": "Toggle bold", + "option-italics": "Toggle italics", + "option-strikethrough": "Toggle strikethrough", + "option-highlight": "Toggle highlight", + "option-code": "Toggle code", + "option-blockquote": "Toggle blockquote", + "option-comment": "Toggle comment", + "option-markdown-link": "Add Markdown link", + "option-bullet-list": "Toggle bullet list", + "option-numbered-list": "Toggle numbered list", + "option-checklist": "Toggle checklist", + "option-indent-list": "Indent list item", + "option-unindent-list": "Unindent list item", + "option-undo": "Undo", + "option-redo": "Redo", + "option-move-caret-up": "Move caret up", + "option-move-caret-down": "Move caret down", + "option-move-caret-left": "Move caret left", + "option-move-caret-right": "Move caret right", + "option-first-line": "Go to first line", + "option-last-line": "Go to last line", + "option-toggle-keyboard": "Toggle keyboard", + "option-configure-toolbar": "Configure mobile toolbar", + "option-added-options": "Added options", + "option-more-options": "More options" } }, "editor": { @@ -293,6 +337,7 @@ "sidebar-collapse": "Collapse", "msg-fail-to-save-file": "Failed to save file \"{{filepath}}\". {{message}}.", "no-file": "No file", + "msg-file-changed": "\"{{file}}\" has been modified externally, merging changes automatically.", "switch-vault": "Open another vault", "help": "Help", "settings": "Settings", @@ -306,6 +351,7 @@ "url": "Url", "msg-open-file-through-uri": "Opened file \"{{path}}\"", "msg-file-not-found-through-uri": "File \"{{name}}\" not found.", + "delete-action-short-name": "Delete", "empty-state": { "no-file-open": "No file is open", "create-new-file": "Create new file", @@ -484,7 +530,8 @@ "msg-empty-file-name": "File name cannot be empty.", "tooltip-modified-time": "Last modified at {{time}}", "tooltip-created-time": "Created at {{time}}", - "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}" + "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}", + "action-move-file-short-name": "Move" }, "search": { "name": "Search", @@ -923,6 +970,7 @@ "desc": "Save and load workspace layout.", "action-load": "Load workspace", "action-manage-workspaces": "Manage workspaces", + "action-save-and-load": "Save and load another workspace", "placeholder-save-current-workspace-as": "Save current workspace as...", "button-save": "Save", "button-load": "Load", @@ -1030,6 +1078,26 @@ "label-setup-connection": "Setup connection", "label-now-connected-to-vault": "You're now connected to \"{{name}}\".", "button-start-syncing": "Start syncing" + }, + "file-recovery": { + "name": "File recovery", + "desc": "Let you restore recent snapshots to recover from accidental data loss. Snapshots are only saved for Markdown files.", + "action-open": "Open saved snapshots", + "option-interval": "Snapshot interval", + "option-interval-description": "Minimal interval in minutes between two snapshots.", + "option-keep": "History length", + "option-keep-description": "Length in days snapshots is kept for.", + "option-open-history": "Snapshots", + "option-open-history-description": "View and restore saved snapshots.", + "button-view-snapshots": "View", + "option-clear": "Clear history", + "option-clear-description": "Wipe all snapshots.", + "button-clear-history": "Clear", + "label-clear-warning": "Are you sure you want to delete all snapshots? Note that only snapshots will be removed. All files inside your vault will not be affected.", + "msg-clear-complete": "Snapshots cleared.", + "label-no-history-found": "No snapshots found.", + "placeholder-choose-file": "Choose a file...", + "label-select-file": "Please select a file on the left to view snapshots." } }, "nouns": { diff --git a/tam.json b/tam.json index 3440f2202..28cff5661 100644 --- a/tam.json +++ b/tam.json @@ -43,7 +43,16 @@ "option-auto-convert-html": "Auto convert HTML", "option-auto-convert-html-description": "Automatically convert HTML to Markdown when pasting and drag-and-drop from webpages. Use Ctrl/Cmd+Shift+V to paste without conversion.", "option-vim-key-bindings": "Vim key bindings", - "option-vim-key-bindings-description": "Let you use Vim key bindings in the source editor." + "option-vim-key-bindings-description": "Let you use Vim key bindings in the source editor.", + "label-confirm-enable-vim": "Confirm entering Vim mode", + "label-vim-warning": "Vim mode is for efficient text editing but can be quite counter-intuitive. If you're not familiar with Vim, this option might make it look like Obsidian has stopped working.", + "label-vim-test": "To verify that you know your way around Vim, please enter the command to quit Vim without saving below:", + "label-vim-your-answer": "Your answer", + "placeholder-enter-command": "Enter command...", + "button-confirm-enable-vim": "Let me enable Vim", + "msg-vim-mode-enabled": "Command is correct. Vim mode now enabled.", + "msg-vim-mode-not-enabled": "Command is incorrect. Vim mode remains disabled to protect you.", + "msg-vim-mode-please-enter-command": "Please enter the command to enable Vim mode" }, "file": { "name": "File", @@ -147,6 +156,9 @@ "option-language-description": "Change the display language.", "option-insider-build": "Receive insider builds", "option-insider-build-description": "Auto-update to insider builds to try out new features. Note that these builds are bleeding edge and might be less stable.", + "option-hw-acceleration": "Hardware Acceleration", + "option-hw-acceleration-description": "Turns on Hardware Acceleration, which uses your GPU to make Obsidian smoother.", + "option-hw-acceleration-warning": "If you turn this off, app performance will be severely degraded.", "label-license": "License", "label-your-commercial-license": "Your commercial license key is ", "label-commercial-license-info": "Registered to \"{{company}}\" for {{seats}} users. Valid until {{expiry}}.", @@ -240,6 +252,38 @@ "label-sort-alphabetical": "Plugin name (A to Z)", "label-sort-alphabetical-reverse": "Plugin name (Z to A)", "label-search-summary": "Showing {{pluginCount}}:" + }, + "mobile-toolbar": { + "name": "Mobile toolbar", + "option-internal-link": "Add internal link", + "option-internal-embed": "Add embed", + "option-tag": "Add tag", + "option-heading": "Toggle heading", + "option-bold": "Toggle bold", + "option-italics": "Toggle italics", + "option-strikethrough": "Toggle strikethrough", + "option-highlight": "Toggle highlight", + "option-code": "Toggle code", + "option-blockquote": "Toggle blockquote", + "option-comment": "Toggle comment", + "option-markdown-link": "Add Markdown link", + "option-bullet-list": "Toggle bullet list", + "option-numbered-list": "Toggle numbered list", + "option-checklist": "Toggle checklist", + "option-indent-list": "Indent list item", + "option-unindent-list": "Unindent list item", + "option-undo": "Undo", + "option-redo": "Redo", + "option-move-caret-up": "Move caret up", + "option-move-caret-down": "Move caret down", + "option-move-caret-left": "Move caret left", + "option-move-caret-right": "Move caret right", + "option-first-line": "Go to first line", + "option-last-line": "Go to last line", + "option-toggle-keyboard": "Toggle keyboard", + "option-configure-toolbar": "Configure mobile toolbar", + "option-added-options": "Added options", + "option-more-options": "More options" } }, "editor": { @@ -293,6 +337,7 @@ "sidebar-collapse": "Collapse", "msg-fail-to-save-file": "Failed to save file \"{{filepath}}\". {{message}}.", "no-file": "No file", + "msg-file-changed": "\"{{file}}\" has been modified externally, merging changes automatically.", "switch-vault": "Open another vault", "help": "Help", "settings": "Settings", @@ -306,6 +351,7 @@ "url": "Url", "msg-open-file-through-uri": "Opened file \"{{path}}\"", "msg-file-not-found-through-uri": "File \"{{name}}\" not found.", + "delete-action-short-name": "Delete", "empty-state": { "no-file-open": "No file is open", "create-new-file": "Create new file", @@ -484,7 +530,8 @@ "msg-empty-file-name": "File name cannot be empty.", "tooltip-modified-time": "Last modified at {{time}}", "tooltip-created-time": "Created at {{time}}", - "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}" + "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}", + "action-move-file-short-name": "Move" }, "search": { "name": "Search", @@ -923,6 +970,7 @@ "desc": "Save and load workspace layout.", "action-load": "Load workspace", "action-manage-workspaces": "Manage workspaces", + "action-save-and-load": "Save and load another workspace", "placeholder-save-current-workspace-as": "Save current workspace as...", "button-save": "Save", "button-load": "Load", @@ -1030,6 +1078,26 @@ "label-setup-connection": "Setup connection", "label-now-connected-to-vault": "You're now connected to \"{{name}}\".", "button-start-syncing": "Start syncing" + }, + "file-recovery": { + "name": "File recovery", + "desc": "Let you restore recent snapshots to recover from accidental data loss. Snapshots are only saved for Markdown files.", + "action-open": "Open saved snapshots", + "option-interval": "Snapshot interval", + "option-interval-description": "Minimal interval in minutes between two snapshots.", + "option-keep": "History length", + "option-keep-description": "Length in days snapshots is kept for.", + "option-open-history": "Snapshots", + "option-open-history-description": "View and restore saved snapshots.", + "button-view-snapshots": "View", + "option-clear": "Clear history", + "option-clear-description": "Wipe all snapshots.", + "button-clear-history": "Clear", + "label-clear-warning": "Are you sure you want to delete all snapshots? Note that only snapshots will be removed. All files inside your vault will not be affected.", + "msg-clear-complete": "Snapshots cleared.", + "label-no-history-found": "No snapshots found.", + "placeholder-choose-file": "Choose a file...", + "label-select-file": "Please select a file on the left to view snapshots." } }, "nouns": { diff --git a/tr.json b/tr.json index 3accc5885..930f3d6e7 100644 --- a/tr.json +++ b/tr.json @@ -43,7 +43,16 @@ "option-auto-convert-html": "Auto convert HTML", "option-auto-convert-html-description": "Automatically convert HTML to Markdown when pasting and drag-and-drop from webpages. Use Ctrl/Cmd+Shift+V to paste without conversion.", "option-vim-key-bindings": "Vim tuş ayarları", - "option-vim-key-bindings-description": "Kaynak editöründe Vim tuşlarını kullanabilmenizi sağlar." + "option-vim-key-bindings-description": "Kaynak editöründe Vim tuşlarını kullanabilmenizi sağlar.", + "label-confirm-enable-vim": "Confirm entering Vim mode", + "label-vim-warning": "Vim mode is for efficient text editing but can be quite counter-intuitive. If you're not familiar with Vim, this option might make it look like Obsidian has stopped working.", + "label-vim-test": "To verify that you know your way around Vim, please enter the command to quit Vim without saving below:", + "label-vim-your-answer": "Your answer", + "placeholder-enter-command": "Enter command...", + "button-confirm-enable-vim": "Let me enable Vim", + "msg-vim-mode-enabled": "Command is correct. Vim mode now enabled.", + "msg-vim-mode-not-enabled": "Command is incorrect. Vim mode remains disabled to protect you.", + "msg-vim-mode-please-enter-command": "Please enter the command to enable Vim mode" }, "file": { "name": "Dosyalar & Linkler", @@ -147,6 +156,9 @@ "option-language-description": "Programın dilini değiştirir.", "option-insider-build": "Üye versiyonlarını kabul et.", "option-insider-build-description": "Üyelere has versiyonları otomatik olarak kullan. BU versiyonlar yeni özellikler ve güncellemeler içerir ancak normal versiyonlara göre daha fazla hata da içerir.", + "option-hw-acceleration": "Hardware Acceleration", + "option-hw-acceleration-description": "Turns on Hardware Acceleration, which uses your GPU to make Obsidian smoother.", + "option-hw-acceleration-warning": "If you turn this off, app performance will be severely degraded.", "label-license": "Lisans", "label-your-commercial-license": "Ticari lisansınız:", "label-commercial-license-info": "{{seats}} kullanıcı için \"{{company}}\"'e kayıtlı.{{expiry}}'e kadar geçerli.", @@ -240,6 +252,38 @@ "label-sort-alphabetical": "Plugin name (A to Z)", "label-sort-alphabetical-reverse": "Plugin name (Z to A)", "label-search-summary": "Showing {{pluginCount}}:" + }, + "mobile-toolbar": { + "name": "Mobile toolbar", + "option-internal-link": "Add internal link", + "option-internal-embed": "Add embed", + "option-tag": "Add tag", + "option-heading": "Toggle heading", + "option-bold": "Toggle bold", + "option-italics": "Toggle italics", + "option-strikethrough": "Toggle strikethrough", + "option-highlight": "Toggle highlight", + "option-code": "Toggle code", + "option-blockquote": "Toggle blockquote", + "option-comment": "Toggle comment", + "option-markdown-link": "Add Markdown link", + "option-bullet-list": "Toggle bullet list", + "option-numbered-list": "Toggle numbered list", + "option-checklist": "Toggle checklist", + "option-indent-list": "Indent list item", + "option-unindent-list": "Unindent list item", + "option-undo": "Undo", + "option-redo": "Redo", + "option-move-caret-up": "Move caret up", + "option-move-caret-down": "Move caret down", + "option-move-caret-left": "Move caret left", + "option-move-caret-right": "Move caret right", + "option-first-line": "Go to first line", + "option-last-line": "Go to last line", + "option-toggle-keyboard": "Toggle keyboard", + "option-configure-toolbar": "Configure mobile toolbar", + "option-added-options": "Added options", + "option-more-options": "More options" } }, "editor": { @@ -293,6 +337,7 @@ "sidebar-collapse": "Sakla", "msg-fail-to-save-file": "\"{{filepath}}\" dosyası kaydedilemedi. {{message}}.", "no-file": "Dosya yok", + "msg-file-changed": "\"{{file}}\" has been modified externally, merging changes automatically.", "switch-vault": "Başka bir kasa aç", "help": "Yardım", "settings": "Ayarlar", @@ -306,6 +351,7 @@ "url": "Url", "msg-open-file-through-uri": "Opened file \"{{path}}\"", "msg-file-not-found-through-uri": "File \"{{name}}\" not found.", + "delete-action-short-name": "Delete", "empty-state": { "no-file-open": "Açık dosya yok", "create-new-file": "Yeni dosya yarat", @@ -484,7 +530,8 @@ "msg-empty-file-name": "Dosya adı boş olamaz.", "tooltip-modified-time": "Last modified at {{time}}", "tooltip-created-time": "Created at {{time}}", - "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}" + "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}", + "action-move-file-short-name": "Move" }, "search": { "name": "Ara", @@ -923,6 +970,7 @@ "desc": "Çalışma alanı düzenini kaydedin ve yükleyin.", "action-load": "Çalışma alanını yükle", "action-manage-workspaces": "Çalışma alanlarını yönet", + "action-save-and-load": "Save and load another workspace", "placeholder-save-current-workspace-as": "Güncel çalışma alanını farklı kaydet...", "button-save": "Kaydet", "button-load": "Yükle", @@ -1030,6 +1078,26 @@ "label-setup-connection": "Setup connection", "label-now-connected-to-vault": "You're now connected to \"{{name}}\".", "button-start-syncing": "Start syncing" + }, + "file-recovery": { + "name": "File recovery", + "desc": "Let you restore recent snapshots to recover from accidental data loss. Snapshots are only saved for Markdown files.", + "action-open": "Open saved snapshots", + "option-interval": "Snapshot interval", + "option-interval-description": "Minimal interval in minutes between two snapshots.", + "option-keep": "History length", + "option-keep-description": "Length in days snapshots is kept for.", + "option-open-history": "Snapshots", + "option-open-history-description": "View and restore saved snapshots.", + "button-view-snapshots": "View", + "option-clear": "Clear history", + "option-clear-description": "Wipe all snapshots.", + "button-clear-history": "Clear", + "label-clear-warning": "Are you sure you want to delete all snapshots? Note that only snapshots will be removed. All files inside your vault will not be affected.", + "msg-clear-complete": "Snapshots cleared.", + "label-no-history-found": "No snapshots found.", + "placeholder-choose-file": "Choose a file...", + "label-select-file": "Please select a file on the left to view snapshots." } }, "nouns": { diff --git a/ur.json b/ur.json index 7e8429889..390fe954b 100644 --- a/ur.json +++ b/ur.json @@ -43,7 +43,16 @@ "option-auto-convert-html": "Auto convert HTML", "option-auto-convert-html-description": "Automatically convert HTML to Markdown when pasting and drag-and-drop from webpages. Use Ctrl/Cmd+Shift+V to paste without conversion.", "option-vim-key-bindings": "Vim key bindings", - "option-vim-key-bindings-description": "Let you use Vim key bindings in the source editor." + "option-vim-key-bindings-description": "Let you use Vim key bindings in the source editor.", + "label-confirm-enable-vim": "Confirm entering Vim mode", + "label-vim-warning": "Vim mode is for efficient text editing but can be quite counter-intuitive. If you're not familiar with Vim, this option might make it look like Obsidian has stopped working.", + "label-vim-test": "To verify that you know your way around Vim, please enter the command to quit Vim without saving below:", + "label-vim-your-answer": "Your answer", + "placeholder-enter-command": "Enter command...", + "button-confirm-enable-vim": "Let me enable Vim", + "msg-vim-mode-enabled": "Command is correct. Vim mode now enabled.", + "msg-vim-mode-not-enabled": "Command is incorrect. Vim mode remains disabled to protect you.", + "msg-vim-mode-please-enter-command": "Please enter the command to enable Vim mode" }, "file": { "name": "Files & Links", @@ -147,6 +156,9 @@ "option-language-description": "Change the display language.", "option-insider-build": "Receive insider builds", "option-insider-build-description": "Auto-update to insider builds to try out new features. Note that these builds are bleeding edge and might be less stable.", + "option-hw-acceleration": "Hardware Acceleration", + "option-hw-acceleration-description": "Turns on Hardware Acceleration, which uses your GPU to make Obsidian smoother.", + "option-hw-acceleration-warning": "If you turn this off, app performance will be severely degraded.", "label-license": "License", "label-your-commercial-license": "Your commercial license key is ", "label-commercial-license-info": "Registered to \"{{company}}\" for {{seats}} users. Valid until {{expiry}}.", @@ -240,6 +252,38 @@ "label-sort-alphabetical": "Plugin name (A to Z)", "label-sort-alphabetical-reverse": "Plugin name (Z to A)", "label-search-summary": "Showing {{pluginCount}}:" + }, + "mobile-toolbar": { + "name": "Mobile toolbar", + "option-internal-link": "Add internal link", + "option-internal-embed": "Add embed", + "option-tag": "Add tag", + "option-heading": "Toggle heading", + "option-bold": "Toggle bold", + "option-italics": "Toggle italics", + "option-strikethrough": "Toggle strikethrough", + "option-highlight": "Toggle highlight", + "option-code": "Toggle code", + "option-blockquote": "Toggle blockquote", + "option-comment": "Toggle comment", + "option-markdown-link": "Add Markdown link", + "option-bullet-list": "Toggle bullet list", + "option-numbered-list": "Toggle numbered list", + "option-checklist": "Toggle checklist", + "option-indent-list": "Indent list item", + "option-unindent-list": "Unindent list item", + "option-undo": "Undo", + "option-redo": "Redo", + "option-move-caret-up": "Move caret up", + "option-move-caret-down": "Move caret down", + "option-move-caret-left": "Move caret left", + "option-move-caret-right": "Move caret right", + "option-first-line": "Go to first line", + "option-last-line": "Go to last line", + "option-toggle-keyboard": "Toggle keyboard", + "option-configure-toolbar": "Configure mobile toolbar", + "option-added-options": "Added options", + "option-more-options": "More options" } }, "editor": { @@ -293,6 +337,7 @@ "sidebar-collapse": "Collapse", "msg-fail-to-save-file": "Failed to save file \"{{filepath}}\". {{message}}.", "no-file": "No file", + "msg-file-changed": "\"{{file}}\" has been modified externally, merging changes automatically.", "switch-vault": "Open another vault", "help": "Help", "settings": "Settings", @@ -306,6 +351,7 @@ "url": "Url", "msg-open-file-through-uri": "Opened file \"{{path}}\"", "msg-file-not-found-through-uri": "File \"{{name}}\" not found.", + "delete-action-short-name": "Delete", "empty-state": { "no-file-open": "No file is open", "create-new-file": "Create new file", @@ -484,7 +530,8 @@ "msg-empty-file-name": "File name cannot be empty.", "tooltip-modified-time": "Last modified at {{time}}", "tooltip-created-time": "Created at {{time}}", - "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}" + "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}", + "action-move-file-short-name": "Move" }, "search": { "name": "Search", @@ -923,6 +970,7 @@ "desc": "Save and load workspace layout.", "action-load": "Load workspace", "action-manage-workspaces": "Manage workspaces", + "action-save-and-load": "Save and load another workspace", "placeholder-save-current-workspace-as": "Save current workspace as...", "button-save": "Save", "button-load": "Load", @@ -1030,6 +1078,26 @@ "label-setup-connection": "Setup connection", "label-now-connected-to-vault": "You're now connected to \"{{name}}\".", "button-start-syncing": "Start syncing" + }, + "file-recovery": { + "name": "File recovery", + "desc": "Let you restore recent snapshots to recover from accidental data loss. Snapshots are only saved for Markdown files.", + "action-open": "Open saved snapshots", + "option-interval": "Snapshot interval", + "option-interval-description": "Minimal interval in minutes between two snapshots.", + "option-keep": "History length", + "option-keep-description": "Length in days snapshots is kept for.", + "option-open-history": "Snapshots", + "option-open-history-description": "View and restore saved snapshots.", + "button-view-snapshots": "View", + "option-clear": "Clear history", + "option-clear-description": "Wipe all snapshots.", + "button-clear-history": "Clear", + "label-clear-warning": "Are you sure you want to delete all snapshots? Note that only snapshots will be removed. All files inside your vault will not be affected.", + "msg-clear-complete": "Snapshots cleared.", + "label-no-history-found": "No snapshots found.", + "placeholder-choose-file": "Choose a file...", + "label-select-file": "Please select a file on the left to view snapshots." } }, "nouns": { diff --git a/vi.json b/vi.json index a8088a8d1..24b6a27d6 100644 --- a/vi.json +++ b/vi.json @@ -43,7 +43,16 @@ "option-auto-convert-html": "Auto convert HTML", "option-auto-convert-html-description": "Automatically convert HTML to Markdown when pasting and drag-and-drop from webpages. Use Ctrl/Cmd+Shift+V to paste without conversion.", "option-vim-key-bindings": "Vim key bindings", - "option-vim-key-bindings-description": "Let you use Vim key bindings in the source editor." + "option-vim-key-bindings-description": "Let you use Vim key bindings in the source editor.", + "label-confirm-enable-vim": "Confirm entering Vim mode", + "label-vim-warning": "Vim mode is for efficient text editing but can be quite counter-intuitive. If you're not familiar with Vim, this option might make it look like Obsidian has stopped working.", + "label-vim-test": "To verify that you know your way around Vim, please enter the command to quit Vim without saving below:", + "label-vim-your-answer": "Your answer", + "placeholder-enter-command": "Enter command...", + "button-confirm-enable-vim": "Let me enable Vim", + "msg-vim-mode-enabled": "Command is correct. Vim mode now enabled.", + "msg-vim-mode-not-enabled": "Command is incorrect. Vim mode remains disabled to protect you.", + "msg-vim-mode-please-enter-command": "Please enter the command to enable Vim mode" }, "file": { "name": "Files & Links", @@ -147,6 +156,9 @@ "option-language-description": "Change the display language.", "option-insider-build": "Receive insider builds", "option-insider-build-description": "Auto-update to insider builds and try new features. These builds are bleeding-edge and might be less stable.", + "option-hw-acceleration": "Hardware Acceleration", + "option-hw-acceleration-description": "Turns on Hardware Acceleration, which uses your GPU to make Obsidian smoother.", + "option-hw-acceleration-warning": "If you turn this off, app performance will be severely degraded.", "label-license": "License", "label-your-commercial-license": "Your commercial license key is ", "label-commercial-license-info": "Registered to \"{{company}}\" for {{seats}} users. Valid until {{expiry}}.", @@ -240,6 +252,38 @@ "label-sort-alphabetical": "Plugin name (A to Z)", "label-sort-alphabetical-reverse": "Plugin name (Z to A)", "label-search-summary": "Showing {{pluginCount}}:" + }, + "mobile-toolbar": { + "name": "Mobile toolbar", + "option-internal-link": "Add internal link", + "option-internal-embed": "Add embed", + "option-tag": "Add tag", + "option-heading": "Toggle heading", + "option-bold": "Toggle bold", + "option-italics": "Toggle italics", + "option-strikethrough": "Toggle strikethrough", + "option-highlight": "Toggle highlight", + "option-code": "Toggle code", + "option-blockquote": "Toggle blockquote", + "option-comment": "Toggle comment", + "option-markdown-link": "Add Markdown link", + "option-bullet-list": "Toggle bullet list", + "option-numbered-list": "Toggle numbered list", + "option-checklist": "Toggle checklist", + "option-indent-list": "Indent list item", + "option-unindent-list": "Unindent list item", + "option-undo": "Undo", + "option-redo": "Redo", + "option-move-caret-up": "Move caret up", + "option-move-caret-down": "Move caret down", + "option-move-caret-left": "Move caret left", + "option-move-caret-right": "Move caret right", + "option-first-line": "Go to first line", + "option-last-line": "Go to last line", + "option-toggle-keyboard": "Toggle keyboard", + "option-configure-toolbar": "Configure mobile toolbar", + "option-added-options": "Added options", + "option-more-options": "More options" } }, "editor": { @@ -293,6 +337,7 @@ "sidebar-collapse": "Collapse", "msg-fail-to-save-file": "Failed to save file \"{{filepath}}\". {{message}}.", "no-file": "No file", + "msg-file-changed": "\"{{file}}\" has been modified externally, merging changes automatically.", "switch-vault": "Open another vault", "help": "Help", "settings": "Settings", @@ -306,6 +351,7 @@ "url": "Url", "msg-open-file-through-uri": "Opened file \"{{path}}\"", "msg-file-not-found-through-uri": "File \"{{name}}\" not found.", + "delete-action-short-name": "Delete", "empty-state": { "no-file-open": "No file is open", "create-new-file": "Create new file", @@ -484,7 +530,8 @@ "msg-empty-file-name": "File name cannot be empty.", "tooltip-modified-time": "Last modified at {{time}}", "tooltip-created-time": "Created at {{time}}", - "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}" + "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}", + "action-move-file-short-name": "Move" }, "search": { "name": "Search", @@ -923,6 +970,7 @@ "desc": "Save and load workspace layout.", "action-load": "Load workspace", "action-manage-workspaces": "Manage workspaces", + "action-save-and-load": "Save and load another workspace", "placeholder-save-current-workspace-as": "Save current workspace as...", "button-save": "Save", "button-load": "Load", @@ -1030,6 +1078,26 @@ "label-setup-connection": "Setup connection", "label-now-connected-to-vault": "You're now connected to \"{{name}}\".", "button-start-syncing": "Start syncing" + }, + "file-recovery": { + "name": "File recovery", + "desc": "Let you restore recent snapshots to recover from accidental data loss. Snapshots are only saved for Markdown files.", + "action-open": "Open saved snapshots", + "option-interval": "Snapshot interval", + "option-interval-description": "Minimal interval in minutes between two snapshots.", + "option-keep": "History length", + "option-keep-description": "Length in days snapshots is kept for.", + "option-open-history": "Snapshots", + "option-open-history-description": "View and restore saved snapshots.", + "button-view-snapshots": "View", + "option-clear": "Clear history", + "option-clear-description": "Wipe all snapshots.", + "button-clear-history": "Clear", + "label-clear-warning": "Are you sure you want to delete all snapshots? Note that only snapshots will be removed. All files inside your vault will not be affected.", + "msg-clear-complete": "Snapshots cleared.", + "label-no-history-found": "No snapshots found.", + "placeholder-choose-file": "Choose a file...", + "label-select-file": "Please select a file on the left to view snapshots." } }, "nouns": { diff --git a/zh-TW.json b/zh-TW.json index 68126cf62..592834874 100644 --- a/zh-TW.json +++ b/zh-TW.json @@ -43,7 +43,16 @@ "option-auto-convert-html": "自動轉換HTML", "option-auto-convert-html-description": "由網頁貼入或拖入時自動轉換HTML為Markdown,使用 Ctrl/Cmd+Shift+V 貼入則不轉換。", "option-vim-key-bindings": "Vim鍵綁定", - "option-vim-key-bindings-description": "允許在編輯器中使用Vim鍵綁定。" + "option-vim-key-bindings-description": "允許在編輯器中使用Vim鍵綁定。", + "label-confirm-enable-vim": "Confirm entering Vim mode", + "label-vim-warning": "Vim mode is for efficient text editing but can be quite counter-intuitive. If you're not familiar with Vim, this option might make it look like Obsidian has stopped working.", + "label-vim-test": "To verify that you know your way around Vim, please enter the command to quit Vim without saving below:", + "label-vim-your-answer": "Your answer", + "placeholder-enter-command": "Enter command...", + "button-confirm-enable-vim": "Let me enable Vim", + "msg-vim-mode-enabled": "Command is correct. Vim mode now enabled.", + "msg-vim-mode-not-enabled": "Command is incorrect. Vim mode remains disabled to protect you.", + "msg-vim-mode-please-enter-command": "Please enter the command to enable Vim mode" }, "file": { "name": "檔案與連結", @@ -147,6 +156,9 @@ "option-language-description": "更改介面語言。", "option-insider-build": "接收內測版本", "option-insider-build-description": "自動更新至內測版本以體驗最新功能。請注意,內測版本可能不太穩定。", + "option-hw-acceleration": "Hardware Acceleration", + "option-hw-acceleration-description": "Turns on Hardware Acceleration, which uses your GPU to make Obsidian smoother.", + "option-hw-acceleration-warning": "If you turn this off, app performance will be severely degraded.", "label-license": "註冊碼", "label-your-commercial-license": "您的商業註冊碼是 ", "label-commercial-license-info": "註冊給用戶: \"{{company}}\" - {{seats}} 。有效期至 {{expiry}}.", @@ -240,6 +252,38 @@ "label-sort-alphabetical": "外掛名稱 (A到Z)", "label-sort-alphabetical-reverse": "外掛名稱 (Z到A)", "label-search-summary": "顯示 {{pluginCount}}:" + }, + "mobile-toolbar": { + "name": "Mobile toolbar", + "option-internal-link": "Add internal link", + "option-internal-embed": "Add embed", + "option-tag": "Add tag", + "option-heading": "Toggle heading", + "option-bold": "Toggle bold", + "option-italics": "Toggle italics", + "option-strikethrough": "Toggle strikethrough", + "option-highlight": "Toggle highlight", + "option-code": "Toggle code", + "option-blockquote": "Toggle blockquote", + "option-comment": "Toggle comment", + "option-markdown-link": "Add Markdown link", + "option-bullet-list": "Toggle bullet list", + "option-numbered-list": "Toggle numbered list", + "option-checklist": "Toggle checklist", + "option-indent-list": "Indent list item", + "option-unindent-list": "Unindent list item", + "option-undo": "Undo", + "option-redo": "Redo", + "option-move-caret-up": "Move caret up", + "option-move-caret-down": "Move caret down", + "option-move-caret-left": "Move caret left", + "option-move-caret-right": "Move caret right", + "option-first-line": "Go to first line", + "option-last-line": "Go to last line", + "option-toggle-keyboard": "Toggle keyboard", + "option-configure-toolbar": "Configure mobile toolbar", + "option-added-options": "Added options", + "option-more-options": "More options" } }, "editor": { @@ -293,6 +337,7 @@ "sidebar-collapse": "收起", "msg-fail-to-save-file": "\"{{filepath}}\" 檔案儲存失敗。 {{message}}。", "no-file": "未開啟檔案", + "msg-file-changed": "\"{{file}}\" has been modified externally, merging changes automatically.", "switch-vault": "開啟其他儲存庫", "help": "說明", "settings": "設定", @@ -306,6 +351,7 @@ "url": "Url", "msg-open-file-through-uri": "已開啟檔案: \"{{path}}\"", "msg-file-not-found-through-uri": "檔案 \"{{name}}\" 未尋獲。", + "delete-action-short-name": "Delete", "empty-state": { "no-file-open": "未開啟檔案", "create-new-file": "建立新檔案", @@ -484,7 +530,8 @@ "msg-empty-file-name": "檔案名不能為空。", "tooltip-modified-time": "最後修改時間:{{time}}", "tooltip-created-time": "建檔時間:{{time}}", - "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}" + "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}", + "action-move-file-short-name": "Move" }, "search": { "name": "搜尋", @@ -923,6 +970,7 @@ "desc": "儲存並載入工作空間佈局。", "action-load": "載入工作空間", "action-manage-workspaces": "管理工作空間", + "action-save-and-load": "Save and load another workspace", "placeholder-save-current-workspace-as": "將目前工作空間儲存為...", "button-save": "儲存", "button-load": "載入", @@ -1030,6 +1078,26 @@ "label-setup-connection": "設定連線", "label-now-connected-to-vault": "你現在已連接到 \"{{name}}\".", "button-start-syncing": "開始同步" + }, + "file-recovery": { + "name": "File recovery", + "desc": "Let you restore recent snapshots to recover from accidental data loss. Snapshots are only saved for Markdown files.", + "action-open": "Open saved snapshots", + "option-interval": "Snapshot interval", + "option-interval-description": "Minimal interval in minutes between two snapshots.", + "option-keep": "History length", + "option-keep-description": "Length in days snapshots is kept for.", + "option-open-history": "Snapshots", + "option-open-history-description": "View and restore saved snapshots.", + "button-view-snapshots": "View", + "option-clear": "Clear history", + "option-clear-description": "Wipe all snapshots.", + "button-clear-history": "Clear", + "label-clear-warning": "Are you sure you want to delete all snapshots? Note that only snapshots will be removed. All files inside your vault will not be affected.", + "msg-clear-complete": "Snapshots cleared.", + "label-no-history-found": "No snapshots found.", + "placeholder-choose-file": "Choose a file...", + "label-select-file": "Please select a file on the left to view snapshots." } }, "nouns": { diff --git a/zh.json b/zh.json index 3000866a1..950964e91 100644 --- a/zh.json +++ b/zh.json @@ -43,7 +43,16 @@ "option-auto-convert-html": "自动转换 HTML", "option-auto-convert-html-description": "从网页粘贴或拖拽粘贴内容时自动将 HTML 格式转换为 Markdown 格式。如果不想转换,请使用 Ctrl/Cmd+Shift+V 进行粘贴。", "option-vim-key-bindings": "Vim 键绑定", - "option-vim-key-bindings-description": "允许在编辑器中使用 Vim 键绑定。" + "option-vim-key-bindings-description": "允许在编辑器中使用 Vim 键绑定。", + "label-confirm-enable-vim": "Confirm entering Vim mode", + "label-vim-warning": "Vim mode is for efficient text editing but can be quite counter-intuitive. If you're not familiar with Vim, this option might make it look like Obsidian has stopped working.", + "label-vim-test": "To verify that you know your way around Vim, please enter the command to quit Vim without saving below:", + "label-vim-your-answer": "Your answer", + "placeholder-enter-command": "Enter command...", + "button-confirm-enable-vim": "Let me enable Vim", + "msg-vim-mode-enabled": "Command is correct. Vim mode now enabled.", + "msg-vim-mode-not-enabled": "Command is incorrect. Vim mode remains disabled to protect you.", + "msg-vim-mode-please-enter-command": "Please enter the command to enable Vim mode" }, "file": { "name": "文件与链接", @@ -147,6 +156,9 @@ "option-language-description": "更改界面语言。", "option-insider-build": "接收内部版本", "option-insider-build-description": "自动更新至内部版本以体验最新功能。请注意,内部版本可能不太稳定。", + "option-hw-acceleration": "Hardware Acceleration", + "option-hw-acceleration-description": "Turns on Hardware Acceleration, which uses your GPU to make Obsidian smoother.", + "option-hw-acceleration-warning": "If you turn this off, app performance will be severely degraded.", "label-license": "许可证", "label-your-commercial-license": "你的商业许可证密钥是 ", "label-commercial-license-info": "注册给用户: \"{{company}}\" - {{seats}} 。有效期至 {{expiry}}。", @@ -240,6 +252,38 @@ "label-sort-alphabetical": "插件名称(A-Z)", "label-sort-alphabetical-reverse": "插件名称(Z-A)", "label-search-summary": "当前显示了 {{pluginCount}}:" + }, + "mobile-toolbar": { + "name": "Mobile toolbar", + "option-internal-link": "Add internal link", + "option-internal-embed": "Add embed", + "option-tag": "Add tag", + "option-heading": "Toggle heading", + "option-bold": "Toggle bold", + "option-italics": "Toggle italics", + "option-strikethrough": "Toggle strikethrough", + "option-highlight": "Toggle highlight", + "option-code": "Toggle code", + "option-blockquote": "Toggle blockquote", + "option-comment": "Toggle comment", + "option-markdown-link": "Add Markdown link", + "option-bullet-list": "Toggle bullet list", + "option-numbered-list": "Toggle numbered list", + "option-checklist": "Toggle checklist", + "option-indent-list": "Indent list item", + "option-unindent-list": "Unindent list item", + "option-undo": "Undo", + "option-redo": "Redo", + "option-move-caret-up": "Move caret up", + "option-move-caret-down": "Move caret down", + "option-move-caret-left": "Move caret left", + "option-move-caret-right": "Move caret right", + "option-first-line": "Go to first line", + "option-last-line": "Go to last line", + "option-toggle-keyboard": "Toggle keyboard", + "option-configure-toolbar": "Configure mobile toolbar", + "option-added-options": "Added options", + "option-more-options": "More options" } }, "editor": { @@ -293,6 +337,7 @@ "sidebar-collapse": "收起", "msg-fail-to-save-file": "\"{{filepath}}\" 文件保存失败。 {{message}}。", "no-file": "未打开文件", + "msg-file-changed": "\"{{file}}\" has been modified externally, merging changes automatically.", "switch-vault": "打开其他库", "help": "帮助", "settings": "设置", @@ -306,6 +351,7 @@ "url": "Url", "msg-open-file-through-uri": "打开文件 \"{{path}}\"", "msg-file-not-found-through-uri": "文件 \"{{name}}\" 未找到。", + "delete-action-short-name": "Delete", "empty-state": { "no-file-open": "未打开文件", "create-new-file": "创建新文件", @@ -484,7 +530,8 @@ "msg-empty-file-name": "文件名不能为空。", "tooltip-modified-time": "最后修改于 {{time}}", "tooltip-created-time": "创建于 {{time}}", - "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}" + "tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}", + "action-move-file-short-name": "Move" }, "search": { "name": "搜索", @@ -923,6 +970,7 @@ "desc": "保存和加载工作区布局。", "action-load": "加载工作区布局", "action-manage-workspaces": "管理工作区布局", + "action-save-and-load": "Save and load another workspace", "placeholder-save-current-workspace-as": "将当前工作区布局另存为...", "button-save": "保存", "button-load": "加载", @@ -1030,6 +1078,26 @@ "label-setup-connection": "设置连接", "label-now-connected-to-vault": "你现在已连接到 \"{{name}}\"。", "button-start-syncing": "开始同步" + }, + "file-recovery": { + "name": "File recovery", + "desc": "Let you restore recent snapshots to recover from accidental data loss. Snapshots are only saved for Markdown files.", + "action-open": "Open saved snapshots", + "option-interval": "Snapshot interval", + "option-interval-description": "Minimal interval in minutes between two snapshots.", + "option-keep": "History length", + "option-keep-description": "Length in days snapshots is kept for.", + "option-open-history": "Snapshots", + "option-open-history-description": "View and restore saved snapshots.", + "button-view-snapshots": "View", + "option-clear": "Clear history", + "option-clear-description": "Wipe all snapshots.", + "button-clear-history": "Clear", + "label-clear-warning": "Are you sure you want to delete all snapshots? Note that only snapshots will be removed. All files inside your vault will not be affected.", + "msg-clear-complete": "Snapshots cleared.", + "label-no-history-found": "No snapshots found.", + "placeholder-choose-file": "Choose a file...", + "label-select-file": "Please select a file on the left to view snapshots." } }, "nouns": {