Files
community-plugins/bookmarks/translations/en.json
T
2026-08-05 17:59:17 -04:00

123 lines
4.6 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": {
"delete_tooltip": "Delete",
"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_tooltip": "Edit",
"hide_controls_tooltip": "Hide reorder/edit/delete controls",
"show_controls_tooltip": "Show reorder/edit/delete controls"
},
"edit_bookmark": "Edit Bookmark",
"edit_folder": "Edit Folder",
"edit_tooltip": "Edit",
"entry_form": {
"cancel_button": "Cancel",
"cmd_field": "Shell command",
"description_field": "Description (optional)",
"edit_bookmark": "Edit Bookmark",
"edit_folder": "Edit Folder",
"err_label_cmd_required": "Label and command are required",
"err_label_required": "Label is required",
"folder_name_field": "Folder name",
"glyph_field": "Glyph name (e.g. bookmark)",
"label_field": "Label",
"new_bookmark": "New Bookmark",
"new_folder": "New Folder",
"run_in_background_field": "Run in background",
"run_in_terminal_field": "Run in terminal",
"save_button": "Save"
},
"entry_saved": "Saved \"{label}\"",
"entry_updated": "Updated \"{label}\"",
"err": {
"corrupt": "Bookmarks file is corrupt: {error}",
"delete_failed": "Failed to delete: {error}",
"exit_code": "\"{label}\" exited with code {code}",
"launch_failed": "Failed to launch \"{label}\"",
"no_command": "This bookmark has no command",
"no_data_dir": "No data directory available",
"read_failed": "Failed to read bookmarks: {error}",
"reorder_failed": "Failed to reorder: {error}",
"save_failed": "Failed to save: {error}"
},
"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": {
"delete_folder_button": "Delete folder",
"folder_deleted": "Deleted folder \"{label}\" and its contents"
},
"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}",
"description_line": "Description: {description}"
},
"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"
}