File size: 149,033 Bytes
6b30e7e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "concatenation of dates and time \t Ièrconcatenation of dates and time"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Monday \t DecembreMonday"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարCoptic month 10 - LongNamePossessive \t de marçCoptic month 10 - LongNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "PPMName \t Name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարIndian National month 3 - ShortNamePossessive \t de Sha`banIndian National month 3 - ShortNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t CurdName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action \t Activar l' onglet seguent@ action"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ link- with- description/ rich% 1 is the URL,% 2 is the descriptive text \t % 1 (% 2) @ link- with- description/ rich% 1 is the URL,% 2 is the descriptive text"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Coptic month 6 - ShortName \t PrètzfachCoptic month 6 - ShortName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "normal severity \t Grèvanormal severity"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Տեղեկություն փաստաթղթի մասին@ action \t Trasmetre"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action \t Novèl@ action"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action \t Fin de linha@ action"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ icode/ rich \t “% 1 ” @ icode/ rich"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action Go to main page \t Remplaçar@ action Go to main page"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Ethiopian weekday 3 - LongDayName \t & EnviarEthiopian weekday 3 - LongDayName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարIndian National month 11 - LongName \t PausaIndian National month 11 - LongName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Դադարof Khordad short \t de Safarof Khordad short"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "HSpellName \t Name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ option: check \t Verificar l' ortografia@ option: check"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Ethiopian month 3 - ShortName \t MarEthiopian month 3 - ShortName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԹուրքերենName \t TurcName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action underline selected text \t Italic@ action underline selected text"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t QuechuaName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t InterlinguàName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "keyboard- key- name \t Iperkeyboard- key- name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t IdoName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action \t Quitar l' aplicacion"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t CòrseName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action \t Suprimir"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ title: group \t Recercar de tèxt"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t FrisianName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t ChechenName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t MaratiName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "vgevorgyan@ debian. am \t yannig@ marchegay. org"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t KikuyuName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "KCharselect unicode block name \t SerbianKCharselect unicode block name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "memory size in 2^20 bytes \t % 1 ko"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "keyboard- key- name \t Victòriakeyboard- key- name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Shanbe short \t JomShanbe short"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Indian National month 12 - LongNamePossessive \t de marçIndian National month 12 - LongNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Դադարof Shahrivar short \t de junhof Shahrivar short"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action \t Copiar@ action"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t YiddishName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "keyboard- key- name \t Contraròtlekeyboard- key- name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարOrdibehesht short \t FarOrdibehesht short"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item Spelling dictionary \t Castelhan@ item Spelling dictionary"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Coptic month 6 - LongName \t PrètzfachCoptic month 6 - LongName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Ethiopian month 4 - ShortName \t MècEthiopian month 4 - ShortName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "KCharselect unicode block name \t RamadanKCharselect unicode block name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Indian National month 2 - ShortName \t KhaIndian National month 2 - ShortName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "% 1 is the label, we add a ':' to it \t % 1/ s @ application/ plain"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "& Խմբագրել@ title: menu Game move \t & Edicion@ title: menu Game move"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ label Type of file \t & Recercar"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարEthiopian month 10 - ShortNamePossessive \t de junhEthiopian month 10 - ShortNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t Sotho del NòrdName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Go to Settings - > Advanced - > Core tab. gui- path- delimiter/ plain \t +Go to Settings - > Advanced - > Core tab. gui- path- delimiter/ plain"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԱրժեքEthiopian month 12 - LongNamePossessive \t de HijjahEthiopian month 12 - LongNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Ethiopian month 13 - ShortName \t MehEthiopian month 13 - ShortName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item Spelling dictionary \t Soís alemand@ item Spelling dictionary"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ label stroke color \t Seleccionar una color"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Indian National month 4 - ShortName \t GenIndian National month 4 - ShortName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action \t Qu' es aquò? @ action"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action italicize selected text \t Gras@ item font"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item: inmenu Text Completion \t Automatic@ item: inmenu Text Completion"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t MacedonianName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "keyboard- key- name \t Esckeyboard- key- name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ info: whatsthis \t Seleccionar una poliça@ info: whatsthis"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t SardName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ label: button \t Dobrir « & # 160;% 1 & # 160; »"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t MalésName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Ընդհանուր@ action \t Centre@ action"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t PolonésName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "toolbar position string \t Orientaciontoolbar position string"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ title: menu HTML frame/ iframe \t Copiar l' adreça electronica@ title: menu HTML frame/ iframe"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item Spelling dictionary \t Desconegut@ item Spelling dictionary"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "size in 2^70 bytes \t % 1 To"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Indian National month 10 - LongName \t de Sha`banIndian National month 10 - LongName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարSe shanbe short \t 2shSe shanbe short"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ label: listbox \t Considerar los mots acolats coma incorrèctes@ label: listbox"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item Spelling dictionary \t Danés@ item Spelling dictionary"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t TsongaName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t BirmanName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t TeluguName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "KCharselect unicode block name \t GujaratiKCharselect unicode block name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԷսպերանտոName \t EsperantoName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Ստուգել@ item Font name \t Serif@ item Font name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Program name followed by 'Add On Installer' \t Recuperar de novetatsProgram name followed by 'Add On Installer'"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Coptic month 4 - LongName \t AutorCoptic month 4 - LongName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Indian National month 6 - ShortName \t XChatIndian National month 6 - ShortName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t JavanésName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item: inmenu Icon size \t Talhas de las icònas"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարEthiopian month 13 - LongNamePossessive \t de Sha`banEthiopian month 13 - LongNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item Spelling dictionary \t & Client & # 160;: @ item Spelling dictionary"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item license \t Personalizat@ item license"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t CatalanName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t CroaciaName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "KCharselect unicode block name \t TailandésKCharselect unicode block name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item Spelling dictionary \t Bielorus@ item Spelling dictionary"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t IndonesianName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարEthiopian month 2 - ShortNamePossessive \t de junhEthiopian month 2 - ShortNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Show the author of this item in a list \t Previsualizacion de l' estampatgeShow the author of this item in a list"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t BulgarName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t Chinés simplificatName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ option: check \t Estil de poliça: @ option: check"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Friday \t DijFriday"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item: intext% 1 is a real number, e. g. 1. 23 hours \t % 1 jorns"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարIndian National month 4 - ShortNamePossessive \t de julhetIndian National month 4 - ShortNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t CroatName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "KCharselect unicode block name \t FlèchasKCharselect unicode block name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարCoptic month 12 - ShortNamePossessive \t de junhCoptic month 12 - ShortNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t BengalíName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Հաշվի չառնելCoptic month 7 - LongName \t MehrCoptic month 7 - LongName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item Spelling dictionary \t Ucraïnian@ item Spelling dictionary"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "KCharselect unicode block name \t RunicKCharselect unicode block name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t AfarName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action \t @ option: check"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t SuedésName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action \t Color de fons@ action"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարCoptic month 10 - ShortNamePossessive \t de marçCoptic month 10 - ShortNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item: inlistbox Spell checker \t & Encodatge & # 160;: @ item: inlistbox Spell checker"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Ethiopian month 5 - LongName \t Prètzfach (Task) Ethiopian month 5 - LongName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Comment \t ZoloComment"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Tir long \t KhordadTir long"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "size in 2^50 bytes \t % 1 To"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Ethiopian weekday 4 - LongDayName \t PrètzfachEthiopian weekday 4 - LongDayName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Մաքրել@ action \t Netejar"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "KUserGenericName \t GenericName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Կարգավորել ցանցի պարամետրերըName \t Name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t OngrésName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action \t Dobert( s) & Recentament"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item Calendar system \t Ebrèu@ item Calendar system"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԱրժեքEthiopian weekday 5 - ShortDayName \t amEthiopian weekday 5 - ShortDayName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարIndian National month 2 - LongNamePossessive \t de MuharramIndian National month 2 - LongNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարCoptic month 12 - LongNamePossessive \t de junhCoptic month 12 - LongNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարEthiopian month 8 - ShortNamePossessive \t de marçEthiopian month 8 - ShortNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "% 1 is the number of paths,% 2 is the list of paths (with newlines between them) \t Colors nomenadas"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարCoptic month 10 - LongName \t PausaCoptic month 10 - LongName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Saturday \t VenSaturday"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "PBMName \t PNGName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "of March \t de febrièrof March"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Դադարof Dei long \t d' abrilof Dei long"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարIndian National month 6 - ShortNamePossessive \t de SafarIndian National month 6 - ShortNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարEthiopian month 1 - LongNamePossessive \t de genièrEthiopian month 1 - LongNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Ընդհանուր@ item Text character set \t Desinstallar@ item Text character set"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Ethiopian weekday 3 - ShortDayName \t MarEthiopian weekday 3 - ShortDayName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "PekuniaComment \t Comment"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ title/ rich \t ==% 1 ==@ title/ rich"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ label: checkbox \t Roje:"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action \t Recercar@ action"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t EbrèuName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "go back \t Reïnicializar totes los elements a lor valor per defautgo back"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t TurcName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարEthiopian month 4 - LongNamePossessive \t de febrièrEthiopian month 4 - LongNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ label: button \t Visualizar pas mai lo messatge"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ՀատկությունCoptic month 3 - LongName \t PropietatCoptic month 3 - LongName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "JP2Name \t Name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Freeze the window geometry \t TamparFreeze the window geometry"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Coptic month 4 - ShortName \t SabCoptic month 4 - ShortName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Ethiopian weekday 2 - LongDayName \t & EnviarEthiopian weekday 2 - LongDayName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Հնարավոր չէ կարդալ պատկերըThe color depth of an image \t Impossible de cargar l' imatgeThe color depth of an image"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Description \t AplicacionDescription"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարApril \t MarApril"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Խորություն:% 1 The dimensions of an image \t The dimensions of an image"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item Spelling dictionary \t Turc@ item Spelling dictionary"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t AlbanésName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "KCharselect unicode block name \t MalayalamKCharselect unicode block name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարEthiopian month 11 - LongNamePossessive \t de junhEthiopian month 11 - LongNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Comment \t Inserir un fichièrComment"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item Text character set \t European central@ item Text character set"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action \t Estampar@ action"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action \t Color@ action"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարCoptic month 11 - ShortNamePossessive \t de genièrCoptic month 11 - ShortNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Indian National month 2 - LongName \t de MuharramIndian National month 2 - LongName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Goes to next character \t An passat"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Կարգավորել TCP/ IP ՊարամետրերըName \t Name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "October \t SetOctober"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Ethiopian month 3 - LongNamePossessive \t TevetEthiopian month 3 - LongNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարJumee short \t 5shJumee short"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Առաջարկների ցուցակA link to the description of this Get Hot New Stuff item \t Tièra de suggestions"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t AfrikaansName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t TswanaName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարEthiopian month 12 - ShortNamePossessive \t de HijjahEthiopian month 12 - ShortNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t Nòrvegian (Nynorsk) Name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Պիտակ@ item: inmenu Text Completion \t Automatic cort@ item: inmenu Text Completion"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "digit set \t @ item Text character set"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action \t Agrandir lo zoom@ action"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action \t Tornar far@ action"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "KCharselect unicode block name \t OriyàKCharselect unicode block name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Կապը խզված է։ NAME OF TRANSLATORS \t Desconnectat. NAME OF TRANSLATORS"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարFarvardin short \t EsfFarvardin short"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Opposite to Back \t & PrecedentOpposite to Back"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարCoptic month 2 - LongNamePossessive \t de Sha`banCoptic month 2 - LongNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Գործողություն@ action \t Opcions@ action"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "KDE- ի հասարակ ԿիրառությունName \t Name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "SSL error \t pas cap d' errorSSL error"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "KCharselect unicode block name \t ChinèsKCharselect unicode block name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t VendàName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Tir short \t KhoTir short"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Indian National month 1 - ShortNamePossessive \t DimengeIndian National month 1 - ShortNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ title: window \t Burèu% 1@ title: window"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t JaponésName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item: inmenu Text Completion \t Tièra desenrotlanta e automatica"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "unknown program name \t Aviar & l' assistent de rapòrt de bògunknown program name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "KCharselect unicode block name \t BengalíKCharselect unicode block name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t OlandésName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item license (short name) \t Aqueste programa es distribuit segon los tèrmes de la% 1. @ item license (short name)"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t OrdoName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարCoptic month 9 - LongName \t ParamètreCoptic month 9 - LongName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԼատիներենX- KDE- PluginInfo- Category \t LatinName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարIndian National month 9 - ShortNamePossessive \t de marçIndian National month 9 - ShortNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "keyboard- key- name \t Ongletkeyboard- key- name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "KCharselect unicode block name \t Balinés"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t TailandésName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item Text character set \t Unicode@ item Text character set"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "show help \t Escafar la picada dins lo camp d' edicionshow help"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item: intext% 1 is a real number, e. g. 1. 23 minutes \t % 1 oras"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item Spelling dictionary \t Alemand (ortografia novèla) @ item Spelling dictionary"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "nokeyComment \t Comment"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "3D Պարամետրեր \t Opcions 3D"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Ethiopian month 9 - ShortName \t MaiEthiopian month 9 - ShortName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t VinyesName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t KinyarwandàName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t RomanianName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item Calendar system \t Còpt@ item Calendar system"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action \t & Pagina"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Հաղորդագրությունը ստացված էComment \t Messatge recebutComment"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action \t Tot seleccionar@ action"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t OriyàName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Argument is application name \t Previsualizacion de l' estampatgeArgument is application name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Կարգավորել ցանցի պարամետրերըName \t GenericName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "KCharselect unicode block name \t TibetanKCharselect unicode block name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Coptic month 2 - ShortName \t ThlCoptic month 2 - ShortName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ info: tooltip \t Marcatz aquesta opcion per modificar la configuracion de l' estil de poliça. @ info: tooltip"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Coptic month 12 - LongName \t Escap. Coptic month 12 - LongName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action \t Precedent@ action"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "First letter of the alphabet (in upper then lower case) \t DesconegutFirst letter of the alphabet (in upper then lower case)"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "XCFName \t Name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action \t Activar l' onglet precedent@ action"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "of Farvardin short \t Yaum al- Ahadof Farvardin short"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "January \t de decembreJanuary"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "SysV- Init խմբագրիչComment \t Comment"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t SanscritName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "keyboard- key- name \t Inskeyboard- key- name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "of May long \t d' abrilof May long"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action \t Aumentar l' alinèa@ action"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t GujaratiName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "The destination url of a job \t Sorga:"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action: button Restart find & replace \t Volètz tornar començar la recèrca dempuèi lo començament & # 160;?"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարEthiopian month 1 - ShortName \t de genièrEthiopian month 1 - ShortName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ՀուներենName \t GrècName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ tag/ modifier/ modifier@ title/ plain \t % 1 (% 2) @ tag/ modifier/ modifier@ title/ plain"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ASpellName \t Name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t ChècName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ info: whatsthis \t Talha: @ info: whatsthis"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t TaicianName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t NauruName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t PòlònèsName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "KCharselect unicode block name \t KhaKCharselect unicode block name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ label right justify \t keyboard- key- name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարIndian National month 10 - ShortNamePossessive \t d' abrilIndian National month 10 - ShortNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "KCharselect unicode block name \t AutreKCharselect unicode block name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "KNetworkConfGenericName \t GenericName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action \t Recercar lo seguent@ action"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "KCharselect unicode block name \t DimengeKCharselect unicode block name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Tuesday \t DilTuesday"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Ethiopian month 6 - LongName \t MarEthiopian month 6 - LongName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item Spelling dictionary \t Aleman@ item Spelling dictionary"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action \t Anar a la linha@ action"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "of October \t de Safarof October"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "1: the i18n' ed system error code, from errno \t error desconeguda1: the i18n' ed system error code, from errno"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Ethiopian month 9 - LongName \t de julhetEthiopian month 9 - LongName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action \t Amont@ action"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Ethiopian month 9 - ShortNamePossessive \t de julhetEthiopian month 9 - ShortNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item: inmenu Text Completion \t Autocomplètament de tèxt"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item Author name in about dialog \t Senhalatz los bògues a% 2. @ application/ plain"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Դադարof April \t de marçof April"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Դադարof Dei short \t de Sha`banof Dei short"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարCoptic month 5 - LongName \t de Qi`dahCoptic month 5 - LongName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարCoptic weekday 2 - LongDayName \t PausaCoptic weekday 2 - LongDayName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t ChinésName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action \t Anullar@ action"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Coptic month 2 - LongName \t DijCoptic month 2 - LongName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ՖիներենName \t FinésName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t SomaliName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "KCharselect unicode block name \t Japonés"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարCoptic month 9 - ShortNamePossessive \t de genièrCoptic month 9 - ShortNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "keyboard- key- name \t AltGrkeyboard- key- name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Banner page \t SecretBanner page"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Ethiopian month 7 - LongNamePossessive \t de Sha`banEthiopian month 7 - LongNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Khordad short \t OrdKhordad short"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարCoptic month 11 - LongNamePossessive \t de genièrCoptic month 11 - LongNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարCoptic month 5 - ShortNamePossessive \t de Qi`dahCoptic month 5 - ShortNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ option: check \t Diagnostic de Dr. Klash pels accelerators@ option: check"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "keyboard- key- name \t Altkeyboard- key- name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "replace this with information about your translation team \t Non especificatreplace this with information about your translation team"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t NdongaName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Տվյալների գործիքներComment \t Comment"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարCoptic month 4 - LongNamePossessive \t de HijjahCoptic month 4 - LongNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "size in 2^40 bytes \t % 1 To"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Document/ application separator in titlebar \t modificatDocument/ application separator in titlebar"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item Font style \t Poliça actuala@ item Font style"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item Spelling dictionary \t Esperanto@ item Spelling dictionary"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Description of the notified event \t TítolDescription of the notified event"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t BascName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Հաշվի չառնելEthiopian month 2 - LongName \t StoreEthiopian month 2 - LongName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Numbers and characters \t abcdefghijklmnopqrstuvwxyzNumbers and characters"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t SerbianName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "KCharselect unicode block name \t KhmerKCharselect unicode block name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Indian National month 7 - LongNamePossessive \t de Sha`banIndian National month 7 - LongNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action \t Seleccionatz lo jorn actual"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t BihariName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Ethiopian weekday 6 - LongDayName \t ArbEthiopian weekday 6 - LongDayName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "August long \t JulhetAugust long"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t BretonName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարCoptic month 6 - ShortNamePossessive \t d' octobreCoptic month 6 - ShortNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t Iri MotuName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Opposite to Back \t Resisténcia del senhal feblaOpposite to Back"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարEthiopian month 7 - ShortNamePossessive \t de Sha`banEthiopian month 7 - ShortNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "KCharselect unicode block name \t CirillicKCharselect unicode block name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "& ՍերտիֆիկատNAME OF TRANSLATORS \t & CertificatNAME OF TRANSLATORS"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարIndian National weekday 7 - ShortDayName \t SivanIndian National weekday 7 - ShortDayName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "December \t NonDecember"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action \t Pegar la seleccion@ action"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "keyboard- key- name \t Ctrlkeyboard- key- name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t OccitanName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t SwatiName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t KirghizName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարCoptic weekday 3 - LongDayName \t ComentariCoptic weekday 3 - LongDayName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t BosniacName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t UcraïnianName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t TatarName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "vardangevorgyan@ yahoo. com \t yannig@ marchegay. org"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "KCharselect unicode block name \t GeorgianKCharselect unicode block name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Enter search patternEnter messageItalic placeholder text in line edits: 0 no, 1 yes \t Enter search patternEnter message"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "All of the letters of the alphabet, lowercase \t ABCDEFGHIJKLMNOPQRSTUVWXYZAll of the letters of the alphabet, lowercase"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ emphasis/ rich \t *% 1 * @ emphasis/ rich"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Աշխատեցնել տեստերը... @ item: intable Action name in toolbar editor \t Cambiar l' icòna... @ item: intable Action name in toolbar editor"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t TòngaName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item font \t Podètz causir aicí l' estil de poliça d' utilizar. @ item font"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "memory size in 2^40 bytes \t % 1 To"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԻսպաներենName \t CastelhanName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարCoptic month 4 - ShortNamePossessive \t de HijjahCoptic month 4 - ShortNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "keyboard- key- name \t Avalkeyboard- key- name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item/ rich \t *% 1@ item/ rich"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ warning- with- label/ plain% 1 is the warning label,% 2 is the text \t concatenation of dates and time"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Vardan Gevorgyan \t Yannig Marchegay (Kokoyaya) EMAIL OF TRANSLATORS"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Մտցրեք ընթացիք Ժամը և ԱմսաթիվըName \t Name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t VietnamésName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարCoptic month 8 - ShortName \t MarCoptic month 8 - ShortName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարIndian National month 2 - ShortNamePossessive \t de Sha`banIndian National month 2 - ShortNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item Calendar system \t Georgian@ item Calendar system"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԱրաբերենName \t ArabName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ՖրանսերենName \t FrancésName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "KraftName \t Name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action \t Reduire l' alinèa@ action"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ info \t & Dobrir amb '% 1'"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "MNGName \t Name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարIndian National month 11 - ShortNamePossessive \t de genièrIndian National month 11 - ShortNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t GalicianName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item Spelling dictionary \t EbrèuJanuary"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Coptic month 12 - ShortName \t Escap. Coptic month 12 - ShortName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Դադարof Tir short \t de Sha`banof Tir short"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Գործիքների հիմնական վահանակ@ action \t Afichar la barra d' espleches"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Դադարof Mehr short \t de Sha`banof Mehr short"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t EslovacName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "short \t % 1 [% 2] short"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action \t Talhar@ action"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ option: check \t Poliça causida@ option: check"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարIndian National month 11 - ShortName \t PausaIndian National month 11 - ShortName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Opposite to Previous \t Afichar las astúcias a l' aviadaOpposite to Previous"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "SeebyTouchComment \t Comment"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action \t & Rapòrt de bòg..."}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ envar/ rich \t $% 1@ envar/ rich"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Ethiopian month 8 - LongName \t de RajabEthiopian month 8 - LongName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "size in 2^30 bytes \t % 1 Mo"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարCoptic month 8 - LongName \t ParamètreCoptic month 8 - LongName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Հաշվի չառնելCoptic month 13 - ShortName \t DilCoptic month 13 - ShortName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "DDSName \t Name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Indian National month 8 - LongNamePossessive \t de SafarIndian National month 8 - LongNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action \t Astúcia del jorn"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Դադարof September \t d' abrilof September"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "of August \t de julhetof August"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Title of the notified event \t EstatTitle of the notified event"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "toolbar position string \t Superiortoolbar position string"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t TigrinyaName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "KCharselect unicode block name \t ArabKCharselect unicode block name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "toolbar position string \t Drechatoolbar position string"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "size in 10^6 bytes \t % 1 o"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "KCharselect unicode block name \t CòptKCharselect unicode block name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item: intext \t % 1 segondas"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item: inmenu disc list style \t Pas cap@ item: inmenu disc list style"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t PortuguésName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "KCharselect unicode block name \t TamuzKCharselect unicode block name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարCoptic month 10 - ShortName \t PaginasCoptic month 10 - ShortName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԼիտվերենName \t LituanianName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Ethiopian month 10 - ShortName \t Vèrd: Ethiopian month 10 - ShortName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Գույն: NAME OF TRANSLATORS \t Color: NAME OF TRANSLATORS"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t LetonName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարFebruary \t GenFebruary"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "keyboard- key- name \t Shiftkeyboard- key- name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action: button Stop find & replace \t Tornar lançar"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "November \t OctòbreNovember"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Indian National month 12 - ShortName \t de marçIndian National month 12 - ShortName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "toolbar position string \t Esquèrratoolbar position string"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "KCharselect unicode block name \t LituaKCharselect unicode block name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Ethiopian weekday 7 - LongDayName \t NomEthiopian weekday 7 - LongDayName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item font \t Italic@ item font"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t TajikName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "KCharselect unicode block name \t GurmukhiKCharselect unicode block name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t Chinés (Hong Kong) Name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Vardan GevorgyanEMAIL OF TRANSLATORS \t Yannig Marchegay (Kokoyaya) EMAIL OF TRANSLATORS"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action \t Apondre un favorit@ action"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t CoreanName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "keyboard- key- name \t Metakeyboard- key- name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "KCharselect unicode block name \t EtiopianKCharselect unicode block name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "KCharselect unicode block name \t TeluguKCharselect unicode block name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարCoptic month 9 - LongNamePossessive \t de genièrCoptic month 9 - LongNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "August \t JulhetAugust"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action \t Seguent"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Indian National month 10 - LongNamePossessive \t de Sha`banIndian National month 10 - LongNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Գործողություն@ label File name \t & Dobrir"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ label \t Cambiar la familha de poliça? @ label"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Sunday \t SabSunday"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարCoptic month 1 - LongNamePossessive \t de genièrCoptic month 1 - LongNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item Spelling dictionary \t Eslovèn@ item Spelling dictionary"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "keyboard- key- name \t Retornkeyboard- key- name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարCoptic weekday 3 - ShortDayName \t PausaCoptic weekday 3 - ShortDayName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "KCharSelect section name \t SimbòlsKCharSelect section name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարCoptic month 5 - LongNamePossessive \t de Qi`dahCoptic month 5 - LongNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "memory size in 2^60 bytes \t % 1 o"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Ժամ և ԱմսաթիվComment \t Comment"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action \t Ligam@ action"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ info: tooltip \t Marcatz aquesta opcion per modificar la configuracion de la familha de poliças. @ info: tooltip"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "March long \t FebrièrMarch long"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item Text character set \t Baltic@ item Text character set"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t BachkirName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t DzongkhaName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարCoptic month 6 - LongNamePossessive \t d' octobreCoptic month 6 - LongNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t GeorgianName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item: intable Action name in shortcuts configuration \t Configurar@ item: intable Action name in shortcuts configuration"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Ethiopian weekday 7 - ShortDayName \t MècEthiopian weekday 7 - ShortDayName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Գործիքների հիմնական վահանակ@ action \t Configurar las barras d' espleches"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարDo shanbe short \t EsfandDo shanbe short"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարIndian National month 1 - LongNamePossessive \t de marçIndian National month 1 - LongNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Ցանցային պարամետրերComment \t Paramètres retComment"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ info: whatsthis \t Talha@ info: whatsthis"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Ethiopian month 4 - ShortNamePossessive \t de junhEthiopian month 4 - ShortNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԵստոներենName \t EstonianName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ info: tooltip \t Marcatz aquesta opcion per modificar la configuracion de la talha de poliça. @ info: tooltip"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարIndian National month 11 - LongNamePossessive \t de marçIndian National month 11 - LongNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարCoptic month 11 - LongName \t Pas capCoptic month 11 - LongName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t Chinés tradicionalName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարCoptic month 3 - LongNamePossessive \t de genièrCoptic month 3 - LongNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Dei long \t AzarDei long"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարCoptic month 3 - ShortName \t PausaCoptic month 3 - ShortName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "KCharselect unicode block name \t CherokíKCharselect unicode block name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարEthiopian month 6 - LongNamePossessive \t de SafarEthiopian month 6 - LongNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ info: whatsthis \t Estil de poliça@ info: whatsthis"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item font size \t Gras italic@ item font size"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "KCharselect unicode block name \t PanamaKCharselect unicode block name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Coptic month 5 - ShortName \t KhaCoptic month 5 - ShortName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Ethiopian month 3 - LongName \t TevetEthiopian month 3 - LongName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "PGMName \t Name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t Norvegian BokmålName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Դադարof December \t de novembreof December"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Դադարof Esfand short \t de marçof Esfand short"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action \t Mot seguent@ action"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t KannadàName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ info: whatsthis \t Poliça@ info: whatsthis"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item Calendar system \t Etiopian@ item Calendar system"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "JavaScript- ի սխալներ \t Errors JavaScript"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item Spelling dictionary \t Polonés@ item Spelling dictionary"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Banner page \t ClassificatBanner page"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարCoptic month 11 - ShortName \t GenCoptic month 11 - ShortName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item: inmenu uppercase abc lists \t abc@ item: inmenu uppercase abc lists"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարCoptic weekday 4 - ShortDayName \t PaginasCoptic weekday 4 - ShortDayName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "KSysVGenericName \t GenericName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item Text character set \t Chinés simplificat@ item Text character set"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Mehr short \t XChatMehr short"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "KCharselect unicode block name \t Latin basicKCharselect unicode block name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Dei short \t AzaDei short"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "PBMName \t Name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարEthiopian weekday 1 - ShortDayName \t PaginasEthiopian weekday 1 - ShortDayName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "memory size in 2^50 bytes \t % 1 o"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Ethiopian month 2 - LongNamePossessive \t de junhEthiopian month 2 - LongNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action \t Zoom@ action"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Coptic month 1 - LongName \t KhoCoptic month 1 - LongName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Indian National weekday 6 - ShortDayName \t SunIndian National weekday 6 - ShortDayName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարCoptic month 8 - ShortNamePossessive \t de genièrCoptic month 8 - ShortNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "dictionary name.% 1- language and% 2- country name \t % 1 (% 2) [% 3] dictionary name.% 1- language and% 2- country name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ option: check \t Crear las combinasons & Radical/ Afix absentas del diccionari@ option: check"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Ethiopian month 13 - LongName \t NomEthiopian month 13 - LongName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action \t & Soslinhar"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item Spelling dictionary \t Suedés@ item Spelling dictionary"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t ChuvashName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action: inmenu \t & Dobrir amb '% 1'"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ label: button \t & Dobrir amb..."}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t KomiName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t KashbianName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item Spelling dictionary \t Francés@ item Spelling dictionary"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t LaossianName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t EslovènName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t FijianName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Banner page \t Pas classificat"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "describes the feed of the latest posted entries \t Cap de provesidor pas seleccionat."}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ link- with- description/ plain% 1 is the URL,% 2 is the descriptive text \t dictionary name.% 1- language and% 2- country name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ label Action tooltip in toolbar editor, below the action list \t Tièra d' accions & # 160;:% 1@ label Action tooltip in toolbar editor, below the action list"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Ethiopian month 11 - LongName \t & EnviarEthiopian month 11 - LongName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Դադար@ action \t & Primièra pagina@ action"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t NepaliName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Ամերիկյան ԱնգլերենName \t Anglés americanName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item Text character set \t Chinés tradicional@ item Text character set"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Indian National month 10 - ShortName \t ArbIndian National month 10 - ShortName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "KCharselect unicode block name \t @ item Text character set"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Indian National month 6 - LongNamePossessive \t de Sha`banIndian National month 6 - LongNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action Beginning of document \t Repertòri personal"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action boldify selected text \t Talhas de las icònas@ item font"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարIndian National month 7 - ShortNamePossessive \t de marçIndian National month 7 - ShortNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարEthiopian month 8 - LongNamePossessive \t de RajabEthiopian month 8 - LongNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t IslandésName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item: intext% 1 is a real number, e. g. 1. 23 days \t % 1 To"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարCoptic month 2 - ShortNamePossessive \t de Sha`banCoptic month 2 - ShortNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարCoptic month 13 - ShortNamePossessive \t de junhCoptic month 13 - ShortNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Banner page \t ConfidencialBanner page"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Հաշվի չառնելCoptic month 13 - LongName \t StoreCoptic month 13 - LongName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "HTML գործիքներ \t Barra d' espleches HTML"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Ethiopian month 7 - ShortName \t de Sha`banEthiopian month 7 - ShortName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t KazakhName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action \t Pegar@ action"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ՌուսերենName \t RusName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարYek- shanbe short \t shnYek- shanbe short"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարEthiopian month 13 - ShortNamePossessive \t de Sha`banEthiopian month 13 - ShortNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action \t Reduire el zoom@ action"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item Spelling dictionary \t Ongrés@ item Spelling dictionary"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t TamilName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարEthiopian month 5 - ShortName \t BanastaEthiopian month 5 - ShortName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action \t S' inscriure"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "KCharselect unicode block name \t TamilKCharselect unicode block name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "go forward \t Recuolar d' una etapago forward"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t Ozbèc (cirillic) Name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "size in 1024 bytes \t % 1 o"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԼռեյլայնName \t DefautName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t ChamorráName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t SwahiliName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ interface/ rich \t _BAR_% 1_BAR_@ interface/ rich"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարIndian National month 5 - ShortNamePossessive \t de marçIndian National month 5 - ShortNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԱնգլերենName \t AnglésName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Indian National month 12 - LongName \t de marçIndian National month 12 - LongName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Դադարof Azar short \t de Sha`banof Azar short"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Custom color \t - anonim - Custom color"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action \t Fin@ action"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ label left justify \t keyboard- key- name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "memory size in 2^30 bytes \t % 1 Mo"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ warning- with- label/ rich% 1 is the warning label,% 2 is the text \t % 1:% 2@ warning- with- label/ rich% 1 is the warning label,% 2 is the text"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Դադարof July \t de junhof July"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարCoptic month 8 - LongNamePossessive \t ParamètreCoptic month 8 - LongNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t LuxemborgésName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "memory size in 2^70 bytes \t % 1 o"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարEthiopian month 5 - LongNamePossessive \t de Sha`banEthiopian month 5 - LongNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարEthiopian weekday 5 - LongDayName \t PausaEthiopian weekday 5 - LongDayName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t MaòriName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "PCXName \t Name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Thursday \t MècThursday"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Դադարof Ordibehesht short \t de genièrof Ordibehesht short"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "size in 2^20 bytes \t % 1 ko"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԳերմաներենName \t AlemanName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t LingalàName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item Spelling dictionary \t Portugués@ item Spelling dictionary"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Հաշվի չառնելCoptic month 13 - LongNamePossessive \t de junhCoptic month 13 - LongNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item font \t Gras@ item font"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարCoptic weekday 7 - ShortDayName \t PausaCoptic weekday 7 - ShortDayName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարCoptic weekday 6 - ShortDayName \t PausaCoptic weekday 6 - ShortDayName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t XChatName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action \t Sortir@ action"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item Text character set \t Europèu de l' oèst@ item Text character set"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t AymaràName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Reload KDE configuration messagebox \t Volètz tornar cargar la configuracion de KDE & # 160;? Reload KDE configuration messagebox"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "keyboard- key- name \t Espacikeyboard- key- name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t FeroésName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "size in 2^60 bytes \t % 1 To"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action \t Enregistrar"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t WolofName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t CornicName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "left mouse button \t Conflicte amb los acorchis clavièr globalsleft mouse button"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ command- with- section/ rich% 1 is the command name,% 2 is its man section \t % 1 (% 2) @ command- with- section/ rich% 1 is the command name,% 2 is its man section"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "March \t FebMarch"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "keyboard- key- name \t Superkeyboard- key- name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ label: listbox Font size \t Cambiar la talha de poliça? @ label: listbox Font size"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "KCharselect unicode block name \t KannadàKCharselect unicode block name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item Text character set \t Japonés@ item Text character set"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ note- with- label/ plain% 1 is the note label,% 2 is the text \t concatenation of dates and time"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ label: listbox \t & Diccionari & # 160;: @ label: listbox"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "KCharselect unicode block name \t LaossianKCharselect unicode block name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item: intext% 1 is a real number, e. g. 1. 23 seconds \t % 1 minutas"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t BislamàName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Comment \t GropComment"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "of November \t d' octobreof November"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t DanésName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "dictionary variant \t 60dictionary variant"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t KashmiriName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարIndian National month 12 - ShortNamePossessive \t de marçIndian National month 12 - ShortNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "PSDComment \t Comment"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Column number% 1 \t & AcabatColumn number% 1"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t BielorusName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Դադարof Aban short \t de junhof Aban short"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t MaltésName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "of Tir long \t Khordadof Tir long"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item Calendar system \t Gen@ item Calendar system"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item Spelling dictionary \t Chèc@ item Spelling dictionary"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Բրիտանական ԱնգլերենName \t Anglés britanicName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Wednesday \t MarWednesday"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Aban short \t MehAban short"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item: inmenu Text Completion \t Manual"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ՀայերենName \t ArmenianName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item Text character set \t % 1% 2@ item Text character set"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item: inmenu numbered lists \t Carrat@ item: inmenu numbered lists"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item Text character set \t Corean@ item Text character set"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "EPSName \t Name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարCoptic weekday 2 - ShortDayName \t PaginasCoptic weekday 2 - ShortDayName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Ethiopian month 11 - ShortName \t & EnviarEthiopian month 11 - ShortName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "size in 1000 bytes \t % 1 o"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "dictionary variant \t 40dictionary variant"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t AmaricName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ info: whatsthis \t Podètz causir aicí la familha de poliça d' utilizar. @ info: whatsthis"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԼատիներենName \t LatinName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարEthiopian month 1 - LongName \t PaginasEthiopian month 1 - LongName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "vgevorgyan@ vtgsoftware. com \t yannig@ marchegay. org"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Կարգավորել TCP/ IP պարամետրերըName \t Name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարCoptic month 3 - ShortNamePossessive \t de genièrCoptic month 3 - ShortNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Comment \t Completatge de motsComment"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t TibetanName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Ethiopian month 10 - LongNamePossessive \t de junhEthiopian month 10 - LongNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t Portugués de BrasilName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Ethiopian month 9 - LongNamePossessive \t de julhetEthiopian month 9 - LongNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item Spelling dictionary \t Rus@ item Spelling dictionary"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Հաշվի չառնելEthiopian month 2 - ShortName \t ÒcEthiopian month 2 - ShortName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "May long \t AbrilMay long"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Verb \t Reïnicializar la configuracionVerb"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարEthiopian month 3 - ShortNamePossessive \t de junhEthiopian month 3 - ShortNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ subtitle/ rich \t ~% 1 ~@ subtitle/ rich"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարPanj shanbe short \t 4shPanj shanbe short"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ info: whatsthis \t Nom: @ info: whatsthis"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "size in 2^40 bytes \t % 1 Go"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարChahar shanbe short \t 3shChahar shanbe short"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item: inmenu lowercase abc lists \t @ item Text character set"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Time zone \t Crear"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Indian National month 6 - LongName \t de Sha`banIndian National month 6 - LongName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "dictionary variant \t 80dictionary variant"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action \t Tornar cargar@ action"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարEthiopian month 11 - ShortNamePossessive \t de SafarEthiopian month 11 - ShortNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԱդրբեջաներենName \t AseriName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ filename/ rich \t ‘% 1 ’ @ filename/ rich"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t Bengalin (Índia) Name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ message/ rich \t /% 1 / @ message/ rich"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "KCharselect unicode block name \t ArmenianKCharselect unicode block name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարEthiopian month 8 - ShortName \t MarEthiopian month 8 - ShortName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "KCharselect unicode block name \t MongolianKCharselect unicode block name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Ethiopian month 4 - LongName \t AdarEthiopian month 4 - LongName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "September \t AgoSeptember"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action \t Quitar@ action"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ emphasis- strong/ rich \t *% 1 * @ emphasis- strong/ rich"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Azar short \t AbaAzar short"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t HausaName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԱրժեքEthiopian month 12 - LongName \t NomEthiopian month 12 - LongName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "memory size in 2^40 bytes \t % 1 Go"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Ethiopian month 10 - LongName \t Vèrd: Ethiopian month 10 - LongName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "All letters of the alphabet (in upper/ lower case pairs), followed by numbers \t AaAll letters of the alphabet (in upper/ lower case pairs), followed by numbers"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "digit set \t Arabdigit set"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t InuktitutName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "KCharselect unicode block name \t TagalogKCharselect unicode block name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t GaelicName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ՀատկությունShahrivar short \t MorShahrivar short"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item Spelling dictionary \t Norvegian@ item Spelling dictionary"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action \t definís lo nom del logicial"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item font \t Regulièr@ item font"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t GalésName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Indian National month 4 - LongNamePossessive \t de julhetIndian National month 4 - LongNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Comment \t En linhaComment"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարCoptic month 9 - ShortName \t amCoptic month 9 - ShortName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ title: window \t A prepaus de KDE@ title: window"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Coptic month 1 - ShortNamePossessive \t IèrCoptic month 1 - ShortNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item Calendar system \t Adar II@ item Calendar system"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Դադարof February \t de julhetof February"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարEthiopian month 5 - ShortNamePossessive \t de marçEthiopian month 5 - ShortNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "July \t JunJuly"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "1: the unknown socket address family number \t « & # 160; ai_ socktype & # 160; » pas autorizat1: the unknown socket address family number"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t KhmerName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t OzbècName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "RGBName \t RVBName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ option: check \t Poliça: @ option: check"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t XhosaName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item Spelling dictionary \t Portugués de Brasil@ item Spelling dictionary"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Esfand \t BahEsfand"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Coptic month 7 - LongNamePossessive \t de SafarCoptic month 7 - LongNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ action \t Ajuda@ action"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Ethiopian weekday 1 - LongDayName \t DijEthiopian weekday 1 - LongDayName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "May short \t abrMay short"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "keyboard- key- name \t Menut"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t MalayalamName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "EXRName \t Name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Ethiopian weekday 2 - ShortDayName \t SetEthiopian weekday 2 - ShortDayName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Դադարof May short \t d' abrilof May short"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Banner page \t EstandardBanner page"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարIndian National month 8 - ShortNamePossessive \t de junhIndian National month 8 - ShortNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t MongolianName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Indian National weekday 2 - ShortDayName \t JomIndian National weekday 2 - ShortDayName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item Spelling dictionary \t Lituanian@ item Spelling dictionary"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԻտալերենName \t ItalianName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t ValonName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Email receiver address \t L' adreça electronica a laquala aqueste rapòrt de bòg serà mandat."}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարIndian National month 1 - ShortName \t de genièrIndian National month 1 - ShortName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "HDRName \t Name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ info: shell% 1 is cmdoption name \t Opcion '% 1' desconeguda. @ info: shell% 1 is cmdoption name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item Spelling dictionary \t Eslovac@ item Spelling dictionary"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "KCharselect unicode block name \t CJK CompatibilitatKCharselect unicode block name"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t AssamésName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "@ item Text character set \t Grèc@ item Text character set"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "dictionary variant \t mièjadictionary variant"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ՀինդիName \t IndiName"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "ԴադարIndian National month 9 - LongNamePossessive \t de Qi`dahIndian National month 9 - LongNamePossessive"}
{"url": "https://object.pouta.csc.fi/OPUS-KDE4/v2/moses/hy-oc.txt.zip", "collection": "KDE4", "source": "KDE4", "original_code": "hy - oc", "text": "Name \t GuarariName"}