Add Russian translation to desktop file

This commit is contained in:
Andrei Stepanov 2022-10-26 11:17:34 +04:00 committed by Jonas Kvinge
parent 0bfd4d2e04
commit ec3f95a260

View File

@ -3,7 +3,9 @@ Version=1.0
Type=Application Type=Application
Name=Strawberry Name=Strawberry
GenericName=Strawberry Music Player GenericName=Strawberry Music Player
GenericName[ru]=Музыкальный проигрыватель Strawberry
Comment=Plays music Comment=Plays music
Comment[ru]=Прослушивание музыки
Exec=strawberry %U Exec=strawberry %U
TryExec=strawberry TryExec=strawberry
Icon=strawberry Icon=strawberry
@ -18,19 +20,24 @@ Actions=Play-Pause;Stop;StopAfterCurrent;Previous;Next;
[Desktop Action Play-Pause] [Desktop Action Play-Pause]
Name=Play/Pause Name=Play/Pause
Exec=strawberry --play-pause Exec=strawberry --play-pause
Name[ru]=Играть/пауза
[Desktop Action Stop] [Desktop Action Stop]
Name=Stop Name=Stop
Exec=strawberry --stop Exec=strawberry --stop
Name[ru]=Стоп
[Desktop Action StopAfterCurrent] [Desktop Action StopAfterCurrent]
Name=Stop after this track Name=Stop after this track
Exec=strawberry --stop-after-current Exec=strawberry --stop-after-current
Name[ru]=Стоп после этого трека
[Desktop Action Previous] [Desktop Action Previous]
Name=Previous Name=Previous
Exec=strawberry --previous Exec=strawberry --previous
Name[ru]=Предыдущий
[Desktop Action Next] [Desktop Action Next]
Name=Next Name=Next
Exec=strawberry --next Exec=strawberry --next
Name[ru]=Следующий