Files
community-plugins/bookmarks/translations/en.json
T
dabe695a93 bookmarks-v1.3 feat(add /bk launcher provider) (#165)
* feat: changed keybinds + new keybinds

Changes:

- ctrl+n -> ctrl+j
- ctrl+p -> ctrl+k

Additions:

- ctrl+h or left: return to the root level when in a folder
- ctrl+l or right: get into a folder

* feat: /bk Provider

- feat: /bk Provider
- chore: better preview imgs
- docs: updated README
- chore: updated Turkish translation strings
- chore: updated thumbnail

* feat: keybind changes + index tracking fix

- feat: Some more keybind changes
    - Added: ctrl + n for new bookmark
    - Changed: ctrl + f for search (changed from ctrl + s)
- fix: Added index tracking for bookmark entries
    - For keyboard-centric use, navigating to a folder by accident then
returning to root was annoying since no tracking meant that we'd always
land on the first entry within the folder or the root itself
- docs: updated README to reflected the changes and added a changelog
section

* fix translation merge

---------

Co-authored-by: Lemmy <studio@quadbyte.net>
2026-07-30 21:22:53 -04:00

79 lines
2.9 KiB
JSON

{
"back_button": "Back",
"cancel_button": "Cancel",
"cmd_field": "Shell command",
"delete_folder_button": "Delete folder",
"delete_tooltip": "Delete",
"description_field": "Description (optional)",
"drag_tooltip": "Drag to reorder, or onto a folder to file it inside",
"drop_out_of_folder": "Drop here to move back to the main panel",
"edit_bookmark": "Edit Bookmark",
"edit_folder": "Edit Folder",
"edit_tooltip": "Edit",
"entry_saved": "Saved \"{label}\"",
"entry_updated": "Updated \"{label}\"",
"err_corrupt": "Bookmarks file is corrupt: {error}",
"err_delete_failed": "Failed to delete: {error}",
"err_exit_code": "\"{label}\" exited with code {code}",
"err_label_cmd_required": "Label and command are required",
"err_label_required": "Label is required",
"err_launch_failed": "Failed to launch \"{label}\"",
"err_no_command": "This bookmark has no command",
"err_no_data_dir": "No data directory available",
"err_read_failed": "Failed to read bookmarks: {error}",
"err_reorder_failed": "Failed to reorder: {error}",
"err_save_failed": "Failed to save: {error}",
"folder_deleted": "Deleted folder \"{label}\" and its contents",
"folder_name_field": "Folder name",
"glyph_field": "Glyph name (e.g. bookmark)",
"hide_controls_tooltip": "Hide reorder/edit/delete controls",
"info_cmd_line": "Command: {cmd}",
"info_description_line": "Description: {description}",
"label_field": "Label",
"new_bookmark": "New Bookmark",
"new_folder": "New Folder",
"no_bookmarks": "No bookmarks yet",
"no_search_results": "No matching bookmarks",
"open_tooltip": "Open",
"run_in_background_field": "Run in background",
"run_in_terminal_field": "Run in terminal",
"save_button": "Save",
"search_placeholder": "Search bookmarks...",
"settings": {
"bk_sort_by": {
"description": "How bookmarks are ordered in \"/bk\" results when there's no search text.",
"label": "/bk sort order",
"options": {
"history": "Recently used",
"usage_count": "Most used"
}
},
"data_path": {
"description": "Where data.json is stored. Leave empty to use the default plugin data directory.",
"label": "Data file"
},
"enable_bk_provider": {
"description": "Adds a \"/bk\" launcher command to fuzzy-search and run your bookmarks.",
"label": "Enable /bk launcher provider"
},
"glyph": {
"description": "Bar widget's glyph",
"label": "Glyph"
},
"show_info_button": {
"description": "Show a \"?\" button on bookmarks (not folders) to view their description and command on hover.",
"label": "Show info button"
},
"text": {
"description": "Bar widget's label. Leave empty to display only the glyph.",
"label": "Text"
},
"tooltip": {
"description": "Bar widget's tooltip",
"label": "Tooltip"
}
},
"show_controls_tooltip": "Show reorder/edit/delete controls",
"title": "Bookmarks"
}