_version = 1
[general]
yes = "Yes"
no = "No"
yes_simple = "yes"
no_simple = "no"
quit = "Quit"
file = "File"
directory = "Directory"
proceed = "Proceed"
[recipes]
delete_msg = "Deleted recipe at %{path}."
external = """This recipe is managed externally (e.g. by home-manager or GNU stow).
It is safe to change: only the symlink will be updated, and the source will not be modified.
You may need to make the same change in the source configuration manually."""
[menus]
multiselect_help = "↑↓ to move, space to select one, → to all, ← to none, type to filter"
recipe_overwrite = "This will overwrite the existing recipe '%{recipe}'. Are you sure?"
select_help = "↑↓ to move, enter to select, type to filter"
[menus.imprint]
filter_rec = "Select which files to include. Press enter to confirm."
get_desc = "Recipe Description:"
get_name = "Recipe Name:"
invalid_yn = "Invalid answer, try typing 'y' for yes or 'n' for no"
name_required = "A name for the recipe is required"
selected_count = "%{count} files selected"
[menus.editor]
what_next = "Select the option to inspect/edit"
curr_val = "Current Value"
save = "You have unsaved changes."
get_content_name = "Path for the new content:"
select_content = "Select the file/directory to edit:"
content_name_required = "A name is required"
invalid_content_name = "Content with that name already exists, remove it first"
[menus.evoke]
pick = "Select a recipe to evoke:"
[editor.actions]
add_content = "Add a file or directory"
edit_content = "Edit a file or directory"
remove_contents = "Remove files or directories"
description = "Edit recipe description"
name = "Edit recipe name"
[editor.exit]
save = "Save changes and exit"
exit = "Exit without saving"
cancel = "Cancel"
[contexts]
config = "loading config"
delete = "deleting recipe"
evocation = "evoking recipe"
gather = "gathering recipes"
imprinting = "imprinting recipe"
man = "generating man pages"
tempfile = "creating temporary directory or file"
[errors]
ambiguous = "ambiguous query"
deserialise = "deserialization error: could not deserialize data from %{which} (while %{context})"
destruction = "%{name} already exists; use -s to overwrite"
evoke = "could not build `%{recipe}` in '%{target}'"
exclude = "imprint: invalid value for flag `--exclude`"
fs_denied = "permission denied: could not access %{which} (while %{context})"
interrupted = "operation was interrupted"
invalid = "invalid %{subject}"
no_cwd = "the current directory does not exist"
none_specified = "no %{subject} specified"
not_tty = "the input device is not a TTY"
not_utf8 = "%{file} is not valid UTF-8"
serialise = "serialization error: could not serialize data to %{which} (while %{context})"
[warnings]
child_failed = "could not run command '%{child}'"
invalid_recipe = "%{path} is not a valid recipe"
storage_full = "storage full: could not write %{what}"
subcommand_suppressed = "subcommand suppressed by one or more flags"
toml_all = "the above is not a list of valid recipe files—do not attempt to deserialize it"
[subject]
recipe = "recipe"
recipes = "recipes"