8657c6d45e
Base fork workspace pins redox_syscall = '0.7.4' (resolves to 0.7.5). Without this pin, redox-driver-sys pulls in 0.8.1, causing type mismatches in downstream crates like driver-graphics that use both 0.7.5 and 0.8.1 types in the same expression.
111 lines
3.5 KiB
YAML
111 lines
3.5 KiB
YAML
app_name: "Twilight Commander"
|
|
app_version: "tlc %{version}"
|
|
menu_help_fallback: "Help"
|
|
menu_quit: "Quit"
|
|
menu_edit: "Edit"
|
|
menu_view: "View"
|
|
menu_copy: "Copy"
|
|
menu_move: "Move/rename"
|
|
menu_mkdir: "Make directory"
|
|
menu_delete: "Delete"
|
|
menu_info: "File info"
|
|
menu_permission: "Change permissions"
|
|
menu_owner: "Change owner"
|
|
menu_link: "Hard link"
|
|
menu_symlink: "Symbolic link"
|
|
menu_rmdir: "Remove directory"
|
|
menu_find: "Find"
|
|
menu_tree: "Tree"
|
|
menu_hotlist: "Hotlist"
|
|
menu_usermenu: "User menu"
|
|
dialog_save_changes: "Save changes?"
|
|
dialog_save_yes: "Yes"
|
|
dialog_save_no: "No"
|
|
dialog_save_cancel: "Cancel"
|
|
dialog_title_copy: "Copy"
|
|
dialog_title_move: "Move / rename"
|
|
dialog_title_mkdir: "Make directory"
|
|
dialog_title_delete: "Delete"
|
|
dialog_title_find: "Find file"
|
|
dialog_title_info: "File info"
|
|
dialog_title_permission: "Permissions"
|
|
dialog_title_owner: "Owner"
|
|
dialog_title_link: "Create hard link"
|
|
dialog_title_symlink: "Create symbolic link"
|
|
dialog_title_hotlist: "Bookmarks"
|
|
dialog_title_tree: "Directory tree"
|
|
dialog_title_connection: "Connections"
|
|
dialog_title_save_as: "Save as"
|
|
dialog_title_user_menu: "User menu"
|
|
dialog_title_viewer: "Viewer"
|
|
dialog_title_editor: "Editor"
|
|
dialog_title_rename: "Rename"
|
|
dialog_title_rmdir: "Remove directory"
|
|
dialog_title_goto_line: "Go to line"
|
|
dialog_title_goto_col: "Go to column"
|
|
dialog_title_replace: "Replace"
|
|
dialog_title_save_confirm: "Unsaved changes"
|
|
dialog_title_reload: "Reload"
|
|
dialog_label_copy_to: "Copy to"
|
|
dialog_label_move_to: "Move to"
|
|
dialog_label_link_to: "Link to"
|
|
dialog_label_source_mask: "Source mask"
|
|
dialog_label_using_shell_patterns: "Using shell patterns"
|
|
dialog_label_follow_links: "Follow links"
|
|
dialog_label_preserve_attributes: "Preserve attributes"
|
|
dialog_label_dive_into_subdirs: "Dive into subdir if exists"
|
|
dialog_label_stable_symlinks: "Stable symlinks"
|
|
dialog_label_from: "From:"
|
|
dialog_label_items: "Items:"
|
|
dialog_title_quickcd: "Quick cd"
|
|
dialog_label_new_directory: "New directory"
|
|
dialog_label_find: "Find"
|
|
dialog_label_filter: "Filter"
|
|
dialog_label_gid: "GID"
|
|
dialog_label_uid: "UID"
|
|
dialog_label_pattern: "Pattern"
|
|
dialog_label_replace_with: "Replace with"
|
|
dialog_label_search: "Search"
|
|
dialog_action_create: "create"
|
|
dialog_action_cancel: "cancel"
|
|
dialog_action_confirm: "confirm"
|
|
dialog_action_ok: "OK"
|
|
dialog_action_apply: "apply"
|
|
dialog_action_save: "save"
|
|
dialog_action_close: "close"
|
|
dialog_action_select: "select"
|
|
dialog_action_delete: "delete"
|
|
dialog_action_replace: "replace"
|
|
dialog_action_replace_all: "all"
|
|
dialog_action_goto: "go"
|
|
dialog_action_change: "change"
|
|
dialog_action_next: "next"
|
|
dialog_action_prev: "prev"
|
|
dialog_action_search: "search"
|
|
dialog_action_yes: "yes"
|
|
dialog_action_no: "no"
|
|
error_not_implemented: "Not implemented"
|
|
status_copied: "Copied %{count} items to %{dest}"
|
|
status_moved: "Moved %{count} items to %{dest}"
|
|
status_deleted: "Deleted %{count} items"
|
|
status_mkdir: "Created directory %{path}"
|
|
status_loaded: "Loaded %{count} entries"
|
|
status_empty: "(empty)"
|
|
status_select_target: "Select target"
|
|
status_select_source: "Select source"
|
|
status_select_dest: "Select destination"
|
|
status_linked: "Linked %{src} -> %{dst}"
|
|
status_symlinked: "Symlinked %{src} -> %{dst}"
|
|
status_perm_changed: "Permissions changed"
|
|
status_owner_changed: "Owner changed"
|
|
status_renamed: "Renamed: %{old} -> %{new}"
|
|
status_searching: "Searching…"
|
|
status_no_results: "No results"
|
|
status_paused: "Paused"
|
|
status_done: "Done"
|
|
status_failed: "Failed: %{error}"
|
|
status_key_help: "F1 help — see `tlc help` for the key map"
|
|
dialog_title_skin: "Skin selection"
|
|
dialog_label_skin_current: "Current"
|
|
dialog_action_skin_apply: "apply"
|