forked from BasedHardware/omi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp_fa.arb
More file actions
10826 lines (10826 loc) · 474 KB
/
Copy pathapp_fa.arb
File metadata and controls
10826 lines (10826 loc) · 474 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"@@locale": "fa",
"sessionExpiredSignInAgain": "جلسه منقضی شد — دوباره وارد شوید.",
"@@last_modified": "2024-12-26",
"appTitle": "Omi",
"@appTitle": {
"description": "The app title displayed in various places"
},
"conversationTab": "گفتگو",
"@conversationTab": {
"description": "Tab label for conversation summary"
},
"transcriptTab": "متن مکالمه",
"@transcriptTab": {
"description": "Tab label for transcript view"
},
"actionItemsTab": "موارد اقدام",
"@actionItemsTab": {
"description": "Tab label for action items"
},
"deleteConversationTitle": "حذف گفتگو؟",
"@deleteConversationTitle": {
"description": "Title for delete confirmation dialog"
},
"deleteConversationMessage": "این عمل باعث حذف یادداشتهای، وظایف و فایلهای صوتی مرتبط نیز میشود. این عمل قابل بازگشت نیست.",
"@deleteConversationMessage": {
"description": "Message for delete confirmation dialog"
},
"confirm": "تایید",
"@confirm": {
"description": "Confirm button label"
},
"cancel": "لغو",
"@cancel": {
"description": "Generic cancel button label"
},
"ok": "تایید",
"@ok": {
"description": "Generic OK button text"
},
"delete": "حذف",
"@delete": {
"description": "Delete button"
},
"add": "افزودن",
"@add": {
"description": "Add button label"
},
"update": "بروزرسانی",
"@update": {
"description": "Button label to update action item"
},
"save": "ذخیره",
"@save": {
"description": "Save button label"
},
"edit": "ویرایش",
"@edit": {
"description": "Edit menu item label"
},
"close": "بستن",
"@close": {
"description": "Close button text"
},
"clear": "پاک کردن",
"@clear": {
"description": "Button label to clear files"
},
"copyTranscript": "کپی متن مکالمه",
"@copyTranscript": {
"description": "Option to copy transcript to clipboard"
},
"copySummary": "کپی خلاصه",
"@copySummary": {
"description": "Option to copy summary to clipboard"
},
"copyConversationId": "کپی شناسه مکالمه",
"conversationIdCopied": "شناسه مکالمه در کلیپبورد کپی شد",
"testPrompt": "تست موضوع",
"@testPrompt": {
"description": "Menu item for testing prompts"
},
"reprocessConversation": "پردازش مجدد گفتگو",
"@reprocessConversation": {
"description": "Menu item to reprocess a conversation"
},
"deleteConversation": "حذف گفتگو",
"@deleteConversation": {
"description": "Menu item to delete a conversation"
},
"contentCopied": "محتوا به تخته گذاشته شد",
"@contentCopied": {
"description": "Snackbar message when content is copied"
},
"failedToUpdateStarred": "ناتوان در بهروزرسانی وضعیت ستاره.",
"@failedToUpdateStarred": {
"description": "Error message when starring fails"
},
"conversationUrlNotShared": "آدرس گفتگو قابل اشتراکگذاری نیست.",
"@conversationUrlNotShared": {
"description": "Error message when sharing fails"
},
"errorProcessingConversation": "خطا در پردازش گفتگو. لطفاً بعداً دوباره تلاش کنید.",
"@errorProcessingConversation": {
"description": "Error message for conversation processing failure"
},
"noInternetConnection": "بدون اتصال اینترنت",
"@noInternetConnection": {
"description": "Error message shown when there is no internet connection"
},
"unableToDeleteConversation": "ناتوان در حذف گفتگو",
"@unableToDeleteConversation": {
"description": "Title for delete error dialog"
},
"somethingWentWrong": "مشکلی پیش آمد! لطفاً بعداً دوباره تلاش کنید.",
"@somethingWentWrong": {
"description": "Generic error message"
},
"copyErrorMessage": "کپی پیام خطا",
"@copyErrorMessage": {
"description": "Button to copy error details"
},
"errorCopied": "پیام خطا به تخته گذاشته شد",
"@errorCopied": {
"description": "Snackbar message after copying error"
},
"remaining": "باقیمانده",
"@remaining": {
"description": "Label showing time remaining for SD card transfer"
},
"loading": "درحال بارگذاری...",
"@loading": {
"description": "Loading indicator text"
},
"loadingDuration": "درحال بارگذاری مدتزمان...",
"@loadingDuration": {
"description": "Loading duration indicator"
},
"secondsCount": "{count} ثانیه",
"@secondsCount": {
"description": "Duration in seconds",
"placeholders": {
"count": {
"type": "int",
"example": "30"
}
}
},
"people": "افراد",
"@people": {
"description": "People section title"
},
"addNewPerson": "افزودن فرد جدید",
"@addNewPerson": {
"description": "Title for add person dialog"
},
"editPerson": "ویرایش فرد",
"@editPerson": {
"description": "Title for edit person dialog"
},
"createPersonHint": "فردی جدید ایجاد کنید و Omi را آموزش دهید تا صدای آنها را نیز شناسایی کند!",
"@createPersonHint": {
"description": "Hint text for creating a person"
},
"speechProfile": "پروفایل صوتی",
"@speechProfile": {
"description": "Speech profile setting"
},
"sampleNumber": "نمونه {number}",
"@sampleNumber": {
"description": "Label for speech sample",
"placeholders": {
"number": {
"type": "int",
"example": "1"
}
}
},
"settings": "تنظیمات",
"@settings": {
"description": "Settings dialog title"
},
"language": "زبان",
"@language": {
"description": "Label for language selector"
},
"selectLanguage": "انتخاب زبان",
"@selectLanguage": {
"description": "Title for language selection"
},
"deleting": "درحال حذف...",
"@deleting": {
"description": "Deleting in progress indicator"
},
"pleaseCompleteAuthentication": "لطفاً احراز هویت را در مرورگر خود تکمیل کنید. پس از انجام، به اپلیکیشن بازگردید.",
"@pleaseCompleteAuthentication": {
"description": "Message shown during OAuth flow"
},
"failedToStartAuthentication": "ناتوان در شروع احراز هویت",
"@failedToStartAuthentication": {
"description": "Error when OAuth fails to start"
},
"importStarted": "وارد کردن شروع شد! هنگام تکمیل به شما اطلاع داده خواهد شد.",
"@importStarted": {
"description": "Success message when import begins"
},
"failedToStartImport": "ناتوان در شروع وارد کردن. لطفاً دوباره تلاش کنید.",
"@failedToStartImport": {
"description": "Error when import fails to start"
},
"couldNotAccessFile": "ناتوان در دسترسی به فایل انتخابشده",
"@couldNotAccessFile": {
"description": "Error when file access fails"
},
"askOmi": "از Omi بپرسید",
"@askOmi": {
"description": "Shortcut to ask Omi a question"
},
"done": "انجام شد",
"@done": {
"description": "Status when download is done"
},
"disconnected": "قطعشده",
"@disconnected": {
"description": "Status text when device is disconnected"
},
"searching": "درحال جستجو...",
"@searching": {
"description": "Loading text displayed while search is in progress"
},
"connectDevice": "اتصال دستگاه",
"@connectDevice": {
"description": "Button to connect a device"
},
"monthlyLimitReached": "شما به حد ماهانه خود رسیدهاید.",
"@monthlyLimitReached": {
"description": "Message when usage limit is reached"
},
"checkUsage": "بررسی استفاده",
"@checkUsage": {
"description": "Button to check usage details"
},
"syncingRecordings": "درحال همگامسازی ضبطها",
"@syncingRecordings": {
"description": "Title when sync is in progress"
},
"recordingsToSync": "ضبطهایی برای همگامسازی",
"@recordingsToSync": {
"description": "Title when there are recordings to sync"
},
"allCaughtUp": "همه چیز بروز است",
"@allCaughtUp": {
"description": "Title when everything is synced"
},
"sync": "همگامسازی",
"@sync": {
"description": "Sync button label"
},
"pendantUpToDate": "پنجره بهروز است",
"@pendantUpToDate": {
"description": "Status when pendant is synced"
},
"allRecordingsSynced": "تمام ضبطها همگامسازی شدهاند",
"@allRecordingsSynced": {
"description": "Status text when sync is complete"
},
"syncingInProgress": "همگامسازی درجریان است",
"@syncingInProgress": {
"description": "Status when sync is happening"
},
"readyToSync": "آماده برای همگامسازی",
"@readyToSync": {
"description": "Status when ready to sync"
},
"tapSyncToStart": "برای شروع روی دکمه همگامسازی ضربه بزنید",
"@tapSyncToStart": {
"description": "Hint to start sync"
},
"pendantNotConnected": "پنجره متصل نیست. برای همگامسازی متصل کنید.",
"@pendantNotConnected": {
"description": "Warning when pendant is not connected"
},
"everythingSynced": "همه چیز قبلاً همگامسازی شده است.",
"@everythingSynced": {
"description": "Message when all is synced"
},
"recordingsNotSynced": "شما ضبطهایی دارید که هنوز همگامسازی نشدهاند.",
"@recordingsNotSynced": {
"description": "Message when there are unsynced recordings"
},
"syncingBackground": "ما ضبطهای شما را در پسزمینه همگامسازی میکنیم.",
"@syncingBackground": {
"description": "Message during background sync"
},
"noConversationsYet": "هنوز گفتگویی وجود ندارد",
"@noConversationsYet": {
"description": "Title shown when user has no conversations"
},
"noStarredConversations": "گفتگوی ستارهدار وجود ندارد",
"@noStarredConversations": {
"description": "Empty state title when no starred conversations"
},
"starConversationHint": "برای ستارهدار کردن گفتگو، آن را باز کنید و روی آیکن ستاره در سرصفحه ضربه بزنید.",
"@starConversationHint": {
"description": "Hint explaining how to star conversations"
},
"searchConversations": "جستجوی گفتگوها...",
"@searchConversations": {
"description": "Placeholder text for conversation search field"
},
"selectedCount": "{count} انتخابشده",
"@selectedCount": {
"description": "Selection count label",
"placeholders": {
"count": {
"type": "int"
}
}
},
"merge": "ادغام",
"@merge": {
"description": "Merge button label"
},
"mergeConversations": "ادغام گفتگوها",
"@mergeConversations": {
"description": "Merge dialog title"
},
"mergeConversationsMessage": "این {count} گفتگو را در یکی ادغام خواهد کرد. تمام محتوا ادغام و دوباره تولید خواهد شد.",
"@mergeConversationsMessage": {
"description": "Merge confirmation message",
"placeholders": {
"count": {
"type": "int"
}
}
},
"mergingInBackground": "درحال ادغام در پسزمینه. این ممکن است کمی زمان ببرد.",
"@mergingInBackground": {
"description": "Snackbar message during merge"
},
"failedToStartMerge": "ناتوان در شروع ادغام",
"@failedToStartMerge": {
"description": "Error message when merge fails"
},
"askAnything": "هر چیزی بپرسید",
"@askAnything": {
"description": "Chat input placeholder"
},
"noMessagesYet": "هنوز پیامی وجود ندارد!\nچرا یک گفتگو شروع نمیکنید؟",
"@noMessagesYet": {
"description": "Empty chat state message"
},
"deletingMessages": "درحال حذف پیامهای شما از حافظه Omi...",
"@deletingMessages": {
"description": "Loading text when clearing chat"
},
"messageCopied": "✨ پیام به تخته گذاشته شد",
"@messageCopied": {
"description": "Snackbar message for copied text"
},
"cannotReportOwnMessage": "نمیتوانید پیامهای خود را گزارش کنید.",
"@cannotReportOwnMessage": {
"description": "Error when trying to report own message"
},
"reportMessage": "گزارش پیام",
"@reportMessage": {
"description": "Report dialog title"
},
"reportMessageConfirm": "آیا مطمئن هستید که میخواهید این پیام را گزارش کنید؟",
"@reportMessageConfirm": {
"description": "Report message confirmation"
},
"messageReported": "پیام با موفقیت گزارش شد.",
"@messageReported": {
"description": "Confirmation after reporting message"
},
"thankYouFeedback": "از نظر شما سپاسگزاریم!",
"@thankYouFeedback": {
"description": "After thumbs up/down feedback"
},
"clearChat": "پاک کردن چت",
"@clearChat": {
"description": "Button/menu item to clear chat"
},
"clearChatConfirm": "آیا مطمئن هستید که میخواهید چت را پاک کنید؟ این عمل قابل بازگشت نیست.",
"@clearChatConfirm": {
"description": "Clear chat confirmation message"
},
"maxFilesLimit": "شما میتوانید تنها 4 فایل را در یکبار آپلود کنید",
"@maxFilesLimit": {
"description": "Max files upload warning"
},
"chatWithOmi": "چت کردن با Omi",
"@chatWithOmi": {
"description": "Chat share subject"
},
"apps": "اپلیکیشنها",
"@apps": {
"description": "Navigation label for apps page"
},
"noAppsFound": "اپلیکیشنی یافت نشد",
"@noAppsFound": {
"description": "Empty state title when no apps match search"
},
"tryAdjustingSearch": "سعی کنید جستجو یا فیلترهای خود را تنظیم کنید",
"@tryAdjustingSearch": {
"description": "Hint when no apps found"
},
"createYourOwnApp": "اپلیکیشن خود را بسازید",
"@createYourOwnApp": {
"description": "Button title for creating custom apps"
},
"buildAndShareApp": "اپلیکیشن سفارشی خود را بسازید و اشتراکگذاری کنید",
"@buildAndShareApp": {
"description": "Create app button subtitle"
},
"searchApps": "جستجوی اپلیکیشنها...",
"@searchApps": {
"description": "Placeholder text for search input"
},
"myApps": "ساختهشده توسط من",
"@myApps": {
"description": "Filter button for user's own apps"
},
"installedApps": "اپلیکیشنهای نصبشده",
"@installedApps": {
"description": "Filter button for installed apps"
},
"unableToFetchApps": "ناتوان در دریافت اپلیکیشنها :(\n\nلطفاً اتصال اینترنت خود را بررسی کنید و دوباره تلاش کنید.",
"@unableToFetchApps": {
"description": "Error when apps fail to load"
},
"aboutOmi": "درباره Omi",
"@aboutOmi": {
"description": "About page title"
},
"privacyPolicy": "سیاست حریم خصوصی",
"@privacyPolicy": {
"description": "Link text for Privacy Policy"
},
"visitWebsite": "بازدید از وبسایت",
"@visitWebsite": {
"description": "Visit website link"
},
"helpOrInquiries": "کمک یا پرسش؟",
"@helpOrInquiries": {
"description": "Help link title"
},
"joinCommunity": "به جامعه بپیوندید!",
"@joinCommunity": {
"description": "Discord community link"
},
"membersAndCounting": "8000+ اعضا و افزایش.",
"@membersAndCounting": {
"description": "Discord member count"
},
"deleteAccountTitle": "حذف حساب",
"@deleteAccountTitle": {
"description": "Delete account page title"
},
"deleteAccountConfirm": "آیا مطمئن هستید که میخواهید حساب خود را حذف کنید؟",
"@deleteAccountConfirm": {
"description": "Delete account confirmation"
},
"cannotBeUndone": "این عمل قابل بازگشت نیست.",
"@cannotBeUndone": {
"description": "Warning that action is permanent"
},
"allDataErased": "تمام یادداشتها و گفتگوهای شما برای همیشه حذف خواهند شد.",
"@allDataErased": {
"description": "Delete account warning 1"
},
"appsDisconnected": "اپلیکیشنها و ادغامهای شما بلافاصله قطع خواهند شد.",
"@appsDisconnected": {
"description": "Delete account warning 2"
},
"exportBeforeDelete": "شما میتوانید دادههای خود را قبل از حذف حساب صادر کنید، اما پس از حذف، نمیتوان آن را بازیابی کرد.",
"@exportBeforeDelete": {
"description": "Delete account warning 3"
},
"deleteAccountCheckbox": "درک میکنم که حذف حساب من دائمی است و تمام دادهها، شامل یادداشتها و گفتگوها، برای همیشه حذف خواهند شد و نمیتوان آنها را بازیابی کرد.",
"@deleteAccountCheckbox": {
"description": "Delete account checkbox confirmation"
},
"areYouSure": "آیا مطمئن هستید؟",
"@areYouSure": {
"description": "Final confirmation title"
},
"deleteAccountFinal": "این عمل برگشتناپذیر است و حساب شما و تمام دادههای مرتبط را برای همیشه حذف خواهد کرد. آیا مطمئن هستید که میخواهید ادامه دهید؟",
"@deleteAccountFinal": {
"description": "Final delete confirmation message"
},
"deleteNow": "همینالان حذف کن",
"@deleteNow": {
"description": "Delete now button"
},
"goBack": "بازگشت",
"@goBack": {
"description": "Go back button"
},
"checkBoxToConfirm": "جعبه را علامتگذاری کنید تا تایید کنید که درک میکنید حذف حساب دائمی و برگشتناپذیر است.",
"@checkBoxToConfirm": {
"description": "Checkbox validation error"
},
"profile": "پروفایل",
"@profile": {
"description": "Profile page title"
},
"name": "نام",
"@name": {
"description": "Name field label"
},
"email": "ایمیل",
"@email": {
"description": "Email field label"
},
"customVocabulary": "واژگان سفارشی",
"@customVocabulary": {
"description": "Custom vocabulary section"
},
"identifyingOthers": "شناسایی دیگران",
"@identifyingOthers": {
"description": "People identification setting"
},
"paymentMethods": "روشهای پرداخت",
"@paymentMethods": {
"description": "Payment methods setting"
},
"conversationDisplay": "نمایش گفتگو",
"@conversationDisplay": {
"description": "Conversation display setting"
},
"dataPrivacy": "حریم خصوصی دادهها",
"@dataPrivacy": {
"description": "Data privacy setting"
},
"userId": "شناسه کاربر",
"@userId": {
"description": "User ID field"
},
"notSet": "تنظیمنشده",
"@notSet": {
"description": "Value not set placeholder"
},
"userIdCopied": "شناسه کاربر به تخته گذاشته شد",
"@userIdCopied": {
"description": "Confirmation when user ID is copied"
},
"systemDefault": "پیشفرض سیستم",
"@systemDefault": {
"description": "System language option"
},
"planAndUsage": "طرح و استفاده",
"@planAndUsage": {
"description": "Plan and usage menu item"
},
"offlineSync": "همگامسازی آفلاین",
"autoSync": "همگامسازی خودکار",
"autoSyncDescription": "هنگام اتصال دستگاه، ضبطهای آفلاین بهطور خودکار همگامسازی شوند",
"@offlineSync": {
"description": "Page title for offline sync"
},
"deviceSettings": "تنظیمات دستگاه",
"@deviceSettings": {
"description": "Device settings menu item"
},
"integrations": "ادغامها",
"@integrations": {
"description": "Integrations menu item"
},
"feedbackBug": "بازخورد / مشکل",
"@feedbackBug": {
"description": "Feedback menu item"
},
"helpCenter": "مرکز کمک",
"@helpCenter": {
"description": "Help center menu item"
},
"developerSettings": "تنظیمات توسعهدهنده",
"@developerSettings": {
"description": "Title for developer settings page"
},
"getOmiForMac": "Omi برای Mac را دریافت کنید",
"@getOmiForMac": {
"description": "Mac app download link"
},
"referralProgram": "برنامه معرفی",
"@referralProgram": {
"description": "Referral program menu item"
},
"signOut": "خروج",
"@signOut": {
"description": "Sign out button"
},
"appAndDeviceCopied": "جزئیات اپلیکیشن و دستگاه کپی شد",
"@appAndDeviceCopied": {
"description": "Confirmation when version info is copied"
},
"wrapped2025": "Wrapped 2025",
"@wrapped2025": {
"description": "Wrapped 2025 menu item"
},
"yourPrivacyYourControl": "حریم خصوصی شما، کنترل شما",
"@yourPrivacyYourControl": {
"description": "Data privacy page heading"
},
"privacyIntro": "در Omi، ما متعهد به حفاظت از حریم خصوصی شما هستیم. این صفحه به شما اجازه میدهد که کنترل کنید دادههای شما چگونه ذخیره و استفاده میشوند.",
"@privacyIntro": {
"description": "Data privacy page introduction"
},
"learnMore": "اطلاعات بیشتر...",
"@learnMore": {
"description": "Learn more link"
},
"dataProtectionLevel": "سطح حفاظت دادهها",
"@dataProtectionLevel": {
"description": "Data protection section title"
},
"dataProtectionDesc": "دادههای شما بهطور پیشفرض با رمزگذاری قوی ایمن هستند. تنظیمات و گزینههای حریم خصوصی آینده خود را مرور کنید.",
"@dataProtectionDesc": {
"description": "Data protection section description"
},
"appAccess": "دسترسی اپلیکیشن",
"@appAccess": {
"description": "App access section title"
},
"appAccessDesc": "اپلیکیشنهای زیر میتوانند به دادههای شما دسترسی داشته باشند. برای مدیریت اجازههای آن روی اپلیکیشن ضربه بزنید.",
"@appAccessDesc": {
"description": "App access section description"
},
"noAppsExternalAccess": "هیچ اپلیکیشن نصبشدهای دسترسی خارجی به دادههای شما ندارد.",
"@noAppsExternalAccess": {
"description": "Empty state for app access"
},
"deviceName": "نام دستگاه",
"@deviceName": {
"description": "Device name label"
},
"deviceId": "شناسه دستگاه",
"@deviceId": {
"description": "Label for device ID field"
},
"firmware": "فیرمور",
"@firmware": {
"description": "Label for firmware version"
},
"sdCardSync": "همگامسازی کارت SD",
"@sdCardSync": {
"description": "Menu item for SD card synchronization"
},
"hardwareRevision": "نسخه سختافزار",
"@hardwareRevision": {
"description": "Hardware revision label"
},
"modelNumber": "شماره مدل",
"@modelNumber": {
"description": "Label for model number field"
},
"manufacturer": "سازنده",
"@manufacturer": {
"description": "Label for manufacturer field"
},
"doubleTap": "دو ضربه",
"@doubleTap": {
"description": "Double tap action label"
},
"ledBrightness": "روشنایی LED",
"@ledBrightness": {
"description": "LED brightness setting"
},
"micGain": "بهره میکروفن",
"@micGain": {
"description": "Microphone gain setting"
},
"disconnect": "قطعکردن",
"@disconnect": {
"description": "Disconnect device button"
},
"forgetDevice": "فراموش کردن دستگاه",
"@forgetDevice": {
"description": "Forget device button"
},
"chargingIssues": "مشکلات شارژ",
"@chargingIssues": {
"description": "Menu item for charging help"
},
"disconnectDevice": "قطعکردن دستگاه",
"@disconnectDevice": {
"description": "Action to disconnect device"
},
"unpairDevice": "جدا کردن دستگاه",
"@unpairDevice": {
"description": "Action to unpair device"
},
"unpairAndForget": "جدا کردن و فراموش کردن دستگاه",
"@unpairAndForget": {
"description": "Unpair and forget device button"
},
"deviceDisconnectedMessage": "Omi شما قطع شده است 😔",
"@deviceDisconnectedMessage": {
"description": "Message shown when device is disconnected"
},
"deviceUnpairedMessage": "دستگاه جدا شد. به تنظیمات > Bluetooth بروید و دستگاه را فراموش کنید تا جدایی تکمیل شود.",
"@deviceUnpairedMessage": {
"description": "Message shown after device is unpaired"
},
"unpairDialogTitle": "جدا کردن دستگاه",
"@unpairDialogTitle": {
"description": "Unpair dialog title"
},
"unpairDialogMessage": "این دستگاه را جدا میکند تا بتوان آن را به تلفن دیگری متصل کرد. شما باید به تنظیمات > Bluetooth بروید و دستگاه را فراموش کنید تا فرایند تکمیل شود.",
"@unpairDialogMessage": {
"description": "Unpair dialog message"
},
"deviceNotConnected": "دستگاه متصل نیست",
"@deviceNotConnected": {
"description": "Device not connected header"
},
"connectDeviceMessage": "دستگاه Omi خود را متصل کنید تا\nبه تنظیمات و سفارشیسازی دستگاه دسترسی داشته باشید",
"@connectDeviceMessage": {
"description": "Message encouraging user to connect device"
},
"deviceInfoSection": "اطلاعات دستگاه",
"@deviceInfoSection": {
"description": "Device information section header"
},
"customizationSection": "سفارشیسازی",
"@customizationSection": {
"description": "Customization section header"
},
"hardwareSection": "سختافزار",
"@hardwareSection": {
"description": "Hardware section header"
},
"v2Undetected": "V2 شناسایی نشد",
"@v2Undetected": {
"description": "V2 device undeteced dialog title"
},
"v2UndetectedMessage": "ما میبینیم که شما یک دستگاه V1 دارید یا دستگاه شما متصل نیست. عملکرد کارت SD فقط برای دستگاههای V2 دردسترس است.",
"@v2UndetectedMessage": {
"description": "V2 device undeteced dialog message"
},
"endConversation": "پایاندادن به گفتگو",
"@endConversation": {
"description": "End conversation action"
},
"pauseResume": "مکث/ادامه",
"@pauseResume": {
"description": "Pause/Resume action"
},
"starConversation": "ستارهدار کردن گفتگو",
"@starConversation": {
"description": "Star conversation action"
},
"doubleTapAction": "عمل دو ضربه",
"@doubleTapAction": {
"description": "Double tap action setting"
},
"endAndProcess": "پایاندادن و پردازش گفتگو",
"@endAndProcess": {
"description": "End and process action"
},
"pauseResumeRecording": "مکث/ادامه ضبط",
"@pauseResumeRecording": {
"description": "Pause/Resume recording action"
},
"starOngoing": "ستارهدار کردن گفتگوی جاری",
"@starOngoing": {
"description": "Star ongoing conversation action"
},
"off": "خاموش",
"@off": {
"description": "Toggle state label when disabled"
},
"max": "حداکثر",
"@max": {
"description": "Max state"
},
"mute": "بیصدا",
"@mute": {
"description": "Mute state"
},
"quiet": "آرام",
"@quiet": {
"description": "Quiet preset"
},
"normal": "عادی",
"@normal": {
"description": "Normal preset"
},
"high": "بالا",
"@high": {
"description": "High preset"
},
"micGainDescMuted": "میکروفن بیصدا است",
"@micGainDescMuted": {
"description": "Mic gain description: Muted"
},
"micGainDescLow": "بسیار آرام - برای محیطهای پرسروصدا",
"@micGainDescLow": {
"description": "Mic gain description: Low"
},
"micGainDescModerate": "آرام - برای نویز متوسط",
"@micGainDescModerate": {
"description": "Mic gain description: Moderate"
},
"micGainDescNeutral": "بیطرف - ضبط متعادل",
"@micGainDescNeutral": {
"description": "Mic gain description: Neutral"
},
"micGainDescSlightlyBoosted": "کمی تقویتشده - استفاده عادی",
"@micGainDescSlightlyBoosted": {
"description": "Mic gain description: Slightly Boosted"
},
"micGainDescBoosted": "تقویتشده - برای محیطهای ساکت",
"@micGainDescBoosted": {
"description": "Mic gain description: Boosted"
},
"micGainDescHigh": "بالا - برای صدای دور یا آهسته",
"@micGainDescHigh": {
"description": "Mic gain description: High"
},
"micGainDescVeryHigh": "بسیار بالا - برای منابع بسیار آرام",
"@micGainDescVeryHigh": {
"description": "Mic gain description: Very High"
},
"micGainDescMax": "حداکثر - با احتیاط استفاده کنید",
"@micGainDescMax": {
"description": "Mic gain description: Max"
},
"developerSettingsTitle": "تنظیمات توسعهدهنده",
"@developerSettingsTitle": {
"description": "Developer settings page title"
},
"saving": "درحال ذخیره...",
"@saving": {
"description": "Text shown while saving settings"
},
"beta": "بتا",
"@beta": {
"description": "Beta label for experimental features"
},
"transcription": "رونویسی",
"@transcription": {
"description": "Transcription feature name"
},
"transcriptionConfig": "پیکربندی ارائهدهنده STT",
"@transcriptionConfig": {
"description": "Transcription configuration subtitle"
},
"conversationTimeout": "مهلت گفتگو",
"@conversationTimeout": {
"description": "Conversation timeout feature name"
},
"conversationTimeoutConfig": "تنظیم زمان خودکار پایان گفتگو",
"@conversationTimeoutConfig": {
"description": "Conversation timeout configuration subtitle"
},
"importData": "وارد کردن دادهها",
"@importData": {
"description": "Import data feature name"
},
"importDataConfig": "وارد کردن دادهها از منابع دیگر",
"@importDataConfig": {
"description": "Import data details subtitle"
},
"debugDiagnostics": "اشکالزدایی و تشخیص",
"@debugDiagnostics": {
"description": "Debug & Diagnostics section header"
},
"endpointUrl": "URL نقطهانجام",
"@endpointUrl": {
"description": "Label for webhook endpoint URL field"
},
"noApiKeys": "هنوز کلید API وجود ندارد",
"@noApiKeys": {
"description": "No API keys message"
},
"createKeyToStart": "برای شروع کلیدی ایجاد کنید",
"@createKeyToStart": {
"description": "Create key instruction"
},
"createKey": "ایجاد کلید",
"@createKey": {
"description": "Button text to create API key"
},
"docs": "اسناد",
"@docs": {
"description": "Documentation button text"
},
"yourOmiInsights": "بینشهای Omi شما",
"@yourOmiInsights": {
"description": "Usage page title"
},
"today": "امروز",
"@today": {
"description": "Label for today date"
},
"thisMonth": "این ماه",
"@thisMonth": {
"description": "Time period: This Month"
},
"thisYear": "این سال",
"@thisYear": {
"description": "Time period: This Year"
},
"allTime": "همهزمان",
"@allTime": {
"description": "Time period: All Time"
},
"noActivityYet": "هنوز فعالیتی وجود ندارد",
"@noActivityYet": {
"description": "Empty state title"
},
"startConversationToSeeInsights": "یک گفتگو با Omi شروع کنید\nتا بینشهای استفاده خود را اینجا ببینید.",
"@startConversationToSeeInsights": {
"description": "Empty state description"
},
"listening": "گوش دادن",
"@listening": {
"description": "Listening stat title"
},
"listeningSubtitle": "کل زمانی که Omi به فعالیت گوش داده است.",
"@listeningSubtitle": {
"description": "Listening stat subtitle"
},
"understanding": "درک",
"@understanding": {
"description": "Understanding stat title"
},
"understandingSubtitle": "کلمات درکشده از گفتگوهای شما.",
"@understandingSubtitle": {
"description": "Understanding stat subtitle"
},
"providing": "ارائه",
"@providing": {
"description": "Providing stat title"
},
"providingSubtitle": "موارد اقدام و یادداشتهای خودکار ثبتشده.",
"@providingSubtitle": {
"description": "Providing stat subtitle"
},
"remembering": "یادآوری",
"@remembering": {
"description": "Remembering stat title"
},
"rememberingSubtitle": "واقعیات و جزئیات یادآوریشده برای شما.",
"@rememberingSubtitle": {
"description": "Remembering stat subtitle"
},
"unlimitedPlan": "طرح نامحدود",
"@unlimitedPlan": {
"description": "Unlimited plan name"
},
"managePlan": "مدیریت طرح",
"@managePlan": {
"description": "Manage plan button"
},
"cancelAtPeriodEnd": "طرح شما در تاریخ {date} لغو خواهد شد.",
"@cancelAtPeriodEnd": {
"description": "Cancellation message",
"placeholders": {
"date": {
"type": "String",
"example": "Jan 1, 2026"
}
}
},
"basicPlan": "طرح رایگان",
"@basicPlan": {
"description": "Basic plan name"
},
"usageLimitMessage": "{used} از {limit} دقیقه استفادهشده است",
"@usageLimitMessage": {
"description": "Usage limit message",
"placeholders": {
"used": {
"type": "String",
"example": "100"
},
"limit": {
"type": "int",
"example": "60"
}
}
},
"upgrade": "ارتقا",
"@upgrade": {
"description": "Upgrade button"
},
"upgradeToUnlimited": "ارتقا به نامحدود",
"@upgradeToUnlimited": {
"description": "Message shown on locked memory items"
},
"basicPlanDesc": "طرح شما شامل {limit} دقیقه رایگان در ماه است. برای نامحدود ارتقا دهید.",
"@basicPlanDesc": {
"description": "Basic plan description",
"placeholders": {
"limit": {
"type": "int",