Skip to content

Commit

Permalink
Added Czech translation (#819)
Browse files Browse the repository at this point in the history
  • Loading branch information
Veldik authored Jan 25, 2024
1 parent 5fa216e commit 20cda3d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/translations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,25 @@ const translations = {
speaker_management: 'Gerenciamento de grupo',
},
},
cs: {
placeholder: {
tts: 'Převod textu na řeč',
},
label: {
leave: 'Opustit',
ungroup: 'Zrušit seskupení',
group_all: 'Seskupit vše',
send: 'Poslat',
master: 'Master',
},
state: {
idle: 'Nečinný',
unavailable: 'Nedostupné',
},
title: {
speaker_management: 'Správa skupiny',
},
},
};

export default translations;

0 comments on commit 20cda3d

Please sign in to comment.