From 39ef463bcd6577ab3e6369636deb4bcee16cbf14 Mon Sep 17 00:00:00 2001 From: Nicooow Date: Sun, 6 Oct 2024 22:40:37 +0200 Subject: [PATCH] add options indications --- vim3-fan-controller/config.yaml | 2 +- vim3-fan-controller/translations/en.yaml | 16 ++++++++++++++++ vim3-fan-controller/translations/fr.yaml | 16 ++++++++++++++++ 3 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 vim3-fan-controller/translations/en.yaml create mode 100644 vim3-fan-controller/translations/fr.yaml diff --git a/vim3-fan-controller/config.yaml b/vim3-fan-controller/config.yaml index 5661570..c366b3f 100644 --- a/vim3-fan-controller/config.yaml +++ b/vim3-fan-controller/config.yaml @@ -1,6 +1,6 @@ name: "Khadas VIM3 Fan Controller" description: "Control the fan of the Khadas VIM3" -version: "1.0.2" +version: "1.0.3" slug: "khadas-vim3-fan" init: false arch: diff --git a/vim3-fan-controller/translations/en.yaml b/vim3-fan-controller/translations/en.yaml new file mode 100644 index 0000000..f385747 --- /dev/null +++ b/vim3-fan-controller/translations/en.yaml @@ -0,0 +1,16 @@ +configuration: + threshold_1: + name: "Threshold 1" + description: "The CPU temperature at which the fan will be set to the lowest speed (in Celsius*1000, e.g. 40°C is 40000)" + threshold_2: + name: "Threshold 2" + description: "The CPU temperature at which the fan will be set to the medium speed (in Celsius*1000, e.g. 60°C is 60000)" + threshold_3: + name: "Threshold 3" + description: "The CPU temperature at which the fan will be set to the highest speed (in Celsius*1000, e.g. 80°C is 80000)" + tolerance: + name: "Tolerance" + description: "Tolerance +- to avoid the fan to turn on and off too often (in Celsius*1000)" + interval: + name: "Interval" + description: "Interval between two CPU temperature checks (in seconds)" diff --git a/vim3-fan-controller/translations/fr.yaml b/vim3-fan-controller/translations/fr.yaml new file mode 100644 index 0000000..a87902e --- /dev/null +++ b/vim3-fan-controller/translations/fr.yaml @@ -0,0 +1,16 @@ +configuration: + threshold_1: + name: "Seuil 1" + description: "La température du CPU à laquelle le ventilateur sera réglé à la vitesse la plus basse (en Celsius*1000, par exemple 40°C = 40000)" + threshold_2: + name: "Seuil 2" + description: "La température du CPU à laquelle le ventilateur sera réglé à la vitesse moyenne (en Celsius*1000, par exemple 60°C = 60000)" + threshold_3: + name: "Seuil 3" + description: "La température du CPU à laquelle le ventilateur sera réglé à la vitesse la plus élevée (en Celsius*1000, par exemple 80°C = 80000)" + tolerance: + name: "Tolérance" + description: "Tolérance +- pour éviter que le ventilateur ne s'allume et ne s'éteigne trop souvent (en Celsius*1000)" + interval: + name: "Intervalle" + description: "Intervalle entre deux vérifications de la température du CPU (en secondes)"