From 16f732a50c3d9395f8a5afe595ee5f197762e201 Mon Sep 17 00:00:00 2001 From: juliandavidmr Date: Mon, 9 Nov 2020 19:53:17 -0500 Subject: [PATCH] add tooltips to the main buttons of the canvas. --- locales/de.js | 4 +++- locales/en.js | 4 +++- locales/es.js | 6 ++++-- locales/fr.js | 4 +++- locales/oc.js | 4 +++- views/partials/login.html | 4 ++-- views/partials/team.html | 4 ++-- views/partials/tool/object-options.html | 12 +++++------ views/partials/tool/toolbar-elements.html | 25 ++++++++++++----------- views/partials/tool/toolbar-object.html | 12 +++++------ 10 files changed, 45 insertions(+), 34 deletions(-) diff --git a/locales/de.js b/locales/de.js index a18b46f..b41e542 100644 --- a/locales/de.js +++ b/locales/de.js @@ -173,6 +173,7 @@ "tool_styles": "Stil", "tool_bullets": "Bullets", "tool_numbers": "Zahlen", + "tool_font": "Font", "color_fill": "Füllung", "color_stroke": "Strich", "color_text": "Text", @@ -318,5 +319,6 @@ "more": "mehr", "follow_present": "Folgen", "mute_present": "Entfolgen", - "follow_present_help": "Wenn jemand den Space präsentiert, folgen die anderen Mitglieder automatisch der Präsentation. Mit diesem Knopf lässt sich das an- oder ausschalten." + "follow_present_help": "Wenn jemand den Space präsentiert, folgen die anderen Mitglieder automatisch der Präsentation. Mit diesem Knopf lässt sich das an- oder ausschalten.", + "media": "Media" } diff --git a/locales/en.js b/locales/en.js index c6ce026..6f6aa0f 100644 --- a/locales/en.js +++ b/locales/en.js @@ -172,6 +172,7 @@ "tool_styles": "Styles", "tool_bullets": "Bullets", "tool_numbers": "Numbers", + "tool_font": "Font", "color_fill": "Fill", "color_stroke": "Stroke", "color_text": "Text", @@ -321,5 +322,6 @@ "follow_present": "Follow", "mute_present": "Unfollow", "follow_present_help": "If someone else is presenting this Space, the other members automatically follow the presentation. Switch following on or off with this button.", - "export": "export" + "export": "export", + "media": "Media" } \ No newline at end of file diff --git a/locales/es.js b/locales/es.js index 2c10f7e..5d3fc58 100644 --- a/locales/es.js +++ b/locales/es.js @@ -124,7 +124,7 @@ "new_password": "Nueva Contraseña", "verify_password": "Verificar Contraseña", "change_password": "Cambiar Contraseña", - "reset_password": "Reiniciar Contraseña", + "reset_password": "Restablecer contraseña", "terminate_caption": "Borrar Cuenta", "terminate_warning": "Si borras tu cuenta, todos los Espacios, Directorios y Mensajes (incluyendo todo el contenido que tú y otras personas crearon en tus Espacios) serán destruidos.", "terminate_warning2": "Esta acción no puede deshacerse.", @@ -172,6 +172,7 @@ "tool_styles": "Estilos", "tool_bullets": "'Bullets'", "tool_numbers": "Números", + "tool_font": "Fuente", "color_fill": "Rellenar", "color_stroke": "Trazo", "color_text": "Texto", @@ -321,5 +322,6 @@ "follow_present": "Seguir", "mute_present": "Dejar de Seguir", "follow_present_help": "Si alguien más está presentando este espacio, los otros miembros siguen automáticamente la presentación. Active o desactive el seguimiento con este botón.", - "export": "exportar" + "export": "exportar", + "media": "Media" } diff --git a/locales/fr.js b/locales/fr.js index 894d3a8..3a75451 100644 --- a/locales/fr.js +++ b/locales/fr.js @@ -172,6 +172,7 @@ "format_h3": "Titre 3", "font_size": "Taille de la police", "line_height": "Hauteur de ligne", + "tool_font": "Font", "tool_align": "Align", "tool_styles": "Style", "tool_bullets": "Puces", @@ -315,5 +316,6 @@ "more": "plus", "follow_present": "Suivre", "mute_present": "Pas suivre", - "follow_present_help": "follow_present_help" + "follow_present_help": "follow_present_help", + "media": "Media" } diff --git a/locales/oc.js b/locales/oc.js index 6642d69..c69cecd 100644 --- a/locales/oc.js +++ b/locales/oc.js @@ -173,6 +173,7 @@ "tool_bullets": "Bullets", "tool_numbers": "Nombres", "color_fill": "Fill", + "tool_font": "Font", "color_stroke": "Traçat", "color_text": "Tèxte", "tool_type": "Tipe", @@ -321,5 +322,6 @@ "follow_present": "Seguir", "mute_present": "Quitar de seguir", "follow_present_help": "follow_present_help", - "export": "exportar" + "export": "exportar", + "media": "Media" } diff --git a/views/partials/login.html b/views/partials/login.html index f2c8b7b..242dcea 100644 --- a/views/partials/login.html +++ b/views/partials/login.html @@ -98,8 +98,8 @@
-

Reset Password

- Please check your email inbox. +

<%=__("reset_password")%>

+ <%=__("password_check_inbox")%>
diff --git a/views/partials/team.html b/views/partials/team.html index 398f010..40cad41 100644 --- a/views/partials/team.html +++ b/views/partials/team.html @@ -5,7 +5,7 @@

Spacedeck Team Management

- You are not in a team yet. Please upgrade first. + You are not in a team yet. Please upgrade first.
@@ -34,7 +34,7 @@
-

Members

+

<%=__("members")%>

New members will get an invitation email. After the invitation was used, the member is active. The number of active members in your team will affect your monthly charge. diff --git a/views/partials/tool/object-options.html b/views/partials/tool/object-options.html index 1cc216f..5851e6b 100644 --- a/views/partials/tool/object-options.html +++ b/views/partials/tool/object-options.html @@ -1,34 +1,34 @@

- - - - - - diff --git a/views/partials/tool/toolbar-elements.html b/views/partials/tool/toolbar-elements.html index 22047d7..061c575 100644 --- a/views/partials/tool/toolbar-elements.html +++ b/views/partials/tool/toolbar-elements.html @@ -19,7 +19,7 @@