|
| 1 | +{ |
| 2 | + "app_bar": { |
| 3 | + "search": "Search", |
| 4 | + "refresh": "Refresh", |
| 5 | + "logout": "Logout", |
| 6 | + "clear_all": "Clear all" |
| 7 | + }, |
| 8 | + "login": { |
| 9 | + "title": "Login", |
| 10 | + "server_url": { |
| 11 | + "field": "Server URL", |
| 12 | + "validator": { |
| 13 | + "empty": "Please enter the URL to your Nextcloud instance.", |
| 14 | + "pattern": "Please enter a valid URL" |
| 15 | + } |
| 16 | + }, |
| 17 | + "username": { |
| 18 | + "field": "Username" |
| 19 | + }, |
| 20 | + "password": { |
| 21 | + "field": "Password" |
| 22 | + }, |
| 23 | + "settings": { |
| 24 | + "title": "Advanced Settings", |
| 25 | + "app_password": "Use self generated App Password.\nNeeded for accounts with 2FA.", |
| 26 | + "self_signed_certificate": "Ignore invalid certificate.\nNeeded for self signed certificates.\n(Use at your own risk!)" |
| 27 | + }, |
| 28 | + "button": "Login", |
| 29 | + "retry": "Retry Login!", |
| 30 | + "reset": "Reset Credentials!", |
| 31 | + "errors": { |
| 32 | + "not_reachable": "Cannot reach: {server_url}\n{error_msg}", |
| 33 | + "certificate_failed": "The Certificate of the server could not be verified: {server_url}\n{error_msg}", |
| 34 | + "request_failed": "App Password request failed:\n{error_msg}", |
| 35 | + "parse_failed": "Cannot parse the App Password response!\n{error_msg}", |
| 36 | + "parse_missing": "Cannot find App Password in response!\n{error_msg}", |
| 37 | + "auth_failed": "Username and / or Password is incorrect!", |
| 38 | + "authentication_not_found": "No authentication found in Storage", |
| 39 | + "failed_remove_remote": "Failed to remove remote App Password!", |
| 40 | + "failure": "Login Process could not finish properly.\n{status_code}\n{status_message}", |
| 41 | + "credentials_invalid": "The stored credentials where no longer valid an you have been logged out!", |
| 42 | + "no_internet": "Authentication check was not successful.\nMaybe there is no internet connection?\nError Message: {error_msg}", |
| 43 | + "wrong_status": "Authentication check was not successful.\nMaybe the provided server host is not correct?\nError Message: {error_msg}" |
| 44 | + } |
| 45 | + }, |
| 46 | + "categories": { |
| 47 | + "title": "Cookbook", |
| 48 | + "all_categories": "All", |
| 49 | + "drawer": { |
| 50 | + "import": "Import Recipe", |
| 51 | + "settings": "Settings" |
| 52 | + }, |
| 53 | + "errors": { |
| 54 | + "unknown": "Categories in unknown state", |
| 55 | + "load_failed": "Category load failed: {error_msg}", |
| 56 | + "load_no_response": "Could not retrieve the Categories from the server.", |
| 57 | + "api_version_check_failed": "Failed to check the API version of the server:\n{error_msg}", |
| 58 | + "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}", |
| 59 | + "plugin_missing": "Categories could not be loaded. Make sure that the Cookbook plugin is installed on this Nextcloud instance!" |
| 60 | + } |
| 61 | + }, |
| 62 | + "recipe_list": { |
| 63 | + "title_category": "Category: {category}", |
| 64 | + "errors": { |
| 65 | + "load_failed": "Failed to load Recipes Short!" |
| 66 | + } |
| 67 | + }, |
| 68 | + "recipe": { |
| 69 | + "title": "Recipe:", |
| 70 | + "prep": "Preparation time", |
| 71 | + "cook": "Cooking time", |
| 72 | + "total": "Total time", |
| 73 | + "fields": { |
| 74 | + "name": "Recipe Name:", |
| 75 | + "description": "Recipe Description:", |
| 76 | + "keywords": "Keywords:", |
| 77 | + "category": "Category:", |
| 78 | + "servings": "Servings:", |
| 79 | + "source": "Source:", |
| 80 | + "source_button": "Source", |
| 81 | + "image": "Image:", |
| 82 | + "time": { |
| 83 | + "prep": "Preparation time:", |
| 84 | + "cook": "Cooking time:", |
| 85 | + "total": "Total time:", |
| 86 | + "hours": "Hours", |
| 87 | + "minutes": "Minutes" |
| 88 | + }, |
| 89 | + "nutrition": { |
| 90 | + "title": "Nutrition Information", |
| 91 | + "items": { |
| 92 | + "calories": "Energy", |
| 93 | + "carbohydrateContent": "Carbohydrate", |
| 94 | + "cholesterolContent": "Cholesterol", |
| 95 | + "fatContent": "Fat total", |
| 96 | + "fiberContent": "Fiber", |
| 97 | + "proteinContent": "Protein", |
| 98 | + "saturatedFatContent": "Saturated Fat", |
| 99 | + "servingSize": "Serving size", |
| 100 | + "sodiumContent": "Sodium", |
| 101 | + "sugarContent": "Sugar", |
| 102 | + "transFatContent": "Trans-fat content", |
| 103 | + "unsaturatedFatContent": "Unsaturated-fat content" |
| 104 | + } |
| 105 | + }, |
| 106 | + "tools": "Tools:", |
| 107 | + "ingredients": "Ingredients:", |
| 108 | + "instructions": "Instructions:" |
| 109 | + }, |
| 110 | + "errors": { |
| 111 | + "load_failed": "Failed to load Recipe!" |
| 112 | + } |
| 113 | + }, |
| 114 | + "recipe_edit": { |
| 115 | + "title": "Edit Recipe", |
| 116 | + "button": "Save", |
| 117 | + "errors": { |
| 118 | + "update_failed": "Update Failed {error_msg}" |
| 119 | + } |
| 120 | + }, |
| 121 | + "recipe_create": { |
| 122 | + "title": "Create Recipe", |
| 123 | + "button": "Create", |
| 124 | + "errors": { |
| 125 | + "update_failed": "Create Failed {error_msg}" |
| 126 | + } |
| 127 | + }, |
| 128 | + "recipe_import": { |
| 129 | + "title": "Import Recipe", |
| 130 | + "button": "Import", |
| 131 | + "field": "URL to Recipe", |
| 132 | + "clipboard": "Paste Clipboard", |
| 133 | + "errors": { |
| 134 | + "import_failed": "Import Failed {error_msg}" |
| 135 | + } |
| 136 | + }, |
| 137 | + "search": { |
| 138 | + "title": "Search Recipe", |
| 139 | + "nothing_found": "No recipe found!", |
| 140 | + "errors": { |
| 141 | + "search_failed": "Unable to load all Recipes!\n{error_msg}" |
| 142 | + } |
| 143 | + }, |
| 144 | + "timer": { |
| 145 | + "title": "Your timers", |
| 146 | + "started": "Timer started.", |
| 147 | + "finished": "is finished.", |
| 148 | + "done": "Timer is done.", |
| 149 | + "missing": "You need to set the cooking time to use a timer." |
| 150 | + }, |
| 151 | + "settings": { |
| 152 | + "title": "App Settings", |
| 153 | + "dark_mode": { |
| 154 | + "title": "Dark Mode", |
| 155 | + "system": "System Default", |
| 156 | + "dark": "Always", |
| 157 | + "light": "Never" |
| 158 | + }, |
| 159 | + "language": { |
| 160 | + "title": "Language" |
| 161 | + }, |
| 162 | + "stay_awake": { |
| 163 | + "title": "Stay Awake", |
| 164 | + "subtitle": "Screen will stay on while on the recipe screen." |
| 165 | + }, |
| 166 | + "recipe_font_size": { |
| 167 | + "title": "Recipe Font Size", |
| 168 | + "subtitle": "Changes the font size of recipe tools, ingredients and instructions for better readability." |
| 169 | + }, |
| 170 | + "category_font_size": { |
| 171 | + "title": "Category Font Size", |
| 172 | + "subtitle": "Changes the font size of category title. This can be useful if you have long category names." |
| 173 | + } |
| 174 | + } |
| 175 | +} |
0 commit comments