Commit edae378

derdilla <derdilla06@gmail.com>
2023-06-10 18:03:09
add template to german translation
1 parent fbb6eaf
Changed files (1)
lib
lib/l10n/app_de.arb
@@ -1,5 +1,46 @@
 {
   "title": "Blutdruck app",
+
+  "success": "Success: {msg}",
+  "@success": {
+    "placeholders": {
+      "msg": {
+        "type": "String"
+      }
+    }
+  },
+  "loading": "loading...",
+  "error": "Error: {msg}",
+  "@error": {
+    "placeholders": {
+      "msg": {
+        "type": "String"
+      }
+    }
+  },
+  "errNaN": "Bitte Zahl eingeben",
+  "errLt30": "Wert < 30? Deaktiviere Prüfung in Einstellungen!",
+  "errUnrealistic": "Fehleingabe? Deaktiviere validierung in den Einstellungen!",
+  "errUnknown": "unknown error",
+  "errCantOpenURL": "Can't open URL: {url}",
+  "@errCantOpenURL": {
+    "placeholders": {
+      "url": {
+        "type": "String"
+      }
+    }
+  },
+  "errNoFileOpened": "no file opened",
+  "errNotStarted": "not started'",
+  "errNoValue": "Please enter a value",
+  "errNotEnoughDataToGraph": "not enough data to draw graph",
+  "errNoData": "no data",
+
+  "btnCancel": "ABBRECHEN",
+  "btnSave": "OK",
+  "btnConfirm": "CONFIRM",
+  "btnUndo": "UNDO",
+
   "sysLong": "Systolisch",
   "sysShort": "sys",
   "diaLong": "Diastolisch",
@@ -7,9 +48,92 @@
   "pulLong": "Puls",
   "pulShort": "pul",
   "addNote": "Notiz (optional)",
-  "errNaN": "Bitte Zahl eingeben",
-  "errLt30": "Wert < 30? Deaktiviere Prüfung in Einstellungen!",
-  "errUnrealistic": "Fehleingabe? Deaktiviere validierung in den Einstellungen!",
-  "btnCancel": "ABBRECHEN",
-  "btnSave": "OK"
+
+  "layout": "layout",
+  "allowManualTimeInput": "allow manual time input",
+  "enterTimeFormatScreen": "time format",
+  "followSystemDarkMode": "follow system dark mode",
+  "darkMode": "enable dark mode",
+  "iconSize": "icon size",
+  "graphLineThickness": "line thickness",
+  "animationSpeed": "animation duration",
+  "graphTitlesCount": "graph label count",
+  "accentColor": "theme color",
+  "sysColor": "systolic color",
+  "diaColor": "diastolic color",
+  "pulColor": "pulse color",
+  "behavior": "behavior",
+  "validateInputs": "validate inputs",
+  "confirmDeletion": "confirm deletion",
+  "age": "age",
+  "ageDesc": "determines warn values",
+  "aboutWarnValuesScreen": "about",
+  "aboutWarnValuesScreenDesc": "more information on warn values",
+  "overrideWarnValues": "override warn values",
+  "sysWarn": "systolic warn",
+  "diaWarn": "diastolic warn",
+  "data": "data",
+  "useExportCompatability": "compatability export",
+  "useExportCompatabilityDesc": "sets export mime type to text",
+  "export": "export",
+  "exportSuccess": "Exported to: {path}",
+  "@exportSuccess": {
+    "placeholders": {
+      "path": {
+        "type": "String"
+      }
+    }
+  },
+  "shared": "shared",
+  "import": "import",
+  "sourceCode": "source code",
+  "licenses": "3rd party licenses",
+
+  "statistics": "Statistics",
+  "measurementCount": "Measurement count",
+  "measurementsPerDay": "Measurements per Day",
+  "timeResolvedMetrics": "Time-Resolved Metrics",
+  "avgOf": "{txt} avg.",
+  "@avgOf": {
+    "placeholders": {
+      "txt": {
+        "type": "String"
+      }
+    }
+  },
+  "minOf": "{txt} min.",
+  "@minOf": {
+    "placeholders": {
+      "txt": {
+        "type": "String"
+      }
+    }
+  },
+  "maxOf": "{txt} may.",
+  "@maxOf": {
+    "placeholders": {
+      "txt": {
+        "type": "String"
+      }
+    }
+  },
+
+  "warnValues": "warn values",
+  "warnAboutTxt1": "The warn values are a pure suggestions and no medical advice.",
+  "warnAboutTxt2": "The default age dependent values come from this source.",
+  "warnAboutTxt3": "Feel free to change the values to suit your needs and follow the recommendations of your doctor.",
+
+  "enterTimeFormatTxt1": "A formatter String consists of a mixture of predefined ICU/Skeleton Strings and any other text you want to include.",
+  "enterTimeFormatTxt2": "For a full list of valid formats please look here.",
+  "enterTimeFormatTxt3": "Please note that having longer/shorter format Strings wont magically change the width of the table columns, so it might come to awkward line breaks.",
+  "enterTimeFormatTxt4": "default: \"yy-MM-dd H:mm\"",
+  "enterTimeFormatString": "time-format string",
+
+  "dateFormatting": "Date formatting",
+  "now": "now",
+  "notes": "notes",
+  "time": "time",
+  "confirmDelete": "Confirm deletion",
+  "confirmDeleteDesc": "Do you really want to delete this entry? You can turn of this question in the settings.",
+  "deletionConfirmed": "entry has been deleted"
 }
\ No newline at end of file