Skip to content
This repository was archived by the owner on Sep 14, 2024. It is now read-only.

Commit ca11c06

Browse files
committed
Merge branch 'release/0.7.0'
2 parents f680d4e + 718a9b4 commit ca11c06

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+1560
-347
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
distribution: 'adopt'
1414
- uses: subosito/flutter-action@v1
1515
with:
16-
flutter-version: '2.2.0'
16+
flutter-version: '2.5.2'
1717
- run: flutter pub get
1818
- run: flutter build apk --debug
43.8 KB
Loading
30.2 KB
Loading

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
}
66

77
dependencies {
8-
classpath 'com.android.tools.build:gradle:3.5.0'
8+
classpath 'com.android.tools.build:gradle:4.2.0'
99
}
1010
}
1111

android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9.1-all.zip

assets/i18n/cs_CZ.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949
"load_failed": "Načítání kategorie se nezdařilo: {error_msg}",
5050
"load_no_response": "Nepodařilo se získat kategorie ze serveru.",
5151
"api_version_check_failed": "Nepovedlo se zjistit verzi API rozhraní serveru:\n{error_msg}",
52-
"api_version_above_confirmed": "Verze API serveru byla updatována. Některé služby nemusí fungovat, tak jak se očekává. Počkejte prosím na update!\n{version}"
52+
"api_version_above_confirmed": "Verze aplikačního program. rozhraní (API) serveru byla aktualizována. Některé funkce nemusí fungovat, tak jak se očekává. Počkejte prosím na aktualizaci aplikace!\n{version}",
53+
"plugin_missing": "Kategorie se nepodařilo načíst. Ověřte, že je na této instanci Nextcloud nainstalován zásuvný modul kuchařka!"
5354
}
5455
},
5556
"recipe_list": {
@@ -89,6 +90,13 @@
8990
"update_failed": "Aktualizace se nezdařila: {error_msg}"
9091
}
9192
},
93+
"recipe_create": {
94+
"title": "Vytvořit recept",
95+
"button": "Vytvořit recept",
96+
"errors": {
97+
"update_failed": "Vytvoření se nezdařilo {error_msg}"
98+
}
99+
},
92100
"recipe_import": {
93101
"title": "Importovat recept",
94102
"button": "Importovat",
@@ -99,7 +107,10 @@
99107
}
100108
},
101109
"search": {
102-
"title": "Hledat",
103-
"nothing_found": "Nenalezen žádný recept!"
110+
"title": "Hledat recept",
111+
"nothing_found": "Nenalezen žádný recept!",
112+
"errors": {
113+
"search_failed": "Nedaří se načíst veškeré recepty!\n{error_msg}"
114+
}
104115
}
105116
}

assets/i18n/de.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949
"load_failed": "Laden der Kategorien ist fehlgeschlagen: {error_msg}",
5050
"load_no_response": "Kategorien konnten vom Server nicht abgerufen werden.",
5151
"api_version_check_failed": "API-Version auf dem Server konnte nicht geprüft werden:\n{error_msg}",
52-
"api_version_above_confirmed": "Die API-Version des Servers wurde aktualisiert. Einige Funktionen funktionieren möglicherweise nicht wie erwartet. Bitte warten Sie auf eine Aktualisierung!\n{version}"
52+
"api_version_above_confirmed": "Die API-Version des Servers wurde aktualisiert. Einige Funktionen funktionieren möglicherweise nicht wie erwartet. Bitte warten Sie auf eine Aktualisierung!\n{version}",
53+
"plugin_missing": "Kategorien konnten nicht geladen werden. Stelle sicher, dass das Plugin cookbook auf dieser Nextcloud-Instanz geladen ist!"
5354
}
5455
},
5556
"recipe_list": {
@@ -89,6 +90,13 @@
8990
"update_failed": "Aktualisierung fehlgeschlagen {error_msg}"
9091
}
9192
},
93+
"recipe_create": {
94+
"title": "Neues Rezept anlegen",
95+
"button": "Neues Rezept anlegen",
96+
"errors": {
97+
"update_failed": "Anlegen fehlgeschlagen {error_msg}"
98+
}
99+
},
92100
"recipe_import": {
93101
"title": "Rezept importieren",
94102
"button": "Importieren",
@@ -99,7 +107,10 @@
99107
}
100108
},
101109
"search": {
102-
"title": "Suchen",
103-
"nothing_found": "Kein Rezept gefunden!"
110+
"title": "Rezept suchen",
111+
"nothing_found": "Kein Rezept gefunden!",
112+
"errors": {
113+
"search_failed": "Es konnten nicht alle Rezepte geladen werden!\n​{error_msg}"
114+
}
104115
}
105116
}

