Update widget list translations

master
rubenwardy 2022-07-22 02:19:10 +01:00
parent 013604229a
commit 6481cc69a7
4 changed files with 41 additions and 19 deletions

View File

@ -90,3 +90,23 @@ features.privacy.desc: |
<a class="button is-primary" href="/privacy_policy/">
Privacy Policy
</a>
widgets:
- "<b>RSS and Atom feeds</b>: can be used to see the news or follow a website."
- "<b>Weather</b>"
- "<b>To do list</b>: track things you need to do."
- "<b>Quick Links</b>: show links, with optional icons and subheadings."
- "<b>Top Sites</b>: shows your most frequent websites."
- "<b>Daily Goals</b>: enter a daily goal."
- "<b>Bookmarks</b>: shows bookmarks from the bookmark toolbar."
- "<b>Greeting</b>: be greeted based on the time of day."
- "<b>Quotes</b>: shows a random quote, with categories."
- "<b>Clock</b>: show the current time, choose between 12 and 24 hours."
- "<b>Notes</b>: jot down notes in a freeform text area."
- "<b>Age</b>: shows your current age with way too much precision."
- "<b>Search</b>: a search bar, with support for changing the search engine."
- "<b>Web Comics</b>: show the most recent panel from a web comic."
- "<b>Year Progress</b>: shows the progress through the year as a progress bar."
- "<b>Currencies</b>: shows exchange rates, supporting forex currencies and crypto."
- "<b>Upcoming Space Flights</b>"
- "and more: buttons, images, HTML, and iframes."

View File

@ -86,3 +86,23 @@ features.privacy.desc: |
<a class="button is-primary" href="/privacy_policy/">
Política de Privacidad
</a>
widgets:
- "<b>Feeds RSS y Atom</b>: pueden ser utilizados para ver noticias o seguir un sitio web."
- "<b>Clima</b>"
- "<b>Lista de Quehaceres</b>: realice un seguimiento de las cosas que necesita hacer."
- "<b>Enlaces Rápidos</b>: muestra enlaces, con iconos y subtítulos opcionales."
- "<b>Sitios Principales</b>: muestra sus sitios web más frecuentados."
- "<b>Metas Diarias</b>: ingrese una meta diaria."
- "<b>Marcadores</b>: muestra sus marcadores de la barra de herramientas de marcadores."
- "<b>Saludo</b>: sea bienvenido según la hora del día."
- "<b>Citas</b>: muestra una cita aleatoria, con categorías."
- "<b>Reloj</b>: muestra la hora actual, elige entre 12 y 24 horas."
- "<b>Notas</b>: tome notas en un área de texto de forma libre."
- "<b>Edad</b>: muestra su edad actual con demasiada precisión."
- "<b>Búsqueda</b>: una barra de búsqueda, con soporte para cambiar el motor de búsqueda."
- "<b>Cómics Web</b>: muestra el panel más reciente de un cómic web."
- "<b>Progreso del Año</b>: muestra el progreso a lo largo del año como una barra de progreso."
- "<b>Monedas</b>: muestra tasas de cambio, compatible con divisas forex y criptomonedas."
- "<b>Próximos Vuelos Espaciales</b>"
- "y más: botones, imagenes, HTML, e IFrames."

View File

@ -1,18 +0,0 @@
- "<b>RSS and Atom feeds</b>: can be used to see the news or follow a website."
- "<b>Weather</b>"
- "<b>To do list</b>: track things you need to do."
- "<b>Quick Links</b>: show links, with optional icons and subheadings."
- "<b>Top Sites</b>: shows your most frequent websites."
- "<b>Daily Goals</b>: enter a daily goal."
- "<b>Bookmarks</b>: shows bookmarks from the bookmark toolbar."
- "<b>Greeting</b>: be greeted based on the time of day."
- "<b>Quotes</b>: shows a random quote, with categories."
- "<b>Clock</b>: show the current time, choose between 12 and 24 hours."
- "<b>Notes</b>: jot down notes in a freeform text area."
- "<b>Age</b>: shows your current age with way too much precision."
- "<b>Search</b>: a search bar, with support for changing the search engine."
- "<b>Web Comics</b>: show the most recent panel from a web comic."
- "<b>Year Progress</b>: shows the progress through the year as a progress bar."
- "<b>Currencies</b>: shows exchange rates, supporting forex currencies and crypto."
- "<b>Upcoming Space Flights</b>"
- "and more: buttons, images, HTML, and iframes."

View File

@ -113,7 +113,7 @@ layout: default
</h2>
<div class="content">
<ul>
{% for item in site.data.widgets %}
{% for item in l.widgets %}
<li>
{{ item | safe }}
</li>