Skip to content

Commit

Permalink
Merge pull request #177 from weblate/weblate-blood-pressure-monitor-f…
Browse files Browse the repository at this point in the history
…l-app

Translations update from Hosted Weblate
  • Loading branch information
derdilla authored Oct 1, 2023
2 parents 88dfc51 + 7f4a09c commit 1718d12
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 18 deletions.
2 changes: 0 additions & 2 deletions lib/l10n/app_de.arb
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@
"@graphLineThickness": {},
"animationSpeed": "Animationsdauer",
"@animationSpeed": {},
"graphTitlesCount": "Anzahl der Label am Graphen",
"@graphTitlesCount": {},
"accentColor": "Farbschema",
"@accentColor": {},
"sysColor": "Farbe für Systole",
Expand Down
8 changes: 5 additions & 3 deletions lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@
"errTimeAfterNow": "The selected time of day was reset, as it occurs after this moment. You can turn off this validation in the settings.",
"@errTimeAfterNow": {},
"language": "Language",
"@language": {},
"custom": "Custom",
"@custom": {},
"drawRegressionLines": "Draw trend lines",
Expand All @@ -362,23 +363,24 @@
"internalName": "Internal name",
"@internalName": {},
"errOnlyLatinCharactersAndArabicNumbers": "Only latin characters or arabic number allowed",
"@errOnlyLatinCharactersAndArabicNumbers": {},
"@errOnlyLatinCharactersAndArabicNumbers": {},
"fieldFormat": "Field format",
"@fieldFormat": {},
"result": "Result:",
"@result": {},
"pulsePressure": "Pulse pressure",
"@pulsePressure": {},
"unixTimestamp" : "Unix timestamp",
"unixTimestamp": "Unix timestamp",
"@unixTimestamp": {},
"errCantEditThis": "You can''t edit this. Feel free to look at the values for creating a new entry.",
"@errCantEditThis": {},
"addExportformat": "Add exportformat",
"@addExportformat": {},
"edit": "Edit",
"@edit": {},
"delete": "Delete",
"@delete": {},
"exportFieldFormatDocumentation": "'## Variables\nThe export field format support inserting values for the following placeholders:\n- `$TIMESTAMP:` Represents the time since the Unix epoch in milliseconds.\n- `$SYS:` Provides a value if available; otherwise, it defaults to -1.\n- `$DIA:` Provides a value if available; otherwise, it defaults to -1.\n- `$PUL:` Provides a value if available; otherwise, it defaults to -1.\n- `$NOTE:` Provides a value if available; otherwise, it defaults to -1.\n\nIf any of the placeholders mentioned above are not present in the blood pressure record, they will be replaced with -1.\n\n## Math\nYou can use basic mathematics inside double brackets (\"`{{}}`\").\n\nThe following mathematical operations are supported:\n- Operations: +, -, *, /, %, ^\n- One-parameter functions: abs, acos, asin, atan, ceil, cos, cosh, cot, coth, csc, csch, exp, floor, ln, log, round sec, sech, sin, sinh, sqrt, tan, tanh \n- Two-parameter functions: log, nrt, pow\n- Constants: e, pi, ln2, ln10, log2e, log10e, sqrt1_2, sqrt2\nFor the full math interpreter specification, you can refer to the [function_tree](https://pub.dev/documentation/function_tree/latest#interpreter) specification\n\n## Time\nTo format a timestamp, use the following syntax: `$FORMAT{<timestamp>,<formatString>}`. The `<formatString>` supports the same format as described on the ICU/Skeleton string [documentation page](screen://TimeFormattingHelp).\n\n## Processing order\n1. variable replacement\n2. Math\n3. Date format'",
"exportFieldFormatDocumentation": "'## Variables\nThe export field format supports inserting values for the following placeholders:\n- `$TIMESTAMP:` Represents the time since the Unix epoch in milliseconds.\n- `$SYS:` Provides a value if available; otherwise, it defaults to -1.\n- `$DIA:` Provides a value if available; otherwise, it defaults to -1.\n- `$PUL:` Provides a value if available; otherwise, it defaults to -1.\n- `$NOTE:` Provides a value if available; otherwise, it defaults to -1.\n- `$COLOR:` Represents the color of a measurement as a number. (example value: `4291681337`)\n\nIf any of the placeholders mentioned above are not present in the blood pressure record, they will be replaced with -1.\n\n## Math\nYou can use basic mathematics inside double brackets (\"`{{}}`\").\n\nThe following mathematical operations are supported:\n- Operations: +, -, *, /, %, ^\n- One-parameter functions: abs, acos, asin, atan, ceil, cos, cosh, cot, coth, csc, csch, exp, floor, ln, log, round sec, sech, sin, sinh, sqrt, tan, tanh \n- Two-parameter functions: log, nrt, pow\n- Constants: e, pi, ln2, ln10, log2e, log10e, sqrt1_2, sqrt2\nFor the full math interpreter specification, you can refer to the [function_tree](https://pub.dev/documentation/function_tree/latest#interpreter) specification\n\n## Time\nTo format a timestamp, use the following syntax: `$FORMAT{<timestamp>,<formatString>}`. The `<formatString>` supports the same format as described on the ICU/Skeleton string [documentation page](screen://TimeFormattingHelp).\n\n## Processing order\n1. variable replacement\n2. Math\n3. Date format'",
"@exportFieldFormatDocumentation": {},
"presets": "Presets",
"@presets": {},
Expand Down
50 changes: 47 additions & 3 deletions lib/l10n/app_fr.arb
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@
"@errCantReadFile": {},
"errNotImportable": "Ce fichier ne peut pas être importé",
"@errNotImportable": {},
"graphTitlesCount": "Compteur d''étiquettes de graphique",
"@graphTitlesCount": {},
"accentColor": "Couleur du thème",
"@accentColor": {},
"sysColor": "Couleur de la systole",
Expand Down Expand Up @@ -381,5 +379,51 @@
"type": "String"
}
}
}
},
"default_": "Défaut",
"@default_": {},
"addMeasurement": "Ajouter une mesure",
"@addMeasurement": {},
"startWithAddMeasurementPageDescription": "Lors du lancement de l''application, l''écran de mesure s''ouvre.",
"@startWithAddMeasurementPageDescription": {},
"exportPdfExportData": "Tableau de données",
"@exportPdfExportData": {},
"horizontalLines": "Lignes horizontales",
"@horizontalLines": {},
"exportPdfExportTitle": "En-tête",
"@exportPdfExportTitle": {},
"exportPdfCellHeight": "Hauteur de ligne",
"@exportPdfCellHeight": {},
"customGraphMarkings": "Marquage personnalisé",
"@customGraphMarkings": {},
"exportPdfHeaderHeight": "Hauteur de l''en-tête",
"@exportPdfHeaderHeight": {},
"presets": "Préréglages",
"@presets": {},
"timestamp": "Horodatage",
"@timestamp": {},
"addLine": "Ajouter une ligne",
"@addLine": {},
"startWithAddMeasurementPage": "Mesure au lancement",
"@startWithAddMeasurementPage": {},
"exportPdfExportStatistics": "Statistiques",
"@exportPdfExportStatistics": {},
"exportPdfCellFontSize": "Taille de caractères de ligne",
"@exportPdfCellFontSize": {},
"maximum": "Maximum",
"@maximum": {},
"minimum": "Minimum",
"@minimum": {},
"average": "Moyenne",
"@average": {},
"useLegacyList": "Ancien affichage de la liste",
"@useLegacyList": {},
"linePositionY": "Position de ligne (y)",
"@linePositionY": {},
"note": "Note",
"@note": {},
"exportPdfHeaderFontSize": "Taille de caractère de l''en-tête",
"@exportPdfHeaderFontSize": {},
"color": "Couleur",
"@color": {}
}
2 changes: 0 additions & 2 deletions lib/l10n/app_it.arb
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,6 @@
"@allowManualTimeInput": {},
"enterTimeFormatScreen": "Formato orario",
"@enterTimeFormatScreen": {},
"graphTitlesCount": "Conteggio etichette grafico",
"@graphTitlesCount": {},
"success": "Completato: {msg}",
"@success": {
"placeholders": {
Expand Down
2 changes: 0 additions & 2 deletions lib/l10n/app_nb.arb
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@
"@pulShort": {},
"layout": "Utseende",
"@layout": {},
"graphTitlesCount": "Diagrametikettsantall",
"@graphTitlesCount": {},
"pulColor": "Pulsfarge",
"@pulColor": {},
"confirmDeletion": "Bekreft sletting",
Expand Down
2 changes: 0 additions & 2 deletions lib/l10n/app_ru.arb
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,6 @@
}
}
},
"graphTitlesCount": "Число точек на графике",
"@graphTitlesCount": {},
"behavior": "Поведение приложения",
"@behavior": {},
"exportDir": "Место экспорта",
Expand Down
2 changes: 0 additions & 2 deletions lib/l10n/app_tr.arb
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@
"@last30Days": {},
"fieldDelimiter": "Alan sınırlayıcı",
"@fieldDelimiter": {},
"graphTitlesCount": "Grafik etiket sayısı",
"@graphTitlesCount": {},
"horizontalLines": "Yatay çizgiler",
"@horizontalLines": {},
"exportPdfExportTitle": "Başlık",
Expand Down
2 changes: 0 additions & 2 deletions lib/l10n/app_zh.arb
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@
"@graphLineThickness": {},
"animationSpeed": "动画时长",
"@animationSpeed": {},
"graphTitlesCount": "图表标签数量",
"@graphTitlesCount": {},
"accentColor": "主题颜色",
"@accentColor": {},
"sysColor": "高压颜色",
Expand Down

0 comments on commit 1718d12

Please sign in to comment.