Skip to content

Commit

Permalink
fix(translations): fix translations
Browse files Browse the repository at this point in the history
  • Loading branch information
simonoppowa committed Sep 27, 2024
1 parent c6a1c0e commit 61a08c5
Show file tree
Hide file tree
Showing 7 changed files with 192 additions and 183 deletions.
4 changes: 4 additions & 0 deletions lib/generated/intl/messages_de.dart
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ class MessageLookup extends MessageLookupByLibrary {
"dinnerLabel": MessageLookupByLibrary.simpleMessage("Abendessen"),
"disclaimerText": MessageLookupByLibrary.simpleMessage(
"OpenNutriTracker ist keine medizinische Anwendung. Alle bereitgestellten Daten sind nicht validiert und sollten mit Vorsicht verwendet werden. Bitte pflegen Sie einen gesunden Lebensstil und konsultieren Sie einen Fachmann, wenn Sie Probleme haben. Die Verwendung während einer Krankheit, Schwangerschaft oder Stillzeit wird nicht empfohlen.\n\n\nDie Anwendung befindet sich noch in der Entwicklung. Fehler, Bugs und Abstürze können auftreten."),
"editItemDialogTitle":
MessageLookupByLibrary.simpleMessage("Eintrag aktualisieren"),
"editMealLabel":
MessageLookupByLibrary.simpleMessage("Mahlzeit bearbeiten"),
"energyLabel": MessageLookupByLibrary.simpleMessage("Energie"),
Expand Down Expand Up @@ -139,6 +141,8 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Neue Aufnahme hinzugefügt"),
"itemDeletedSnackbar":
MessageLookupByLibrary.simpleMessage("Eintrag gelöscht"),
"itemUpdatedSnackbar":
MessageLookupByLibrary.simpleMessage("Eintrag aktualisiert"),
"kcalLabel": MessageLookupByLibrary.simpleMessage("kcal"),
"kcalLeftLabel": MessageLookupByLibrary.simpleMessage("kcal übrig"),
"kgLabel": MessageLookupByLibrary.simpleMessage("kg"),
Expand Down
15 changes: 9 additions & 6 deletions lib/generated/intl/messages_en.dart
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("GPL-3.0 license"),
"appTitle": MessageLookupByLibrary.simpleMessage("OpenNutriTracker"),
"appVersionName": m0,
"baseQuantityLabel":
MessageLookupByLibrary.simpleMessage("Base quantity (g/ml)"),
"betaVersionName": MessageLookupByLibrary.simpleMessage("[Beta]"),
"bmiInfo": MessageLookupByLibrary.simpleMessage(
"Body Mass Index (BMI) is a index to classify overweight and obesity in adults. It is defined as weight in kilograms divided by the square of height in meters (kg/m²).\n\nBMI does not differentiate between fat and muscle mass and can be misleading for some individuals."),
Expand Down Expand Up @@ -100,6 +102,8 @@ class MessageLookup extends MessageLookupByLibrary {
"dinnerLabel": MessageLookupByLibrary.simpleMessage("Dinner"),
"disclaimerText": MessageLookupByLibrary.simpleMessage(
"OpenNutriTracker is not a medical application. All data provided is not validated and should be used with caution. Please maintain a healthy lifestyle and consult a professional if you have any problems. Use during illness, pregnancy or lactation is not recommended.\n\n\nThe application is still under development. Errors, bugs and crashes may occur."),
"editItemDialogTitle":
MessageLookupByLibrary.simpleMessage("Edit item"),
"editMealLabel": MessageLookupByLibrary.simpleMessage("Edit meal"),
"energyLabel": MessageLookupByLibrary.simpleMessage("energy"),
"errorFetchingProductData": MessageLookupByLibrary.simpleMessage(
Expand Down Expand Up @@ -134,19 +138,18 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage("Added new intake"),
"itemDeletedSnackbar":
MessageLookupByLibrary.simpleMessage("Item deleted"),
"itemUpdatedSnackbar":
MessageLookupByLibrary.simpleMessage("Item updated"),
"kcalLabel": MessageLookupByLibrary.simpleMessage("kcal"),
"kcalLeftLabel": MessageLookupByLibrary.simpleMessage("kcal left"),
"kgLabel": MessageLookupByLibrary.simpleMessage("kg"),
"lunchExample":
MessageLookupByLibrary.simpleMessage("e.g. pizza, salad, rice ..."),
"lunchLabel": MessageLookupByLibrary.simpleMessage("Lunch"),
"mealBrandsLabel": MessageLookupByLibrary.simpleMessage("Brands"),
"mealCarbsLabel":
MessageLookupByLibrary.simpleMessage("carbs per 100 g/ml"),
"mealFatLabel":
MessageLookupByLibrary.simpleMessage("fat per 100 g/ml"),
"mealKcalLabel":
MessageLookupByLibrary.simpleMessage("kcal per 100 g/ml"),
"mealCarbsLabel": MessageLookupByLibrary.simpleMessage("carbs per"),
"mealFatLabel": MessageLookupByLibrary.simpleMessage("fat per"),
"mealKcalLabel": MessageLookupByLibrary.simpleMessage("kcal per"),
"mealNameLabel": MessageLookupByLibrary.simpleMessage("Meal name"),
"mealProteinLabel":
MessageLookupByLibrary.simpleMessage("protein per 100 g/ml"),
Expand Down
Loading

0 comments on commit 61a08c5

Please sign in to comment.