This file contains hidden or 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
| :translation-key | :string-to-translate | :file | | |
|--------------------------------------------------+-------------------------------------------------------+---------------------| | |
| :cards-view | View cards | frontend/dicts.cljs | | |
| :delete | Delete | frontend/dicts.cljs | | |
| :export-graph | Export graph | frontend/dicts.cljs | | |
| :export-page | Export page | frontend/dicts.cljs | | |
| :graph-search | Search graph | frontend/dicts.cljs | | |
| :open-new-window | New window |
This file contains hidden or 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
$ node static/tests.js -r dsl |grep EXAMPLE: | grep -v -E 'and|or|not' | uniq | |
EXAMPLE: (property ?b :prop-a "val-a") | |
EXAMPLE: (property ?b :prop-b "val-b") | |
EXAMPLE: (property ?b :prop-c "page c") | |
EXAMPLE: (property ?b :prop-c "page b") | |
EXAMPLE: (property ?b :prop-c "page c") | |
EXAMPLE: (property ?b :prop-b "val-b") | |
EXAMPLE: (property ?b :prop-num 2000) | |
EXAMPLE: (property ?b :prop-linked-num 3000) |