Skip to content

Commit

Permalink
Tweak wording of pause notification (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
Et0h committed Apr 7, 2022
1 parent 2ef8570 commit c89b73c
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion syncplay/messages_de.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"slowdown-notification": "Verlangsamt wegen Zeitdifferenz mit {}", # User
"revert-notification": "Normalgeschwindigkeit",

"pause-notification": "{} pausierte ({})", # User
"pause-notification": "{} pausierte ({})", # User, Time - TODO: Change into format "{} paused at {}" in line with English message
"unpause-notification": "{} startete", # User
"seek-notification": "{} sprang von {} nach {}", # User, from time, to time

Expand Down
2 changes: 1 addition & 1 deletion syncplay/messages_en.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"slowdown-notification": "Slowing down due to time difference with {}", # User
"revert-notification": "Reverting speed back to normal",

"pause-notification": "{} paused ({})", # User
"pause-notification": "{} paused at {}", # User, Time
"unpause-notification": "{} unpaused", # User
"seek-notification": "{} jumped from {} to {}", # User, from time, to time

Expand Down
2 changes: 1 addition & 1 deletion syncplay/messages_es.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"slowdown-notification": "Ralentizando debido a diferencia de tiempo con {}", # User
"revert-notification": "Revirtiendo a la velocidad normal",

"pause-notification": "{} pausado ({})", # User
"pause-notification": "{} pausado ({})", # User, Time - TODO: Change into format "{} paused at {}" in line with English message
"unpause-notification": "{} resumido", # User
"seek-notification": "{} saltó desde {} hasta {}", # User, from time, to time

Expand Down
2 changes: 1 addition & 1 deletion syncplay/messages_fr.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"slowdown-notification": "Ralentissement dû au décalage de temps avec {}", # User
"revert-notification": "Retour à la vitesse normale",

"pause-notification": "{} en pause ({})", # User
"pause-notification": "{} en pause ({})", # User, Time - TODO: Change into format "{} paused at {}" in line with English message
"unpause-notification": "{} non suspendu", # User
"seek-notification": "{} est passé de {} à {}", # User, from time, to time

Expand Down
2 changes: 1 addition & 1 deletion syncplay/messages_it.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"slowdown-notification": "Rallento a causa della differenza temporale con {}", # User
"revert-notification": "Ripristino la velocità di riproduzione normale",

"pause-notification": "{} ha messo in pausa ({})", # User
"pause-notification": "{} ha messo in pausa ({})", # User, Time - TODO: Change into format "{} paused at {}" in line with English message
"unpause-notification": "{} ha ripreso la riproduzione", # User
"seek-notification": "{} è passato da {} a {}", # User, from time, to time

Expand Down
2 changes: 1 addition & 1 deletion syncplay/messages_pt_BR.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"slowdown-notification": "Diminuindo a velocidade devido à diferença de tempo com {}", # User
"revert-notification": "Revertendo velocidade ao normal",

"pause-notification": "{} pausou ({})", # User
"pause-notification": "{} pausou ({})", # User, Time - TODO: Change into format "{} paused at {}" in line with English message
"unpause-notification": "{} despausou", # User
"seek-notification": "{} saltou de {} para {}", # User, from time, to time

Expand Down
2 changes: 1 addition & 1 deletion syncplay/messages_pt_PT.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"slowdown-notification": "Diminuindo a velocidade devido à diferença de tempo com {}", # User
"revert-notification": "Revertendo velocidade ao normal",

"pause-notification": "{} pausou ({})", # User
"pause-notification": "{} pausou ({})", # User, Time - TODO: Change into format "{} paused at {}" in line with English message
"unpause-notification": "{} despausou", # User
"seek-notification": "{} saltou de {} para {}", # User, from time, to time

Expand Down
2 changes: 1 addition & 1 deletion syncplay/messages_ru.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"slowdown-notification": "Воспроизведение замедлено из-за разницы во времени с {}", # User
"revert-notification": "Возвращаемся к нормальной скорости воспроизведения",

"pause-notification": "{} приостановил воспроизведение ({})", # User
"pause-notification": "{} приостановил воспроизведение ({})", # User, Time - TODO: Change into format "{} paused at {}" in line with English message
"unpause-notification": "{} возобновил воспроизведение", # User
"seek-notification": "{} перемотал с {} на {}", # User, from time, to time

Expand Down
2 changes: 1 addition & 1 deletion syncplay/messages_tr.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"slowdown-notification": "{} ile zaman farkı nedeniyele nedeniyle yavaşlıyor", # User
"revert-notification": "Hızı normale döndürülüyor",

"pause-notification": "{} duraklattı ({})", # User
"pause-notification": "{} duraklattı ({})", # User, Time - TODO: Change into format "{} paused at {}" in line with English message
"unpause-notification": "{} devam ettirdi", # User
"seek-notification": "{}, {} konumundan {} konumuna atladı", # User, from time, to time

Expand Down
2 changes: 1 addition & 1 deletion syncplay/messages_zh_CN.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"slowdown-notification": "与{}不同步,正在慢速播放", # User
"revert-notification": "播放速度恢复一倍速",

"pause-notification": "{}暂停了 ({})", # User
"pause-notification": "{}暂停了 ({})", # User, Time - TODO: Change into format "{} paused at {}" in line with English message
"unpause-notification": "{}重新开始播放", # User
"seek-notification": "{}从{}跳转到{}", # User, from time, to time

Expand Down

0 comments on commit c89b73c

Please sign in to comment.