cosmic-edit/i18n/uk/cosmic_edit.ftl
Camerin Figueroa 18554f3ac7 Revert "Added additional languages for wrap-around text in find menu"
This reverts commit 105b99a628c442a5c62662837760146ef290360c.
2024-10-06 09:00:38 -06:00

115 lines
4.1 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

cosmic-text-editor = Текстовий редактор COSMIC
new-document = Новий документ
open-project = Відкрити проєкт
todo = ЗРОБИТИ
# Context Pages
## About
git-description = Git commit {$hash} за {$date}
## Document statistics
document-statistics = Статистика документа
word-count = Кількість слів
character-count = Символів
character-count-no-spaces = Символів (без пропусків)
line-count = Рядків
## Git management
git-management = Керування Git
git-management-description = Керування Git — це інструмент розробника для керування версіями.
git-management-loading = Завантажується керування Git...
stage = Додати до індексу
staged-changes = Індексовані зміни
unstage = Прибрати з індексу
unstaged-changes = Неіндексовані зміни
## Project search
project-search = Пошук у проєкті
## Prompt save changes
prompt-save-changes-title = Незбережені зміни
prompt-unsaved-changes = У вас є незбережені зміни. Зберегти їх?
cancel = Скасувати
discard = Відкинути зміни
save-all = Зберегти всі
## Settings
settings = Налаштування
## Appearance
appearance = Зовнішній вигляд
theme = Тема
match-desktop = Системна
dark = Темна
light = Світла
syntax-dark = Синтаксис темної теми
syntax-light = Синтаксис світлої теми
default-font = Типовий шрифт
default-font-size = Типовий розмір шрифту
### Keyboard shortcuts
keyboard-shortcuts = Клавіатурні скорочення
enable-vim-bindings = Увімкнути режим Vim
# Find
find-placeholder = Знайти...
find-previous = Знайти попередній
find-next = Знайти наступний
replace-placeholder = Замінити...
replace = Замінити
replace-all = Замінити всі
case-sensitive = З урахуванням регістру
use-regex = Використовувати регулярні вирази
# Menu
## File
file = Файл
new-file = Новий файл
new-window = Нове вікно
open-file = Відкрити файл...
open-recent = Відкрити нещодавній файл
close-file = Закрити файл
menu-open-project = Відкрити проєкт...
open-recent-project = Відкрити нещодавній проєкт
close-project = Закрити проєкт
save = Зберегти
save-as = Зберегти як…
revert-all-changes = Скасувати всі зміни
menu-document-statistics = Статистика документа...
document-type = Тип документа...
encoding = Кодування...
menu-git-management = Керування Git...
print = Друк
quit = Вийти
## Edit
edit = Зміни
undo = Скасувати
redo = Повторити
cut = Вирізати
copy = Копіювати
paste = Вставити
select-all = Вибрати все
find = Пошук
find-in-project = Пошук у проєкті...
spell-check = Перевірка орфографії...
## View
view = Вигляд
indentation = Відступ
### Indentation
automatic-indentation = Автоматичні відступи
tab-width = Ширина табуляції: {$tab_width}
convert-indentation-to-spaces = Перетворити відступи на пропуски
convert-indentation-to-tabs = Перетворити відступи на табуляцію
word-wrap = Перенесення слів
show-line-numbers = Показувати номери рядків
highlight-current-line = Підсвічувати поточний рядок
syntax-highlighting = Підсвічування синтаксису...
menu-settings = Налаштування...
menu-keyboard-shortcuts = Гарячі клавіші...
menu-about = Про текстовий редактор COSMIC