Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EVDOC01-163: Modificació de el text de la capçalera #40

Merged
merged 1 commit into from
Oct 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion meetings/tool/src/main/resources/main.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ past=Past
search_results=Search results
search=Search for meetings
today=Today
meeting_alert=For the correct functioning of the tool, it is recommended to log in to Microsoft with Udl credentials.
meeting_alert=To have all the Teams functionalities, it is essential to use the Microsoft application and validate both UdL credentials
meeting_login_application=Start session with the application.
meeting_not_application_installed=If you do not have the application installed, clicking on
meeting_link=it
meeting_download_by_link=will allow you to download it.
7 changes: 5 additions & 2 deletions meetings/tool/src/main/resources/main_ca.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@ past=Anteriors
search_results=Resultats de la cerca
search=Cerca de reunions
today=Avui
meeting_alert=Pel correcte funcionament de l\u2019eina es recomana iniciar sessi\u00F3 a Microsoft amb les credencials UdL.

meeting_alert=Per disposar de totes les funcionalitats de Teams, \u00E9s imprescindible usar l\u2019aplicaci\u00F3 de Microsoft i validar\u2212se amb les credencials UdL.
meeting_login_application=Inicia sessi\u00F3 amb l\u2019aplicaci\u00F3.
meeting_not_application_installed=En cas de no tenir l\u2019aplicaci\u00F3 instal�lada, aquest
meeting_link=enlla\u00E7
meeting_download_by_link=et permetr\u00E0 descarregar\u2212te\u2212la.
6 changes: 5 additions & 1 deletion meetings/tool/src/main/resources/main_es.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ past=Anteriores
search_results=Resultados de b\u00fasqueda
search=B\u00fasqueda de reuniones
today=Hoy
meeting_alert=Para el correcto funcionamiento de la herramienta se recomienda iniciar sesi\u00f3n a Microsoft con las credenciales Udl.
meeting_alert=Para disponer de todas las funcionalidades de Teams, es imprescindible usar la aplicaci\u00F3n de Microsoft y validarse con las credenciales UdL.
meeting_login_application=Inicia sessi\u00F3n con la aplicaci\u00F3n.
meeting_not_application_installed=En caso de no tener la aplicaci\u00F3n instalada, este
meeting_link=enlace
meeting_download_by_link=te permitir\u00E1 descargartela.
14 changes: 13 additions & 1 deletion meetings/ui/src/main/frontend/src/views/Main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,19 @@
</SakaiDropdownButton>
-->
</div>
<div style="bottom: 10px;" class="sak-banner-info mt-0 mb-0">{{ i18n.meeting_alert }}</div>
<div style="bottom: 10px;" class="sak-banner-info mt-0 mb-0">
{{ i18n.meeting_alert }}
<br><br>
<ul>
<li>
<a href="msteams://teams.microsoft.com" style="color: blue; text-decoration: underline;">{{ i18n.meeting_login_application }}</a>
</li>
<br>
<li>
<span>{{ i18n.meeting_not_application_installed }} <a href="https://www.microsoft.com/es-es/microsoft-teams/download-app" target="_blank" style="color: blue; text-decoration: underline;">{{ i18n.meeting_link }}</a> {{ i18n.meeting_download_by_link }}</span>
</li>
</ul>
</div>
<div v-if="searching && meetingsList.length > 0">
<div class="section-heading">
<h1 id="flush-headingOne" class="h4">{{ i18n.search_results }}</h1>
Expand Down
Loading