|
532 | 532 | "lsp-error-server-id-required": "Server ID is required", |
533 | 533 | "lsp-feature-completion": "Code completion", |
534 | 534 | "lsp-feature-completion-info": "Enable autocomplete suggestions from the server.", |
535 | | - "lsp-feature-diagnostics": "Diagnostics", |
| 535 | + "lsp-feature-diagnostics": "Діагностика", |
536 | 536 | "lsp-feature-diagnostics-info": "Show errors and warnings from the language server.", |
537 | 537 | "lsp-feature-document-highlights": "Document highlights", |
538 | 538 | "lsp-feature-document-highlights-info": "Highlight all occurrences of the word under the cursor.", |
|
548 | 548 | "lsp-initialization-options": "Initialization options", |
549 | 549 | "lsp-initialization-options-json": "Initialization options (JSON)", |
550 | 550 | "lsp-initialization-options-updated": "Initialization options updated", |
551 | | - "lsp-install-command": "Install command", |
| 551 | + "lsp-install-command": "Команда встановлення", |
552 | 552 | "lsp-install-command-unavailable": "Install command not available", |
553 | 553 | "lsp-install-info-check-failed": "Acode could not verify the installation status.", |
554 | 554 | "lsp-install-info-missing": "Language server is not installed in the terminal environment.", |
|
573 | 573 | "lsp-server-enabled-toast": "Server enabled", |
574 | 574 | "lsp-server-id": "Server ID", |
575 | 575 | "lsp-server-label": "Server label", |
576 | | - "lsp-server-not-found": "Server not found", |
| 576 | + "lsp-server-not-found": "Сервер не знайдено", |
577 | 577 | "lsp-server-uninstalled": "Server uninstalled", |
578 | 578 | "lsp-startup-timeout": "Startup timeout", |
579 | 579 | "lsp-startup-timeout-ms": "Startup timeout (milliseconds)", |
580 | 580 | "lsp-startup-timeout-set": "Startup timeout set to {timeout} ms", |
581 | | - "lsp-state-disabled": "disabled", |
582 | | - "lsp-state-enabled": "enabled", |
| 581 | + "lsp-state-disabled": "вимкнено", |
| 582 | + "lsp-state-enabled": "увімкнено", |
583 | 583 | "lsp-status-check-failed": "Check failed", |
584 | | - "lsp-status-installed": "Installed", |
| 584 | + "lsp-status-installed": "Встановлено", |
585 | 585 | "lsp-status-installed-version": "Installed ({version})", |
586 | 586 | "lsp-status-line": "Status: {status}", |
587 | 587 | "lsp-status-not-installed": "Not installed", |
588 | | - "lsp-status-unknown": "Unknown", |
| 588 | + "lsp-status-unknown": "Невідомо", |
589 | 589 | "lsp-timeout-ms": "{timeout} ms", |
590 | 590 | "lsp-uninstall-command-unavailable": "Uninstall command not available", |
591 | 591 | "lsp-uninstall-server": "Uninstall server", |
592 | 592 | "lsp-update-command-optional": "Update command (optional)", |
593 | 593 | "lsp-update-command-unavailable": "Update command not available", |
594 | 594 | "lsp-update-server": "Update server", |
595 | | - "lsp-version-line": "Version: {version}", |
| 595 | + "lsp-version-line": "Версія: {version}", |
596 | 596 | "lsp-view-initialization-options": "View initialization options", |
597 | | - "settings-category-about-acode": "About Acode", |
598 | | - "settings-category-advanced": "Advanced", |
| 597 | + "settings-category-about-acode": "Про Acode", |
| 598 | + "settings-category-advanced": "Розширений", |
599 | 599 | "settings-category-assistance": "Assistance", |
600 | 600 | "settings-category-core": "Core settings", |
601 | 601 | "settings-category-cursor": "Cursor", |
|
623 | 623 | "settings-info-app-animation": "Control transition animations across the app.", |
624 | 624 | "settings-info-app-check-files": "Refresh editors when files change outside Acode.", |
625 | 625 | "settings-info-app-clean-install-state": "Clear stored install state used by onboarding and setup flows.", |
626 | | - "settings-info-app-confirm-on-exit": "Ask before closing the app.", |
| 626 | + "settings-info-app-confirm-on-exit": "Запитати перед закриттям програми.", |
627 | 627 | "settings-info-app-console": "Choose which debug console integration Acode uses.", |
628 | 628 | "settings-info-app-default-file-encoding": "Default encoding when opening or creating files.", |
629 | 629 | "settings-info-app-exclude-folders": "Skip folders and patterns while searching or scanning.", |
630 | 630 | "settings-info-app-floating-button": "Show the floating quick actions button.", |
631 | 631 | "settings-info-app-font-manager": "Install, manage, or remove app fonts.", |
632 | | - "settings-info-app-fullscreen": "Hide the system status bar while using Acode.", |
| 632 | + "settings-info-app-fullscreen": "Приховати рядок стану системи під час використання Acode.", |
633 | 633 | "settings-info-app-keybindings": "Edit the key bindings file or reset shortcuts.", |
634 | 634 | "settings-info-app-keyboard-mode": "Choose how the software keyboard behaves while editing.", |
635 | | - "settings-info-app-language": "Choose the app language and translated labels.", |
| 635 | + "settings-info-app-language": "Виберіть мову програми та перекладені мітки.", |
636 | 636 | "settings-info-app-open-file-list-position": "Choose where the active files list appears.", |
637 | 637 | "settings-info-app-quick-tools-settings": "Reorder and customize quick tool shortcuts.", |
638 | 638 | "settings-info-app-quick-tools-trigger-mode": "Choose how quick tools open on tap or touch.", |
|
648 | 648 | "settings-info-editor-fade-fold-widgets": "Dim fold markers until they are needed.", |
649 | 649 | "settings-info-editor-font-family": "Choose the typeface used in the editor.", |
650 | 650 | "settings-info-editor-font-size": "Set the editor text size.", |
651 | | - "settings-info-editor-format-on-save": "Run the formatter whenever a file is saved.", |
| 651 | + "settings-info-editor-format-on-save": "Запускати форматувальник щоразу, коли файл зберігається.", |
652 | 652 | "settings-info-editor-hard-wrap": "Insert real line breaks instead of only wrapping visually.", |
653 | 653 | "settings-info-editor-indent-guides": "Show indentation guide lines.", |
654 | 654 | "settings-info-editor-line-height": "Adjust vertical spacing between lines.", |
|
678 | 678 | "settings-info-main-backup-restore": "Export settings to a backup or restore them later.", |
679 | 679 | "settings-info-main-changelog": "See recent updates and release notes.", |
680 | 680 | "settings-info-main-edit-settings": "Edit the raw settings.json file directly.", |
681 | | - "settings-info-main-editor-settings": "Fonts, tabs, suggestions, and editor display.", |
| 681 | + "settings-info-main-editor-settings": "Шрифти, вкладки, підказки та відображення редактора.", |
682 | 682 | "settings-info-main-formatter": "Choose a formatter for each supported language.", |
683 | | - "settings-info-main-lsp-settings": "Configure language servers and editor intelligence.", |
684 | | - "settings-info-main-plugins": "Manage installed plugins and their available actions.", |
685 | | - "settings-info-main-preview-settings": "Preview mode, server ports, and browser behavior.", |
686 | | - "settings-info-main-rateapp": "Rate Acode on Google Play.", |
| 683 | + "settings-info-main-lsp-settings": "Налаштуйте мовні сервери та інтелектуальні функції редактора.", |
| 684 | + "settings-info-main-plugins": "Керуйте встановленими плагінами та доступними для них діями.", |
| 685 | + "settings-info-main-preview-settings": "Режим попереднього перегляду, порти сервера та поведінка браузера.", |
| 686 | + "settings-info-main-rateapp": "Оцініть Acode в Google Play.", |
687 | 687 | "settings-info-main-remove-ads": "Unlock permanent ad-free access.", |
688 | 688 | "settings-info-main-reset": "Reset Acode to its default configuration.", |
689 | 689 | "settings-info-main-sponsors": "Support ongoing Acode development.", |
690 | | - "settings-info-main-terminal-settings": "Terminal theme, font, cursor, and session behavior.", |
691 | | - "settings-info-main-theme": "App theme, contrast, and custom colors.", |
692 | | - "settings-info-preview-disable-cache": "Always reload content in the in-app browser.", |
| 690 | + "settings-info-main-terminal-settings": "Тема терміналу, шрифт, курсор та поведінка сеансу.", |
| 691 | + "settings-info-main-theme": "Тема додатка, контрастність та власні кольори.", |
| 692 | + "settings-info-preview-disable-cache": "Завжди перезавантажуйте вміст у вбудованому браузері програми.", |
693 | 693 | "settings-info-preview-host": "Hostname used when opening the preview URL.", |
694 | 694 | "settings-info-preview-mode": "Choose where preview opens when you launch it.", |
695 | | - "settings-info-preview-preview-port": "Port used by the live preview server.", |
696 | | - "settings-info-preview-server-port": "Port used by the internal app server.", |
697 | | - "settings-info-preview-show-console-toggler": "Show the console button in preview.", |
| 695 | + "settings-info-preview-preview-port": "Порт, який використовується сервером попереднього перегляду.", |
| 696 | + "settings-info-preview-server-port": "Порт, що використовується внутрішнім сервером додатків.", |
| 697 | + "settings-info-preview-show-console-toggler": "Показувати кнопку консолі в попередньому перегляді.", |
698 | 698 | "settings-info-preview-use-current-file": "Prefer the current file when starting preview.", |
699 | 699 | "settings-info-terminal-convert-eol": "Convert line endings when pasting or rendering terminal output.", |
700 | | - "settings-note-formatter-settings": "Assign a formatter to each language. Install formatter plugins to unlock more options.", |
701 | | - "settings-note-lsp-settings": "Language servers add autocomplete, diagnostics, hover details, and more. You can install, update, or define custom servers here. Managed installers run inside the terminal/proot environment.", |
702 | | - "search result label singular": "result", |
703 | | - "search result label plural": "results" |
| 700 | + "settings-note-formatter-settings": "Призначте форматувальник для кожної мови. Встановіть плагіни форматувальників, щоб розблокувати більше опцій.", |
| 701 | + "settings-note-lsp-settings": "Мовні сервери додають автозаповнення, діагностику, деталі при наведенні курсора тощо. Тут ви можете встановлювати, оновлювати або визначати власні сервери. Керовані інсталятори працюють у середовищі терміналу/proot.", |
| 702 | + "search result label singular": "результат", |
| 703 | + "search result label plural": "результати" |
704 | 704 | } |
0 commit comments