1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-05-28 05:46:23 +02:00
crowbook/lang/lib/en.yml
2023-08-19 02:41:12 +02:00

16 lines
507 B
YAML

ui:
rendering: Rendering...
waiting: waiting...
error:
no_string: "%{s} is not a string"
no_string_vector: "%{s} is not a string vector"
no_path: "%{s} is not a path"
no_bool: "%{s} is not a boolean"
no_char: "%{s} is not a char"
no_i32: "%{s} is not an i32"
no_f32: "%{s} is not a f32"
renderer:
no_output: This renderer does not support the auto output
file_creation: "could not create file '%{file}': '%{err}"
write: "could not write book content to file '{file}': {err}"