Skip to content

Commit

Permalink
Update website with new translations
Browse files Browse the repository at this point in the history
  • Loading branch information
antennapod-bot committed Nov 25, 2024
1 parent 0d1d24e commit 6136d24
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions _i18n/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ documentation:
multiple-queues: Mehrere Warteschlangen verwenden
title: Warteschlange
lock: Warteschlange (ent)sperren
smart-shuffle: Schlaues Mischen verwenden
subscriptions:
title: Abonnements
intro: Unten kannst du oft gestellte Fragen zu Abonnements finden.
Expand Down
10 changes: 5 additions & 5 deletions _i18n/de/documentation/queue/smart-shuffle.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Smart shuffle is an advanced queue sorting criterion that allows you to keep your queue sorted by publication date while also avoiding as much as possible having clusters of episodes from a single subscription in your queue.
Schlaues Mischen ist ein fortschrittliches Sortierkriterium für die Warteschlange, mit dem die Warteschlange nach Veröffentlichungsdatum sortiert und gleichzeitig so weit wie möglich vermieden wird, dass sich mehrere Episoden eines einzigen Abonnements in der Warteschlange befinden.

To use smart shuffle, place some episodes from different subscriptions in your queue, then tap `` in the top bar, select `Sort` and finally `Smart shuffle`. Just like other sorting criteria, smart shuffle can be sorted in ascending or descending order.
Um Schlaues Mischen zu verwenden, lege einige Episoden aus verschiedenen Abonnements in die Warteschlange, tippe dann auf `` in der oberen Leiste, wähle `Sortieren` und schließlich `Schlaues Mischen`. Genau wie andere Sortierkriterien kann auch Schlaues Mischen in aufsteigender oder absteigender Reihenfolge sortiert werden.

## How it works in detail
## Wie es im Einzelnen funktioniert

Let's say you have 15 episodes in your queue: 1 from each of podcasts A, B and C, 2 from podcast D and 10 from podcast E. Smart shuffle first takes the podcast with the most episodes (E) and spreads out its episodes in the queue: EE_EE_E_E_EE_EE. It then takes the podcast with the second-most episodes (D) and spreads out those in the available slots: EE_EEDE_EDEE_EE. This continues until we end up with a queue that looks like this: EEBEEDECEDEEAEE.
Angenommen, du hast 15 Episoden in der Warteschlange: Jeweils 1 aus den Podcasts A, B und C, 2 aus dem Podcast D und 10 aus dem Podcast E. Schlaues Mischen nimmt zuerst den Podcast mit den meisten Episoden (E) und verteilt seine Episoden in der Warteschlange: EE_EE_E_E_EE_EE. Dann nimmt es den Podcast mit den zweitmeisten Episoden (D) und verteilt diese auf die verfügbaren Plätze: EE_EEDE_EDEE_EE. So geht es weiter, bis die Warteschlange wie folgt aussieht: EEBEEDECEDEEAEE.

Publication dates play a role both *within* podcasts (in our example, episodes from podcast E are sorted accordingly) and *between* podcasts (the episode from podcast B gets an earlier spot than the one from podcast A because the former is more recent).
Das Veröffentlichungsdatum spielt sowohl *innerhalb* der Podcasts (in unserem Beispiel werden die Episoden aus Podcast E entsprechend sortiert) als auch *zwischen* den Podcasts eine Rolle (die Episode aus Podcast B erhält einen früheren Platz als die Episode aus Podcast A, da erstere jünger ist).
10 changes: 5 additions & 5 deletions _i18n/es/documentation/queue/smart-shuffle.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Smart shuffle is an advanced queue sorting criterion that allows you to keep your queue sorted by publication date while also avoiding as much as possible having clusters of episodes from a single subscription in your queue.
Smart Shuffle es un criterio avanzado de ordenación de cola que le permite mantener su cola ordenada por fecha de publicación y, al mismo tiempo, evitar en la medida de lo posible tener grupos de episodios de una sola suscripción en su cola.

To use smart shuffle, place some episodes from different subscriptions in your queue, then tap `` in the top bar, select `Sort` and finally `Smart shuffle`. Just like other sorting criteria, smart shuffle can be sorted in ascending or descending order.
Para usar la función de reproducción aleatoria inteligente, coloca algunos episodios de diferentes suscripciones en tu cola , luego toca `` en la barra superior, selecciona `Ordenar` y, finalmente, `Reproducción aleatoria inteligente`. Al igual que otros criterios de ordenación, la reproducción aleatoria inteligente se puede ordenar en orden ascendente o descendente.

## How it works in detail
## Funcionamiento detallado

Let's say you have 15 episodes in your queue: 1 from each of podcasts A, B and C, 2 from podcast D and 10 from podcast E. Smart shuffle first takes the podcast with the most episodes (E) and spreads out its episodes in the queue: EE_EE_E_E_EE_EE. It then takes the podcast with the second-most episodes (D) and spreads out those in the available slots: EE_EEDE_EDEE_EE. This continues until we end up with a queue that looks like this: EEBEEDECEDEEAEE.
Supongamos que tiene 15 episodios en la cola: 1 de cada uno de los podcasts A, B y C, 2 del podcast D y 10 del podcast E. Smart shuffle toma primero el podcast con más episodios (E) y distribuye sus episodios en la cola: EE_EE_E_E_EE_EE. A continuación, toma el podcast con el segundo mayor número de episodios (D) y los distribuye en los espacios disponibles: EE_EEDE_EDEE_EE. Esto continúa hasta que terminamos con una cola que se parece a esto: EEBEEDECEDEEAEE.

Publication dates play a role both *within* podcasts (in our example, episodes from podcast E are sorted accordingly) and *between* podcasts (the episode from podcast B gets an earlier spot than the one from podcast A because the former is more recent).
Las fechas de publicación desempeñan un papel tanto *dentro* de los podcasts (en nuestro ejemplo, los episodios del podcast E se ordenan en consecuencia) como *entre* los podcasts (el episodio del podcast B se sitúa antes que el del podcast A porque el primero es más reciente).

0 comments on commit 6136d24

Please sign in to comment.