-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/Qbox-project/qbx_radio into…
… fix_ui
- Loading branch information
Showing
13 changed files
with
115 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"not_on_channel": "Nejsi připojen k žádnému kanálu", | ||
"on_channel": "Již jsi připojen k tomuto kanálu", | ||
"joined_radio": "Připojil jsi se k: ", | ||
"restricted_channel": "Nemůžeš se připojit k tomuto kanálu", | ||
"invalid_channel": "Tato frekvence není k dispozici", | ||
"left_channel": "Odešel jsi z kanálu", | ||
"min_volume": "Rádio je již nastaveno na nejnižší hlasitost", | ||
"max_volume": "Rádio je již nastaveno na maximální hlasitost", | ||
"new_volume": "Nová hlasitost: ", | ||
"new_channel": "Nový kanál: " | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"not_on_channel": "You're not connected to a channel", | ||
"on_channel": "You're already connected to this channel", | ||
"joined_radio": "You're connected to: ", | ||
"restricted_channel": "You can not connect to this channel", | ||
"invalid_channel": "This frequency is not available", | ||
"left_channel": "You left the channel", | ||
"min_volume": "The radio is already set to the lowest volume", | ||
"max_volume": "he radio is already set to maximum volume", | ||
"new_volume": "New volume: ", | ||
"new_channel": "New channel: ", | ||
"clicksOn": "Mic clicks are now on", | ||
"clicksOff": "Mic clicks are now off" | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"not_on_channel": "Et ole yhdistetty kanavalle", | ||
"on_channel": "Olet jo yhdistetty tälle kanavalle", | ||
"joined_radio": "Olet yhdistetty: ", | ||
"restricted_channel": "Et voi yhdistää tähän kanavaan", | ||
"invalid_channel": "Tämä taajuus ei ole käytettävissä", | ||
"left_channel": "Poistuit kanavalta", | ||
"min_volume": "Radio on jo asetettu alimpaan äänenvoimakkuuteen", | ||
"max_volume": "Radio on jo asetettu maksimiäänenvoimakkuuteen", | ||
"new_volume": "Uusi äänenvoimakkuus: ", | ||
"new_channel": "Uusi kanava: " | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"not_on_channel": "Vous n'êtes pas connectés a une fréquence", | ||
"on_channel": "Vous êtes déjà connectés a cette fréquence", | ||
"joined_radio": "Vous vous êtes connectés à : ", | ||
"restricted_channel": "Vous ne pouvez pas vous connecter à cette fréquence", | ||
"invalid_channel": "Cette fréquence n'est pas disponible", | ||
"left_channel": "Vous avez quitté la fréquence", | ||
"min_volume": "Cette radio est déjà au volume minimum", | ||
"max_volume": "Cette radio est déjà au volume maximum", | ||
"new_volume": "Nouveau volume : ", | ||
"new_channel": "Nouvelle fréquence : ", | ||
"clicksOn": "Clicks radio activés", | ||
"clicksOff": "Clicks radio désactivés" | ||
} |
This file was deleted.
Oops, something went wrong.