Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 20 additions & 20 deletions src/lang/uk-ua.json
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
"info-scroll-settings": "This settings contain scroll settings including text wrap.",
"info-animation": "If the app feels laggy, disable animation.",
"info-quicktoolstriggermode": "If button in quick tools is not working, try to change this value.",
"info-checkForAppUpdates": "Check for app updates automatically.",
"info-checkForAppUpdates": "Автоматично перевіряти наявність оновлень для додатка.",
"info-quickTools": "Show or hide quick tools.",
"info-showHiddenFiles": "Show hidden files and folders. (Start with .)",
"info-all_file_access": "Увімкнути доступ до /sdcard та /storage у терміналі.",
Expand Down Expand Up @@ -334,7 +334,7 @@
"close": "Закрити",
"explore": "Explore",
"key bindings updated": "Key bindings updated",
"search in files": "Search in files",
"search in files": "Пошук у файлах",
"exclude files": "Exclude files",
"include files": "Include files",
"search result": "{matches} results in {files} files.",
Expand All @@ -350,20 +350,20 @@
"shortcut buttons": "Кнопки швидкого доступу",
"no result": "Немає результатів",
"searching...": "Пошук...",
"quicktools:ctrl-key": "Control/Command key",
"quicktools:tab-key": "Tab key",
"quicktools:shift-key": "Shift key",
"quicktools:ctrl-key": "Клавіша Control/Command",
"quicktools:tab-key": "Клавіша Tab",
"quicktools:shift-key": "Клавіша Shift",
"quicktools:undo": "Скасувати",
"quicktools:redo": "Повторити",
"quicktools:search": "Search in file",
"quicktools:save": "Save file",
"quicktools:esc-key": "Escape key",
"quicktools:search": "Пошук у файлі",
"quicktools:save": "Зберегти файл",
"quicktools:esc-key": "Клавіша Escape",
"quicktools:curlybracket": "Insert curly bracket",
"quicktools:squarebracket": "Insert square bracket",
"quicktools:parentheses": "Insert parentheses",
"quicktools:anglebracket": "Insert angle bracket",
"quicktools:left-arrow-key": "Left arrow key",
"quicktools:right-arrow-key": "Right arrow key",
"quicktools:left-arrow-key": "Клавіша зі стрілкою вліво",
"quicktools:right-arrow-key": "Клавіша зі стрілкою вправо",
"quicktools:up-arrow-key": "Up arrow key",
"quicktools:down-arrow-key": "Down arrow key",
"quicktools:moveline-up": "Move line up",
Expand All @@ -377,8 +377,8 @@
"quicktools:equal": "Insert equal symbol",
"quicktools:slash": "Insert slash symbol",
"quicktools:exclamation": "Insert exclamation",
"quicktools:alt-key": "Alt key",
"quicktools:meta-key": "Windows/Meta key",
"quicktools:alt-key": "Клавіша Alt",
"quicktools:meta-key": "Клавіша Windows/Meta",
"info-quicktoolssettings": "Customize shortcut buttons and keyboard keys in the Quicktools container below the editor to enhance your coding experience.",
"info-excludefolders": "Use the pattern **/node_modules/** to ignore all files from the node_modules folder. This will exclude the files from being listed and will also prevent them from being included in file searches.",
"missed files": "Scanned {count} files after search started and will not be included in search.",
Expand Down Expand Up @@ -411,11 +411,11 @@
"no_unread_notifications": "Немає непрочитаних повідомлень",
"should_use_current_file_for_preview": "Should use Current File For preview instead of default (index.html)",
"fade fold widgets": "Fade Fold Widgets",
"quicktools:home-key": "Home Key",
"quicktools:end-key": "End Key",
"quicktools:pageup-key": "PageUp Key",
"quicktools:pagedown-key": "PageDown Key",
"quicktools:delete-key": "Delete Key",
"quicktools:home-key": "Клавіша Home",
"quicktools:end-key": "Клавіша End",
"quicktools:pageup-key": "Клавіша PageUp",
"quicktools:pagedown-key": "Клавіша PageDown",
"quicktools:delete-key": "Клавіша Delete",
"quicktools:tilde": "Insert tilde symbol",
"quicktools:backtick": "Insert backtick",
"quicktools:hash": "Insert Hash symbol",
Expand All @@ -424,8 +424,8 @@
"quicktools:caret": "Insert caret symbol",
"plugin_enabled": "Plugin enabled",
"plugin_disabled": "Plugin disabled",
"enable_plugin": "Enable this Plugin",
"disable_plugin": "Disable this Plugin",
"enable_plugin": "Увімкнути цей плагін",
"disable_plugin": "Вимкнути цей плагін",
"open_source": "Open Source",
"terminal settings": "Налаштування терміналу",
"font ligatures": "Font Ligatures",
Expand Down Expand Up @@ -453,7 +453,7 @@
"prompt update check consent message": "Acode може перевіряти наявність нових оновлень програми, коли ви перебуваєте в мережі. Увімкнути перевірку оновлень?",
"keywords": "Keywords",
"author": "Автор",
"filtered by": "Filtered by",
"filtered by": "Відфільтровано за",
"clean install state": "Clean Install State",
"backup created": "Резервна копія створена",
"restore completed": "Відновлення завершено",
Expand Down
Loading