mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-18 07:52:23 +01:00
tooltip about images insertion in medium editor
This commit is contained in:
parent
dcf55d8351
commit
9c6143bd5e
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
## next release
|
## next release
|
||||||
|
|
||||||
|
- Added tooltip concerning images insertion while configuring the about page
|
||||||
- Ability for admins to configure the maximum visibility for availabilities reservation
|
- Ability for admins to configure the maximum visibility for availabilities reservation
|
||||||
- Fix a bug: admins cannot see all availabilities for spaces in reservation calendar when a user is selected
|
- Fix a bug: admins cannot see all availabilities for spaces in reservation calendar when a user is selected
|
||||||
- Fix a bug: missing translation after payment in english and portuguese
|
- Fix a bug: missing translation after payment in english and portuguese
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
}'>
|
}'>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
<span class="help-block text-info text-xs"><i class="fa fa-lightbulb-o"></i> {{ 'settings.drag_and_drop_to_insert_images' | translate }}</span>
|
||||||
<button name="button" class="btn btn-warning" ng-click="save(aboutBodySetting)" translate>{{ 'save' }}</button>
|
<button name="button" class="btn btn-warning" ng-click="save(aboutBodySetting)" translate>{{ 'save' }}</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-4 col-md-offset-2">
|
<div class="col-md-4 col-md-offset-2">
|
||||||
|
@ -568,6 +568,7 @@ en:
|
|||||||
title_of_the_about_page: "Title of the About page"
|
title_of_the_about_page: "Title of the About page"
|
||||||
shift_enter_to_force_carriage_return: "SHIFT + ENTER to force carriage return"
|
shift_enter_to_force_carriage_return: "SHIFT + ENTER to force carriage return"
|
||||||
input_the_main_content: "Input the main content"
|
input_the_main_content: "Input the main content"
|
||||||
|
drag_and_drop_to_insert_images: "Drap and drop to insert images"
|
||||||
input_the_fablab_contacts: "Input the FabLab contacts"
|
input_the_fablab_contacts: "Input the FabLab contacts"
|
||||||
reservations: "Reservations"
|
reservations: "Reservations"
|
||||||
reservations_parameters: "Reservations parameters"
|
reservations_parameters: "Reservations parameters"
|
||||||
|
@ -568,6 +568,7 @@ fr:
|
|||||||
title_of_the_about_page: "Titre page A propos"
|
title_of_the_about_page: "Titre page A propos"
|
||||||
shift_enter_to_force_carriage_return: "MAJ. + ENTRÉE pour forcer le retour à la ligne"
|
shift_enter_to_force_carriage_return: "MAJ. + ENTRÉE pour forcer le retour à la ligne"
|
||||||
input_the_main_content: "Saisir le contenu principal"
|
input_the_main_content: "Saisir le contenu principal"
|
||||||
|
drag_and_drop_to_insert_images: "Faites un glisser-déposer pour insérer des images"
|
||||||
input_the_fablab_contacts: "Saisir les Contacts du FabLab"
|
input_the_fablab_contacts: "Saisir les Contacts du FabLab"
|
||||||
reservations: "Réservations"
|
reservations: "Réservations"
|
||||||
reservations_parameters: "Paramètres des réservations"
|
reservations_parameters: "Paramètres des réservations"
|
||||||
|
@ -568,6 +568,7 @@ pt:
|
|||||||
title_of_the_about_page: "Título da página sobre"
|
title_of_the_about_page: "Título da página sobre"
|
||||||
shift_enter_to_force_carriage_return: "SHIFT + ENTER para forçar o retorno"
|
shift_enter_to_force_carriage_return: "SHIFT + ENTER para forçar o retorno"
|
||||||
input_the_main_content: "Introduza o conteúdo principal"
|
input_the_main_content: "Introduza o conteúdo principal"
|
||||||
|
drag_and_drop_to_insert_images: "Arrastar e soltar para inserir imagens"
|
||||||
input_the_fablab_contacts: "Insira os contatos do FabLab"
|
input_the_fablab_contacts: "Insira os contatos do FabLab"
|
||||||
reservations: "Reservas"
|
reservations: "Reservas"
|
||||||
reservations_parameters: "Parâmetros das reservas"
|
reservations_parameters: "Parâmetros das reservas"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user