assets/i18n/de_DE.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949
"load_failed": "Laden der Kategorien ist fehlgeschlagen: {error_msg}",
5050
"load_no_response": "Kategorien konnten vom Server nicht abgerufen werden.",
5151
"api_version_check_failed": "API-Version auf dem Server konnte nicht geprüft werden:\n{error_msg}",
52-
"api_version_above_confirmed": "Die API-Version des Servers wurde aktualisiert. Einige Funktionen funktionieren möglicherweise nicht wie erwartet. Bitte warten Sie auf eine Aktualisierung!\n{version}"
52+
"api_version_above_confirmed": "Die API-Version des Servers wurde aktualisiert. Einige Funktionen funktionieren möglicherweise nicht wie erwartet. Bitte warten Sie auf eine Aktualisierung!\n{version}",
53+
"plugin_missing": "Kategorien konnten nicht geladen werden. Stellen Sie sicher, dass das Kochbuch-Plugin auf dieser Nextcloud installiert ist!"
5354
}
5455
},
5556
"recipe_list": {
@@ -89,6 +90,13 @@
8990
"update_failed": "Aktualisierung fehlgeschlagen {error_msg}"
9091
}
9192
},
93+
"recipe_create": {
94+
"title": "Rezept erstellen",
95+
"button": "Rezept erstellen",
96+
"errors": {
97+
"update_failed": "Erstellung fehlgeschlagen {error_msg}"
98+
}
99+
},
92100
"recipe_import": {
93101
"title": "Rezept importieren",
94102
"button": "Importieren",
@@ -99,7 +107,10 @@
99107
}
100108
},
101109
"search": {
102-
"title": "Suche",
103-
"nothing_found": "Kein Rezept gefunden!"
110+
"title": "Rezept suchen",
111+
"nothing_found": "Kein Rezept gefunden!",
112+
"errors": {
113+
"search_failed": "Es konnten nicht alle Rezepte geladen werden!\n{error_msg}"
114+
}
104115
}
105116
}

assets/i18n/en.json

Lines changed: 43 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"app_bar": {
33
"search": "Search",
44
"refresh": "Refresh",
5-
"logout": "Logout"
5+
"logout": "Logout",
6+
"clear_all": "Clear all"
67
},
78
"login": {
89
"title": "Login",
@@ -42,15 +43,16 @@
4243
"title": "Cookbook",
4344
"all_categories": "All",
4445
"drawer": {
45-
"import": "Import Recipe"
46+
"import": "Import Recipe",
47+
"settings": "Settings"
4648
},
4749
"errors": {
4850
"unknown": "Categories in unknown state",
49-
"load_failed": "Category Load Failed: {error_msg}",
51+
"load_failed": "Category load failed: {error_msg}",
5052
"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!"
5456
}
5557
},
5658
"recipe_list": {
@@ -61,6 +63,9 @@
6163
},
6264
"recipe": {
6365
"title": "Recipe:",
66+
"prep": "Preparation time",
67+
"cook": "Cooking time",
68+
"total": "Total time",
6469
"fields": {
6570
"name": "Recipe Name:",
6671
"description": "Recipe Description:",
@@ -85,14 +90,14 @@
8590
},
8691
"recipe_edit": {
8792
"title": "Edit Recipe",
88-
"button": "Update Recipe",
93+
"button": "Edit",
8994
"errors": {
9095
"update_failed": "Update Failed {error_msg}"
9196
}
9297
},
9398
"recipe_create": {
9499
"title": "Create Recipe",
95-
"button": "Create Recipe",
100+
"button": "Create",
96101
"errors": {
97102
"update_failed": "Create Failed {error_msg}"
98103
}
@@ -112,5 +117,35 @@
112117
"errors": {
113118
"search_failed": "Unable to load all Recipes!\n{error_msg}"
114119
}
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+
}
115150
}
116151
}

assets/i18n/es.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949
"load_failed": "Fallo al cargar categorías: {error_msg}",
5050
"load_no_response": "No se han podido recuperar las Categorías desde el servidor.",
5151
"api_version_check_failed": "Fallo al comprobar la versión API del servidor:\n{error_msg}",
52-
"api_version_above_confirmed": "Se ha actualizado la versión de la API del servidor. Algunas características puede que no funcionen como se espera. ¡Por favor, espere a una actualización!\n{version}"
52+
"api_version_above_confirmed": "Se ha actualizado la versión de la API del servidor. Algunas características puede que no funcionen como se espera. ¡Por favor, espere a una actualización!\n{version}",
53+
"plugin_missing": "No se han podido cargar las categorías. ¡Asegúrate que el plugin cookbook está instalado en esta instancia de Nextcloud!"
5354
}
5455
},
5556
"recipe_list": {
@@ -89,6 +90,13 @@
8990
"update_failed": "La actualización falló {error_msg}"
9091
}
9192
},
93+
"recipe_create": {
94+
"title": "Crear receta",
95+
"button": "Crear receta",
96+
"errors": {
97+
"update_failed": "Fallo al crear {error_msg}"
98+
}
99+
},
92100
"recipe_import": {
93101
"title": "Impotar receta",
94102
"button": "Importar",
@@ -99,7 +107,10 @@
99107
}
100108
},
101109
"search": {
102-
"title": "Buscar",
103-
"nothing_found": "¡No se ha encontrado la receta!"
110+
"title": "Buscar receta",
111+
"nothing_found": "¡No se ha encontrado la receta!",
112+
"errors": {
113+
"search_failed": "¡No es posible cargar todas las recetas!\n{error_msg}"
114+
}
104115
}
105116
}

0 commit comments

Comments
 (0)