From 9f71fa12b7d46bd6dd0b42c3e246586f69f318db Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Sun, 1 Oct 2023 14:33:28 +0200 Subject: [PATCH 01/10] Update translation files Updated by "Cleanup translation files" hook in Weblate. Co-authored-by: Hosted Weblate Translate-URL: https://hosted.weblate.org/projects/blood-pressure-monitor-fl/app/ Translation: blood pressure monitor/App --- lib/l10n/app_tr.arb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/l10n/app_tr.arb b/lib/l10n/app_tr.arb index 831f204e..a8013c4b 100644 --- a/lib/l10n/app_tr.arb +++ b/lib/l10n/app_tr.arb @@ -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", From e0841fb0d09c3ec0fbf319c6554aacb36a9e2379 Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Sun, 1 Oct 2023 14:33:28 +0200 Subject: [PATCH 02/10] Update translation files Updated by "Cleanup translation files" hook in Weblate. Co-authored-by: Hosted Weblate Translate-URL: https://hosted.weblate.org/projects/blood-pressure-monitor-fl/app/ Translation: blood pressure monitor/App --- lib/l10n/app_de.arb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/l10n/app_de.arb b/lib/l10n/app_de.arb index 761e9003..4b2929c5 100644 --- a/lib/l10n/app_de.arb +++ b/lib/l10n/app_de.arb @@ -103,8 +103,6 @@ "@graphLineThickness": {}, "animationSpeed": "Animationsdauer", "@animationSpeed": {}, - "graphTitlesCount": "Anzahl der Label am Graphen", - "@graphTitlesCount": {}, "accentColor": "Farbschema", "@accentColor": {}, "sysColor": "Farbe für Systole", From 79bffdb3776c558f229af3986cfa9474ad532d1f Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Sun, 1 Oct 2023 14:33:28 +0200 Subject: [PATCH 03/10] Translated using Weblate (English) Currently translated at 100.0% (166 of 166 strings) Co-authored-by: DerDilla Co-authored-by: Hosted Weblate Translate-URL: https://hosted.weblate.org/projects/blood-pressure-monitor-fl/app/en/ Translation: blood pressure monitor/App --- lib/l10n/app_en.arb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/l10n/app_en.arb b/lib/l10n/app_en.arb index 4984ebb5..a648444a 100644 --- a/lib/l10n/app_en.arb +++ b/lib/l10n/app_en.arb @@ -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", @@ -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{,}`. The `` 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{,}`. The `` 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": {}, From 71c3362f0616251039681674989243bbcdac0b12 Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Sun, 1 Oct 2023 14:33:28 +0200 Subject: [PATCH 04/10] Update translation files Updated by "Cleanup translation files" hook in Weblate. Co-authored-by: Hosted Weblate Translate-URL: https://hosted.weblate.org/projects/blood-pressure-monitor-fl/app/ Translation: blood pressure monitor/App --- lib/l10n/app_ru.arb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/l10n/app_ru.arb b/lib/l10n/app_ru.arb index 6ea7654f..92b1d766 100644 --- a/lib/l10n/app_ru.arb +++ b/lib/l10n/app_ru.arb @@ -222,8 +222,6 @@ } } }, - "graphTitlesCount": "Число точек на графике", - "@graphTitlesCount": {}, "behavior": "Поведение приложения", "@behavior": {}, "exportDir": "Место экспорта", From bd188980c5b8b4478d0296f30f8bc0d10af5a537 Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Sun, 1 Oct 2023 14:33:28 +0200 Subject: [PATCH 05/10] Update translation files Updated by "Cleanup translation files" hook in Weblate. Co-authored-by: Hosted Weblate Translate-URL: https://hosted.weblate.org/projects/blood-pressure-monitor-fl/app/ Translation: blood pressure monitor/App --- lib/l10n/app_it.arb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/l10n/app_it.arb b/lib/l10n/app_it.arb index 7e3abd08..9955236d 100644 --- a/lib/l10n/app_it.arb +++ b/lib/l10n/app_it.arb @@ -224,8 +224,6 @@ "@allowManualTimeInput": {}, "enterTimeFormatScreen": "Formato orario", "@enterTimeFormatScreen": {}, - "graphTitlesCount": "Conteggio etichette grafico", - "@graphTitlesCount": {}, "success": "Completato: {msg}", "@success": { "placeholders": { From d2eefbcf079f17ed6562dc98ce72e7aa5aa799e6 Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Sun, 1 Oct 2023 14:33:28 +0200 Subject: [PATCH 06/10] Update translation files Updated by "Cleanup translation files" hook in Weblate. Translated using Weblate (French) Currently translated at 98.1% (163 of 166 strings) Co-authored-by: Hosted Weblate Co-authored-by: Thomas B Translate-URL: https://hosted.weblate.org/projects/blood-pressure-monitor-fl/app/ Translate-URL: https://hosted.weblate.org/projects/blood-pressure-monitor-fl/app/fr/ Translation: blood pressure monitor/App --- lib/l10n/app_fr.arb | 50 ++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 47 insertions(+), 3 deletions(-) diff --git a/lib/l10n/app_fr.arb b/lib/l10n/app_fr.arb index 7f385ca8..e9e29bde 100644 --- a/lib/l10n/app_fr.arb +++ b/lib/l10n/app_fr.arb @@ -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", @@ -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": {} } From a34b41e1bc3ea1b4bfad2e94cdbace1d3a3ef85c Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Sun, 1 Oct 2023 14:33:28 +0200 Subject: [PATCH 07/10] Added translation using Weblate (English (United States)) Deleted translation using Weblate (English (United States)) Added translation using Weblate (English (United States)) Co-authored-by: DerDilla Co-authored-by: Hosted Weblate Co-authored-by: Weblate --- lib/l10n/app_en_US.arb | 1 + 1 file changed, 1 insertion(+) create mode 100644 lib/l10n/app_en_US.arb diff --git a/lib/l10n/app_en_US.arb b/lib/l10n/app_en_US.arb new file mode 100644 index 00000000..0967ef42 --- /dev/null +++ b/lib/l10n/app_en_US.arb @@ -0,0 +1 @@ +{} From e6da89fcd75a896bc7f30feb4a2efe14411e0b1f Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Sun, 1 Oct 2023 14:33:28 +0200 Subject: [PATCH 08/10] Update translation files Updated by "Cleanup translation files" hook in Weblate. Co-authored-by: Hosted Weblate Translate-URL: https://hosted.weblate.org/projects/blood-pressure-monitor-fl/app/ Translation: blood pressure monitor/App --- lib/l10n/app_zh.arb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/l10n/app_zh.arb b/lib/l10n/app_zh.arb index 351e6d18..a31b81c5 100644 --- a/lib/l10n/app_zh.arb +++ b/lib/l10n/app_zh.arb @@ -103,8 +103,6 @@ "@graphLineThickness": {}, "animationSpeed": "动画时长", "@animationSpeed": {}, - "graphTitlesCount": "图表标签数量", - "@graphTitlesCount": {}, "accentColor": "主题颜色", "@accentColor": {}, "sysColor": "高压颜色", From bdaea4029b789112a5ebf1a1d947f79bd90b6a72 Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Sun, 1 Oct 2023 14:33:28 +0200 Subject: [PATCH 09/10] Update translation files Updated by "Cleanup translation files" hook in Weblate. Co-authored-by: Hosted Weblate Translate-URL: https://hosted.weblate.org/projects/blood-pressure-monitor-fl/app/ Translation: blood pressure monitor/App --- lib/l10n/app_nb.arb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/l10n/app_nb.arb b/lib/l10n/app_nb.arb index 304f3e6c..9f3dc5ff 100644 --- a/lib/l10n/app_nb.arb +++ b/lib/l10n/app_nb.arb @@ -163,8 +163,6 @@ "@pulShort": {}, "layout": "Utseende", "@layout": {}, - "graphTitlesCount": "Diagrametikettsantall", - "@graphTitlesCount": {}, "pulColor": "Pulsfarge", "@pulColor": {}, "confirmDeletion": "Bekreft sletting", From 7f4a09c46471dec6cc3031fed7fd5d1bf76d288e Mon Sep 17 00:00:00 2001 From: derdilla <82763757+NobodyForNothing@users.noreply.github.com> Date: Sun, 1 Oct 2023 15:03:18 +0200 Subject: [PATCH 10/10] Delete lib/l10n/app_en_US.arb --- lib/l10n/app_en_US.arb | 1 - 1 file changed, 1 deletion(-) delete mode 100644 lib/l10n/app_en_US.arb diff --git a/lib/l10n/app_en_US.arb b/lib/l10n/app_en_US.arb deleted file mode 100644 index 0967ef42..00000000 --- a/lib/l10n/app_en_US.arb +++ /dev/null @@ -1 +0,0 @@ -{}