File size: 177,126 Bytes
ead791f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "आगत विधिहरूUTC \t UTC"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "%s, %s र %sX days and X hoursX days and X minutesX hours and X minutes \t X days and X hoursX days and X minutesX hours and X minutes"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "स्वत: चयन गर्नुहोस्Paper SourceResolution \t Paper SourceResolution"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "ट्रोलेनहाजेनNordrhein-Westfalen \t Nordrhein-Westfalen"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "टुल्नViennaWien \t ViennaWien"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "क्याम्पोसCity in Rio de Janeiro, Brazil \t City in Rio de Janeiro, Brazil"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "डेमिङ्गCity in New Mexico, United States \t City in New Mexico, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "हेराटKabulKabol \t KabulKabol"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "अघिल्लो पुस्तकचिनो स्थानमा जानुहोस् ।bookmark \t bookmark"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "समय%Id%d \t %Id%d"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "टेल अभिभCountry \t Country"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "बेमेड्जीCity in Minnesota, United States \t City in Minnesota, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "%d (\"%s\")none\" here means \"no workspaceworkspace \t none\" here means \"no workspaceworkspace"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "क्याम्बोडियाPhnom PenhPhnum Penh \t Phnom PenhPhnum Penh"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "साल्लिसCity in Oklahoma, United States \t City in Oklahoma, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "ओडेस्साCity in Texas, United States \t City in Texas, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "एनिस्टनCity in Alabama, United States \t City in Alabama, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "उत्तर - उत्तर पश्चिमwind direction \t wind direction"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "फोल्डर नामहरूले '/' समावेश गर्न सक्दैनfolder-display \t folder-display"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "अनुकूलन गर्नुहोस्None\" for \"No reminder setcal-reminders \t None\" for \"No reminder setcal-reminders"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "सम्पूर्ण कागजात उच्चारण गर्दछ ।Where am I \t Where am I"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "ओक आइस्ल्यान्डCity in North Carolina, United States \t City in North Carolina, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "साभान्नाCity in Illinois, United States \t City in Illinois, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "रेडवुड फल्सCity in Minnesota, United States \t City in Minnesota, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "कुनै पनि होइनLanguagesLanguage \t LanguagesLanguage"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "बढी उच्च दर गरिएको पहिलो ट्रयाकहरू संगquery-sort \t query-sort"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "पहिलो:FullName \t FullName"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "ल्याकनCity in Illinois, United States \t City in Illinois, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "%s मा %sPlay a sound\". \"Trigger types \t Play a sound\". \"Trigger types"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "कोजुमेलState in Mexico \t State in Mexico"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "टोर्रे'ओनState in Mexico \t State in Mexico"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "%s ले कोठा छोड्योfoo has left the room \t foo has left the room"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "अगाडि बीचमाLow-Frequency Effects \t Low-Frequency Effects"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "ट्राभेर्स शहरCity in Michigan, United States \t City in Michigan, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "डट ८marking \t marking"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "चिल्डरेसCity in Texas, United States \t City in Texas, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "मोन्टेरेState in Mexico \t State in Mexico"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "सञ्झ्याललाई कार्य सूचीमा नदेखिने बनाउनुहोस्tasklist \t tasklist"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "पेल्स्टनCity in Michigan, United States \t City in Michigan, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "लोन रकCity in Wisconsin, United States \t City in Wisconsin, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "%d%%Not Applicable \t Not Applicable"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "नाम:Refresh every [NUMERIC_ENTRY] [TIME_UNITS_COMBO] \t Refresh every [NUMERIC_ENTRY] [TIME_UNITS_COMBO]"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "OEM प्रतिस्थापन गर्नुहोस् (उत्पादकहरूका लागि) \t ဢူၼ်းသႂ်ႇ OEM (တွၼ်ႈတႃႇၽူႈႁဵတ်းဢွၵ်ႇပိုၼ်ၽႄ)"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "ईन्डोनेसियाWaktu Indonesia Bagian Barat \t Waktu Indonesia Bagian Barat"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "बोर्डेनCity in Ontario, Canada \t City in Ontario, Canada"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "%s पुर्वज शाझेदारी गरियोbookmarks \t bookmarks"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "हथ्रोनCity in California, United States \t City in California, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "नयाँ व्यक्तिSelect Buddy \t Select Buddy"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "जुलियाकाCity in Peru \t City in Peru"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "वस्तुहरू अद्यावधिक गर्दैOrganiser: NameOfTheUser <email\\@ofuser\\.com>Organizer: NameOfTheUser <email\\@ofuser\\.com> \t Organiser: NameOfTheUser <email\\@ofuser\\.com>Organizer: NameOfTheUser <email\\@ofuser\\.com>"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "रकल्यान्डCity in Maine, United States \t City in Maine, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "रेइनेRheinland-Pfalz \t Rheinland-Pfalz"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "पीआईडी (PID): %s none\" here means \"no startup IDstartupID \t none\" here means \"no startup IDstartupID"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "रोट्टरड्यामThe Hague's-Gravenhage \t The Hague's-Gravenhage"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "अप्सालाCity in Ontario, Canada \t City in Ontario, Canada"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "मिल्वाकीCity in Wisconsin, United States \t City in Wisconsin, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "मिल्लिनोकेटCity in Maine, United States \t City in Maine, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "LAMP सर्भर प्रतिस्थापन गर्नुहोस् \t ဢူၼ်းသႂ်ႇ LAMP server"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "कलपिपरCity in Virginia, United States \t City in Virginia, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "seealsoie.format पनि हेर्नुहोस् ।1\", \"A\", \"a\", \"I\", or \"i \t 1\", \"A\", \"a\", \"I\", or \"i"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "सबै फाइलहरूdisc \t disc"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "टुकुरुइState in Brazil \t State in Brazil"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "जोन्सटाउनCity in Pennsylvania, United States \t City in Pennsylvania, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "प्रमाणपत्रको तालिकाmake a backup \t make a backup"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "युट्टिVasa \t Vasa"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "फड्काउनुहोस्:secondsSkip to \t secondsSkip to"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "किङ्गडावोState in China \t State in China"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "राफ्हाRiyadhAr Riyad \t RiyadhAr Riyad"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "मिन्निपोलिसCity in Minnesota, United States \t City in Minnesota, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "युनाइटेड स्टेट्स माइनोर आउटलाइङ्ग आइस्ल्यान्ड्सUS Minor Outlying Islands \t US Minor Outlying Islands"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "स्थान: %sTime: ActualStartDateAndTime (DurationOfTheMeeting) \t Time: ActualStartDateAndTime (DurationOfTheMeeting)"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "सगिनावCity in Michigan, United States \t City in Michigan, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "लिङ्कfolder\", \"plain textlink to folder \t folder\", \"plain textlink to folder"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "ईष्ट ह्याम्पटनCity in New York, United States \t City in New York, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "ब्रेनर्डCity in Minnesota, United States \t City in Minnesota, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "स्पेनSpain \t Spain"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "तलको छिमेकी: %s family \t family"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "(देय Due DUE \t Due DUE"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "नयाँ कुराकानी ट्याब %s#a11y <joanie> hello!<joanie> hello! \t #a11y <joanie> hello!<joanie> hello!"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "(केही सामग्रीहरू पढ़्न अयोग्य)Contents: \t Contents:"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "एल्सेनबोर्नState in Belgium \t State in Belgium"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "रोक्सबोरोCity in North Carolina, United States \t City in North Carolina, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "पाम्पाCity in Texas, United States \t City in Texas, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "नयाँ पात्रोNew \t New"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "लस क्रुसेसCity in New Mexico, United States \t City in New Mexico, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "तल वेर्दै ।wrap \t wrap"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "मेनीCity in Maine, United States \t City in Maine, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "रोकिएको समय:Purge events older than <<spin\\-button>> days \t Purge events older than <<spin\\-button>> days"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "किम्बलCity in Nebraska, United States \t City in Nebraska, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "समूह:New Person \t New Person"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "%1$s%2$s%3$s%1$s%2$s%3$s \t %1$s%2$s%3$s"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "विलम्ब सन्देश हस्तान्तरणESendOptionsAfter \t ESendOptionsAfter"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "डायरस्बर्गCity in Tennessee, United States \t City in Tennessee, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "वार्तालापEscher Cat (SMS) \t ၶေႃႈၵုမ်ၵၼ်Escher Cat (SMS)"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "किङ्ग्सभिलCity in Texas, United States \t City in Texas, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "%l:%M:%S %p%l:%M %p\" --> \"1:00 PM \t %l:%M %p\" --> \"1:00 PM"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "मिनाटिटलानPoza Rica \t Poza Rica"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "चार्लेभोइक्सCity in Michigan, United States \t City in Michigan, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "डुलुथCity in Minnesota, United States \t City in Minnesota, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "पेजर फड्काउनुहोस्tasklist \t tasklist"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "अस्ट्रियाAigen \t Aigen"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "एड्रारAlgiersAlger \t AlgiersAlger"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "फ्यालुनCity in Nevada, United States \t City in Nevada, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "बाचन उपलब्ध छैन ।FindOK \t FindOK"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "रिभसPanamá \t Panamá"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "वास्तविक स्ट्रिङReplacement StringActual StringL O L\" or \"Laughing Out Loud\" (for Actual String \"LOL \t Replacement StringActual StringL O L\" or \"Laughing Out Loud\" (for Actual String \"LOL"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "नाउरुNouvelle-Calédonie \t Nouvelle-Calédonie"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "पुस्तकचिनो प्रविष्टि गरियोbookmarks \t bookmarks"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "प्रस्तुति मोडमा चलिरहेको छ%d hit(s) on this page \t %d hit(s) on this page"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "संक्षेपkeyboard \t keyboard"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "कुनै पनि होइनNonedate \t Nonedate"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "पेशा:Job \t Job"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "घटाउ चिन्हinsert \t insert"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "ओहियोCity in Ohio, United States \t City in Ohio, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "क्याम्पोCity in California, United States \t City in California, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "भौगोलिक स्थितिलाई यस ढाँचामा प्रविष्ट गर्नुपर्छ: ४५.४३६८४५,१२५.८६२५०१Nonecal-task-status \t Nonecal-task-status"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "अलियन्सCity in Nebraska, United States \t City in Nebraska, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "वोर्कल्यान्डCity in Wyoming, United States \t City in Wyoming, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "फोकस गरेका सञ्झ्यालहरूNotification Methods \t Notification Methods"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "हास्टिङ्गसCity in Nebraska, United States \t City in Nebraska, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "भेटघाटको सुरुआत पछाडि %s %sPlay a sound \t Play a sound"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "st प्रतिलिपि) \t st ထုတ်ႇဢဝ်)"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "भिइन्टियन. (The spellings \"Macao\" and \"MacauuCountry \t . (The spellings \"Macao\" and \"MacauuCountry"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "%a %b %e周%a\" --> \"周六 \t 周%a\" --> \"周六"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "न्यू हेभेनCity in Connecticut, United States \t City in Connecticut, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "अज्ञात64-bit\" or \"32-bit \t 64-bit\" or \"32-bit"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "मेक्सिको सिटिState in Mexico \t State in Mexico"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "हालको समतल पुनरावलोकन क्यारेक्टर उच्चारण गर्दछ ।Alpha\" for \"a\", \"Bravo\" for \"b \t Alpha\" for \"a\", \"Bravo\" for \"b"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "%s बाट:Cancel Import \t Cancel Import"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "शिफ्टgeneric name \t generic name"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "क्यानाडाTiempo del PacíficoHeure du PacifiqueUS\", \"Canada\" or \"Mexico \t Tiempo del PacíficoHeure du PacifiqueUS\", \"Canada\" or \"Mexico"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "हालको पृष्ठ (Alt+P)of\" from \"1 of 19 \t of\" from \"1 of 19"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "पुस्तकचिनो हालको वस्तु होbookmarks \t bookmarks"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "एराकाजुState in Brazil \t State in Brazil"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "एन्टिगोCity in Wisconsin, United States \t City in Wisconsin, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "प्रिन्स रुपर्टCity in British Columbia, Canada \t City in British Columbia, Canada"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "अर्विनCity in North Carolina, United States \t City in North Carolina, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "एन्ग्लेटनCity in Texas, United States \t City in Texas, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "छाएकोsky conditions \t sky conditions"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "गोल्डेन रकCity in Saint Kitts and Nevis \t City in Saint Kitts and Nevis"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "वेल्सCaerdyddCity in Wales, United Kingdom \t CaerdyddCity in Wales, United Kingdom"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "गुयानाCity in Guyana \t City in Guyana"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "ईष्टनCity in Maryland, United States \t City in Maryland, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "डेस्कटपGedit\", \"Firefox \t Gedit\", \"Firefox"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "लउनकेस्टनState in Australia \t State in Australia"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "(पूरा भयो Completed COMPLETED \t Completed COMPLETED"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "महेश सुबेदी<submanesh\\@yahoo\\.com>, नारायाण कुमार मगर<narayan\\@mpp\\.org\\.np> Launchpad Contributions: Nabin Gautam https://launchpad.net/~nabin Narayan Kumar Magar https://launchpad.net/~narayan-mpp Sameer Rajbhandari https://launchpad.net/~amit Shyam Krishna Bal https://launchpad.net/~shyam-mpp \t Launchpad Contributions: Sai Mawn Kham https://launchpad.net/~saimawnkham"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "बोस्कोबेलCity in Wisconsin, United States \t City in Wisconsin, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "एड्रियनCity in Michigan, United States \t City in Michigan, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "तारिजाCity in Bolivia \t City in Bolivia"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "हालको सञ्झ्याल बन्द गर्नुहोस्Game \t Game"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "MSCHAPnone \t none"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "बिन्टुलुCity in Malaysia \t City in Malaysia"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "मोन्टाउकCity in New York, United States \t City in New York, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "लाजेसLisbonLisboa \t LisbonLisboa"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "सेन्ट एन्थोनीCity in Newfoundland and Labrador, Canada \t City in Newfoundland and Labrador, Canada"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "गिम्लीCity in Manitoba, Canada \t City in Manitoba, Canada"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "कोलम्बियाको जील्लाCity in District of Columbia, United States \t City in District of Columbia, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "सुपरmeta 2 \t meta 2"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "मास्साचुसेट्सCity in Massachusetts, United States \t City in Massachusetts, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "गइलोर्डCity in Michigan, United States \t City in Michigan, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "केम्यान आइस्ल्यान्ड्स्City in Cayman Islands \t City in Cayman Islands"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "क्यासलगारCity in British Columbia, Canada \t City in British Columbia, Canada"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "सालिडाCity in Colorado, United States \t City in Colorado, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "डानमार्कस्भान rathern than just \"Greenland \t rathern than just \"Greenland"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "%s गुणहरूMIME type description (MIME type) \t MIME type description (MIME type)"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "विन्टर हेभनState in United States \t State in United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "%H:%M:%S%H:%M\" --> \"13:00 \t %H:%M\" --> \"13:00"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "सावि लुइसState in Brazil \t State in Brazil"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "कुयाबाState in Brazil \t State in Brazil"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "सोडा स्प्रिङ्ग्सCity in Idaho, United States \t City in Idaho, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "दाहिने माउस बटनVisual gesture display \t Visual gesture display"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "सास्काटूनCity in Saskatchewan, Canada \t City in Saskatchewan, Canada"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "वहुविध कक्ष विस्तारहरू बाचन गर्नुहोस्Attribute \t Attribute"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "फाइलहरू मेट्दै2 minutes \t တိုၵ့်မွတ်ႇသွႆ့ယူႇ2 minutes"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "पहिलेin the last\" \"7 days \t in the last\" \"7 days"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "menu item \t ဢႅတ့်သ်ဢႅမ်ႇဢႅတ့်သ်menu item"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "फार्मभिलCity in Virginia, United States \t City in Virginia, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "परम्परागतChinese, Simplified \t Chinese, Simplified"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "भेटघाटको अन्त्य पछि %s %sPlay a sound \t Play a sound"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "बार्टलेसभिलCity in Oklahoma, United States \t City in Oklahoma, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "मिड् वालुपCity in South and South West England, United Kingdom \t City in South and South West England, United Kingdom"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "बोउर्जेसCity in France \t City in France"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "लाओसVientianeViangchan \t VientianeViangchan"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "%s (प्रतिलिपि)%s \t %s (ထုတ်ႇဢဝ်)%s"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "स्प्रिङ्गडेलCity in Arkansas, United States \t City in Arkansas, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "GTK+ विकल्पहरू देखाउनुहोस्predefinito:LTR \t predefinito:LTR"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "सान फेलिपCity in Venezuela \t City in Venezuela"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "वार्तालाप रखाईNew conversations\" should match the text in the preferences dialog and \"By conversation count \t New conversations\" should match the text in the preferences dialog and \"By conversation count"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "सञ्झ्याललाई कार्यस्थान %d मा सार्न सकिँदैन: कार्यस्थान अवस्थित छैन something has not been set \t something has not been set"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "refentry.xref 1\", \"A\", \"a\", \"I\", or \"i \t 1\", \"A\", \"a\", \"I\", or \"i"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "टर्कमेनिस्तानAshgabatAsgabat \t AshgabatAsgabat"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "%s कुराकानी कोठाबाट सन्देशtab \t tab"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "एल्टनCity in Illinois, United States \t City in Illinois, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "वेष्टरल्यान्डThüringen \t Thüringen"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "फ्लोराCity in Illinois, United States \t City in Illinois, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "अवैध समयPop up an alert %d hours before start of appointment \t Pop up an alert %d hours before start of appointment"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "प्रागुइDanmark \t Danmark"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "ट्रोउट लेकCity in British Columbia, Canada \t City in British Columbia, Canada"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "HefeiState in China \t State in China"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "ElkoCity in Nevada, United States \t City in Nevada, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "एनिडCity in Oklahoma, United States \t City in Oklahoma, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "सियुलियाइCountry \t Country"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "मिचामCity in Oregon, United States \t City in Oregon, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "th प्रतिलिपि) \t th ထုတ်ဢဝ်)"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "नोमेसCity in France \t City in France"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "ला भर्नेCity in California, United States \t City in California, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "गति:keyboard, delay \t keyboard, delay"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "चार्लोट्टटाउनCity in Prince Edward Island, Canada \t City in Prince Edward Island, Canada"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "ग्यालियानोCity in Louisiana, United States \t City in Louisiana, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "नरवूडCity in Massachusetts, United States \t City in Massachusetts, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "वरिपरि बेर्नुहोस्Match as Regular Expression \t Match as Regular Expression"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "डेनटनCity in Texas, United States \t City in Texas, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "Google TalkYahoo! \t လိၵ်ႈၵႂၢမ်းပွတ်း ၸဝ်ႈၵဝ်ႇ...Google TalkYahoo!"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "० वस्तुहरूspans \t spans"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "खोजी परिणाम:Menu item to Open 'Search for Open Files' dialog \t Menu item to Open 'Search for Open Files' dialog"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "फ्रेन्च पोलिनेसियाFrench Polynesia \t French Polynesia"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "सेटsomething has not been set \t something has not been set"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "हालिHelsingfors \t Helsingfors"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "बर्लेCity in Idaho, United States \t City in Idaho, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "स्टेट कलेजCity in Pennsylvania, United States \t City in Pennsylvania, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "प्रयोग गरियोfree \t free"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "ठाडोcheckbox \t checkbox"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "हिज्जे जाँच पूरा भयोFrench (France)language \t French (France)language"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "हिल्सभिलCity in Virginia, United States \t City in Virginia, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "अस्टानाUral'sk \t Ural'sk"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "नासुवाCity in New Hampshire, United States \t City in New Hampshire, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "पोइन्ट प्लिजेन्टCity in West Virginia, United States \t City in West Virginia, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "कुञ्जी सर्भरValidity \t Validity"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "जवाफ अनुरोध गरियोESendOptionsWithin \t ESendOptionsWithin"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "रोजबर्गCity in Oregon, United States \t City in Oregon, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "एडिनबर्घCity in Scotland, United Kingdom \t City in Scotland, United Kingdom"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "मजाट्लानState in Mexico \t State in Mexico"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "मेनाCity in Arkansas, United States \t City in Arkansas, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "विल्लोउ ग्रोभCity in Pennsylvania, United States \t City in Pennsylvania, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "मेक्सिकोState in Mexico \t State in Mexico"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "न्यू फिलाडेल्फियाCity in Ohio, United States \t City in Ohio, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "बेल्लेभिलCity in Illinois, United States \t City in Illinois, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "अस्ट्रेलियाAustralia \t Australia"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "माउन्ट होलीCity in New Jersey, United States \t City in New Jersey, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "चापेल हिलCity in North Carolina, United States \t City in North Carolina, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "लेकल्यान्डCity in Florida, United States \t City in Florida, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "glosssee.format हेर्नुहोस् ।foo\", \"barbaz\", the glossseealso may be formatted as \t foo\", \"barbaz\", the glossseealso may be formatted as"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "प्रतिस्थापन स्ट्रिङechokey echocharacter echo \t echokey echocharacter echo"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "मुद्रक पूर्वनिर्धारितGhostScript \t GhostScript"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "फोर्ट सिम्पसनCity in Northwest Territories, Canada \t City in Northwest Territories, Canada"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "हिब्बिङ्गCity in Minnesota, United States \t City in Minnesota, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "बेकर शहरCity in Oregon, United States \t City in Oregon, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "ओसियनसाइडCity in California, United States \t City in California, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "कुञ्जी बन्धनkeybindings \t keybindings"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "चिकागोCity in Illinois, United States \t City in Illinois, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "सावो जोस डोस क्याम्पोसCity in São Paulo, Brazil \t City in São Paulo, Brazil"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "बफरका लागि पूर्वस्थतिमा फर्काउने स्तरहरूको सङ्ख्याlanguageprogramming language\", not \"spoken language \t languageprogramming language\", not \"spoken language"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "होस्टनCity in Texas, United States \t City in Texas, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "%b %d %I:%M %pfriendly timeFeb 12 1997 \t friendly timeFeb 12 1997"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "रङBinding and finishing \t Binding and finishing"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "frmdialshortbraille \t dialshortbraille"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "आइरनवुडCity in Michigan, United States \t City in Michigan, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "एजेरबाइजिनBakuBaki \t BakuBaki"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "तास्मानियाCity in Tasmania, Australia \t City in Tasmania, Australia"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "चिलिकोथेCity in Missouri, United States \t City in Missouri, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "बिन्डेस्लेबेनCountry \t Country"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "सबै सञ्चालन लागू गर्नुहोस्_New \t _New"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "पोर्टो सान्टोSanta Cruz \t Santa Cruz"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "फोर्टालेजाState in Brazil \t State in Brazil"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "जानकारीEdit individual (contextual menu) \t Edit individual (contextual menu)"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "अबिड्जनCountry \t Country"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "मानास्सासCity in Virginia, United States \t City in Virginia, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "मोबाइलCity in Alabama, United States \t City in Alabama, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "इथाकाCity in New York, United States \t City in New York, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "होल्जडर्फSlesvig-Holsten \t Slesvig-Holsten"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "फोर्ट बेन्निङ्गCity in Georgia, United States \t City in Georgia, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "रोड आइस्ल्यान्डCity in Rhode Island, United States \t City in Rhode Island, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": ", , Tom, Dick, and Harry \t , Tom, Dick, and Harry"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "अन्धलिपिमा चिनो लगाउनुहोस्Present Unlessunderline\" and a present unless value of \"nonePresent \t Present Unlessunderline\" and a present unless value of \"nonePresent"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "ह्यारिसनCity in Arkansas, United States \t City in Arkansas, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "फोल्डरहरूFile \t File"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "सङ्केत_New\" is for the menu item 'Game->New', implies \"New Game \t _New\" is for the menu item 'Game->New', implies \"New Game"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "मिति/समयrecurrpage \t recurrpage"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "synopfragment.label ()1\", \"A\", \"a\", \"I\", or \"i \t 1\", \"A\", \"a\", \"I\", or \"i"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "तुलना अज्ञातbookmarks \t bookmarks"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "प्रशारण ठेगाना:Subnet Mask \t Subnet Mask"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "केनोराCity in Ontario, Canada \t City in Ontario, Canada"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "ब्युफोर्ट फोर्स %.1fwind speed \t wind speed"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "टोलेडोCity in Ohio, United States \t City in Ohio, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "%d स्तम्भcolumn 1 of 5 \t column 1 of 5"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "मासोन शहरCity in Iowa, United States \t City in Iowa, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "ग्राजानिसNaplesNapoliCity in Italy \t NaplesNapoliCity in Italy"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "वाक्यstructural navigation \t structural navigation"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "सेन्ट पिइर्रे र मिक्युलोनCity in Saint Pierre and Miquelon \t City in Saint Pierre and Miquelon"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "बिग पाइनेCity in Wyoming, United States \t City in Wyoming, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "सल्ट लेक शहरCity in Utah, United States \t City in Utah, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "एलिसCity in Texas, United States \t City in Texas, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "काउन्सिल ब्लफ्सCity in Iowa, United States \t City in Iowa, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "हिजो %I:%M %pfriendly timeWed 12:34 am \t friendly timeWed 12:34 am"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "एफिङ्गहामCity in Illinois, United States \t City in Illinois, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "मेपोर्टCity in Florida, United States \t City in Florida, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "अज्ञात वस्तुrecent menu label \t recent menu label"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "कृपया अर्को नाम रोज्नुहोस् ।popup \t popup"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "माकोम्बCity in Illinois, United States \t City in Illinois, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "चयन गरियोradiobutton \t radiobutton"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "अउडुबनCity in Iowa, United States \t City in Iowa, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "नाम: %s Icon \t Icon"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "स्नाइडरCity in Texas, United States \t City in Texas, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "घट्दो क्रममाquery-sort \t query-sort"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "बाहामासCity in Bahamas \t City in Bahamas"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "मिसिलिकरण टिप्पणी तत्वstring \t string"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "गोल्डस्बोरोCity in North Carolina, United States \t City in North Carolina, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "मिल्टनCity in Florida, United States \t City in Florida, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "निडरस्टेट्टेनCity in Baden-Württemberg, Germany \t City in Baden-Württemberg, Germany"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "रेडमोन्डCity in Oregon, United States \t City in Oregon, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "स्यान्डविचCity in Massachusetts, United States \t City in Massachusetts, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "क्वान्टिकोCity in Virginia, United States \t City in Virginia, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "ग्र्यान्ड माराइसCity in Minnesota, United States \t City in Minnesota, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "क्लेभेलान्डCity in Ohio, United States \t City in Ohio, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "%s / %spressure \t pressure"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "स्तम्भको माथि ।row 1 \t row 1"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "अनुप्रयोग कन्फिगरेसन गर्नुहोस्Help \t Help"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "x-आकारको गोली चिन्हright-pointing arrow \t right-pointing arrow"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "ग्र्यान्ड प्रेइरिCity in Texas, United States \t City in Texas, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "डा नाङ्गHanoiHa Noi \t HanoiHa Noi"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "टेलेक्सteletype \t teletype"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "बोस्टनCity in Massachusetts, United States \t City in Massachusetts, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "अल्बेङ्गाGenoaGenova \t GenoaGenova"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "डट ७marking \t marking"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "सुडानKhartoumAl Khartum \t KhartoumAl Khartum"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "rd प्रतिलिपि) \t rd ထုတ်ႇဢဝ်)"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "डिसफोर्थCity in North East England, United Kingdom \t City in North East England, United Kingdom"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "म्याक्सटनCity in North Carolina, United States \t City in North Carolina, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "टेटेबोरोCity in New Jersey, United States \t City in New Jersey, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "मिनरल वेल्सCity in Texas, United States \t City in Texas, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "refsection.xref खण्ड ― 1\", \"A\", \"a\", \"I\", or \"i \t 1\", \"A\", \"a\", \"I\", or \"i"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "न्यूपोर्ट न्यूजCity in Virginia, United States \t City in Virginia, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "न्यू जिल्यान्डmainlandNew ZealandMainland \t mainlandNew ZealandMainland"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "टिटुस्भिलCity in Florida, United States \t City in Florida, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "एरिइCity in Pennsylvania, United States \t City in Pennsylvania, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "अर्काटाCity in California, United States \t City in California, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "उचाइnormal, desktop, dock... \t normal, desktop, dock..."}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "ड्रममन्डCity in Montana, United States \t City in Montana, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "बर्नेटCity in Texas, United States \t City in Texas, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "सिरेनCity in Wisconsin, United States \t City in Wisconsin, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "पूर्वनिर्धारित संश्लेषकActual StringLOL \t Actual StringLOL"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "ईष्ट एण्ड साउथ ईष्ट इङ्गल्यान्डCity in East and South East England, United Kingdom \t City in East and South East England, United Kingdom"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "बाचन गर्नुहोस्user profileSpanish \t user profileSpanish"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "%s को लागि सर्भरcustom servers \t custom servers"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "फ्रेबर्गCity in Maine, United States \t City in Maine, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "ब्रुमफिल्डCity in Colorado, United States \t City in Colorado, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "ध्वनि बजाउनुहोस्has been read \t has been read"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "अल्बानियाTiranaTiranë \t TiranaTiranë"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "कार्य हप्ताMonday \t Monday"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "फ्राइडे हार्बोरCity in Washington, United States \t City in Washington, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "पेजCity in Arizona, United States \t City in Arizona, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "Jaydeep Bhusal <zaydeep\\@hotmail\\.com>Mahesh Subedi<submanesh\\@gmail\\.com> Launchpad Contributions: Rabi Poudyal https://launchpad.net/~rabipoudel Shyam Krishna Bal https://launchpad.net/~balshyam24 \t Launchpad Contributions: Sai Mawn Kham https://launchpad.net/~saimawnkham"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "हाज %I:%M %pfriendly timeYesterday 12:34 am \t friendly timeYesterday 12:34 am"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "ग्रेtext \t text"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "पश्चीम चिकागोState in United States \t State in United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "%s का लागि MOTDbeing sent \t being sent"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "अल्बर्ट लिCity in Minnesota, United States \t City in Minnesota, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "क्याप्स लकright alt \t right alt"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "अज्ञातDimensions \t Dimensions"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "एस्थरभिलCity in Iowa, United States \t City in Iowa, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": ", र Tom and Dick \t Tom and Dick"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "कतारDohaAd Dawhah / الدوحة \t DohaAd Dawhah / الدوحة"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "th copy) \t %s (%'drd ထုတ်ႇဢဝ်)%sth copy)"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "फ्लिप्पिनCity in Arkansas, United States \t City in Arkansas, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "पृष्ठ %uNumber format \t Number format"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "गाइमनCity in Oklahoma, United States \t City in Oklahoma, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "ऐलेनकोनAmbérieu \t Ambérieu"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "मुन्किCity in Indiana, United States \t City in Indiana, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "टुकुम्कारीState in United States \t State in United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "मेटा २left alt \t left alt"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "%s मा अर्को लिङ्कst \t ၵွင့်ၸူးတၢင်ႇဢၼ် %sst"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "खोजी बचत गर्नुहोस्Show:Unread MessagesImportant Messages\", or \"Active Appointments \t Show:Unread MessagesImportant Messages\", or \"Active Appointments"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "डोभरCity in Delaware, United States \t City in Delaware, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "वास्तविक नामQuit message\"), \"quitmsg \t Quit message\"), \"quitmsg"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "रिसेट गर्नुहोस्_Restart\" is the menu item 'Game->Restart', implies \"Restart Game \t _Restart\" is the menu item 'Game->Restart', implies \"Restart Game"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "Alt_Lcontrol \t control"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "इस्ले अफ म्यानCity in Isle of Man \t City in Isle of Man"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "कार्टरस्भिलCity in Georgia, United States \t City in Georgia, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "ह्यान्निसCity in Massachusetts, United States \t City in Massachusetts, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "पोउघकिप्सिCity in New York, United States \t City in New York, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "नयाँ_New Game \t _New Game"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "किट्टिलाKronoby \t Kronoby"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "समूहKey \t Key"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "मिसिलिकरण टिप्पणीdoc-comment \t doc-comment"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "LTSP सर्भर प्रतिस्थापन गर्नुहोस् \t ဢူၼ်းသႂ်ႇ LTSP server"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "क्षेत्र घोषणाif\", \"for\", \"while \t if\", \"for\", \"while"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "सुझावCheck Spelling \t Check Spelling"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "असेभिलCity in North Carolina, United States \t City in North Carolina, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "अर्टेसियाCity in New Mexico, United States \t City in New Mexico, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "आयोजक: %sLocation: PlaceOfTheMeeting \t Location: PlaceOfTheMeeting"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "हेलेनाCity in Montana, United States \t City in Montana, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "बार हार्बोरCity in Maine, United States \t City in Maine, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "पोर्जुगलPortugal \t Portugal"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "फ्लिन्टCity in Michigan, United States \t City in Michigan, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "केन्टभिलCity in Nova Scotia, Canada \t City in Nova Scotia, Canada"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "पाठ विशेषताहरूAdditions in German, Danish and Norwegian\" and \"Variants \t Additions in German, Danish and Norwegian\" and \"Variants"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "हाइनेसभिलCity in Georgia, United States \t City in Georgia, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "preface.xref 1\", \"A\", \"a\", \"I\", or \"i \t 1\", \"A\", \"a\", \"I\", or \"i"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "हन्टिङ्गटन बिचCity in California, United States \t City in California, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "बेलारसCity in Belarus \t City in Belarus"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "प्रोटोकल\\tआईपी स्रोत\\tपोर्ट/सेवा\\tस्थिति Display routing \t Display routing"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "यदि तपाईँले बन्द गर्नुहुन्छ भने यी सन्देशहरू इभोल्युसन फेरि सुरु नगरिए सम्म पठाइने छैन ।Fetching MailSending message \t Fetching MailSending message"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "bibliolabel.format []1\", \"A\", \"a\", \"I\", or \"i \t 1\", \"A\", \"a\", \"I\", or \"i"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "प्रतिस्थापन विना उबुन्ट् MID प्रयोग गरी हेर्नुहोस् (^T) \t ဢမ်ႇဢူၼ်းသႂ်ႇ ^Ubuntu MID သႂ်ႇၼႂ်းၶွမ်းသေ ၸၢမ်းတူၺ်း။"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "स्वतन्त्र खालीस्थान:no readno access \t no readno access"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "क्ल्यारिमोरCity in Oklahoma, United States \t City in Oklahoma, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "सत्र आईडी (ID): %s owner \t owner"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "क्ल्यारियनCity in Iowa, United States \t City in Iowa, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "बिलन्डCopenhagenKøbenhavn \t CopenhagenKøbenhavn"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "क्लेम्सनCity in South Carolina, United States \t City in South Carolina, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "पहुँचअयोग्यindentation and justification \t indentation and justification"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "यहाँ क्लिक गर्नुहोस्, तपाईँले धेरै घटनाहरू फेला पार्न सक्नुहुन्छ ।Pop up an alert %d days before start of appointment \t Pop up an alert %d days before start of appointment"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "फाइलनाम रूपान्तरण गर्न सकेनFile System \t File System"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "पोर्टो एलेग्रेCity in Rio Grande do Sul, Brazil \t City in Rio Grande do Sul, Brazil"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "अज्ञात प्रकारFD\" here means \"File Descriptor \t FD\" here means \"File Descriptor"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "कुवाट्रो भियन्टसCity in Spain \t City in Spain"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "जेब्राcard symbol \t card symbol"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "ह्याडाबर्गCity in Alaska, United States \t City in Alaska, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "A date with the time \t ၵုမ်ၵၼ်ၸွမ်း %sA date with the time"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "बुचानोन्City in West Virginia, United States \t City in West Virginia, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "युभेल्डCity in Texas, United States \t City in Texas, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "%d Ktemperature \t temperature"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "टोरोन्टोCity in Ontario, Canada \t City in Ontario, Canada"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "किनस्टनCity in North Carolina, United States \t City in North Carolina, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "टोमाहकCity in Wisconsin, United States \t City in Wisconsin, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "टिल्डnbsp; \t &nbsp;"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "लेइपजिङ्गSachsen-Anhalt \t Sachsen-Anhalt"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "समूह नाम: %s something has been set \t something has been set"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "Unknown \t ၵေႃ့လီ ၶႅၼ်ႇၼူဝ်းၼီႇၵိူဝ်ႇUnknown"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "डिलिङ्गहामCity in Alaska, United States \t City in Alaska, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "बिलोक्सिCity in Mississippi, United States \t City in Mississippi, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "सार्ब्रुकेनSachsen \t Sachsen"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "^[Yy1]^[aApP1]^(yes_BAR_Yes)Enter y or n: \t ^[aApP1]^(yes_BAR_Yes)Enter y or n:"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "nd प्रतिलिपि) \t nd ထုတ်ႇဢဝ်)"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "सेडालियाCity in Missouri, United States \t City in Missouri, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "'%s' फाइल दोहोर्याउँदा त्रुटि: %snamename \t namename"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "रित्याउनुहोस्About %sCprogram-name\", \"ExampleCodelogotitle\" _(\"About ExampleCode \t About %sCprogram-name\", \"ExampleCodelogotitle\" _(\"About ExampleCode"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "टेल्लुराइडCity in Colorado, United States \t City in Colorado, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "अफलाइनpresence \t ဢိုတ်းသၢႆpresence"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "सान्टा बार्बाराCity in California, United States \t City in California, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "जस्तै छ%Id%d \t %Id%d"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "भारी जाँच चिन्हBallot xx-shaped bullet \t Ballot xx-shaped bullet"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "ग्रीन बेCity in Wisconsin, United States \t City in Wisconsin, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "चाललाई रिडू गर्नुहोस्Reset \t Reset"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "रसियाКалининградское времяRussia \t Калининградское времяRussia"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "फाइल प्रणालीWindow title for 'Search for Open Files' dialog \t Window title for 'Search for Open Files' dialog"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "एउटा शाखा पपअप गर्नुहोस्toggle \t toggle"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "इपिफ्यानीchromium-browser \t chromium-browser"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "Packages \t ၸႂ့်တိုဝ်း ပိုၼ့်ၵၢၼ်ၼႆ့Packages"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "पिउर्टो प्लाटाCity in Dominican Republic \t City in Dominican Republic"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "वुन्स्टर्फMecklenburg-Vorpommern \t Mecklenburg-Vorpommern"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "पुस्तकचिनोमा जानुहोस् ।bookmark \t bookmark"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "प्ले/पज मोड टगल गर्नुहोस्stop\", 0, 0, G_OPTION_ARG_NONE, &stop, N_(\"Stop playback \t stop\", 0, 0, G_OPTION_ARG_NONE, &stop, N_(\"Stop playback"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "युरुगुआइनाState in Brazil \t State in Brazil"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "एटलान्टाCity in Georgia, United States \t City in Georgia, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "कोचिCalcuttaKolkata / কলকাতা \t CalcuttaKolkata / কলকাতা"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "नयाँ ठेगाना पुस्तिकाNew \t New"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "हाउमाCity in Louisiana, United States \t City in Louisiana, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "युनाइटेड अरब एमिरेट्सAbu DhabiAbu Zaby \t Abu DhabiAbu Zaby"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "ग्रीनल्यान्डGreenland \t Greenland"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "कृपया एउटा फरक फाइल विस्तार प्रयास गर्नुहोस् जस्तै .png or .jpg ।The PNG-Format (*.png) \t The PNG-Format (*.png)"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "मोस्सोरोCity in Rio Grande do Norte, Brazil \t City in Rio Grande do Norte, Brazil"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "%lu (%s)none\" here means \"no windowwindow \t none\" here means \"no windowwindow"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "%.3f atmvisibility \t visibility"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "अस्पेनCity in Colorado, United States \t City in Colorado, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "एउटा गुप्तीकरण नभएको स्ट्रिममा सर्भरले सादा पाठ प्रमाणीकरण आवश्यक गर्दछadditional data with success \t additional data with success"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "चेतावनीwatermark-blockquote-XXXX.pngwatermark-blockquote-00AB.pngyelp-watermark-blockquote-201C \t watermark-blockquote-XXXX.pngwatermark-blockquote-00AB.pngyelp-watermark-blockquote-201C"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "अम्मानCountry \t Country"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "अल्माटीAktau \t Aktau"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "सेट हटाइने GTK + त्रुटि सच्याउने झण्डाहरूpredefinito:LTR \t predefinito:LTR"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "बाल्मासेडाCity in Chile \t City in Chile"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "अबिङ्गडनCity in Virginia, United States \t City in Virginia, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "अस्युतCairoAl QahirahCity in Egypt \t CairoAl QahirahCity in Egypt"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "माल्दिभ्सMaleMaale \t MaleMaale"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "हेलसिन्कीVanda \t Vanda"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "Ctrlshift \t shift"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "सिक्ने मोड । अन्त्य गर्न इस्केप थिच्नुहोस् ।Learn Mode \t Learn Mode"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "एस्टोरियाCity in Oregon, United States \t City in Oregon, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "बाइया मेरBucharestBucureşti \t BucharestBucureşti"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "लिन लेकCity in Manitoba, Canada \t City in Manitoba, Canada"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "स्वचालित प्ले सूची सम्पादन गर्नुहोस्query-criteria \t query-criteria"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "युनाइटेड स्टेट्सHawaiian-Aleutian TimeUnited States \t Hawaiian-Aleutian TimeUnited States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "मिड्ल्यान्ड्सCity in Midlands, United Kingdom \t City in Midlands, United Kingdom"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "बोग्युCity in North Carolina, United States \t City in North Carolina, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "आजNonetable-date \t Nonetable-date"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "समूहDisplay active network services \t Display active network services"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "होफ्म्यानCity in North Carolina, United States \t City in North Carolina, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "भेटघाटको अन्तमा %sPlay a Sound\". Second %s is an absolute time, e.g. \"10:00AM \t Play a Sound\". Second %s is an absolute time, e.g. \"10:00AM"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "सम्मिलित होइनType 1 (One of the Standard 14 Fonts) \t Type 1 (One of the Standard 14 Fonts)"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "ओस्ट्राभाPraguePraha \t PraguePraha"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "युन्झो-साखालिन्स्कCountry \t Country"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "manvolnum.format ()1\", \"A\", \"a\", \"I\", or \"i \t 1\", \"A\", \"a\", \"I\", or \"i"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "विभिन्न हार्डवेयर यन्त्रका लागि सेटिङPersonal settings \t Personal settings"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "वाटरमार्क-ब्लकक्वेट-२०१C.png1\", \"A\", \"a\", \"I\", or \"i \t 1\", \"A\", \"a\", \"I\", or \"i"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "प्रगति पट्टी %d ।spoken punctuation \t spoken punctuation"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "बाराजासCity in Spain \t City in Spain"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "(th copy) \t th copy)"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "पङ्क्ति %drow 1 of 5 \t row 1 of 5"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "Launchpad Contributions: Rabi Poudyal https://launchpad.net/~rabipoudel \t Launchpad Contributions: Sai Mawn Kham https://launchpad.net/~saimawnkham"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "जिम्बावेRegion \t Region"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "लामा ट्रयाक पहिले हुने गरीquery-sort \t query-sort"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "ब्रेमरटनCity in Washington, United States \t City in Washington, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "सिस्सेटनCity in South Dakota, United States \t City in South Dakota, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "डोड्जे शहरCity in Kansas, United States \t City in Kansas, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "उल्टो वर्णानुक्रममाquery-sort \t query-sort"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "डेटा प्रकार#pragma blah \t #pragma blah"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "मार्सफिल्डCity in Wisconsin, United States \t City in Wisconsin, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "बढी अहिले थपिएका पहिला ट्रयाकहरूसँगquery-sort \t query-sort"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "गेट्सभिलCity in Texas, United States \t City in Texas, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "फर्नान्डो de नोरोन्हाBrasília TimeBrazil \t Brasília TimeBrazil"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "सञ्झ्याललाई पेजरमा देखिने बनाउनुहोस्tasklist \t tasklist"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "डेनभरCity in Colorado, United States \t City in Colorado, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "प्रेस्टनCity in Minnesota, United States \t City in Minnesota, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "McCallCity in Idaho, United States \t City in Idaho, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "चेङ्गडुState in China \t State in China"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "कागजात वा चयन गरिएको पाठ क्रमबद्ध गर्दछ ।Check SpellingCheck Spelling \t Check SpellingCheck Spelling"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "लेसोथोCountry \t Country"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "अस्थायी: %lu a, b\". * In this case, the first string is \"a\", the second * string is \", \" and the third string is \"b\". * We can then use this information here to also * recursively build longer lists, like \"a, b, c, da, b, c\" * In this case, the first string is \"a, b\", the second * string is \", \" and the third string is \"c \t a, b\". * In this case, the first string is \"a\", the second * string is \", \" and the third string is \"b\". * We can then use this information here to also * recursively build longer lists, like \"a, b, c, da, b, c\" * In this case, the first string is \"a, b\", the second * string is \", \" and the third string is \"c"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "नयाँ कुञ्जी प्रविष्टि गर्नुहोस्echoH e l l o space w o r l d periodHelloworldHello worldkey echo \t echoH e l l o space w o r l d periodHelloworldHello worldkey echo"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "example.xref उदाहरण 1\", \"A\", \"a\", \"I\", or \"i \t 1\", \"A\", \"a\", \"I\", or \"i"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "नयाँ ट्रयाक पहिले हुने गरिquery-sort \t query-sort"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "टेफेState in Brazil \t State in Brazil"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "कहिल्यै पनिfriendly time\" string for the current day, strftime format. like \"Today 12:34 am \t friendly time\" string for the current day, strftime format. like \"Today 12:34 am"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "एलेप्पोDamascusDimashq \t DamascusDimashq"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "फ्रेडेरिक्सबर्गCity in Texas, United States \t City in Texas, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "म्याडेराCity in California, United States \t City in California, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "यहाँसम्म प्रस्तुत गर्नुहोस्SpeakBold \t SpeakBold"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "स्कट्सब्लफCity in Nebraska, United States \t City in Nebraska, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "सोल्डोट्नाCity in Alaska, United States \t City in Alaska, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "कलाकारिताkeyboard label \t keyboard label"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "%s (copy %'d)%s \t %s (%'dth ထုတ်ႇဢဝ်)%s%s (copy %'d)%s"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "इभोल्युसन पात्रो बौद्धिक आयातकर्ताiCalImp \t iCalImp"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "म्यानमारRangoonYangon \t RangoonYangon"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "छेउपट्टी देखाउनुहोस् वा लुकाउनुहोस्Aspect ratio \t Aspect ratio"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "प्याक्सनCity in Alaska, United States \t City in Alaska, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "थाइल्यान्डBangkokKrung Thep / กรุงเทพฯ \t BangkokKrung Thep / กรุงเทพฯ"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "मद्दतNew \t New"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "स्क्रिप्टCommon \t Common"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "एन्केनिCity in Iowa, United States \t City in Iowa, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "भिल्हेनाState in Brazil \t State in Brazil"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "क्याहोकियाCity in Illinois, United States \t City in Illinois, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "माउन्ट IdaCity in Arkansas, United States \t City in Arkansas, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "न्यूबर्ग एन डेर डोनाउNurembergNürnberg \t NurembergNürnberg"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "रकफर्डCity in Illinois, United States \t City in Illinois, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "बेन्निङ्गटोनCity in Vermont, United States \t City in Vermont, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "अकारिगुवाCity in Venezuela \t City in Venezuela"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "गन्तव्य\\tगेटवे\\tनेटमास्क\\tइन्टरफेस Multicast information \t Multicast information"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "पश्चिमी युरोपेली, नयाँChinese, Traditional \t Chinese, Traditional"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "न्यू ह्याम्पसाइरCity in New Hampshire, United States \t City in New Hampshire, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "पात्रो सूचनाAccepted: Meeting NameMeeting \t Accepted: Meeting NameMeeting"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "ईन्डियाআগরতলা/Agortôla \t আগরতলা/Agortôla"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "एउटा सङ्ग्रहमा फाइलहरू थप्नुहोस्Date Modified \t Date Modified"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "अन्यAdd Account \t Add Account"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "न्यूनानCity in Georgia, United States \t City in Georgia, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "फन्ट चयनStock label \t Stock label"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "इच्छाएको कुञ्जीपाटी सजावट चयन गर्नुहोस् ।Laptop\" and \"Desktop \t Laptop\" and \"Desktop"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "चेरबोर्गChâlons \t Châlons"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "सान जोस डेल काबोState in Mexico \t State in Mexico"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "मुनिचNeuburg \t Neuburg"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "संरचनागत नेभिगेसन कुञ्जीहरू खुला छ ।structural navigationstructural navigation \t structural navigationstructural navigation"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "fntformshortbraille \t formshortbraille"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "हेटिङ्गरCity in North Dakota, United States \t City in North Dakota, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "अज्ञात अवलोकन समयsky conditions \t sky conditions"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "ओलिभ ब्रान्चCity in Mississippi, United States \t City in Mississippi, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "2 bytes\" or \"3 MB2 minutes\". So the whole thing will be something like \"2 kb of 4 MB -- 2 hours left (4kb/sec) \t %S ၸမ် %S2 bytes\" or \"3 MB2 minutes\". So the whole thing will be something like \"2 kb of 4 MB -- 2 hours left (4kb/sec)"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "केइसरCity in Missouri, United States \t City in Missouri, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "जेन्सभिलCity in Wisconsin, United States \t City in Wisconsin, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "टावाउCity in Malaysia \t City in Malaysia"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "अनलाइन / अफलाइन काम गर्नुहोस्Workspace \" and \"Desk \t Workspace \" and \"Desk"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "सामग्रीहरू:used \t used"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "साउथएम्पटनCity in East and South East England, United Kingdom \t City in East and South East England, United Kingdom"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "हटाउनुहोस्Expand MyList Inline \t Expand MyList Inline"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "आदेशDesktop \t Desktop"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "हालको प्लेब्याक भोल्युम मुद्रण गर्नुहोस्mute\", 0, 0, G_OPTION_ARG_NONE, &mute, N_(\"Mute playbackunmute\", 0, 0, G_OPTION_ARG_NONE, &unmute, N_(\"Unmute playback \t mute\", 0, 0, G_OPTION_ARG_NONE, &mute, N_(\"Mute playbackunmute\", 0, 0, G_OPTION_ARG_NONE, &unmute, N_(\"Unmute playback"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "लेविस्टनCity in Idaho, United States \t City in Idaho, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "चाटानुगाCity in Tennessee, United States \t City in Tennessee, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "१ डेस्कटपLaptop\" and \"Desktop \t Laptop\" and \"Desktop"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "लिभिलCity in Louisiana, United States \t City in Louisiana, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "%d HzSample rate \t Sample rate"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "कोकोमोCity in Indiana, United States \t City in Indiana, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "कुराकानी कोठाको नाम बाचन नगर्नुहोस् ।#a11y <joanie> hello!<joanie> hello! \t #a11y <joanie> hello!<joanie> hello!"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "सेन्ट हेलेनाCity in Saint Helena \t City in Saint Helena"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "भिन्टनCity in Iowa, United States \t City in Iowa, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "कासा ग्रान्डेCity in Arizona, United States \t City in Arizona, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "कुञ्जी आईडी:name-of-key \t name-of-key"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "citation.format []1\", \"A\", \"a\", \"I\", or \"i \t 1\", \"A\", \"a\", \"I\", or \"i"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "ल्याकोनियाCity in New Hampshire, United States \t City in New Hampshire, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "डाल्लासCity in Texas, United States \t City in Texas, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "यो सञ्चालनले चयन गरिएको समय भन्दा पुराना सबै घटनाहरू स्थायी रूपले मेट्नेछ । यदि तपाईँ जारी राख्नु भएमा, तपाईँले यी घटनाहरू पुन: प्राप्त गर्न सक्षम हुनुहुने छैन ।Purge events older than <<spin\\-button>> days \t Purge events older than <<spin\\-button>> days"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "लुभरेनCity in Minnesota, United States \t City in Minnesota, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "फिन्ड्लेCity in Ohio, United States \t City in Ohio, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "नयाँ मेमो सूचीNew \t New"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "अनुप्रयोग अन्त्य गर्नुहोस्Edit \t Edit"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "रङ चयनpredefinito:mm \t predefinito:mm"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "Alt_Rsuper \t super"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "मेनोमिनीCity in Michigan, United States \t City in Michigan, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "रचनाका लागि खोजी गर्दैछ...Astraweb (www.astraweb.com) \t Astraweb (www.astraweb.com)"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "टेर्रे हाउटेCity in Indiana, United States \t City in Indiana, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "SuSTART to END \t START to END"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "त्रुटिthis is a string \t this is a string"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "पुस्तकचिनोहरू बचत गरियोbookmarks \t bookmarks"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "ह्याट्टिसबर्गCity in Mississippi, United States \t City in Mississippi, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "क्लोभिसCity in New Mexico, United States \t City in New Mexico, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "डरलिङ्गटनCity in South Carolina, United States \t City in South Carolina, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "किरिबाटीKiribati \t Kiribati"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "पार्कर्सवर्गCity in West Virginia, United States \t City in West Virginia, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "email.tooltip इमेल पठाउनुहोस्‘’।1\", \"A\", \"a\", \"I\", or \"i \t 1\", \"A\", \"a\", \"I\", or \"i"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "एउटा रिमाइन्डर देखाउनुहोस्Show a reminder [time-period] before every appointment \t Show a reminder [time-period] before every appointment"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "३१औँPriority \t Priority"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "दक्षीण डाकोटाCity in South Dakota, United States \t City in South Dakota, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "कुञ्जी गति दोहोर्याउनुहोस्keyboard, delay \t keyboard, delay"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "हाङ्गझोउCountry \t Country"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "जमैकाCity in Jamaica \t City in Jamaica"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "वाइजState in United States \t State in United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "पिउर्टो इस्कोन्डिडोState in Mexico \t State in Mexico"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "समाप्त, कृपया ENTER थिच्नुहोस् \t ယဝ့်ယဝ်ႈ။ ၶွပ်းၸႂ်တဵၵ်းပၼ် ENTER"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "विस्तारहरूOU = VeriSign Trust Network \t OU = VeriSign Trust Network"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "चिसिनुCountry \t Country"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "सारासोटाCity in Florida, United States \t City in Florida, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "भन्दा न्यून ।Open...Open dot dot dot \t Open...Open dot dot dot"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "साइराक्युजCity in New York, United States \t City in New York, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "नेब्रास्का शहरCity in Nebraska, United States \t City in Nebraska, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "%s पूर्वनिर्धारित स्वारVoiceType \t VoiceType"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "'%s' URI सँग एउटा वस्तु फेला पार्न असक्षमthrobbing progress animation widget \t throbbing progress animation widget"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "च्याड्रनCity in Nebraska, United States \t City in Nebraska, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "स्कटल्यान्डCity in Scotland, United Kingdom \t City in Scotland, United Kingdom"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "XIDowner \t owner"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "सान मार्कोसCity in Texas, United States \t City in Texas, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "उबुन्टु MID प्रतिस्थापन गर्नुहोस (^I) \t ^ဢူၼ်းသႂ်ႇ Ubuntu MID"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "सम्पूर्ण शब्द मात्र मिलाउनुहोस्Match Case \t Match Case"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "ब्राजिलBrasília TimeBrazil \t Brasília TimeBrazil"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "मिसोउलाCity in Montana, United States \t City in Montana, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "कियोककCity in Iowa, United States \t City in Iowa, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "उरर्जबर्गState in Germany \t State in Germany"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "सरलीकृतCyrillic, Ukrainian \t Cyrillic, Ukrainian"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "पात्रो:हप्ता सुरु:०2000year measurement template \t 2000year measurement template"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "उत्तर बेन्डCity in Oregon, United States \t City in Oregon, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "बेल्जियमState in Belgium \t State in Belgium"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "पहिलोsecond\" is the ordinal number (like \"third\"), not the time division (like \"minute \t second\" is the ordinal number (like \"third\"), not the time division (like \"minute"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "ओर्लियन्सCity in France \t City in France"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "विस्बाडेनNiedersachsen \t Niedersachsen"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "खार्किभKievKyyiv \t KievKyyiv"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "पोर्ट हेइडेनCity in Alaska, United States \t City in Alaska, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "मिक्रोनेसिया, फेडेरेटेड स्टेट्स अफMicronesia \t Micronesia"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "हाइ लेभलCity in Alberta, Canada \t City in Alberta, Canada"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "मान्सफिल्डCity in Ohio, United States \t City in Ohio, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "म्यापल लेकCity in Minnesota, United States \t City in Minnesota, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "El डोराडोCity in Arkansas, United States \t City in Arkansas, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "कुञ्जी सर्भरबाट कुञ्जीहरू आयात गर्दैRemote \t Remote"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "पूरा भयो START (Due DUE) \t START (Due DUE)"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "कोलोराडोCity in Colorado, United States \t City in Colorado, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "%s मा लिङ्क गर्नुहोस् \t ၵွင့်ၸူး %s"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "हिल शहरCity in Kansas, United States \t City in Kansas, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "युक्रेनियालीHebrew, Visual \t Hebrew, Visual"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "आखिरीExpires \t Expires"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "vino-mdns:प्रयोगकर्ता नाम देखाउनुहोस्vino-mdns:showusername1 \t vino-mdns:showusername1"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "ओजार्कCity in Alabama, United States \t City in Alabama, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "फल्स शहरCity in Nebraska, United States \t City in Nebraska, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "Jane Smith (that's you), 2011-02-11 \t ဢမ်ႇသၢင်ႇထုၵ်ႇႁႃ့?Jane Smith (that's you), 2011-02-11"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "प्रत्येक भेटघाट अगाडिShow a reminder [time-period] before every anniversary/birthday \t Show a reminder [time-period] before every anniversary/birthday"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "%a %I:%M %pfriendly timeFeb 12 12:34 am \t friendly timeFeb 12 12:34 am"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "प्लोभ्डिभSofiaSofiya \t SofiaSofiya"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "स्जेकिनWarsawWarszawaCity in Poland \t WarsawWarszawaCity in Poland"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "बाउलिङ्ग ग्रिनCity in Kentucky, United States \t City in Kentucky, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "दक्षीण कारोलिनाCity in South Carolina, United States \t City in South Carolina, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "सेतो खालीस्थानwrap \t wrap"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "अझ बढी भर्खरै प्ले गरेको पहिला गीतहरूसँगquery-sort \t query-sort"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "सान जोक्विनSan José \t San José"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "कोरेन्टसCity in Argentina \t City in Argentina"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "जोनथन थोमसThis is the description of a command line argument \t This is the description of a command line argument"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "ब्राइज नोर्टनCity in East and South East England, United Kingdom \t City in East and South East England, United Kingdom"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "समाप्ति मिति सेट गर्नुहोस्ESendOptions \t ESendOptions"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "कोचाबाम्बाCity in Bolivia \t City in Bolivia"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "glossentry.xref ‘’fooSee foo. \t fooSee foo."}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "एउटा नयाँ भेटघाट सिर्जना गर्नुहोस्New \t New"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "%s (अर्को प्रतिलिपि) %s \t %s (ထုတ်ႇဢဝ် တၢင်ႇဢၼ်)%s"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "-- सञ्झ्यालको उपनामfamily \t family"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "बचत नगर्नुहोस्modificationreading \t modificationreading"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "%a%b %e %Y\" --> \"Oct 31 2020%e %b %Y\" --> \"31 Oct 2020%Y年%m月%d日\" --> \"2020年10月31日 \t %b %e %Y\" --> \"Oct 31 2020%e %b %Y\" --> \"31 Oct 2020%Y年%m月%d日\" --> \"2020年10月31日"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "मार्क्विट्टेCity in Michigan, United States \t City in Michigan, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "बाचन डिस्प्याचरOptionGroup \t OptionGroup"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "नोर्फल्क आइस्ल्यान्डCity in Norfolk Island \t City in Norfolk Island"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "मोराCity in Minnesota, United States \t City in Minnesota, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "प्रतिस्थापित%(INSTALL)d to install, %(REMOVE)d to removeINSTALL \t %(INSTALL)d to install, %(REMOVE)d to removeINSTALL"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "रिइटिRomeRomaCity in Italy \t RomeRomaCity in Italy"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "ब्युभेचेनBrusselsBruxellesBrussel \t BrusselsBruxellesBrussel"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "कोडिCity in Wyoming, United States \t City in Wyoming, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "प्रमाणीकरण आवश्यकYou must log in to acces [email protected]/share domain MYWINDOWSDOMAIN. \t You must log in to acces [email protected]/share domain MYWINDOWSDOMAIN."}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "बाक्लोbookmarks \t bookmarks"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "ग्रेबुलCity in Wyoming, United States \t City in Wyoming, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "विभागहरू%s %s \t %s %s"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "पालो एल्टोCity in California, United States \t City in California, United States"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "ब्रेन्डेनबर्गState in Germany \t State in Germany"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "कक्ष टगल गर्नुहोस्expand \t expand"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "बर्मुडाCity in Bermuda \t City in Bermuda"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "क्र्यानब्रुकCity in British Columbia, Canada \t City in British Columbia, Canada"}
{"url": "https://object.pouta.csc.fi/OPUS-Ubuntu/v14.10/moses/ne-shn.txt.zip", "collection": "Ubuntu", "source": "Ubuntu", "original_code": "ne - shn", "text": "गृह फोल्डरkeybinding \t keybinding"}