-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add: basic TODO.md for tracking * add: export favorites command to workflow * remove: buggy and node-hanging test * update: meta data of workflow and github repo * update: mock of favorites.json into Ukrainian * update: version to 2.0.1 in packate.json * update: better translation for some commands' tips Co-authored-by: Eugene Chulkov <your_email>
- Loading branch information
1 parent
618e02c
commit 37ce5c5
Showing
8 changed files
with
64 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
-------- | ||
Alfred-translayta | ||
-------- | ||
|
||
# TODO | ||
`[X]` regerate favorites.json with `ukrainian` translations | ||
`[X]` clean-up the show-settings.js ⤵️ | ||
`[X]` finish `Settings -> Favs exports` command | ||
`[ ]` migrate to `[email protected]` - the current one is `0.11.1` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
{ | ||
"indeed": "в самом деле", | ||
"embrace": "охватывать, объятия, обнимать", | ||
"versatile": "разносторонний", | ||
"rapture": "упоение, восторг, восхищать", | ||
"conjure": "заклинать, колдовать", | ||
"dwell": "обитать, жить, выдержка", | ||
"generosity": "щедрость", | ||
"essential": "существенный, сущность", | ||
"vivid": "яркий", | ||
"fleet": "флот, быстрый, миновать", | ||
"retrieve": "извлекать", | ||
"opt-out": "отказаться, уклоняться", | ||
"disruption": "нарушение, разрушение", | ||
"reluctantly": "неохотно", | ||
"savage": "дикарь, дикий, жестоко обходиться", | ||
"discretion": "осмотрительность, усмотрение", | ||
"ubiquity": "вездесущность, повсеместность", | ||
"eligible": "подходящий, имеющий право", | ||
"chime": "перезвон, перезвон, звонить", | ||
"adore": "обожать, обожать", | ||
"revolt": "восстание, восставать", | ||
"chase": "гнаться, преследовать, погоня" | ||
"indeed": "насправді", | ||
"embrace": "обійми, охват, обіймати", | ||
"versatile": "різносторонній", | ||
"rapture": "захоплення, екстаз, викрадення", | ||
"conjure": "благати, показувати фокуси, чаклувати", | ||
"dwell": "мешкати, існувати, міркувати", | ||
"generosity": "щедрість", | ||
"essential": "істотний, суттєвий, неодмінний", | ||
"vivid": "яскравий, жвавий, чіткий", | ||
"fleet": "скороминучий, швидкий", | ||
"retrieve": "виправляти, відновлювати, повернути собі", | ||
"opt-out": "відмовитися", | ||
"disruption": "прорив, крах", | ||
"reluctantly": "неохоче", | ||
"savage": "дикун, дикий, неприборканий", | ||
"discretion": "розсуд, обережність, свобода дій", | ||
"ubiquity": "повсемісність", | ||
"eligible": "прийнятний", | ||
"chime": "передзвін, дзвін годинника, дзвіночок", | ||
"adore": "поклонятися, величати, обожнювати", | ||
"revolt": "зрив, повстання, протест", | ||
"chase": "погоня, переслідування, цькування, полювання" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "alfred-translayta", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Alfred workflow, which translates in uk-en/en-uk directions, save words to favorites.", | ||
"main": "index.js", | ||
"scripts": { | ||
|
@@ -11,7 +11,7 @@ | |
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:eugenechu/alfred-translayta.git" | ||
"url": "[email protected]:dev99problems/alfred-translayta.git" | ||
}, | ||
"author": { | ||
"name": "Eugene Chulkov", | ||
|
@@ -34,9 +34,9 @@ | |
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/eugenechu/alfred-translayta/issues" | ||
"url": "https://github.com/dev99problems/alfred-translayta/issues" | ||
}, | ||
"homepage": "https://github.com/eugenechu/alfred-translayta#readme", | ||
"homepage": "https://github.com/dev99problems/alfred-translayta#readme", | ||
"dependencies": { | ||
"@vitalets/google-translate-api": "^5.0.0", | ||
"alfy": "0.11.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters