You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/l10n/app_hi.arb
+64Lines changed: 64 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -402,6 +402,70 @@
402
402
"@contribute": {
403
403
"description": "Label for a section encouraging users to contribute to the project."
404
404
},
405
+
"appPreferences": "ऐप प्राथमिकताएं",
406
+
"@appPreferences": {
407
+
"description": "Label for the app preferences settings page."
408
+
},
409
+
"transcriptionModel": "ट्रांसक्रिप्शन मॉडल",
410
+
"@transcriptionModel": {
411
+
"description": "Section title for choosing AI transcription model."
412
+
},
413
+
"transcriptionModelDescription": "वॉयस ट्रांसक्रिप्शन के लिए AI मॉडल चुनें। बड़े मॉडल अधिक सटीक हैं लेकिन धीमे हैं और अधिक स्टोरेज की आवश्यकता होती है।",
414
+
"@transcriptionModelDescription": {
415
+
"description": "Description text explaining transcription model choices."
416
+
},
417
+
"whisperModelTiny": "टाइनी",
418
+
"@whisperModelTiny": {
419
+
"description": "Name of the smallest Whisper AI model."
420
+
},
421
+
"whisperModelTinyDescription": "सबसे तेज़, कम सटीक (~39 MB)",
422
+
"@whisperModelTinyDescription": {
423
+
"description": "Description of the Tiny Whisper model performance and size."
424
+
},
425
+
"whisperModelBase": "बेस",
426
+
"@whisperModelBase": {
427
+
"description": "Name of the base Whisper AI model."
428
+
},
429
+
"whisperModelBaseDescription": "संतुलित गति और सटीकता (~74 MB)",
430
+
"@whisperModelBaseDescription": {
431
+
"description": "Description of the Base Whisper model performance and size."
432
+
},
433
+
"whisperModelSmall": "स्मॉल",
434
+
"@whisperModelSmall": {
435
+
"description": "Name of the small Whisper AI model."
"description": "Description of the Medium Whisper model performance and size."
448
+
},
449
+
"whisperModelLargeV1": "लार्ज V1",
450
+
"@whisperModelLargeV1": {
451
+
"description": "Name of the large V1 Whisper AI model."
452
+
},
453
+
"whisperModelLargeV1Description": "सबसे अधिक सटीक, सबसे धीमा (~1.55 GB)",
454
+
"@whisperModelLargeV1Description": {
455
+
"description": "Description of the Large V1 Whisper model performance and size."
456
+
},
457
+
"whisperModelLargeV2": "लार्ज V2",
458
+
"@whisperModelLargeV2": {
459
+
"description": "Name of the large V2 Whisper AI model."
460
+
},
461
+
"whisperModelLargeV2Description": "उच्च सटीकता के साथ बेहतर बड़ा मॉडल (~1.55 GB)",
462
+
"@whisperModelLargeV2Description": {
463
+
"description": "Description of the Large V2 Whisper model performance and size."
464
+
},
465
+
"modelDownloadInfo": "मॉडल पहली बार उपयोग करने पर डाउनलोड हो जाते हैं। हम बेस, स्मॉल या मीडियम का उपयोग करने की सिफारिश करते हैं। बड़े मॉडल के लिए बहुत उच्च अंत उपकरणों की आवश्यकता होती है।",
466
+
"@modelDownloadInfo": {
467
+
"description": "Information message about model download."
468
+
},
405
469
"logOut": "लॉग आउट",
406
470
"@logOut": {
407
471
"description": "Button text to log the user out of their account."
0 commit comments