Files
dinlo 436a9631fc Initial commit
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-31 18:44:04 +08:00

60 lines
2.0 KiB
JSON

{
"ru": {
"select_note": "Заметки...",
"search_placeholder": "Поиск...",
"save": "Сохранить (Ctrl+S)",
"close": "Закрыть (Ctrl+W)",
"settings": "Настройки",
"ai_title": "ИИ Заголовок",
"ai_trans": "ИИ Перевод",
"preview": "Предпросмотр",
"new_note_head": "Новая заметка",
"enter_title": "Название заметки",
"cancel": "Отмена",
"ok": "ОК",
"ready": "Готов",
"lines": "стр",
"words": "слов",
"theme": "Тема",
"dark": "Темная",
"light": "Светлая",
"folder": "Папка в Obsidian",
"folder_hint": "Относительный путь (напр. 'Notes/Work')",
"api_url_label": "Obsidian API URL",
"api_url_hint": "Обычно http://127.0.0.1:27123",
"api_key_label": "Obsidian API Key",
"api_key_hint": "Ключ из настроек плагина Local REST API",
"ai_hint": "URL должен заканчиваться на /v1",
"about_btn": "О программе",
"saved": "Сохранено"
},
"en": {
"select_note": "Notes...",
"search_placeholder": "Search...",
"save": "Save (Ctrl+S)",
"close": "Close (Ctrl+W)",
"settings": "Settings",
"ai_title": "AI Title",
"ai_trans": "AI Translate",
"preview": "Preview",
"new_note_head": "New Note",
"enter_title": "Note Title",
"cancel": "Cancel",
"ok": "OK",
"ready": "Ready",
"lines": "lines",
"words": "words",
"theme": "Theme",
"dark": "Dark",
"light": "Light",
"folder": "Obsidian Folder",
"folder_hint": "Relative path (e.g. 'Inbox')",
"api_url_label": "Obsidian API URL",
"api_url_hint": "Default http://127.0.0.1:27123",
"api_key_label": "Obsidian API Key",
"api_key_hint": "Key from Local REST API plugin",
"ai_hint": "URL must end with /v1",
"about_btn": "About",
"saved": "Saved"
}
}