-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This pull request introduces a new landing page for the Urban Tree 5.0 project, with translations in Catalan, English, and Spanish. The changes include adding new translation files for each language and updating the Blade template to utilize these translations. Key changes include: ### Translation Files: * Added new translation file for Catalan in `lang/ca/landings/landing9.php`. * Added new translation file for English in `lang/en/landings/landing9.php`. * Added new translation file for Spanish in `lang/es/landings/landing9.php`. ### Blade Template: * Updated `resources/views/landings/landing9.blade.php` to use the new translations and include the new content for the landing page.
- Loading branch information
Showing
5 changed files
with
442 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
<?php | ||
|
||
return [ | ||
'seo' => [ | ||
'title' => 'Urban Tree 5.0 - Gestió Intel·ligent de l\'Arbrat Urbà', | ||
], | ||
'header' => [ | ||
'login' => 'Accedeix', | ||
], | ||
'hero' => [ | ||
'title' => 'Gestió Intel·ligent de l\'Arbrat Urbà', | ||
'text' => 'Urban Tree 5.0 connecta la tecnologia amb la natura per millorar la gestió i el manteniment dels arbres a la teva ciutat.', | ||
], | ||
'features' => [ | ||
'subtitle' => 'Característiques principals', | ||
'title' => 'Tecnologia al servei de la natura', | ||
'description' => 'Una plataforma completa que combina sensors avançats amb una interfície intuïtiva per optimitzar la gestió del teu arbrat.', | ||
'items' => [ | ||
'push_to_deploy' => [ | ||
'title' => 'Monitoratge en temps real', | ||
'desc' => 'Control constant de l\'estat dels arbres mitjançant sensors IoT d\'última generació.', | ||
], | ||
'ssl_certificates' => [ | ||
'title' => 'Gestió segura', | ||
'desc' => 'Protecció de dades amb els més alts estàndards de seguretat i privacitat.', | ||
], | ||
'simple_queues' => [ | ||
'title' => 'Tasques optimitzades', | ||
'desc' => 'Sistema intel·ligent de gestió i priorització de tasques de manteniment.', | ||
], | ||
'advanced_security' => [ | ||
'title' => 'Anàlisi predictiu', | ||
'desc' => 'Anticipació a possibles problemes mitjançant intel·ligència artificial i aprenentatge automàtic.', | ||
], | ||
], | ||
], | ||
'testimonial' => [ | ||
'quote' => 'Urban Tree 5.0 ha revolucionat la manera com gestionem els nostres espais verds. La tecnologia ens ajuda a mantenir un entorn urbà més saludable i sostenible.', | ||
'author' => 'Joan Martinez', | ||
'role' => 'Director de Parcs i Jardins', | ||
], | ||
'faq' => [ | ||
'title' => 'Preguntes freqüents', | ||
'open_source' => [ | ||
'question' => 'És Urban Tree 5.0 un projecte de codi obert?', | ||
'answer' => 'Sí, el projecte és 100% open source i està disponible al nostre repositori de GitHub. Pots contribuir, reportar problemes o fer fork del projecte.', | ||
], | ||
'sensors' => [ | ||
'question' => 'Quins tipus de sensors utilitzeu?', | ||
'answer' => 'Treballem amb sensors IoT que mesuren humitat del sòl, temperatura ambiental, pH i altres paràmetres vitals per la salut dels arbres.', | ||
], | ||
'contribute' => [ | ||
'question' => 'Com puc contribuir al projecte?', | ||
'answer' => 'Pots contribuir desenvolupant noves funcionalitats, millorant la documentació o compartint la teva experiència. Visita el nostre GitHub per començar.', | ||
], | ||
], | ||
'cta' => [ | ||
'title' => 'Uneix-te a la comunitat Urban Tree', | ||
'description' => 'Descobreix com pots contribuir al futur de la gestió sostenible de l\'arbrat urbà. Visita el nostre repositori i comença a col·laborar.', | ||
'video_url' => 'https://www.youtube.com/embed/M0VBcCEp10E', | ||
'video_title' => 'Introducció a Urban Tree 5.0', | ||
], | ||
'footer' => [ | ||
'copyright' => 'Urban Tree 5.0 - Un projecte de codi obert.', | ||
], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
<?php | ||
|
||
return [ | ||
'seo' => [ | ||
'title' => 'Urban Tree 5.0 - Intelligent Urban Tree Management', | ||
], | ||
'header' => [ | ||
'login' => 'Login', | ||
], | ||
'hero' => [ | ||
'title' => 'Intelligent Urban Tree Management', | ||
'text' => 'Urban Tree 5.0 connects technology with nature to enhance the management and maintenance of trees in your city.', | ||
], | ||
'features' => [ | ||
'subtitle' => 'Key Features', | ||
'title' => 'Technology at the Service of Nature', | ||
'description' => 'A comprehensive platform that combines advanced sensors with an intuitive interface to optimize your urban tree management.', | ||
'items' => [ | ||
'push_to_deploy' => [ | ||
'title' => 'Real-time Monitoring', | ||
'desc' => 'Constant monitoring of tree conditions using state-of-the-art IoT sensors.', | ||
], | ||
'ssl_certificates' => [ | ||
'title' => 'Secure Management', | ||
'desc' => 'Data protection with the highest standards of security and privacy.', | ||
], | ||
'simple_queues' => [ | ||
'title' => 'Optimized Tasks', | ||
'desc' => 'An intelligent system for managing and prioritizing maintenance tasks.', | ||
], | ||
'advanced_security' => [ | ||
'title' => 'Predictive Analysis', | ||
'desc' => 'Anticipate potential issues using artificial intelligence and machine learning.', | ||
], | ||
], | ||
], | ||
'testimonial' => [ | ||
'quote' => 'Urban Tree 5.0 has revolutionized the way we manage our green spaces. Technology helps us maintain a healthier and more sustainable urban environment.', | ||
'author' => 'Joan Martinez', | ||
'role' => 'Director of Parks and Gardens', | ||
], | ||
'faq' => [ | ||
'title' => 'Frequently Asked Questions', | ||
'open_source' => [ | ||
'question' => 'Is Urban Tree 5.0 an open-source project?', | ||
'answer' => 'Yes, the project is 100% open source and available on our GitHub repository. You can contribute, report issues, or fork the project.', | ||
], | ||
'sensors' => [ | ||
'question' => 'What types of sensors do you use?', | ||
'answer' => 'We use IoT sensors that measure soil moisture, ambient temperature, pH, and other vital parameters for the health of trees.', | ||
], | ||
'contribute' => [ | ||
'question' => 'How can I contribute to the project?', | ||
'answer' => 'You can contribute by developing new features, improving documentation, or sharing your expertise. Visit our GitHub to get started.', | ||
], | ||
], | ||
'cta' => [ | ||
'title' => 'Join the Urban Tree Community', | ||
'description' => 'Discover how you can shape the future of sustainable urban tree management. Visit our repository and start collaborating.', | ||
'video_url' => 'https://www.youtube.com/embed/j9q3OyJEbxk', | ||
'video_title' => 'Introduction to Urban Tree 5.0', | ||
], | ||
'footer' => [ | ||
'copyright' => 'Urban Tree 5.0 - An Open Source Project.', | ||
], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
<?php | ||
|
||
return [ | ||
'seo' => [ | ||
'title' => 'Urban Tree 5.0 - Gestión Inteligente del Arbolado Urbano', | ||
], | ||
'header' => [ | ||
'login' => 'Acceder', | ||
], | ||
'hero' => [ | ||
'title' => 'Gestión Inteligente del Arbolado Urbano', | ||
'text' => 'Urban Tree 5.0 conecta la tecnología con la naturaleza para mejorar la gestión y el mantenimiento de los árboles en tu ciudad.', | ||
], | ||
'features' => [ | ||
'subtitle' => 'Características Principales', | ||
'title' => 'Tecnología al Servicio de la Naturaleza', | ||
'description' => 'Una plataforma integral que combina sensores avanzados con una interfaz intuitiva para optimizar la gestión del arbolado urbano.', | ||
'items' => [ | ||
'push_to_deploy' => [ | ||
'title' => 'Monitoreo en Tiempo Real', | ||
'desc' => 'Supervisión constante del estado de los árboles mediante sensores IoT de última generación.', | ||
], | ||
'ssl_certificates' => [ | ||
'title' => 'Gestión Segura', | ||
'desc' => 'Protección de datos con los más altos estándares de seguridad y privacidad.', | ||
], | ||
'simple_queues' => [ | ||
'title' => 'Tareas Optimizadas', | ||
'desc' => 'Un sistema inteligente para la gestión y priorización de las tareas de mantenimiento.', | ||
], | ||
'advanced_security' => [ | ||
'title' => 'Análisis Predictivo', | ||
'desc' => 'Anticipa posibles incidencias utilizando inteligencia artificial y aprendizaje automático.', | ||
], | ||
], | ||
], | ||
'testimonial' => [ | ||
'quote' => 'Urban Tree 5.0 ha revolucionado la forma en que gestionamos nuestros espacios verdes. La tecnología nos ayuda a mantener un entorno urbano más saludable y sostenible.', | ||
'author' => 'Joan Martinez', | ||
'role' => 'Director de Parques y Jardines', | ||
], | ||
'faq' => [ | ||
'title' => 'Preguntas Frecuentes', | ||
'open_source' => [ | ||
'question' => '¿Es Urban Tree 5.0 un proyecto de código abierto?', | ||
'answer' => 'Sí, el proyecto es 100% de código abierto y está disponible en nuestro repositorio de GitHub. Puedes contribuir, reportar problemas o hacer un fork del proyecto.', | ||
], | ||
'sensors' => [ | ||
'question' => '¿Qué tipos de sensores utilizan?', | ||
'answer' => 'Utilizamos sensores IoT que miden la humedad del suelo, la temperatura ambiental, el pH y otros parámetros vitales para la salud de los árboles.', | ||
], | ||
'contribute' => [ | ||
'question' => '¿Cómo puedo contribuir al proyecto?', | ||
'answer' => 'Puedes contribuir desarrollando nuevas funcionalidades, mejorando la documentación o compartiendo tu experiencia. Visita nuestro GitHub para comenzar.', | ||
], | ||
], | ||
'cta' => [ | ||
'title' => 'Únete a la Comunidad Urban Tree', | ||
'description' => 'Descubre cómo puedes contribuir al futuro de la gestión sostenible del arbolado urbano. Visita nuestro repositorio y comienza a colaborar.', | ||
'video_url' => 'https://www.youtube.com/embed/M0VBcCEp10E', | ||
'video_title' => 'Introducción a Urban Tree 5.0', | ||
], | ||
'footer' => [ | ||
'copyright' => 'Urban Tree 5.0 - Un Proyecto de Código Abierto.', | ||
], | ||
]; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.