-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathapp_languages.php
More file actions
547 lines (526 loc) · 36.8 KB
/
app_languages.php
File metadata and controls
547 lines (526 loc) · 36.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
<?php
$text['title-transcribe_queue']['en-us'] = 'Transcribe Queue';
$text['title-transcribe_queue']['en-gb'] = 'Transcribe Queue';
$text['title-transcribe_queue']['ar-eg'] = 'قوائم التحويل إلى نص';
$text['title-transcribe_queue']['de-at'] = 'Texttranskriptionswarteschlange';
$text['title-transcribe_queue']['de-ch'] = 'Texttranskriptionswarteschlange';
$text['title-transcribe_queue']['de-de'] = 'Texttranskriptionswarteschlange';
$text['title-transcribe_queue']['el-gr'] = 'Ενεπίγραφη ουρά';
$text['title-transcribe_queue']['es-cl'] = 'Cola de transcripción';
$text['title-transcribe_queue']['es-mx'] = 'Cola de transcripción';
$text['title-transcribe_queue']['fr-ca'] = 'File d’attente de transcription';
$text['title-transcribe_queue']['fr-fr'] = 'File d’attente de transcription';
$text['title-transcribe_queue']['he-il'] = 'לוח ההמתנה להעברת טקסט';
$text['title-transcribe_queue']['it-it'] = 'Coda di trascrizione';
$text['title-transcribe_queue']['nl-nl'] = 'Transcriptiewachtrij';
$text['title-transcribe_queue']['pl-pl'] = 'Kolejka transkrypcji';
$text['title-transcribe_queue']['pt-br'] = 'Fila de transcrição';
$text['title-transcribe_queue']['pt-pt'] = 'Fila de transcrição';
$text['title-transcribe_queue']['ro-ro'] = 'Coada de transcriere';
$text['title-transcribe_queue']['ru-ru'] = 'Очередь транскрибации';
$text['title-transcribe_queue']['sv-se'] = 'Transkriptionskö';
$text['title-transcribe_queue']['uk-ua'] = ' Черга транскрипції';
$text['title-transcribe_queue']['tr-tr'] = 'Metin Çevrilmesi Sıralama';
$text['title-transcribe_queue']['zh-cn'] = '转写队列';
$text['title-transcribe_queue']['ja-jp'] = 'トランススクリプション・キュー';
$text['title-transcribe_queue']['ko-kr'] = '텍스트 변환 대기열';
$text['title_description-transcribe_queue']['en-us'] = '';
$text['title_description-transcribe_queue']['en-gb'] = '';
$text['title_description-transcribe_queue']['ar-eg'] = '';
$text['title_description-transcribe_queue']['de-at'] = '';
$text['title_description-transcribe_queue']['de-ch'] = '';
$text['title_description-transcribe_queue']['de-de'] = '';
$text['title_description-transcribe_queue']['el-gr'] = '';
$text['title_description-transcribe_queue']['es-cl'] = '';
$text['title_description-transcribe_queue']['es-mx'] = '';
$text['title_description-transcribe_queue']['fr-ca'] = '';
$text['title_description-transcribe_queue']['fr-fr'] = '';
$text['title_description-transcribe_queue']['he-il'] = '';
$text['title_description-transcribe_queue']['it-it'] = '';
$text['title_description-transcribe_queue']['nl-nl'] = '';
$text['title_description-transcribe_queue']['pl-pl'] = '';
$text['title_description-transcribe_queue']['pt-br'] = '';
$text['title_description-transcribe_queue']['pt-pt'] = '';
$text['title_description-transcribe_queue']['ro-ro'] = '';
$text['title_description-transcribe_queue']['ru-ru'] = '';
$text['title_description-transcribe_queue']['sv-se'] = '';
$text['title_description-transcribe_queue']['uk-ua'] = '';
$text['title_description-transcribe_queue']['tr-tr'] = '';
$text['title_description-transcribe_queue']['zh-cn'] = '';
$text['title_description-transcribe_queue']['ja-jp'] = '';
$text['title_description-transcribe_queue']['ko-kr'] = '';
$text['label-transcribe_duration']['en-us'] = 'Duration';
$text['label-transcribe_duration']['en-gb'] = 'Duration';
$text['label-transcribe_duration']['ar-eg'] = 'المدة';
$text['label-transcribe_duration']['de-at'] = 'Dauer';
$text['label-transcribe_duration']['de-ch'] = 'Dauer';
$text['label-transcribe_duration']['de-de'] = 'Dauer';
$text['label-transcribe_duration']['el-gr'] = 'Διάρκεια';
$text['label-transcribe_duration']['es-cl'] = 'Duración';
$text['label-transcribe_duration']['es-mx'] = 'Duración';
$text['label-transcribe_duration']['fr-ca'] = 'Durée';
$text['label-transcribe_duration']['fr-fr'] = 'Durée';
$text['label-transcribe_duration']['he-il'] = 'مدة';
$text['label-transcribe_duration']['it-it'] = 'Durata';
$text['label-transcribe_duration']['nl-nl'] = 'Duur';
$text['label-transcribe_duration']['pl-pl'] = 'Czas trwania';
$text['label-transcribe_duration']['pt-br'] = 'Duração';
$text['label-transcribe_duration']['pt-pt'] = 'Duração';
$text['label-transcribe_duration']['ro-ro'] = 'Durată';
$text['label-transcribe_duration']['ru-ru'] = 'Длительность';
$text['label-transcribe_duration']['sv-se'] = 'Varaktighet';
$text['label-transcribe_duration']['uk-ua'] = 'Тривалість';
$text['label-transcribe_duration']['tr-tr'] = 'Süre';
$text['label-transcribe_duration']['zh-cn'] = '时长';
$text['label-transcribe_duration']['ja-jp'] = '期間';
$text['label-transcribe_duration']['ko-kr'] = '지속 시간';
$text['label-transcribe_status']['en-us'] = 'Status';
$text['label-transcribe_status']['en-gb'] = 'Status';
$text['label-transcribe_status']['ar-eg'] = 'الحالة';
$text['label-transcribe_status']['de-at'] = 'Status';
$text['label-transcribe_status']['de-ch'] = 'Status';
$text['label-transcribe_status']['de-de'] = 'Status';
$text['label-transcribe_status']['el-gr'] = 'Κατάσταση';
$text['label-transcribe_status']['es-cl'] = 'Estado';
$text['label-transcribe_status']['es-mx'] = 'Estado';
$text['label-transcribe_status']['fr-ca'] = 'État';
$text['label-transcribe_status']['fr-fr'] = 'État';
$text['label-transcribe_status']['he-il'] = 'מצב';
$text['label-transcribe_status']['it-it'] = 'Stato';
$text['label-transcribe_status']['nl-nl'] = 'Status';
$text['label-transcribe_status']['pl-pl'] = 'Status';
$text['label-transcribe_status']['pt-br'] = 'Situação';
$text['label-transcribe_status']['pt-pt'] = 'Situação';
$text['label-transcribe_status']['ro-ro'] = 'Stare';
$text['label-transcribe_status']['ru-ru'] = 'Статус';
$text['label-transcribe_status']['sv-se'] = 'Status';
$text['label-transcribe_status']['uk-ua'] = 'Статус';
$text['label-transcribe_status']['tr-tr'] = 'Durum';
$text['label-transcribe_status']['zh-cn'] = '状态';
$text['label-transcribe_status']['ja-jp'] = 'ステータス';
$text['label-transcribe_status']['ko-kr'] = '상태';
$text['description-transcribe_status']['en-us'] = 'Enter the transcribe status.';
$text['description-transcribe_status']['en-gb'] = 'Enter the transcribe status.';
$text['description-transcribe_status']['ar-eg'] = 'أدخل حالة التحويل إلى نص.';
$text['description-transcribe_status']['de-at'] = 'Geben Sie den Transkriptionsstatus ein.';
$text['description-transcribe_status']['de-ch'] = 'Geben Sie den Transkriptionsstatus ein.';
$text['description-transcribe_status']['de-de'] = 'Geben Sie den Transkriptionsstatus ein.';
$text['description-transcribe_status']['el-gr'] = 'Εισάγετε την κατάσταση της επεξεργασίας του κειμένου.';
$text['description-transcribe_status']['es-cl'] = 'Ingrese el estado de transcripción.';
$text['description-transcribe_status']['es-mx'] = 'Ingrese el estado de transcripción.';
$text['description-transcribe_status']['fr-ca'] = 'Entrez le statut de transcription.';
$text['description-transcribe_status']['fr-fr'] = 'Entrez le statut de transcription.';
$text['description-transcribe_status']['he-il'] = 'נא להזין את המצב של ההעברת הטקסט';
$text['description-transcribe_status']['it-it'] = 'Inserire lo stato di trascrizione.';
$text['description-transcribe_status']['nl-nl'] = 'Voer de transcriptiestatus in.';
$text['description-transcribe_status']['pl-pl'] = 'Wprowadź status transkrypcji.';
$text['description-transcribe_status']['pt-br'] = 'Digite o status da transcrição.';
$text['description-transcribe_status']['pt-pt'] = 'Digite o status da transcrição.';
$text['description-transcribe_status']['ro-ro'] = 'Introducerea starii de transcriere.';
$text['description-transcribe_status']['ru-ru'] = 'Введите статус транскрибации.';
$text['description-transcribe_status']['sv-se'] = 'Ange den transkriptionsstatus';
$text['description-transcribe_status']['uk-ua'] = 'Введіть стан транскрипції.';
$text['description-transcribe_status']['tr-tr'] = 'Metin durumunu giriniz.';
$text['description-transcribe_status']['zh-cn'] = '请输入转写状态。';
$text['description-transcribe_status']['ja-jp'] = '転写ステータスを入力してください。';
$text['description-transcribe_status']['ko-kr'] = '텍스트 변환 상태를 입력하세요.';
$text['label-transcribe_app_class']['en-us'] = 'Class';
$text['label-transcribe_app_class']['en-gb'] = 'Class';
$text['label-transcribe_app_class']['ar-eg'] = 'الفصل';
$text['label-transcribe_app_class']['de-at'] = 'Klasse';
$text['label-transcribe_app_class']['de-ch'] = 'Klasse';
$text['label-transcribe_app_class']['de-de'] = 'Klasse';
$text['label-transcribe_app_class']['el-gr'] = 'Κλάση';
$text['label-transcribe_app_class']['es-cl'] = 'Clase';
$text['label-transcribe_app_class']['es-mx'] = 'Clase';
$text['label-transcribe_app_class']['fr-ca'] = 'Classe';
$text['label-transcribe_app_class']['fr-fr'] = 'Classe';
$text['label-transcribe_app_class']['he-il'] = 'כיתה';
$text['label-transcribe_app_class']['it-it'] = 'Classe';
$text['label-transcribe_app_class']['nl-nl'] = 'Klas';
$text['label-transcribe_app_class']['pl-pl'] = 'Klasa';
$text['label-transcribe_app_class']['pt-br'] = 'Classe';
$text['label-transcribe_app_class']['pt-pt'] = 'Classe';
$text['label-transcribe_app_class']['ro-ro'] = 'Clasă';
$text['label-transcribe_app_class']['ru-ru'] = 'Класс';
$text['label-transcribe_app_class']['sv-se'] = 'Klass';
$text['label-transcribe_app_class']['uk-ua'] = 'Клас';
$text['label-transcribe_app_class']['tr-tr'] = 'Sınıf';
$text['label-transcribe_app_class']['zh-cn'] = '类';
$text['label-transcribe_app_class']['ja-jp'] = 'クラス';
$text['label-transcribe_app_class']['ko-kr'] = '클래스';
$text['description-transcribe_app_class']['en-us'] = 'Enter the transcribe class name.';
$text['description-transcribe_app_class']['en-gb'] = 'Enter the transcribe class name.';
$text['description-transcribe_app_class']['ar-eg'] = 'أدخل اسم فئة التصوير.';
$text['description-transcribe_app_class']['de-at'] = 'Geben Sie den Namen der Transkriptionsklasse ein.';
$text['description-transcribe_app_class']['de-ch'] = 'Geben Sie den Namen der Transkriptionsklasse ein.';
$text['description-transcribe_app_class']['de-de'] = 'Geben Sie den Namen der Transkriptionsklasse ein.';
$text['description-transcribe_app_class']['el-gr'] = 'Εισάγετε το όνομα της κλάσης μεταγραφής.';
$text['description-transcribe_app_class']['es-cl'] = 'Ingrese el nombre de la clase de transcripción.';
$text['description-transcribe_app_class']['es-mx'] = 'Ingrese el nombre de la clase de transcripción.';
$text['description-transcribe_app_class']['fr-ca'] = 'Entrez le nom de la classe de transcription.';
$text['description-transcribe_app_class']['fr-fr'] = 'Entrez le nom de la classe de transcription.';
$text['description-transcribe_app_class']['he-il'] = 'הזן את שםクラス ההתייחסות.';
$text['description-transcribe_app_class']['it-it'] = 'Inserisci il nome della classe di trascrizione.';
$text['description-transcribe_app_class']['nl-nl'] = 'Voer de naam van de transcriberingsklasse in.';
$text['description-transcribe_app_class']['pl-pl'] = 'Wprowadź nazwę klasy transkrypcji.';
$text['description-transcribe_app_class']['pt-br'] = 'Digite o nome da classe de transcrição.';
$text['description-transcribe_app_class']['pt-pt'] = 'Digite o nome da classe de transcrição.';
$text['description-transcribe_app_class']['ro-ro'] = 'Introduceți numele clasei de transcriere.';
$text['description-transcribe_app_class']['ru-ru'] = 'Введите имя класса транскрипции.';
$text['description-transcribe_app_class']['sv-se'] = 'Ange namnet på transkriberingsklassen.';
$text['description-transcribe_app_class']['uk-ua'] = 'Введіть назву класу транскурипції.';
$text['description-transcribe_app_class']['tr-tr'] = 'Transkripsiyon sınıfı adını girin.';
$text['description-transcribe_app_class']['zh-cn'] = '输入转录类名称。';
$text['description-transcribe_app_class']['ja-jp'] = 'トランスクリプションクラス名を入力します。';
$text['description-transcribe_app_class']['ko-kr'] = '전사 클래스 이름을 입력합니다.';
$text['label-transcribe_app_method']['en-us'] = 'Method';
$text['label-transcribe_app_method']['en-gb'] = 'Method';
$text['label-transcribe_app_method']['ar-eg'] = 'الطريقة';
$text['label-transcribe_app_method']['de-at'] = 'Methode';
$text['label-transcribe_app_method']['de-ch'] = 'Methode';
$text['label-transcribe_app_method']['de-de'] = 'Methode';
$text['label-transcribe_app_method']['el-gr'] = 'Μέθοδος';
$text['label-transcribe_app_method']['es-cl'] = 'Método';
$text['label-transcribe_app_method']['es-mx'] = 'Método';
$text['label-transcribe_app_method']['fr-ca'] = 'Méthode';
$text['label-transcribe_app_method']['fr-fr'] = 'Méthode';
$text['label-transcribe_app_method']['he-il'] = 'طريقة';
$text['label-transcribe_app_method']['it-it'] = 'Metodo';
$text['label-transcribe_app_method']['nl-nl'] = 'Methode';
$text['label-transcribe_app_method']['pl-pl'] = 'Metoda';
$text['label-transcribe_app_method']['pt-br'] = 'Método';
$text['label-transcribe_app_method']['pt-pt'] = 'Método';
$text['label-transcribe_app_method']['ro-ro'] = 'Metodă';
$text['label-transcribe_app_method']['ru-ru'] = 'Метод';
$text['label-transcribe_app_method']['sv-se'] = 'Metod';
$text['label-transcribe_app_method']['uk-ua'] = 'Метод';
$text['label-transcribe_app_method']['tr-tr'] = 'Yöntem';
$text['label-transcribe_app_method']['zh-cn'] = '方法';
$text['label-transcribe_app_method']['ja-jp'] = 'メソッド';
$text['label-transcribe_app_method']['ko-kr'] = '방법';
$text['description-transcribe_app_method']['en-us'] = 'Enter the transcribe class method.';
$text['description-transcribe_app_method']['en-gb'] = 'Enter the transcribe class method.';
$text['description-transcribe_app_method']['ar-eg'] = 'أدخل طريقة فئة التصوير.';
$text['description-transcribe_app_method']['de-at'] = 'Geben Sie die Methode der Transkriptionsklasse ein.';
$text['description-transcribe_app_method']['de-ch'] = 'Geben Sie die Methode der Transkriptionsklasse ein.';
$text['description-transcribe_app_method']['de-de'] = 'Geben Sie die Methode der Transkriptionsklasse ein.';
$text['description-transcribe_app_method']['el-gr'] = 'Εισάγετε τη μέθοδο της κλάσης transcribe.';
$text['description-transcribe_app_method']['es-cl'] = 'Ingrese el método de la clase de transcripción.';
$text['description-transcribe_app_method']['es-mx'] = 'Ingrese el método de la clase de transcripción.';
$text['description-transcribe_app_method']['fr-ca'] = 'Entrez la méthode de la classe de transcription.';
$text['description-transcribe_app_method']['fr-fr'] = 'Entrez la méthode de la classe de transcription.';
$text['description-transcribe_app_method']['he-il'] = 'הזן את מתודת فئة ההעתקה.';
$text['description-transcribe_app_method']['it-it'] = 'Inserisci il metodo della classe di trascrizione.';
$text['description-transcribe_app_method']['nl-nl'] = 'Voer de methode van de transcriberingsklasse in.';
$text['description-transcribe_app_method']['pl-pl'] = 'Wprowadź metodę klasy transkrypcji.';
$text['description-transcribe_app_method']['pt-br'] = 'Digite o método da classe de transcrição.';
$text['description-transcribe_app_method']['pt-pt'] = 'Introduza o método da classe de transcrição.';
$text['description-transcribe_app_method']['ro-ro'] = 'Introduceți metoda clasei de transcriere.';
$text['description-transcribe_app_method']['ru-ru'] = 'Введите метод класса транскрипции.';
$text['description-transcribe_app_method']['sv-se'] = 'Ange metoden för transkriberingsklassen.';
$text['description-transcribe_app_method']['uk-ua'] = 'Введіть метод класу транскриpcії.';
$text['description-transcribe_app_method']['tr-tr'] = 'Transkripsiyon sınıfı yöntemini girin.';
$text['description-transcribe_app_method']['zh-cn'] = '输入转录类的方法。';
$text['description-transcribe_app_method']['ja-jp'] = 'トランスクリプションクラスのメソッドを入力します。';
$text['description-transcribe_app_method']['ko-kr'] = '트랜스크라이브 클래스의 메서드를 입력합니다.';
$text['label-transcribe_audio_path']['en-us'] = 'Audio Path';
$text['label-transcribe_audio_path']['en-gb'] = 'Audio Path';
$text['label-transcribe_audio_path']['ar-eg'] = 'مسار الصوت';
$text['label-transcribe_audio_path']['de-at'] = 'Audio-Pfad';
$text['label-transcribe_audio_path']['de-ch'] = 'Audio-Pfad';
$text['label-transcribe_audio_path']['de-de'] = 'Audio-Pfad';
$text['label-transcribe_audio_path']['el-gr'] = 'Μονοπάτι ήχου';
$text['label-transcribe_audio_path']['es-cl'] = 'Ruta de audio';
$text['label-transcribe_audio_path']['es-mx'] = 'Ruta de audio';
$text['label-transcribe_audio_path']['fr-ca'] = 'Chemin d\'audio';
$text['label-transcribe_audio_path']['fr-fr'] = 'Chemin d\'audio';
$text['label-transcribe_audio_path']['he-il'] = 'נתיב 오디ו';
$text['label-transcribe_audio_path']['it-it'] = 'Percorso audio';
$text['label-transcribe_audio_path']['nl-nl'] = 'Audiospad';
$text['label-transcribe_audio_path']['pl-pl'] = 'Ścieżka dźwięku';
$text['label-transcribe_audio_path']['pt-br'] = 'Caminho do áudio';
$text['label-transcribe_audio_path']['pt-pt'] = 'Caminho de áudio';
$text['label-transcribe_audio_path']['ro-ro'] = 'Calea audio';
$text['label-transcribe_audio_path']['ru-ru'] = 'Путь к аудио';
$text['label-transcribe_audio_path']['sv-se'] = 'Ljudsökväg';
$text['label-transcribe_audio_path']['uk-ua'] = 'Шлях до аудіо';
$text['label-transcribe_audio_path']['tr-tr'] = 'Ses Yolu';
$text['label-transcribe_audio_path']['zh-cn'] = '音频路径';
$text['label-transcribe_audio_path']['ja-jp'] = 'オーディオパス';
$text['label-transcribe_audio_path']['ko-kr'] = '오디오 경로';
$text['description-transcribe_audio_path']['en-us'] = 'Enter the audio path.';
$text['description-transcribe_audio_path']['en-gb'] = 'Enter the audio path.';
$text['description-transcribe_audio_path']['ar-eg'] = 'أدخل مسار الصوت.';
$text['description-transcribe_audio_path']['de-at'] = 'Geben Sie den Audio-Pfad ein.';
$text['description-transcribe_audio_path']['de-ch'] = 'Geben Sie den Audio-Pfad ein.';
$text['description-transcribe_audio_path']['de-de'] = 'Geben Sie den Audio-Pfad ein.';
$text['description-transcribe_audio_path']['el-gr'] = 'Εισαγάγετε την διαδρομή του ήχου.';
$text['description-transcribe_audio_path']['es-cl'] = 'Ingrese la ruta del audio.';
$text['description-transcribe_audio_path']['es-mx'] = 'Ingrese la ruta del audio.';
$text['description-transcribe_audio_path']['fr-ca'] = 'Entrez le chemin de l\'audio.';
$text['description-transcribe_audio_path']['fr-fr'] = 'Entrez le chemin de l\'audio.';
$text['description-transcribe_audio_path']['he-il'] = 'הכנס את מסלול הקול.';
$text['description-transcribe_audio_path']['it-it'] = 'Inserisci il percorso dell\'audio.';
$text['description-transcribe_audio_path']['nl-nl'] = 'Voer het audiopad in.';
$text['description-transcribe_audio_path']['pl-pl'] = 'Wprowadź ścieżkę do audio.';
$text['description-transcribe_audio_path']['pt-br'] = 'Digite o caminho do áudio.';
$text['description-transcribe_audio_path']['pt-pt'] = 'Introduza o caminho do áudio.';
$text['description-transcribe_audio_path']['ro-ro'] = 'Introduceți calea audio.';
$text['description-transcribe_audio_path']['ru-ru'] = 'Введите путь к аудио.';
$text['description-transcribe_audio_path']['sv-se'] = 'Ange ljudsökvägen.';
$text['description-transcribe_audio_path']['uk-ua'] = 'Введіть шлях до аудіо.';
$text['description-transcribe_audio_path']['tr-tr'] = 'Ses yolunu girin.';
$text['description-transcribe_audio_path']['zh-cn'] = '输入音频路径。';
$text['description-transcribe_audio_path']['ja-jp'] = 'オーディオ パスを入力します。';
$text['description-transcribe_audio_path']['ko-kr'] = '오디오 경로를 입력합니다.';
$text['label-transcribe_audio_name']['en-us'] = 'Audio Name';
$text['label-transcribe_audio_name']['en-gb'] = 'Audio Name';
$text['label-transcribe_audio_name']['ar-eg'] = 'اسم الصوت';
$text['label-transcribe_audio_name']['de-at'] = 'Audioname';
$text['label-transcribe_audio_name']['de-ch'] = 'Audioname';
$text['label-transcribe_audio_name']['de-de'] = 'Audioname';
$text['label-transcribe_audio_name']['el-gr'] = 'Όνομα ήχου';
$text['label-transcribe_audio_name']['es-cl'] = 'Nombre del audio';
$text['label-transcribe_audio_name']['es-mx'] = 'Nombre del audio';
$text['label-transcribe_audio_name']['fr-ca'] = 'Nom de l\'audio';
$text['label-transcribe_audio_name']['fr-fr'] = 'Nom de l\'audio';
$text['label-transcribe_audio_name']['he-il'] = 'שם האודיו';
$text['label-transcribe_audio_name']['it-it'] = 'Nome dell\'audio';
$text['label-transcribe_audio_name']['nl-nl'] = 'Audionaam';
$text['label-transcribe_audio_name']['pl-pl'] = 'Nazwa audio';
$text['label-transcribe_audio_name']['pt-br'] = 'Nome do áudio';
$text['label-transcribe_audio_name']['pt-pt'] = 'Nome do áudio';
$text['label-transcribe_audio_name']['ro-ro'] = 'Numele sunetului';
$text['label-transcribe_audio_name']['ru-ru'] = 'Название аудио';
$text['label-transcribe_audio_name']['sv-se'] = 'Ljudets namn';
$text['label-transcribe_audio_name']['uk-ua'] = 'Назва аудіо';
$text['label-transcribe_audio_name']['tr-tr'] = 'Ses Adı';
$text['label-transcribe_audio_name']['zh-cn'] = '音频名称';
$text['label-transcribe_audio_name']['ja-jp'] = 'オーディオ名';
$text['label-transcribe_audio_name']['ko-kr'] = '오디오 이름';
$text['description-transcribe_audio_name']['en-us'] = 'Enter the audio filename.';
$text['description-transcribe_audio_name']['en-gb'] = 'Enter the audio filename.';
$text['description-transcribe_audio_name']['ar-eg'] = 'أدخل اسم ملف الصوت.';
$text['description-transcribe_audio_name']['de-at'] = 'Geben Sie den Namen der Audiodatei ein.';
$text['description-transcribe_audio_name']['de-ch'] = 'Geben Sie den Namen der Audiodatei ein.';
$text['description-transcribe_audio_name']['de-de'] = 'Geben Sie den Namen der Audiodatei ein.';
$text['description-transcribe_audio_name']['el-gr'] = 'Εισάγετε το όνομα αρχείου ήχου.';
$text['description-transcribe_audio_name']['es-cl'] = 'Ingrese el nombre del archivo de audio.';
$text['description-transcribe_audio_name']['es-mx'] = 'Ingrese el nombre del archivo de audio.';
$text['description-transcribe_audio_name']['fr-ca'] = 'Entrez le nom du fichier audio.';
$text['description-transcribe_audio_name']['fr-fr'] = 'Entrez le nom du fichier audio.';
$text['description-transcribe_audio_name']['he-il'] = 'הזן את שם ملف האudio.';
$text['description-transcribe_audio_name']['it-it'] = 'Inserisci il nome del file audio.';
$text['description-transcribe_audio_name']['nl-nl'] = 'Voer de naam van het audiobestand in.';
$text['description-transcribe_audio_name']['pl-pl'] = 'Wprowadź nazwę pliku dźwiękowego.';
$text['description-transcribe_audio_name']['pt-br'] = 'Digite o nome do arquivo de áudio.';
$text['description-transcribe_audio_name']['pt-pt'] = 'Digite o nome do ficheiro de áudio.';
$text['description-transcribe_audio_name']['ro-ro'] = 'Introduceți numele fișierului audio.';
$text['description-transcribe_audio_name']['ru-ru'] = 'Введите имя аудиофайла.';
$text['description-transcribe_audio_name']['sv-se'] = 'Ange namnet på ljudfilen.';
$text['description-transcribe_audio_name']['uk-ua'] = 'Введіть назву аудіофайлу.';
$text['description-transcribe_audio_name']['tr-tr'] = 'Ses dosyası adını girin.';
$text['description-transcribe_audio_name']['zh-cn'] = '输入音频文件名。';
$text['description-transcribe_audio_name']['ja-jp'] = 'オーディオファイル名を入力してください。';
$text['description-transcribe_audio_name']['ko-kr'] = '오디오 파일 이름을 입력하세요.';
$text['label-transcribe_message']['en-us'] = 'Transcribed Message';
$text['label-transcribe_message']['en-gb'] = 'Transcribed Message';
$text['label-transcribe_message']['ar-eg'] = 'الرسالة المحضنة';
$text['label-transcribe_message']['de-at'] = 'Transkribierte Nachricht';
$text['label-transcribe_message']['de-ch'] = 'Transkribierte Nachricht';
$text['label-transcribe_message']['de-de'] = 'Transkribierte Nachricht';
$text['label-transcribe_message']['el-gr'] = 'Μεταγραφή μήνισης';
$text['label-transcribe_message']['es-cl'] = 'Mensaje transcrito';
$text['label-transcribe_message']['es-mx'] = 'Mensaje transcrito';
$text['label-transcribe_message']['fr-ca'] = 'Message transcrit';
$text['label-transcribe_message']['fr-fr'] = 'Message transcrit';
$text['label-transcribe_message']['he-il'] = 'הודעה תועתק';
$text['label-transcribe_message']['it-it'] = 'Messaggio trascritto';
$text['label-transcribe_message']['nl-nl'] = 'Transcribeerde bericht';
$text['label-transcribe_message']['pl-pl'] = 'Przetłumaczony wiadomość';
$text['label-transcribe_message']['pt-br'] = 'Mensagem transcrita';
$text['label-transcribe_message']['pt-pt'] = 'Mensagem transcrita';
$text['label-transcribe_message']['ro-ro'] = 'Mesaj trascris';
$text['label-transcribe_message']['ru-ru'] = 'Транскрибированное сообщение';
$text['label-transcribe_message']['sv-se'] = 'Transkriberat meddelande';
$text['label-transcribe_message']['uk-ua'] = 'Транскрипція повідомлення';
$text['label-transcribe_message']['tr-tr'] = 'Alınan Mesaj';
$text['label-transcribe_message']['zh-cn'] = '转录消息';
$text['label-transcribe_message']['ja-jp'] = 'トランスクリプションメッセージ';
$text['label-transcribe_message']['ko-kr'] = '변환 메시지';
$text['description-transcribe_message']['en-us'] = 'Enter the transcribe message.';
$text['description-transcribe_message']['en-gb'] = 'Enter the transcribe message.';
$text['description-transcribe_message']['ar-eg'] = 'أدخل رسالة التنقيد';
$text['description-transcribe_message']['de-at'] = 'Gib den Transkripttext ein';
$text['description-transcribe_message']['de-ch'] = 'Geben Sie die Transkription ein';
$text['description-transcribe_message']['de-de'] = 'Geben Sie den Transkript-Text ein';
$text['description-transcribe_message']['el-gr'] = 'Εισαγάγετε το μήνυμα μεταγραφής';
$text['description-transcribe_message']['es-cl'] = 'Ingrese el mensaje de transcripción';
$text['description-transcribe_message']['es-mx'] = 'Ingrese el mensaje de transcripción';
$text['description-transcribe_message']['fr-ca'] = 'Entrez le message à transcrire';
$text['description-transcribe_message']['fr-fr'] = 'Entrer le message à transcrire';
$text['description-transcribe_message']['he-il'] = 'הזן את הודעת המעבר';
$text['description-transcribe_message']['it-it'] = 'Inserisci il messaggio da trascrivere';
$text['description-transcribe_message']['nl-nl'] = 'Voer de transcriptiemelding in';
$text['description-transcribe_message']['pl-pl'] = 'Wpisz wiadomość do prześłonięcia';
$text['description-transcribe_message']['pt-br'] = 'Digite a mensagem para transcricao';
$text['description-transcribe_message']['pt-pt'] = 'Introduza a mensagem de transcrição';
$text['description-transcribe_message']['ro-ro'] = 'introduceți mesajul pentru transcriere';
$text['description-transcribe_message']['ru-ru'] = 'Введите сообщение для транскрибирования';
$text['description-transcribe_message']['sv-se'] = 'Ange transkriptmeddelande';
$text['description-transcribe_message']['uk-ua'] = 'Введіть повідомлення для транскрипції';
$text['description-transcribe_message']['tr-tr'] = 'Metin geçmek için girin';
$text['description-transcribe_message']['zh-cn'] = '输入转录消息';
$text['description-transcribe_message']['ja-jp'] = 'トラックメッセージを入力してください';
$text['description-transcribe_message']['ko-kr'] = '트랜스크립션 메시지를 입력하세요';
$text['label-transcribe_error']['en-us'] = 'Transcribe Error';
$text['label-transcribe_error']['en-gb'] = 'Transcription Error';
$text['label-transcribe_error']['ar-eg'] = 'خطأ في الترجم التلقائية';
$text['label-transcribe_error']['de-at'] = 'Übersetzungsfehler';
$text['label-transcribe_error']['de-ch'] = 'Fehler bei der Übersetzung';
$text['label-transcribe_error']['de-de'] = 'Transkriptionsfehler';
$text['label-transcribe_error']['el-gr'] = 'Σφάλμα μετάφρασης';
$text['label-transcribe_error']['es-cl'] = 'Error de transcripción';
$text['label-transcribe_error']['es-mx'] = 'Error de transcripción';
$text['label-transcribe_error']['fr-ca'] = 'Erreur de transcription';
$text['label-transcribe_error']['fr-fr'] = 'Erreur de transcription';
$text['label-transcribe_error']['he-il'] = 'שגיאת תרגום';
$text['label-transcribe_error']['it-it'] = 'Errore di trascrizione';
$text['label-transcribe_error']['nl-nl'] = 'Transcriptie-fout';
$text['label-transcribe_error']['pl-pl'] = 'Błąd transkrypcji';
$text['label-transcribe_error']['pt-br'] = 'Erro de transcrição';
$text['label-transcribe_error']['pt-pt'] = 'Erro de transcrição';
$text['label-transcribe_error']['ro-ro'] = 'Eroare de transcriere';
$text['label-transcribe_error']['ru-ru'] = 'Ошибка транскрибации';
$text['label-transcribe_error']['sv-se'] = 'Transkriptionsfel';
$text['label-transcribe_error']['uk-ua'] = 'Помилка трансрипції';
$text['label-transcribe_error']['tr-tr'] = 'Yazıya Çevirirken Hata Oluştu';
$text['label-transcribe_error']['zh-cn'] = '转录错误';
$text['label-transcribe_error']['ja-jp'] = '変換エラー';
$text['label-transcribe_error']['ko-kr'] = '변환 오류';
$text['description-transcribe_error']['en-us'] = 'Enter the transcribe error.';
$text['description-transcribe_error']['en-gb'] = 'Enter the transcribe error.';
$text['description-transcribe_error']['ar-eg'] = 'أدخل خطأ الإيداع';
$text['description-transcribe_error']['de-at'] = 'Geben Sie den Transkriptionsfehler ein.';
$text['description-transcribe_error']['de-ch'] = 'Geben Sie den Transkriptionsfehler ein.';
$text['description-transcribe_error']['de-de'] = 'Geben Sie den Transkriptionsfehler ein.';
$text['description-transcribe_error']['el-gr'] = 'Εισάγετε το λάθος της μεταγραφής';
$text['description-transcribe_error']['es-cl'] = 'Ingrese el error de transcripción.';
$text['description-transcribe_error']['es-mx'] = 'Ingrese el error de transcripción.';
$text['description-transcribe_error']['fr-ca'] = 'Entrez l’erreur de transcription.';
$text['description-transcribe_error']['fr-fr'] = 'Entrez l’erreur de transcription.';
$text['description-transcribe_error']['he-il'] = 'הזן את החשש של הטראנסקריפט';
$text['description-transcribe_error']['it-it'] = 'Inserisci l\'errore di trascrizione.';
$text['description-transcribe_error']['nl-nl'] = 'Voer de transcriptie-fout in.';
$text['description-transcribe_error']['pl-pl'] = 'Wprowadź błąd transkrypcji.';
$text['description-transcribe_error']['pt-br'] = 'Digite o erro de transcrição.';
$text['description-transcribe_error']['pt-pt'] = 'Introduza o erro de transcrição.';
$text['description-transcribe_error']['ro-ro'] = 'Introduceți eroarea de transcriere.';
$text['description-transcribe_error']['ru-ru'] = 'Введите ошибку транскрипции.';
$text['description-transcribe_error']['sv-se'] = 'Ange transkriptionsfel.';
$text['description-transcribe_error']['uk-ua'] = 'Введіть помилку транскрипції.';
$text['description-transcribe_error']['tr-tr'] = 'Yazma hatasını girin.';
$text['description-transcribe_error']['zh-cn'] = '输入转录错误';
$text['description-transcribe_error']['ja-jp'] = '転記エラーを入力してください。';
$text['description-transcribe_error']['ko-kr'] = '번역 오류를 입력하세요.';
$text['label-pending']['en-us'] = 'Pending';
$text['label-pending']['en-gb'] = 'Pending';
$text['label-pending']['ar-eg'] = 'قيد الانتظار';
$text['label-pending']['de-at'] = 'Ausstehend';
$text['label-pending']['de-ch'] = 'Ausstehend';
$text['label-pending']['de-de'] = 'Ausstehend';
$text['label-pending']['el-gr'] = 'Εκκρεμές';
$text['label-pending']['es-cl'] = 'Pendiente';
$text['label-pending']['es-mx'] = 'Pendiente';
$text['label-pending']['fr-ca'] = 'En attente';
$text['label-pending']['fr-fr'] = 'En attente';
$text['label-pending']['he-il'] = 'בהמתנה';
$text['label-pending']['it-it'] = 'In sospeso';
$text['label-pending']['nl-nl'] = 'Wachtend';
$text['label-pending']['pl-pl'] = 'Oczekujący';
$text['label-pending']['pt-br'] = 'Pendente';
$text['label-pending']['pt-pt'] = 'Pendente';
$text['label-pending']['ro-ro'] = 'În așteptare';
$text['label-pending']['ru-ru'] = 'Ожидание';
$text['label-pending']['sv-se'] = 'Väntande';
$text['label-pending']['uk-ua'] = 'Чекається';
$text['label-pending']['tr-tr'] = 'Beklemede';
$text['label-pending']['zh-cn'] = '待处理';
$text['label-pending']['ja-jp'] = '保留中';
$text['label-pending']['ko-kr'] = '대기 중';
$text['label-processing']['en-us'] = 'Processing';
$text['label-processing']['en-gb'] = 'Processing';
$text['label-processing']['ar-eg'] = 'معالجة';
$text['label-processing']['de-at'] = 'Verarbeitung';
$text['label-processing']['de-ch'] = 'Bearbeitung';
$text['label-processing']['de-de'] = 'Verarbeitung';
$text['label-processing']['el-gr'] = 'Επεξεργασία';
$text['label-processing']['es-cl'] = 'Procesando';
$text['label-processing']['es-mx'] = 'Procesando';
$text['label-processing']['fr-ca'] = 'Traitement';
$text['label-processing']['fr-fr'] = 'Traitement';
$text['label-processing']['he-il'] = 'מעובד';
$text['label-processing']['it-it'] = 'Elaborazione';
$text['label-processing']['nl-nl'] = 'Verwerking';
$text['label-processing']['pl-pl'] = 'Przetwarzanie';
$text['label-processing']['pt-br'] = 'Processando';
$text['label-processing']['pt-pt'] = 'Processamento';
$text['label-processing']['ro-ro'] = 'Procesare';
$text['label-processing']['ru-ru'] = 'Обработка';
$text['label-processing']['sv-se'] = 'Bearbetar';
$text['label-processing']['uk-ua'] = 'Обробка';
$text['label-processing']['tr-tr'] = 'İşleniyor';
$text['label-processing']['zh-cn'] = '处理中';
$text['label-processing']['ja-jp'] = '処理中';
$text['label-processing']['ko-kr'] = '처리 중';
$text['label-completed']['en-us'] = 'Completed';
$text['label-completed']['en-gb'] = 'Completed';
$text['label-completed']['ar-eg'] = 'مكتمل';
$text['label-completed']['de-at'] = 'Abgeschlossen';
$text['label-completed']['de-ch'] = 'Abgeschlossen';
$text['label-completed']['de-de'] = 'Abgeschlossen';
$text['label-completed']['el-gr'] = 'Ολοκληρωμένο';
$text['label-completed']['es-cl'] = 'Completado';
$text['label-completed']['es-mx'] = 'Completado';
$text['label-completed']['fr-ca'] = 'Terminé';
$text['label-completed']['fr-fr'] = 'Terminé';
$text['label-completed']['he-il'] = 'הושלם';
$text['label-completed']['it-it'] = 'Completato';
$text['label-completed']['nl-nl'] = 'Voltooid';
$text['label-completed']['pl-pl'] = 'Ukończone';
$text['label-completed']['pt-br'] = 'Concluído';
$text['label-completed']['pt-pt'] = 'Concluído';
$text['label-completed']['ro-ro'] = 'Finalizat';
$text['label-completed']['ru-ru'] = 'Завершено';
$text['label-completed']['sv-se'] = 'Slutfört';
$text['label-completed']['uk-ua'] = 'Завершено';
$text['label-completed']['tr-tr'] = 'Tamamlandı';
$text['label-completed']['zh-cn'] = '已完成';
$text['label-completed']['ja-jp'] = '完了';
$text['label-completed']['ko-kr'] = '완료됨';
$text['label-failed']['en-us'] = 'Failed';
$text['label-failed']['en-gb'] = 'Failed';
$text['label-failed']['ar-eg'] = 'باءت';
$text['label-failed']['de-at'] = 'Fehlgeschlagen';
$text['label-failed']['de-ch'] = 'Fehlgeschlagen';
$text['label-failed']['de-de'] = 'Fehlgeschlagen';
$text['label-failed']['el-gr'] = 'Απέτυχε';
$text['label-failed']['es-cl'] = 'Falló';
$text['label-failed']['es-mx'] = 'Falló';
$text['label-failed']['fr-ca'] = 'Échec';
$text['label-failed']['fr-fr'] = 'Échec';
$text['label-failed']['he-il'] = 'باء';
$text['label-failed']['it-it'] = 'Non riuscito';
$text['label-failed']['nl-nl'] = 'Mislukt';
$text['label-failed']['pl-pl'] = 'Nieudane';
$text['label-failed']['pt-br'] = 'Falhou';
$text['label-failed']['pt-pt'] = 'Falhou';
$text['label-failed']['ro-ro'] = 'Eșuat';
$text['label-failed']['ru-ru'] = 'Неудача';
$text['label-failed']['sv-se'] = 'Misslyckades';
$text['label-failed']['uk-ua'] = 'Невдача';
$text['label-failed']['tr-tr'] = 'Başarısız';
$text['label-failed']['zh-cn'] = '失败';
$text['label-failed']['ja-jp'] = '失敗しました';
$text['label-failed']['ko-kr'] = '실패했습니다';