This commit changes the pt-PT translation of Logseq:
- Changed many keys that where translated to Brazilian Portuguese
instead of European Portuguese
- Changed some parts of the translation to be more consistent
with everything else
- Reordered the keys in the translation to match the order of the keys
in the English translation
- Fixed the indentation in the translation
- Added 1 missing translation
* fix: should show error message when entered invalid URL to `macro-video-cp`
* feat: show err msg if arguments passed to `macro-video-cp` is empty
* feat: more friendly msg of `block-error` in `macro-video-cp`
* fix: should show error message when entered invalid URL to `macro-video-cp`
* feat: show err msg if arguments passed to `macro-video-cp` is empty
* feat: more friendly msg of `block-error` in `macro-video-cp`
* feat: change `ui/block-error` to `:span.warning`
* feat: init page route for bug-report
* feat: navigate to bug-report page in dropdown-menu
* feat: add route for bug report tools
* feat: export clipboard to map
* fix: set-step! in promise and remove unused state
* chore: there is no need to actively read from clipboard, just waiting copy-paste from user
* chore: only parse dataTransfer
* feat: initially done the clipboard data inspector
* fix: use `util/copy-to-clipboard!` instead
* feat: init page route for bug-report
* feat: navigate to bug-report page in dropdown-menu
* feat: add route for bug report tools
* feat: export clipboard to map
* fix: set-step! in promise and remove unused state
* feat: initially done the clipboard data inspector
* fix: use `util/copy-to-clipboard!` instead
* fix: remove unused `:require`
* ux: finetune clipbard inspector and bug report
* feat: component `report-item-button`
* fix: update text for clarity
* fix: add subtext to button to fix lint error
* fix: add missing argument
* fix: change bg color to logseq css variable
* fix: remove redundant div box in `report-item-button`
Co-authored-by: Junyi Du <junyidu.cn@gmail.com>
Co-authored-by: Bad3r <bad3r@protonmail.com>
* refactor(pdf): names
* improve(pdf): support highlight region draggable
* improve(pdf): unused class of pdf container
* improve(pdf): unused class of pdf container
* fix(pdf): ensure highlight block ref exists when draging to editor & whiteboard region
Co-authored-by: Bad3r <bad3r@protonmail.com>
Co-authored-by: Andelf <andelf@gmail.com>