1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00

customize home page : full texts

This commit is contained in:
Sylvain 2020-01-28 10:12:29 +01:00
parent 8d8c9a8af5
commit 81a42e5935
5 changed files with 50 additions and 2 deletions

View File

@ -50,7 +50,7 @@
<uib-alert type="info m">
<p class="text-sm font-bold">
<i class="fa fa-lightbulb-o"></i>
<span translate>{{ 'app.admin.settings.home_css_notice' }}</span>
<span translate>{{ 'app.admin.settings.home_css_notice_html' }}</span>
</p>
</uib-alert>
<button name="button" class="btn btn-warning" ng-click="save(homeCss)" translate>{{ 'app.shared.buttons.save' }}</button>

View File

@ -928,6 +928,19 @@ en:
space_explications_alert: "explanation message on the space reservation page"
main_color: "main colour"
secondary_color: "secondary colour"
customize_home_page: "Customize home page"
reset_home_page: "Reset the home page to its initial state"
confirmation_required: "Confirmation required"
confirm_reset_home_page: "Do you really want to reset the home page to its factory value?"
home_items: "Home page items"
item_news: "News"
item_projects: "Last projects"
item_twitter: "Last tweet"
item_members: "Last members"
item_events: "Next events"
home_content: "the home page"
home_content_reset: "Home page was successfully reset to its initial configuration."
home_css: "the stylesheet of the home page"
home_blogpost: "homepage's brief"
twitter_name: "Twitter feed name"
link_name: "link title to the \"About\" page"
@ -957,6 +970,9 @@ en:
elements_ordering: "Elements ordering"
machines_order: "Machines order"
display_machines_sorted_by: "Display machines sorted by"
advanced: "Advanced settings"
customize_home_page_css: "Customise the stylesheet og the home page"
home_css_notice_html: "You can customize the stylesheet which will apply to the home page, using the <a href=\"https://sass-lang.com/documentation\" target=\"_blank\">SASS</a> syntax. These styles will be automatically subordinated to the <code>.home-page</code> selector to prevent any risk of breaking the application. Meanwhile please be careful, any changes in the home page editor at the top of the page may broke your styles, always refer to the HTML code."
sort_by:
default: "Default"
name: "Name"

View File

@ -928,6 +928,19 @@ es:
space_explications_alert: "mensaje de explicación en la página de reserva de espacio"
main_color: "Color principal"
secondary_color: "color secundario"
customize_home_page: "Customize home page"
reset_home_page: "Reset the home page to its initial state"
confirmation_required: "Confirmation required"
confirm_reset_home_page: "Do you really want to reset the home page to its factory value?"
home_items: "Home page items"
item_news: "News"
item_projects: "Last projects"
item_twitter: "Last tweet"
item_members: "Last members"
item_events: "Next events"
home_content: "the home page"
home_content_reset: "Home page was successfully reset to its initial configuration."
home_css: "the stylesheet of the home page"
home_blogpost: "Resumen de la página de inicio"
twitter_name: "Twitter feed name"
link_name: "link title to the \"About\" page"
@ -957,6 +970,9 @@ es:
elements_ordering: "Orden de visualización de los elementos"
machines_order: "Orden de las máquinas"
display_machines_sorted_by: "Ver máquinas ordenadas por"
advanced: "Advanced settings"
customize_home_page_css: "Customise the stylesheet og the home page"
home_css_notice_html: "You can customize the stylesheet which will apply to the home page, using the <a href=\"https://sass-lang.com/documentation\" target=\"_blank\">SASS</a> syntax. These styles will be automatically subordinated to the <code>.home-page</code> selector to prevent any risk of breaking the application. Meanwhile please be careful, any changes in the home page editor at the top of the page may broke your styles, always refer to the HTML code."
sort_by:
default: "Defecto"
name: "Nombre"

View File

@ -972,7 +972,7 @@ fr:
display_machines_sorted_by: "Afficher les machines triées par"
advanced: "Paramètres avancés"
customize_home_page_css: "Personnaliser la feuille de style de la page d'accueil"
home_css_notice: "Vous pouvez utiliser la syntaxe SASS. Pas de garantie que ça va pas péter avec les updates"
home_css_notice_html: "Vous pouvez personnaliser la feuille de style qui s'appliquera à la page d'accueil en utilisant la syntaxe <a href=\"https://sass-lang.com/documentation\" target=\"_blank\">SASS</a>. Ces styles seront automatiquement subordonnées au sélecteur <code>.home-page</code> pour prévenir tout risque de casse de l'application. Attention toutefois, les modifications de la page d'accueil dans l'éditeur en haut de page peuvent rendre caduque vos styles, référez vous toujours au code HTML."
sort_by:
default: "Défaut"
name: "Nom"

View File

@ -928,6 +928,19 @@ pt:
space_explications_alert: "mensagem de explicação na página de reserva de espaço"
main_color: "Cor principal"
secondary_color: "Cor secundária"
customize_home_page: "Customize home page"
reset_home_page: "Reset the home page to its initial state"
confirmation_required: "Confirmation required"
confirm_reset_home_page: "Do you really want to reset the home page to its factory value?"
home_items: "Home page items"
item_news: "News"
item_projects: "Last projects"
item_twitter: "Last tweet"
item_members: "Last members"
item_events: "Next events"
home_content: "the home page"
home_content_reset: "Home page was successfully reset to its initial configuration."
home_css: "the stylesheet of the home page"
home_blogpost: "Resumo da página inicial"
twitter_name: "Nome do feed do Twitter"
link_name: "link title to the \"About\" page"
@ -957,6 +970,9 @@ pt:
elements_ordering: "Elements ordering"
machines_order: "Machines order"
display_machines_sorted_by: "Display machines sorted by"
advanced: "Advanced settings"
customize_home_page_css: "Customise the stylesheet og the home page"
home_css_notice_html: "You can customize the stylesheet which will apply to the home page, using the <a href=\"https://sass-lang.com/documentation\" target=\"_blank\">SASS</a> syntax. These styles will be automatically subordinated to the <code>.home-page</code> selector to prevent any risk of breaking the application. Meanwhile please be careful, any changes in the home page editor at the top of the page may broke your styles, always refer to the HTML code."
sort_by:
default: "Default"
name: "Nome"