-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
160 additions
and
46 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
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,31 @@ | ||
return { | ||
['ui_join'] = "Naladit frekvenci", | ||
['ui_leave'] = 'Vypnout', | ||
['ui_preset_set'] = "Nastavit předvolbu", | ||
['ui_preset_one'] = "Předvolba #1", | ||
['ui_preset_two'] = "Předvolba #2", | ||
['ui_volume_mute'] = "Ztlumit", | ||
['ui_volume_up'] = "Zvýšit hlasitost", | ||
['ui_volume_down'] = "Snížit hlasitost", | ||
|
||
['command_open'] = "Otevře rozhraní vysílačky", | ||
['command_clear'] = "Smaže všechny uložené předvolby", | ||
['keymap_open'] = "Otevřít vysílačku", | ||
|
||
['channel_join'] = "Připojil ses na frekvenci %s MHz", | ||
['channel_unavailable'] = "Tato frekvence je nedostupná", | ||
['channel_disconnect'] = "Odpojil ses z vysílačky", | ||
|
||
['volume_mute'] = "Vysílačka ztlumena", | ||
['volume_unmute'] = "Vysílačka zapnuta", | ||
['volume_up'] = "Hlasitost zvýšena na %s%%", | ||
['volume_down'] = "Hlasitost snížena na %s%%", | ||
['volume_max'] = "Dosažena maximální hlasitost", | ||
['volume_min'] = "Dosažena minimální hlasitost", | ||
|
||
['preset_not_found'] = "Nenalezena žádná uložená předvolba", | ||
['preset_choose'] = "Vyber si předvoblu (1 nebo 2) pro uložení aktuální frekvence.", | ||
['preset_invalid'] = "Neplatná frekvence", | ||
['preset_set'] = "Nastavil jsi předvolbu na %s MHz", | ||
['preset_clear'] = "Předvolby vysílačky smazány", | ||
} |
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,31 @@ | ||
return { | ||
['ui_join'] = "Join to frequency", | ||
['ui_leave'] = 'Turn off', | ||
['ui_preset_set'] = "Set preset", | ||
['ui_preset_one'] = "Preset #1", | ||
['ui_preset_two'] = "Preset #2", | ||
['ui_volume_mute'] = "Mute", | ||
['ui_volume_up'] = "Volume up", | ||
['ui_volume_down'] = "Volume down", | ||
|
||
['command_open'] = "Opens the radio UI", | ||
['command_clear'] = "Clears all your frequency presets", | ||
['keymap_open'] = "Open radio UI", | ||
|
||
['channel_join'] = "Joined to frequency %s MHz", | ||
['channel_unavailable'] = "This frequency is unavailable", | ||
['channel_disconnect'] = "You've disconnected from the radio", | ||
|
||
['volume_mute'] = "Radio muted", | ||
['volume_unmute'] = "Radio unmuted", | ||
['volume_up'] = "Volume increased to %s%%", | ||
['volume_down'] = "Volume reduced to %s%%", | ||
['volume_max'] = "Maximum volume reached", | ||
['volume_min'] = "Minimum volume reached", | ||
|
||
['preset_not_found'] = "No saved preset found", | ||
['preset_choose'] = "Choose a preset (1 or 2) to save the current frequency on.", | ||
['preset_invalid'] = "Invalid frequency", | ||
['preset_set'] = "You've set the preset to %s MHz", | ||
['preset_clear'] = "Radio presets cleared", | ||
} |
Oops, something went wrong.