smartplant 0.1.6 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,35 +1,35 @@
1
1
 
2
- # SmartPlant by *PIGEONPOSSE*
2
+ # Smartplant by *PIGEONPOSSE*
3
3
 
4
- [![HEADER](https://github.com/pigeonposse/.github/blob/main/docs/banner-smartplant.png?raw=true)](https://github.com/pigeonposse)
4
+ [![HEADER](https://github.com/pigeonposse/smartplant/blob/main/docs/banner.png?raw=true)](https://github.com/pigeonposse)
5
5
 
6
-
7
- **SmartPlant** is a library designed to simplify plant care through *the integration of advanced artificial intelligence models*. This technology not only researches detailed information about each type of plant but also determines the optimal conditions for their care, thereby maximizing their growth and health. Thanks to this functionality, users can efficiently monitor and manage the environment of their plants *using sensors that measure humidity, light, and temperature*.
6
+ **Smartplant** is a library designed to simplify plant care through *the integration of advanced artificial intelligence models*. This technology not only researches detailed information about each type of plant but also determines the optimal conditions for their care, thereby maximizing their growth and health. Thanks to this functionality, users can efficiently monitor and manage the environment of their plants *using sensors that measure humidity, light, and temperature*.
8
7
 
9
8
  The core idea behind SmartPlant is to *pave the way for advancements in plant care technology*. It serves as a foundation for developing more sophisticated solutions and experimenting with innovative devices that meet the needs of plants. By leveraging this library, developers can contribute to the evolution of the smart plant care ecosystem.
10
9
 
11
- > [!WARNING]
12
- > Currently in phase `Beta`
13
-
14
- ## AI and the future intertwine: connect with your environment.
10
+ ## AI and the future intertwine: connect with your environment
15
11
 
16
12
  ## Features
17
13
 
18
- - 🤖 **Integrated Artificial Intelligence:** Optimizes the care of each plant.
19
- - 📊 **Real-Time Monitoring:** Collects humidity, light, and temperature with sensors.
20
- - 🔔 **Customized Alerts:** Notifications for out-of-range conditions.
21
- - 💬 **Multilingual Support:** English, Español, Français, Deutsch, Italiano, Português, Nederlands, Русский, 中文, 日本語.
22
- - 🎛 **Easy Setup:** Intuitive process for Raspberry Pi or Arduino.
23
- - 📈 **Data History:** Environmental trend analysis.
24
- - 🔮 **Critical Condition Prediction:** Prevents significant changes in plant health.
25
- - 🌍 **Open-source:** MIT licensed, available for public use and contributions.
14
+ ### 🧠 Multi-Model AI Engine
15
+ The heart of **SmartPlant** now supports the world's most powerful LLMs to analyze your plant's health:
16
+
17
+ * **Cloud Power:** OpenAI (GPT-4), xAI (Grok), Anthropic (Claude), and Google (Gemini).
18
+ * **Privacy First:** Full support for **Ollama** to run models locally.
19
+ * **Smart Optimization:** AI-driven care routines tailored to each specific species.
20
+
21
+ ### 🛠 Hardware & Monitoring
22
+ * 📊 **Real-Time Monitoring:** High-precision tracking of humidity, light, and temperature.
23
+ * 🔔 **Customized Alerts:** Immediate notifications for critical environmental changes.
24
+ * 📈 **Data History:** Trend analysis to visualize your plant's growth over time.
25
+ * 🔮 **Predictive Health:** AI forecasting to prevent stress before it happens.
26
26
 
27
27
  ## Installation
28
28
 
29
29
  To install the library, use npm:
30
30
 
31
- ```
32
- npm install smartplant
31
+ ```bash
32
+ npm install -g smartplant
33
33
  ```
34
34
 
35
35
  # Benefits of the emojis system
@@ -40,18 +40,21 @@ This approach with emojis provides a simplified and visually attractive user exp
40
40
 
41
41
  To make the plant monitoring more intuitive and visually accessible, we have implemented an emojis system that represents different levels of each critical parameter: moisture, light and temperature.Each emoji offers a rapid representation of the current status of the parameter, which facilitates interpretation without analyzing specific numbers.
42
42
 
43
- #### Humidity:
43
+ ### Humidity
44
+
44
45
  - 🍂 **Very dry:** Indicates that moisture is below the recommended minimum range.The plant is at risk of dehydration.
45
46
  - 🌿 **Ideal:** Moisture is within the ideal range, which means that the plant is in optimal conditions.
46
47
  - 💧 **Slightly wet:** Indicates that moisture is slightly above the ideal range, but it is not yet worrisome.
47
48
  - 🌊 **Very humid:** Moisture is above the maximum allowed range, which could lead to saturation and problems such as waterlogging.
48
49
 
49
- #### Light:
50
+ ### Light
51
+
50
52
  - 🌑 **Very little light:** points out that the plant receives less light than necessary, which could affect its growth.
51
53
  - 🌥 **Ideal:** The plant receives the amount of light adequate for healthy development.
52
54
  - 🌞 **Too much light:** Light exposure is excessive, which can cause burns or stress in the plant.
53
55
 
54
- #### Temperature:
56
+ ### Temperature
57
+
55
58
  - 🧊 **Very cold:** The temperature is below the minimum range, which can slow down or damage the plant.
56
59
  - 🌡️ **Ideal:** The temperature is in the optimal range for the growth and development of the plant.
57
60
  - 🔥 **Very hot:** The temperature exceeds the maximum range, which could cause overheating and dehydration.
@@ -60,7 +63,8 @@ To make the plant monitoring more intuitive and visually accessible, we have imp
60
63
 
61
64
  In addition to the specific parameters, we have designed a system of general happiness for the plant, which is represented with caritas emojis.This system provides a global vision of the state of the plant, based on a combination of its levels of humidity, light and temperature.
62
65
 
63
- #### Happiness scale:
66
+ #### Happiness scale
67
+
64
68
  - 🤩 **Very happy:** The plant is in ideal conditions in all key parameters.This is the optimal state.
65
69
  - 😊 **Happy:** The plant is in good condition, although there could be slight deviations in some parameters.
66
70
  - 😐 **Acceptable:** The plant is in acceptable conditions, but is far from ideal.Small adjustments may be required.
package/package.json CHANGED
@@ -1,118 +1,122 @@
1
1
  {
2
- "name": "smartplant",
3
- "version": "0.1.6",
4
- "description": "A library for managing plant care with alerts and multi-language support.",
5
- "main": "main.js",
6
- "type": "module",
7
- "dependencies": {
8
- "@serialport/parser-readline": "^12.0.0",
9
- "axios": "^1.7.7",
10
- "chalk": "^5.3.0",
11
- "enquirer": "^2.4.1",
12
- "nodemailer": "^6.9.15",
13
- "readline": "^1.3.0",
14
- "serialport": "^12.0.0"
15
- },
16
- "keywords": [
17
- "plant",
18
- "care",
19
- "alerts",
20
- "multi-language",
21
- "smart",
22
- "AI",
23
- "intelligence",
24
- "npm",
25
- "library"
26
- ],
27
- "author": "Alejo Malia <alejomalia@gmail.com>",
28
- "files": [
29
- "./docs/banner.png",
30
- "./README.md"
31
- ],
32
- "publishConfig": {
33
- "access": "public",
34
- "registry": "https://registry.npmjs.org/"
35
- },
36
- "homepage": "https://github.com/pigeonposse/smartplant",
37
- "repository": {
38
- "type": "git",
39
- "url": "https://github.com/pigeonposse/smartplant"
40
- },
41
- "funding": {
42
- "type": "individual",
43
- "url": "https://pigeonposse.com/?popup=donate"
44
- },
45
- "bugs": {
46
- "url": "https://github.com/pigeonposse/smartplant/issues",
47
- "email": "dev@pigeonposse.com"
48
- },
49
- "license": "GPL-3.0",
50
- "devDependencies": {
51
- "@backan/builder": "0.0.16",
52
- "@changesets/changelog-github": "0.5.0",
53
- "@changesets/cli": "2.27.8",
54
- "@commitlint/cli": "19.5.0",
55
- "@pigeon-posse/eslint-config": "1.0.1",
56
- "@typescript-eslint/eslint-plugin": "8.2.0",
57
- "@typescript-eslint/parser": "8.2.0",
58
- "commitizen": "4.3.0",
59
- "commitlint-config-gitmoji": "2.3.1",
60
- "cz-customizable": "7.2.1",
61
- "cz-emoji": "1.3.2-canary.2",
62
- "eslint": "8.57.0",
63
- "git-cz": "4.9.0",
64
- "eslint-plugin-align-assignments": "1.1.2",
65
- "eslint-plugin-align-import": "1.0.0",
66
- "eslint-plugin-canonical": "5.0.0",
67
- "eslint-plugin-html": "7.1.0",
68
- "eslint-plugin-import": "2.29.1",
69
- "eslint-plugin-jsdoc": "46.10.1",
70
- "eslint-plugin-json": "3.1.0",
71
- "eslint-plugin-jsonc": "2.13.0",
72
- "eslint-plugin-markdownlint": "0.5.0",
73
- "eslint-plugin-package-json": "0.12.2",
74
- "eslint-plugin-promise": "6.1.1",
75
- "eslint-plugin-yaml": "0.5.0",
76
- "typescript": "5.6.2",
77
- "vite": "^5.4.4"
78
- },
79
- "commitlint": {
80
- "extends": [
81
- "gitmoji"
82
- ],
83
- "rules": {
84
- "header-max-length": [
85
- 0,
86
- "always",
87
- 100
88
- ]
89
- }
90
- },
91
- "config": {
92
- "commitizen": {
93
- "path": "./node_modules/cz-customizable"
94
- },
95
- "cz-customizable": {
96
- "config": ".dev/cz-config.cjs"
97
- }
98
- },
99
- "extra": {
100
- "scopes": [
101
- {
102
- "name": "lib"
103
- },
104
- {
105
- "name": "env"
106
- },
107
- {
108
- "name": "all"
109
- }
110
- ]
111
- },
112
- "scripts": {
113
- "start": "node main.js",
114
- "update-version": "changeset && changeset version",
115
- "push": "git add . && cz && git push -f origin $@",
116
- "push:main": "pnpm push main"
117
- }
118
- }
2
+ "name": "smartplant",
3
+ "version": "0.2.0",
4
+ "description": "A library for managing plant care with alerts and multi-language support.",
5
+ "main": "src/main.js",
6
+ "bin": {
7
+ "smartplant": "src/cli.js"
8
+ },
9
+ "type": "module",
10
+ "dependencies": {
11
+ "@serialport/parser-readline": "12.0.0",
12
+ "chalk": "5.3.0",
13
+ "enquirer": "2.4.1",
14
+ "serialport": "12.0.0"
15
+ },
16
+ "keywords": [
17
+ "plant",
18
+ "care",
19
+ "alerts",
20
+ "multi-language",
21
+ "smart",
22
+ "AI",
23
+ "intelligence",
24
+ "npm",
25
+ "library"
26
+ ],
27
+ "author": "Alejo Malia <alejomalia@gmail.com>",
28
+ "files": [
29
+ "./src"
30
+ ],
31
+ "packageManager": "pnpm@9.7.0",
32
+ "publishConfig": {
33
+ "access": "public",
34
+ "registry": "https://registry.npmjs.org/"
35
+ },
36
+ "homepage": "https://github.com/pigeonposse/smartplant",
37
+ "repository": {
38
+ "type": "git",
39
+ "url": "https://github.com/pigeonposse/smartplant"
40
+ },
41
+ "funding": {
42
+ "type": "individual",
43
+ "url": "https://pigeonposse.com/?popup=donate"
44
+ },
45
+ "bugs": {
46
+ "url": "https://github.com/pigeonposse/smartplant/issues",
47
+ "email": "dev@pigeonposse.com"
48
+ },
49
+ "scripts": {
50
+ "dev": "node src/cli.js",
51
+ "build": "pnpm run --sequential \"/build:.*/\"",
52
+ "build:bins": "rsbuild build -c .dev/build-lib.mjs && node .dev/build-bin.mjs",
53
+ "update-version": "changeset && changeset version",
54
+ "push": "git add . && cz && git push -f origin $@",
55
+ "push:main": "pnpm push main",
56
+ "start": "node src/main.js"
57
+ },
58
+ "license": "GPL-3.0",
59
+ "devDependencies": {
60
+ "@backan/builder": "0.0.16",
61
+ "@changesets/changelog-github": "0.5.0",
62
+ "@changesets/cli": "2.27.8",
63
+ "@commitlint/cli": "19.5.0",
64
+ "@pigeon-posse/eslint-config": "1.0.1",
65
+ "@rsbuild/core": "^1.0.6",
66
+ "@typescript-eslint/eslint-plugin": "8.2.0",
67
+ "@typescript-eslint/parser": "8.2.0",
68
+ "commitizen": "4.3.0",
69
+ "commitlint-config-gitmoji": "2.3.1",
70
+ "cz-customizable": "7.2.1",
71
+ "cz-emoji": "1.3.2-canary.2",
72
+ "eslint": "8.57.0",
73
+ "eslint-plugin-align-assignments": "1.1.2",
74
+ "eslint-plugin-align-import": "1.0.0",
75
+ "eslint-plugin-canonical": "5.0.0",
76
+ "eslint-plugin-html": "7.1.0",
77
+ "eslint-plugin-import": "2.29.1",
78
+ "eslint-plugin-jsdoc": "46.10.1",
79
+ "eslint-plugin-json": "3.1.0",
80
+ "eslint-plugin-jsonc": "2.13.0",
81
+ "eslint-plugin-markdownlint": "0.5.0",
82
+ "eslint-plugin-package-json": "0.12.2",
83
+ "eslint-plugin-promise": "6.1.1",
84
+ "eslint-plugin-yaml": "0.5.0",
85
+ "git-cz": "4.9.0",
86
+ "typescript": "5.6.2",
87
+ "vite": "5.4.4"
88
+ },
89
+ "commitlint": {
90
+ "extends": [
91
+ "gitmoji"
92
+ ],
93
+ "rules": {
94
+ "header-max-length": [
95
+ 0,
96
+ "always",
97
+ 100
98
+ ]
99
+ }
100
+ },
101
+ "config": {
102
+ "commitizen": {
103
+ "path": "./node_modules/cz-customizable"
104
+ },
105
+ "cz-customizable": {
106
+ "config": ".dev/cz-config.cjs"
107
+ }
108
+ },
109
+ "extra": {
110
+ "scopes": [
111
+ {
112
+ "name": "lib"
113
+ },
114
+ {
115
+ "name": "env"
116
+ },
117
+ {
118
+ "name": "all"
119
+ }
120
+ ]
121
+ }
122
+ }
package/src/cli.js ADDED
@@ -0,0 +1,7 @@
1
+ #!/usr/bin/env node
2
+
3
+ import { SmartPlant } from './main.js'
4
+
5
+ const smartPlant = new SmartPlant()
6
+ smartPlant.start()
7
+
@@ -0,0 +1,42 @@
1
+ export default {
2
+ 'general' : {
3
+ 'welcome' : 'Willkommen bei SmartPlant!',
4
+ 'selectInputMethod' : 'Wählen Sie die Eingabemethode aus:',
5
+ 'local' : 'Lokal',
6
+ 'external' : 'Extern',
7
+ 'localSelected' : 'Lokale Methode ausgewählt.',
8
+ 'externSelected' : 'Externe Methode ausgewählt.',
9
+ 'selectAIModel' : 'Wählen Sie ein lokales KI-Modell aus:',
10
+ 'selectedAIModel' : 'Ausgewähltes KI-Modell: {model}',
11
+ 'noLocalAI' : 'Keine lokalen KI-Modelle erkannt.',
12
+ 'enterAPIKey' : 'Geben Sie Ihren API-Schlüssel ein:',
13
+ 'invalidMethod' : 'Ausgewählte Methode ungültig.',
14
+ 'selectPlantType' : 'Haben Sie eine Innen- oder Außenpflanze?',
15
+ 'indoor' : 'Innen',
16
+ 'outdoor' : 'Außen',
17
+ 'invalidType' : 'Ausgewählter Pflanzentyp ungültig.',
18
+ 'enterPlantName' : 'Geben Sie den Namen der Pflanze ein:',
19
+ 'plantNameSet' : 'Name der Pflanze auf: {name} gesetzt',
20
+ 'settingUpSensors' : 'Sensoren einrichten...',
21
+ 'sensorsReady' : 'Sensoren sind bereit!',
22
+ 'alertsConfigured' : 'Warnungen konfiguriert.',
23
+ 'alertsActivated' : 'Warnungen aktiviert.',
24
+ 'startingMonitoring' : 'Überwachung der Pflanze starten...',
25
+ 'checkingStatus' : 'Pflanzenstatus überprüfen...',
26
+ },
27
+ 'alerts' : {
28
+ 'moisture' : {
29
+ 'low' : 'Warnung: Bodenfeuchtigkeit ist niedrig ({value}%).',
30
+ 'high' : 'Warnung: Bodenfeuchtigkeit ist hoch ({value}%).',
31
+ },
32
+ 'light' : {
33
+ 'low' : 'Warnung: Lichtniveau ist niedrig ({value} lux).',
34
+ 'high' : 'Warnung: Lichtniveau ist hoch ({value} lux).',
35
+ },
36
+ 'temperature' : {
37
+ 'low' : 'Warnung: Temperatur ist niedrig ({value}°C).',
38
+ 'high' : 'Warnung: Temperatur ist hoch ({value}°C).',
39
+ },
40
+ },
41
+ }
42
+
@@ -0,0 +1,42 @@
1
+ export default {
2
+ 'general' : {
3
+ 'welcome' : 'Welcome to SmartPlant!',
4
+ 'selectInputMethod' : 'Select input method:',
5
+ 'local' : 'Local',
6
+ 'external' : 'External',
7
+ 'localSelected' : 'Local method selected.',
8
+ 'externSelected' : 'External method selected.',
9
+ 'selectAIModel' : 'Select a local AI model:',
10
+ 'selectedAIModel' : 'Selected AI model: {model}',
11
+ 'noLocalAI' : 'No local AI models detected.',
12
+ 'enterAPIKey' : 'Enter your API Key:',
13
+ 'invalidMethod' : 'Invalid method selected.',
14
+ 'selectPlantType' : 'Do you have an indoor or outdoor plant?',
15
+ 'indoor' : 'Indoor',
16
+ 'outdoor' : 'Outdoor',
17
+ 'invalidType' : 'Invalid plant type selected.',
18
+ 'enterPlantName' : 'Enter the name of the plant:',
19
+ 'plantNameSet' : 'Plant name set to: {name}',
20
+ 'settingUpSensors' : 'Setting up sensors...',
21
+ 'sensorsReady' : 'Sensors are ready!',
22
+ 'alertsConfigured' : 'Alerts configured.',
23
+ 'alertsActivated' : 'Alerts activated.',
24
+ 'startingMonitoring' : 'Starting plant monitoring...',
25
+ 'checkingStatus' : 'Checking plant status...',
26
+ },
27
+ 'alerts' : {
28
+ 'moisture' : {
29
+ 'low' : 'Warning: Soil moisture is low ({value}%).',
30
+ 'high' : 'Warning: Soil moisture is high ({value}%).',
31
+ },
32
+ 'light' : {
33
+ 'low' : 'Warning: Light level is low ({value} lux).',
34
+ 'high' : 'Warning: Light level is high ({value} lux).',
35
+ },
36
+ 'temperature' : {
37
+ 'low' : 'Warning: Temperature is low ({value}°C).',
38
+ 'high' : 'Warning: Temperature is high ({value}°C).',
39
+ },
40
+ },
41
+ }
42
+
@@ -0,0 +1,42 @@
1
+ export default {
2
+ 'general' : {
3
+ 'welcome' : '¡Bienvenido a SmartPlant!',
4
+ 'selectInputMethod' : 'Selecciona el método de entrada:',
5
+ 'local' : 'Local',
6
+ 'external' : 'Externo',
7
+ 'localSelected' : 'Método local seleccionado.',
8
+ 'externSelected' : 'Método externo seleccionado.',
9
+ 'selectAIModel' : 'Selecciona un modelo de IA local:',
10
+ 'selectedAIModel' : 'Modelo de IA seleccionado: {model}',
11
+ 'noLocalAI' : 'No se detectaron modelos de IA locales.',
12
+ 'enterAPIKey' : 'Ingresa tu clave API:',
13
+ 'invalidMethod' : 'Método seleccionado no válido.',
14
+ 'selectPlantType' : '¿Tienes una planta de interior o exterior?',
15
+ 'indoor' : 'Interior',
16
+ 'outdoor' : 'Exterior',
17
+ 'invalidType' : 'Tipo de planta seleccionado no válido.',
18
+ 'enterPlantName' : 'Ingresa el nombre de la planta:',
19
+ 'plantNameSet' : 'Nombre de la planta establecido como: {name}',
20
+ 'settingUpSensors' : 'Configurando sensores...',
21
+ 'sensorsReady' : '¡Los sensores están listos!',
22
+ 'alertsConfigured' : 'Alertas configuradas.',
23
+ 'alertsActivated' : 'Alertas activadas.',
24
+ 'startingMonitoring' : 'Iniciando el monitoreo de plantas...',
25
+ 'checkingStatus' : 'Verificando el estado de la planta...',
26
+ },
27
+ 'alerts' : {
28
+ 'moisture' : {
29
+ 'low' : 'Advertencia: La humedad del suelo es baja ({value}%).',
30
+ 'high' : 'Advertencia: La humedad del suelo es alta ({value}%).',
31
+ },
32
+ 'light' : {
33
+ 'low' : 'Advertencia: El nivel de luz es bajo ({value} lux).',
34
+ 'high' : 'Advertencia: El nivel de luz es alto ({value} lux).',
35
+ },
36
+ 'temperature' : {
37
+ 'low' : 'Advertencia: La temperatura es baja ({value}°C).',
38
+ 'high' : 'Advertencia: La temperatura es alta ({value}°C).',
39
+ },
40
+ },
41
+ }
42
+
@@ -0,0 +1,42 @@
1
+ export default {
2
+ 'general' : {
3
+ 'welcome' : 'Bienvenue dans SmartPlant !',
4
+ 'selectInputMethod' : 'Sélectionnez le mode d\'entrée :',
5
+ 'local' : 'Local',
6
+ 'external' : 'Externe',
7
+ 'localSelected' : 'Méthode locale sélectionnée.',
8
+ 'externSelected' : 'Méthode externe sélectionnée.',
9
+ 'selectAIModel' : 'Sélectionnez un modèle IA local :',
10
+ 'selectedAIModel' : 'Modèle IA sélectionné : {model}',
11
+ 'noLocalAI' : 'Aucun modèle IA local détecté.',
12
+ 'enterAPIKey' : 'Entrez votre clé API :',
13
+ 'invalidMethod' : 'Méthode sélectionnée non valide.',
14
+ 'selectPlantType' : 'Avez-vous une plante d\'intérieur ou d\'extérieur ?',
15
+ 'indoor' : 'Intérieur',
16
+ 'outdoor' : 'Extérieur',
17
+ 'invalidType' : 'Type de plante sélectionné non valide.',
18
+ 'enterPlantName' : 'Entrez le nom de la plante :',
19
+ 'plantNameSet' : 'Nom de la plante défini sur : {name}',
20
+ 'settingUpSensors' : 'Configuration des capteurs...',
21
+ 'sensorsReady' : 'Les capteurs sont prêts !',
22
+ 'alertsConfigured' : 'Alertes configurées.',
23
+ 'alertsActivated' : 'Alertes activées.',
24
+ 'startingMonitoring' : 'Démarrage de la surveillance des plantes...',
25
+ 'checkingStatus' : 'Vérification de l\'état de la plante...',
26
+ },
27
+ 'alerts' : {
28
+ 'moisture' : {
29
+ 'low' : 'Alerte : Humidité du sol basse ({value}%).',
30
+ 'high' : 'Alerte : Humidité du sol élevée ({value}%).',
31
+ },
32
+ 'light' : {
33
+ 'low' : 'Alerte : Niveau de lumière bas ({value} lux).',
34
+ 'high' : 'Alerte : Niveau de lumière élevé ({value} lux).',
35
+ },
36
+ 'temperature' : {
37
+ 'low' : 'Alerte : Température basse ({value}°C).',
38
+ 'high' : 'Alerte : Température élevée ({value}°C).',
39
+ },
40
+ },
41
+ }
42
+
@@ -0,0 +1,42 @@
1
+ export default {
2
+ 'general' : {
3
+ 'welcome' : 'Benvenuto in SmartPlant!',
4
+ 'selectInputMethod' : 'Seleziona il metodo di input:',
5
+ 'local' : 'Locale',
6
+ 'external' : 'Esterno',
7
+ 'localSelected' : 'Metodo locale selezionato.',
8
+ 'externSelected' : 'Metodo esterno selezionato.',
9
+ 'selectAIModel' : 'Seleziona un modello di IA locale:',
10
+ 'selectedAIModel' : 'Modello di IA selezionato: {model}',
11
+ 'noLocalAI' : 'Nessun modello di IA locale rilevato.',
12
+ 'enterAPIKey' : 'Inserisci la tua chiave API:',
13
+ 'invalidMethod' : 'Metodo selezionato non valido.',
14
+ 'selectPlantType' : 'Hai una pianta da interno o da esterno?',
15
+ 'indoor' : 'Interno',
16
+ 'outdoor' : 'Esterno',
17
+ 'invalidType' : 'Tipo di pianta selezionato non valido.',
18
+ 'enterPlantName' : 'Inserisci il nome della pianta:',
19
+ 'plantNameSet' : 'Nome della pianta impostato su: {name}',
20
+ 'settingUpSensors' : 'Configurazione dei sensori...',
21
+ 'sensorsReady' : 'I sensori sono pronti!',
22
+ 'alertsConfigured' : 'Avvisi configurati.',
23
+ 'alertsActivated' : 'Avvisi attivati.',
24
+ 'startingMonitoring' : 'Avvio del monitoraggio della pianta...',
25
+ 'checkingStatus' : 'Verifica dello stato della pianta...',
26
+ },
27
+ 'alerts' : {
28
+ 'moisture' : {
29
+ 'low' : 'Avviso: L\'umidità del suolo è bassa ({value}%).',
30
+ 'high' : 'Avviso: L\'umidità del suolo è alta ({value}%).',
31
+ },
32
+ 'light' : {
33
+ 'low' : 'Avviso: Il livello di luce è basso ({value} lux).',
34
+ 'high' : 'Avviso: Il livello di luce è alto ({value} lux).',
35
+ },
36
+ 'temperature' : {
37
+ 'low' : 'Avviso: La temperatura è bassa ({value}°C).',
38
+ 'high' : 'Avviso: La temperatura è alta ({value}°C).',
39
+ },
40
+ },
41
+ }
42
+
@@ -0,0 +1,42 @@
1
+ export default {
2
+ 'general' : {
3
+ 'welcome' : 'SmartPlantへようこそ!',
4
+ 'selectInputMethod' : '入力方法を選択してください:',
5
+ 'local' : 'ローカル',
6
+ 'external' : '外部',
7
+ 'localSelected' : 'ローカル方法が選択されました。',
8
+ 'externSelected' : '外部方法が選択されました。',
9
+ 'selectAIModel' : 'ローカルAIモデルを選択してください:',
10
+ 'selectedAIModel' : '選択されたAIモデル:{model}',
11
+ 'noLocalAI' : 'ローカルAIモデルが検出されませんでした。',
12
+ 'enterAPIKey' : 'APIキーを入力してください:',
13
+ 'invalidMethod' : '選択された方法が無効です。',
14
+ 'selectPlantType' : '屋内植物ですか、それとも屋外植物ですか?',
15
+ 'indoor' : '屋内',
16
+ 'outdoor' : '屋外',
17
+ 'invalidType' : '選択された植物タイプが無効です。',
18
+ 'enterPlantName' : '植物の名前を入力してください:',
19
+ 'plantNameSet' : '植物の名前が次のように設定されました:{name}',
20
+ 'settingUpSensors' : 'センサーを設定しています...',
21
+ 'sensorsReady' : 'センサーの準備が整いました!',
22
+ 'alertsConfigured' : 'アラートが設定されました。',
23
+ 'alertsActivated' : 'アラートがアクティブになりました。',
24
+ 'startingMonitoring' : '植物の監視を開始しています...',
25
+ 'checkingStatus' : '植物の状態を確認しています...',
26
+ },
27
+ 'alerts' : {
28
+ 'moisture' : {
29
+ 'low' : '警告:土壌湿度が低いです ({value}%)。',
30
+ 'high' : '警告:土壌湿度が高いです ({value}%)。',
31
+ },
32
+ 'light' : {
33
+ 'low' : '警告:光のレベルが低いです ({value} lux)。',
34
+ 'high' : '警告:光のレベルが高いです ({value} lux)。',
35
+ },
36
+ 'temperature' : {
37
+ 'low' : '警告:温度が低いです ({value}°C)。',
38
+ 'high' : '警告:温度が高いです ({value}°C)。',
39
+ },
40
+ },
41
+ }
42
+
@@ -0,0 +1,42 @@
1
+ export default {
2
+ 'general' : {
3
+ 'welcome' : 'Welkom bij SmartPlant!',
4
+ 'selectInputMethod' : 'Selecteer invoermethode:',
5
+ 'local' : 'Lokaal',
6
+ 'external' : 'Extern',
7
+ 'localSelected' : 'Lokale methode geselecteerd.',
8
+ 'externSelected' : 'Externe methode geselecteerd.',
9
+ 'selectAIModel' : 'Selecteer een lokaal AI-model:',
10
+ 'selectedAIModel' : 'Geselecteerd AI-model: {model}',
11
+ 'noLocalAI' : 'Geen lokale AI-modellen gedetecteerd.',
12
+ 'enterAPIKey' : 'Voer je API-sleutel in:',
13
+ 'invalidMethod' : 'Geselecteerde methode ongeldig.',
14
+ 'selectPlantType' : 'Heb je een binnen- of buitenplant?',
15
+ 'indoor' : 'Binnen',
16
+ 'outdoor' : 'Buiten',
17
+ 'invalidType' : 'Geselecteerd planttype ongeldig.',
18
+ 'enterPlantName' : 'Voer de naam van de plant in:',
19
+ 'plantNameSet' : 'Plantnaam ingesteld op: {name}',
20
+ 'settingUpSensors' : 'Sensoren instellen...',
21
+ 'sensorsReady' : 'Sensoren zijn klaar!',
22
+ 'alertsConfigured' : 'Waarschuwingen ingesteld.',
23
+ 'alertsActivated' : 'Waarschuwingen geactiveerd.',
24
+ 'startingMonitoring' : 'Beginnen met plantmonitoring...',
25
+ 'checkingStatus' : 'Plantstatus controleren...',
26
+ },
27
+ 'alerts' : {
28
+ 'moisture' : {
29
+ 'low' : 'Waarschuwing: Bodemvochtigheid is laag ({value}%).',
30
+ 'high' : 'Waarschuwing: Bodemvochtigheid is hoog ({value}%).',
31
+ },
32
+ 'light' : {
33
+ 'low' : 'Waarschuwing: Lichtniveau is laag ({value} lux).',
34
+ 'high' : 'Waarschuwing: Lichtniveau is hoog ({value} lux).',
35
+ },
36
+ 'temperature' : {
37
+ 'low' : 'Waarschuwing: Temperatuur is laag ({value}°C).',
38
+ 'high' : 'Waarschuwing: Temperatuur is hoog ({value}°C).',
39
+ },
40
+ },
41
+ }
42
+