Skip to content

Commit 3ed3c00

Browse files
file translates
1 parent b8ca485 commit 3ed3c00

File tree

1 file changed

+80
-0
lines changed

1 file changed

+80
-0
lines changed
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
export const translates = {
2+
en: {
3+
speakNow: 'Speak now',
4+
noSpeech: 'No speech detected.',
5+
audioCapture: 'Audio capture problem.',
6+
enableMicrophone: 'Enable the microphone',
7+
},
8+
pt: {
9+
speakNow: 'Fale agora',
10+
noSpeech: 'Nenhuma fala detectada.',
11+
audioCapture: 'Problema na captura de áudio.',
12+
enableMicrophone: 'Ative o microfone',
13+
},
14+
es: {
15+
speakNow: 'Habla ahora',
16+
noSpeech: 'No se detectó voz.',
17+
audioCapture: 'Problema en la captura de audio.',
18+
enableMicrophone: 'Activa el micrófono',
19+
},
20+
fr: {
21+
speakNow: 'Parlez maintenant',
22+
noSpeech: 'Aucune parole détectée.',
23+
audioCapture: 'Problème de capture audio.',
24+
enableMicrophone: 'Activez le microphone',
25+
},
26+
de: {
27+
speakNow: 'Sprich jetzt',
28+
noSpeech: 'Keine Sprache erkannt.',
29+
audioCapture: 'Audioproblem.',
30+
enableMicrophone: 'Aktivieren Sie das Mikrofon',
31+
},
32+
it: {
33+
speakNow: 'Parla ora',
34+
noSpeech: 'Nessuna parola rilevata.',
35+
audioCapture: 'Problema con la cattura audio.',
36+
enableMicrophone: 'Abilita il microfono',
37+
},
38+
ja: {
39+
speakNow: '今話してください',
40+
noSpeech: '音声が検出されませんでした。',
41+
audioCapture: 'オーディオキャプチャの問題。',
42+
enableMicrophone: 'マイクを有効にしてください',
43+
},
44+
zh: {
45+
speakNow: '现在说话',
46+
noSpeech: '没有检测到语音。',
47+
audioCapture: '音频捕获问题。',
48+
enableMicrophone: '启用麦克风',
49+
},
50+
ru: {
51+
speakNow: 'Говорите сейчас',
52+
noSpeech: 'Речь не обнаружена.',
53+
audioCapture: 'Проблема с захватом звука.',
54+
enableMicrophone: 'Включите микрофон',
55+
},
56+
ar: {
57+
speakNow: 'تحدث الآن',
58+
noSpeech: 'لم يتم اكتشاف الكلام.',
59+
audioCapture: 'مشكلة في التقاط الصوت.',
60+
enableMicrophone: 'قم بتمكين الميكروفون',
61+
},
62+
ko: {
63+
speakNow: '지금 말하세요',
64+
noSpeech: '음성이 감지되지 않았습니다.',
65+
audioCapture: '오디오 캡처 문제.',
66+
enableMicrophone: '마이크를 활성화하세요',
67+
},
68+
nl: {
69+
speakNow: 'Spreek nu',
70+
noSpeech: 'Geen spraak gedetecteerd.',
71+
audioCapture: 'Probleem met audiovangst.',
72+
enableMicrophone: 'Activeer de microfoon',
73+
},
74+
sv: {
75+
speakNow: 'Tala nu',
76+
noSpeech: 'Ingen tal upptäckt.',
77+
audioCapture: 'Problem med ljudinspelning.',
78+
enableMicrophone: 'Aktivera mikrofonen',
79+
},
80+
};

0 commit comments

Comments
 (0)