Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ES] Update Client/Beatmap editor/Compose and Gameplay/Hit object/Slider/Repeat slider #12542

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wiki/Client/Beatmap_editor/Compose/en.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The editor shares the same tools between osu!, osu!taiko, and osu!catch, while o

The timeline can be zoomed in and out with the `+`/`-` buttons to the left, or alternatively scrolling with the `Alt` key held. The two white lines in the middle indicate the current timestamp. Additionally, hit objects on the timeline can be selected and moved around with the left mouse button, or removed by right-clicking.

Click and drag a slidertail on the timeline right to create [repeat sliders](/wiki/Gameplay/Hit_object/Slider/Reverse_slider).
Click and drag a slidertail on the timeline right to create [repeat sliders](/wiki/Gameplay/Hit_object/Slider/Repeat_slider).

### Beat snap divisor

Expand Down
7 changes: 2 additions & 5 deletions wiki/Client/Beatmap_editor/Compose/es.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
outdated_since: 17a70f697c1315b87938b74b3cf43b9649a5a8fb
outdated_translation: true
---

# Pestaña compose

::: Infobox
Expand All @@ -27,6 +22,8 @@ El editor comparte las mismas herramientas entre osu!, osu!taiko y osu!catch, mi

La línea de tiempo se puede acercar y alejar con los botones `+`/`-` de la izquierda o, alternativamente, desplazándote con la tecla `Alt` mantenida. Las dos líneas blancas en el centro indican la marca de tiempo actual. Además, los objetos en la línea de tiempo se pueden seleccionar y mover con el botón izquierdo del ratón, o eliminarlos haciendo clic con el botón derecho.

Haz clic y arrastra la cola de un slider a la derecha de la línea de tiempo para crear un [slider inverso](/wiki/Gameplay/Hit_object/Slider/Repeat_slider).

### Divisor de ritmo

![](img/beat-snap-divisor-ES.jpg "Divisor de ritmo")
Expand Down
7 changes: 4 additions & 3 deletions wiki/Gameplay/Hit_object/Slider/Repeat_slider/es.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ tags:
- reverse slider
- reverses
- objetos
- golpeo
- repetidores
- repetidor
- slider inverso
---

# Slider inverso
# Sliders con repetidores

Un *slider inverso* es un [objeto](/wiki/Gameplay/Hit_object) en [osu!](/wiki/Game_mode/osu!), que actúa exactamente como un [slider](/wiki/Gameplay/Hit_object/Slider) con el beneficio adicional de invertirse al finalizar. Esto se indica en el juego con una flecha invertida donde de otro modo estaría la cola del slider. Los sliders se pueden invertir haciendo clic y arrastrando la cola del slider en la línea de tiempo del [editor de beatmaps](/wiki/Client/Beatmap_editor). Esto se puede hacer varias veces en el mismo slider para crear un slider con varios inversos.
Los *sliders con repetidores* son [objetos](/wiki/Gameplay/Hit_object) en [osu!](/wiki/Game_mode/osu!), que actúan exactamente igual que los [sliders](/wiki/Gameplay/Hit_object/Slider) con el beneficio adicional de volver hacia atrás al finalizarlos. Esto se indica en el juego con una flecha invertida en el lugar donde estaría la cola del slider. Se puede crear un repetidor en un slider haciendo clic y arrastrando la cola del slider en la línea de tiempo del [editor de beatmaps](/wiki/Client/Beatmap_editor). Esto se puede hacer varias veces en el mismo slider para crear un slider con varios repetidores.
Loading