|
2 | 2 | "app_bar": {
|
3 | 3 | "search": "Search",
|
4 | 4 | "refresh": "Refresh",
|
5 |
| - "logout": "Logout" |
| 5 | + "logout": "Logout", |
| 6 | + "clear_all": "Clear all" |
6 | 7 | },
|
7 | 8 | "login": {
|
8 | 9 | "title": "Login",
|
|
42 | 43 | "title": "Cookbook",
|
43 | 44 | "all_categories": "All",
|
44 | 45 | "drawer": {
|
45 |
| - "import": "Import Recipe" |
| 46 | + "import": "Import Recipe", |
| 47 | + "settings": "Settings" |
46 | 48 | },
|
47 | 49 | "errors": {
|
48 | 50 | "unknown": "Categories in unknown state",
|
49 |
| - "load_failed": "Category Load Failed: {error_msg}", |
| 51 | + "load_failed": "Category load failed: {error_msg}", |
50 | 52 | "load_no_response": "Could not retrieve the Categories from the server.",
|
51 |
| - "api_version_check_failed": "Failed to check the API version of the Server:\n{error_msg}", |
52 |
| - "api_version_above_confirmed": "The API version of the Server was Updated. Some features might not work as expected. Please wait for an update!\n{version}", |
53 |
| - "plugin_missing": "Categories could not be loaded. Make sure that the cookbook plugin is installed on this nextcloud instance!" |
| 53 | + "api_version_check_failed": "Failed to check the API version of the server:\n{error_msg}", |
| 54 | + "api_version_above_confirmed": "The API version of the server was updated. Some features might not work as expected. Please wait for an update!\n{version}", |
| 55 | + "plugin_missing": "Categories could not be loaded. Make sure that the Cookbook plugin is installed on this Nextcloud instance!" |
54 | 56 | }
|
55 | 57 | },
|
56 | 58 | "recipe_list": {
|
|
61 | 63 | },
|
62 | 64 | "recipe": {
|
63 | 65 | "title": "Recipe:",
|
| 66 | + "prep": "Preparation time", |
| 67 | + "cook": "Cooking time", |
| 68 | + "total": "Total time", |
64 | 69 | "fields": {
|
65 | 70 | "name": "Recipe Name:",
|
66 | 71 | "description": "Recipe Description:",
|
|
85 | 90 | },
|
86 | 91 | "recipe_edit": {
|
87 | 92 | "title": "Edit Recipe",
|
88 |
| - "button": "Update Recipe", |
| 93 | + "button": "Edit", |
89 | 94 | "errors": {
|
90 | 95 | "update_failed": "Update Failed {error_msg}"
|
91 | 96 | }
|
92 | 97 | },
|
93 | 98 | "recipe_create": {
|
94 | 99 | "title": "Create Recipe",
|
95 |
| - "button": "Create Recipe", |
| 100 | + "button": "Create", |
96 | 101 | "errors": {
|
97 | 102 | "update_failed": "Create Failed {error_msg}"
|
98 | 103 | }
|
|
112 | 117 | "errors": {
|
113 | 118 | "search_failed": "Unable to load all Recipes!\n{error_msg}"
|
114 | 119 | }
|
| 120 | + }, |
| 121 | + "timer": { |
| 122 | + "title": "Your timers", |
| 123 | + "started": "Timer started.", |
| 124 | + "finished": " is finished.", |
| 125 | + "done": "Timer is done." |
| 126 | + }, |
| 127 | + "settings": { |
| 128 | + "title": "App Settings", |
| 129 | + "dark_mode": { |
| 130 | + "title": "Dark Mode", |
| 131 | + "system": "System Default", |
| 132 | + "dark": "Always", |
| 133 | + "light": "Never" |
| 134 | + }, |
| 135 | + "language": { |
| 136 | + "title": "Language" |
| 137 | + }, |
| 138 | + "stay_awake": { |
| 139 | + "title": "Stay Awake", |
| 140 | + "subtitle": "Screen will stay on while on the recipe screen." |
| 141 | + }, |
| 142 | + "recipe_font_size": { |
| 143 | + "title": "Recipe Font Size", |
| 144 | + "subtitle": "Changes the font size of recipe tools, ingredients and instructions for better readability." |
| 145 | + }, |
| 146 | + "category_font_size": { |
| 147 | + "title": "Category Font Size", |
| 148 | + "subtitle": "Changes the font size of category title. This can be useful if you have long category names." |
| 149 | + } |
115 | 150 | }
|
116 | 151 | }
|
0 commit comments