@pmate/account-sdk 0.5.4 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/package.json +18 -20
  2. package/src/api/AccountService.ts +97 -0
  3. package/src/api/Api.ts +99 -0
  4. package/src/api/AppService.ts +71 -0
  5. package/src/api/EntityService.ts +41 -0
  6. package/src/api/ProfileService.ts +133 -0
  7. package/src/api/cacheInMem.ts +73 -0
  8. package/src/api/index.ts +5 -0
  9. package/src/atoms/accountAtom.ts +18 -0
  10. package/src/atoms/accountProfileAtom.ts +13 -0
  11. package/src/atoms/atomWithLoadable.ts +48 -0
  12. package/src/atoms/createProfileAtom.ts +27 -0
  13. package/src/atoms/index.ts +16 -0
  14. package/src/atoms/learningLangAtom.ts +8 -0
  15. package/src/atoms/localStorageAtom.ts +39 -0
  16. package/src/atoms/loginAtom.ts +8 -0
  17. package/src/atoms/motherTongueAtom.ts +8 -0
  18. package/src/atoms/profileAtom.ts +24 -0
  19. package/src/atoms/profileDraftAtom.ts +7 -0
  20. package/src/atoms/profilesAtom.ts +20 -0
  21. package/src/atoms/sessionCheckAtom.ts +10 -0
  22. package/src/atoms/switchProfileAtom.ts +9 -0
  23. package/src/atoms/updateProfileAtom.ts +35 -0
  24. package/src/atoms/uploadAvatarAtom.ts +49 -0
  25. package/src/atoms/userLogoutAtom.ts +8 -0
  26. package/src/atoms/userSettingsAtom.ts +58 -0
  27. package/src/components/AuthProviderV2.tsx +315 -0
  28. package/src/components/Button.tsx +39 -0
  29. package/src/components/Drawer.tsx +80 -0
  30. package/src/components/index.ts +1 -0
  31. package/src/constants.ts +1 -0
  32. package/src/hooks/index.ts +5 -0
  33. package/src/hooks/useAppBackgroundStyle.ts +25 -0
  34. package/src/hooks/useAppConfig.ts +44 -0
  35. package/src/hooks/useAuthApp.ts +165 -0
  36. package/src/hooks/useAuthSnapshot.ts +84 -0
  37. package/src/hooks/useIsAuthenticated.ts +19 -0
  38. package/src/hooks/useProfileStepFlow.ts +59 -0
  39. package/src/i18n/index.ts +59 -0
  40. package/src/index.ts +9 -0
  41. package/src/locales/ar-SA.json +183 -0
  42. package/src/locales/de-DE.json +183 -0
  43. package/src/locales/el-GR.json +183 -0
  44. package/src/locales/en.json +183 -0
  45. package/src/locales/es-ES.json +183 -0
  46. package/src/locales/fi-FI.json +183 -0
  47. package/src/locales/fil-PH.json +183 -0
  48. package/src/locales/fr-FR.json +183 -0
  49. package/src/locales/hi-IN.json +183 -0
  50. package/src/locales/ja-JP.json +183 -0
  51. package/src/locales/ko-KR.json +183 -0
  52. package/src/locales/pt-BR.json +183 -0
  53. package/src/locales/pt-PT.json +183 -0
  54. package/src/locales/ru-RU.json +183 -0
  55. package/src/locales/ta-IN.json +183 -0
  56. package/src/locales/uk-UA.json +183 -0
  57. package/src/locales/zh-CN.json +183 -0
  58. package/src/locales/zh-TW.json +183 -0
  59. package/src/types/account.types.ts +28 -0
  60. package/src/types/app.ts +22 -0
  61. package/src/types/profile.ts +6 -0
  62. package/src/utils/AccountManagerV2.ts +349 -0
  63. package/src/utils/Redirect.ts +17 -0
  64. package/src/utils/accountStorage.ts +46 -0
  65. package/src/utils/errors.ts +1 -0
  66. package/src/utils/index.ts +11 -0
  67. package/src/utils/location.ts +34 -0
  68. package/src/utils/profileStep.ts +26 -0
  69. package/src/utils/resolveAppId.ts +13 -0
  70. package/src/utils/selectedProfileStorage.ts +46 -0
  71. package/src/utils/tokenStorage.ts +47 -0
  72. package/dist/index.cjs.js +0 -22
  73. package/dist/index.cjs.js.map +0 -1
  74. package/dist/index.d.ts +0 -302
  75. package/dist/index.es.js +0 -8884
  76. package/dist/index.es.js.map +0 -1
@@ -0,0 +1,183 @@
1
+ {
2
+ "seconds": "segundo",
3
+ "Send Code": "Ipadala ang code",
4
+ "Add Profile": "Magdagdag ng Profile",
5
+ "Practitioner": "Tutor",
6
+ "I want to practice languages and chat with others": "Gusto kong magsanay ng mga wika at makipag-chat sa iba",
7
+ "Mate": "Kaibigan",
8
+ "I can guide language learning and provide companionship": "Maaari akong gumabay sa pag-aaral ng wika at maging kaagapay",
9
+ "Unknown error": "Hindi kilalang pagkakamali",
10
+ "English": "Ingles",
11
+ "Chinese": "Tsino",
12
+ "Spanish": "Espanyol",
13
+ "Korean": "Koreano",
14
+ "French": "Pranses",
15
+ "Japanese": "Hapon",
16
+ "German": "Aleman",
17
+ "Arabic": "Arabe",
18
+ "Translation": "Pagsasalin",
19
+ "Interpretation": "Paliwanag",
20
+ "Key Vocabulary & Terms": "Mga Pangunahing Bokabularyo at Termino",
21
+ "Grammar": "Balarila",
22
+ "DM_ACL_REJECT": "Kailangan mong maghintay ng sagot mula sa iba bago magpatuloy sa direktang mensahe.",
23
+ "GROUP_ACL_REJECT": "Hindi ka pa miyembro ng grupong ito. Maghintay muna hanggang aprubahan ng may-ari ang iyong kahilingan.",
24
+ "Tree Hole": "Lungga ng Puno",
25
+ "Chat": "Usapan",
26
+ "Contacts": "Mga Kontak",
27
+ "Remove Contact": "Tanggalin ang kontak",
28
+ "Exit Group": "Iwanan ang grupo",
29
+ "Chat Settings": "Mga Setting ng Chat",
30
+ "Awaiting friend confirmation": "Naghihintay ng kumpirmasyon mula sa kaibigan",
31
+ "Revision failed": "Nabigong rebisyon",
32
+ "Please use English": "Mangyaring gumamit ng Ingles",
33
+ "Speech recognition failed. Please try again.": "Nabigo ang pagkilala sa pagsasalita. Pakisubukang muli.",
34
+ "analyzing...": "sinusuri...",
35
+ "Loading profiles...": "Naglo-load ng mga profile...",
36
+ "Add Friend": "Magdagdag ng kaibigan",
37
+ "Create Group": "Lumikha ng grupo",
38
+ "Logout": "Lumabas",
39
+ "Copied username to clipboard": "Nakopya ang username sa clipboard",
40
+ "Switch Identity": "Palitan ang pagkakakilanlan",
41
+ "Function": "Pag-andar",
42
+ "Quote": "Sipi",
43
+ "Instructions(Optional)": "Mga Tagubilin (Opsyonal)",
44
+ "joined the room": "Sumali sa chat",
45
+ "left the room": "Umalis sa chat",
46
+ "View": "Tingnan",
47
+ "Recall": "Bawiin",
48
+ "Hide Translation": "Itago ang pagsasalin",
49
+ "Translate": "Isalin",
50
+ "Collapse": "Isara",
51
+ "Before you accept, she won’t know you've seen any messages.": "Bago mo tanggapin, hindi niya malalaman na nakita mo ang mga mensahe.",
52
+ "Allow {{name}} to send you messages and share your name and profile picture?": "Payagan mo ba si {{name}} na magpadala sa iyo ng mga mensahe at makita ang iyong pangalan at larawan sa profile?",
53
+ "Message": "Mensahe",
54
+ "Study": "Pag-aaral",
55
+ "Discover": "Tuklasin",
56
+ "Me": "Ako",
57
+ "coming soon": "Malapit na",
58
+ "This feature is under": "Ang tampok na ito ay nasa ilalim ng",
59
+ "development": "pagpapaunlad",
60
+ "Back": "Bumalik",
61
+ "Search contacts or groups": "Maghanap ng mga contact o grupo",
62
+ "Groups": "Mga grupo",
63
+ "No Results": "Walang resulta",
64
+ "Say Hi": "Magkumusta",
65
+ "Add": "Idagdag",
66
+ "Find Friend": "Maghanap ng kaibigan",
67
+ "Input Username": "Ilagay ang username",
68
+ "my account: ": "aking account: ",
69
+ "Already Applied": "Nakapag-apply na",
70
+ "User is blocked": "Na-block ang gumagamit",
71
+ "Failed": "Nabigo",
72
+ "Please select at least one member": "Piliin ang hindi bababa sa isang miyembro",
73
+ "Group created": "Nalikha ang grupo",
74
+ "Group Name": "Pangalan ng grupo",
75
+ "Group Name is required": "Kinakailangan ang pangalan ng grupo",
76
+ "Loading...": "Naglo-load...",
77
+ "Create": "Lumikha",
78
+ "Group updated": "Na-update ang grupo",
79
+ "Update Group": "I-update ang grupo",
80
+ "Update": "I-update",
81
+ "No Chats": "Walang mga chat",
82
+ "ParrotMate": "ParrotMate",
83
+ "Speak Different": "Magsalita nang iba",
84
+ "Not logged in": "Hindi naka-log in",
85
+ "User Name": "Pangalan ng Gumagamit",
86
+ "copy": "Kopyahin",
87
+ "Network is slow, enable offline mode?": "Mabagal ang koneksyon. Gusto mo bang paganahin ang mode na offline?",
88
+ "Enable offline mode": "Paganahin ang mode na offline",
89
+ "PChip Reader": "PChip Reader",
90
+ "male": "Lalaki",
91
+ "female": "Babae",
92
+ "popular neutral": "Sikat (neutral)",
93
+ "Offline mode": "Mode na offline",
94
+ "Change nickname": "Palitan ang palayaw",
95
+ "UI Language": "Wika ng interface",
96
+ "Word": "Salita",
97
+ "Date": "Petsa",
98
+ "My bookshelf": "Aking estante ng mga libro",
99
+ "Title too short": "Masyadong maikli ang pamagat",
100
+ "Modification successful": "Matagumpay ang pagbabago",
101
+ "No books in your shelf yet": "Wala pang libro sa iyong estante",
102
+ "Tap the search icon above to browse books and add them to your shelf!": "Pindutin ang icon ng paghahanap sa itaas para mag-browse ng mga libro at idagdag ang mga ito sa iyong estante!",
103
+ "Read with experts to help you understand,": "Magbasa kasama ang mga eksperto para mas maunawaan mo,",
104
+ "Comprehensive training in English listening and reading.": "Komprehensibong pagsasanay sa pakikinig at pagbasa ng Ingles.",
105
+ "Hi, {{nickName}}! Welcome!": "Kumusta, {{nickName}}! Maligayang pagdating!",
106
+ "Browse library": "Mag-browse ng librarya",
107
+ "Add your own TXT/PDF": "Magdagdag ng sarili mong TXT/PDF",
108
+ "Already have an account?": "May account ka na ba?",
109
+ "Click here to login": "Pindutin dito para mag-login",
110
+ "We detected this is your first time using PChip Reader. Add some books!": "Napansin namin na ito ang unang beses mong gamitin ang PChip Reader. Magdagdag ng ilang aklat!",
111
+ "Upload Book": "Mag-upload ng aklat",
112
+ "Click here to upload local EPUB/MOBI/PDF/TXT": "Pindutin dito para mag-upload ng lokal na EPUB/MOBI/PDF/TXT",
113
+ "Only EPUB/MOBI/PDF/TXT is supported": "Sinusuportahan lamang ang EPUB/MOBI/PDF/TXT",
114
+ "Upload successful": "Matagumpay na na-upload",
115
+ "Book upload failed": "Nabigo ang pag-upload ng aklat",
116
+ "We only store your files locally!": "Iniimbak lamang namin ang iyong mga file nang lokal!",
117
+ "New words": "Mga bagong salita",
118
+ "Total reading": "Kabuuang oras ng pagbabasa",
119
+ "Today's reading": "Pagbabasa ngayong araw",
120
+ "Please choose an image file": "Piliin ang file ng larawan",
121
+ "Image sent": "Naipadala ang larawan",
122
+ "Failed to upload image": "Nabigong i-upload ang larawan",
123
+ "analyzing grammar structure": "Sinusuri ang istruktura ng gramatika",
124
+ "understanding pronunciation": "Pinag-aaralan ang pagbigkas",
125
+ "optimizing and restructuring": "Pinapahusay at muling inaayos",
126
+ "My QR Code": "Aking QR Code",
127
+ "Let friends scan to fill your username automatically": "Hayaan ang mga kaibigan na i-scan para awtomatikong mapunan ang iyong username",
128
+ "Unable to load image": "Hindi mai-load ang larawan",
129
+ "Loading image...": "Ini-load ang larawan...",
130
+ "Shared image": "Naibahaging larawan",
131
+ "QR scanning is unavailable in this environment": "Hindi magagamit ang pag-scan ng QR sa kapaligirang ito",
132
+ "Camera access is not supported on this device": "Hindi sinusuportahan ng aparatong ito ang pag-access sa camera",
133
+ "Unable to access the camera": "Hindi ma-access ang camera",
134
+ "No QR code found in the selected image": "Walang QR code na nakita sa napiling larawan",
135
+ "Unable to read QR code from the selected image": "Hindi mabasa ang QR code mula sa napiling larawan",
136
+ "Username captured from QR code": "Nakuha ang username mula sa QR code",
137
+ "Initializing camera...": "Pinapagana ang camera...",
138
+ "Scan QR Code": "I-scan ang QR Code",
139
+ "Align the QR code within the frame to capture a username automatically.": "Itapat ang QR code sa loob ng frame para awtomatikong makuha ang username",
140
+ "Login Success": "Matagumpay na pag-login",
141
+ "please enter your phone number": "pakilagay ang iyong numero ng telepono",
142
+ "Please enter your phone number": "Ilagay ang iyong numero ng telepono",
143
+ "Login": "Mag-login",
144
+ "Terms&Conditions": "Mga Tuntunin at Kundisyon",
145
+ "and": "at",
146
+ "Privacy Policy": "Patakaran sa Pagkapribado",
147
+ "Unregistered phone numbers will automatically create an account": "Ang mga hindi nakarehistrong numero ng telepono ay awtomatikong lilikha ng account",
148
+ "Please enter the verification code": "Ilagay ang verification code",
149
+ "Send verification code": "Ipadala ang verification code",
150
+ "Please enter the correct phone number": "Pakilagay ang tamang numero ng telepono",
151
+ "Verification code sent": "Naipadala na ang verification code",
152
+ "Language": "Wika",
153
+ "Skip": "Laktawan",
154
+ "Continue": "Magpatuloy",
155
+ "Are you 18 or older?": "Ikaw ba ay 18 taong gulang o mas matanda?",
156
+ "Yes": "Oo",
157
+ "No": "Hindi",
158
+ "Please select language what you want to learn": "Piliin ang wikang nais mong pag-aralan",
159
+ "Please enter your age": "Ilagay ang iyong edad",
160
+ "Age": "Edad",
161
+ "Please select your gender": "Pumili ng iyong kasarian",
162
+ "Female": "Babae",
163
+ "Male": "Lalaki",
164
+ "Your {{langShort}} name": "Ang iyong pangalan sa {{langShort}}",
165
+ "Create your own name or choose from the recommendations": "Gumawa ng sarili mong pangalan o pumili mula sa mga rekomendasyon",
166
+ "Enter your nickname here...": "Ilagay ang iyong palayaw dito...",
167
+ "Learning Language": "Wikang pinag-aaralan",
168
+ "Finish": "Tapusin",
169
+ "Nickname is required": "Kailangan ang palayaw",
170
+ "Nickname must be at least 3 characters": "Dapat ang palayaw ay hindi bababa sa 3 na karakter",
171
+ "Confirm": "Kumpirmahin",
172
+ "Account Phone": "Telepono ng account",
173
+ "Gender": "Kasarian",
174
+ "Education": "Edukasyon",
175
+ "Job": "Trabaho",
176
+ "Hobby": "Libangan",
177
+ "Select your role": "Pumili ng iyong papel",
178
+ "Please choose your identity": "Piliin ang iyong pagkakakilanlan",
179
+ "Profile Step: Nickname": "Palayaw",
180
+ "Profile Step: Learning Language": "Wikang Inaaral",
181
+ "Profile Step: Mother Tongue": "Unang Wika",
182
+ "By signing up, you agree with ": "Sa pag-sign up, sumasang-ayon ka sa "
183
+ }
@@ -0,0 +1,183 @@
1
+ {
2
+ "seconds": "secondes",
3
+ "Send Code": "Envoyer le code",
4
+ "Add Profile": "Ajouter un profil",
5
+ "Practitioner": "Tuteur",
6
+ "I want to practice languages and chat with others": "Je veux pratiquer des langues et discuter avec d'autres.",
7
+ "Mate": "Partenaire",
8
+ "I can guide language learning and provide companionship": "Je peux accompagner votre apprentissage des langues et vous tenir compagnie.",
9
+ "Unknown error": "Erreur inconnue. Veuillez réessayer.",
10
+ "English": "Anglais",
11
+ "Chinese": "Chinois",
12
+ "Spanish": "Espagnol",
13
+ "Korean": "Coréen",
14
+ "French": "Français",
15
+ "Japanese": "Japonais",
16
+ "German": "Allemand",
17
+ "Arabic": "Arabe",
18
+ "Translation": "Traduction",
19
+ "Interpretation": "Interprétation",
20
+ "Key Vocabulary & Terms": "Vocabulaire et termes clés",
21
+ "Grammar": "Grammaire",
22
+ "DM_ACL_REJECT": "Veuillez attendre la réponse des autres pour continuer le message privé.",
23
+ "GROUP_ACL_REJECT": "Vous ne faites pas encore partie de ce groupe. Veuillez attendre que le propriétaire du groupe approuve votre demande.",
24
+ "Tree Hole": "Arbre à secrets",
25
+ "Chat": "Discussion",
26
+ "Contacts": "Contacts",
27
+ "Remove Contact": "Supprimer le contact",
28
+ "Exit Group": "Quitter le groupe",
29
+ "Chat Settings": "Paramètres de discussion",
30
+ "Awaiting friend confirmation": "En attente de confirmation de l'ami",
31
+ "Revision failed": "Échec de la révision",
32
+ "Please use English": "Veuillez utiliser l'anglais",
33
+ "Speech recognition failed. Please try again.": "La reconnaissance vocale a échoué. Veuillez réessayer.",
34
+ "analyzing...": "Analyse en cours...",
35
+ "Loading profiles...": "Chargement des profils...",
36
+ "Add Friend": "Ajouter un ami",
37
+ "Create Group": "Créer un groupe",
38
+ "Logout": "Se déconnecter",
39
+ "Copied username to clipboard": "Nom d'utilisateur copié dans le presse-papiers",
40
+ "Switch Identity": "Changer d'identité",
41
+ "Function": "Fonction",
42
+ "Quote": "Citation",
43
+ "Instructions(Optional)": "Instructions (facultatif)",
44
+ "joined the room": "a rejoint la salle",
45
+ "left the room": "a quitté la salle",
46
+ "View": "Afficher",
47
+ "Recall": "Annuler l'envoi",
48
+ "Hide Translation": "Masquer la traduction",
49
+ "Translate": "Traduire",
50
+ "Collapse": "Réduire",
51
+ "Before you accept, she won’t know you've seen any messages.": "Avant d'accepter, elle ne saura pas que vous avez vu les messages.",
52
+ "Allow {{name}} to send you messages and share your name and profile picture?": "Autoriser {{name}} à vous envoyer des messages et à voir votre nom et votre photo de profil ?",
53
+ "Message": "Messages",
54
+ "Study": "Étudier",
55
+ "Discover": "Découvrir",
56
+ "Me": "Profil",
57
+ "coming soon": "Bientôt disponible",
58
+ "This feature is under": "Cette fonctionnalité est en ",
59
+ "development": "développement",
60
+ "Back": "Retour",
61
+ "Search contacts or groups": "Rechercher des contacts ou des groupes",
62
+ "Groups": "Groupes",
63
+ "No Results": "Aucun résultat",
64
+ "Say Hi": "Dites bonjour",
65
+ "Add": "Ajouter",
66
+ "Find Friend": "Rechercher un ami",
67
+ "Input Username": "Entrez le nom d'utilisateur",
68
+ "my account: ": "mon compte : ",
69
+ "Already Applied": "Demande déjà envoyée",
70
+ "User is blocked": "Utilisateur bloqué",
71
+ "Failed": "Échec",
72
+ "Please select at least one member": "Veuillez sélectionner au moins un membre",
73
+ "Group created": "Groupe créé",
74
+ "Group Name": "Nom du groupe",
75
+ "Group Name is required": "Le nom du groupe est requis",
76
+ "Loading...": "Chargement...",
77
+ "Create": "Créer",
78
+ "Group updated": "Groupe mis à jour",
79
+ "Update Group": "Mettre à jour le groupe",
80
+ "Update": "Mettre à jour",
81
+ "No Chats": "Aucune conversation",
82
+ "ParrotMate": "ParrotMate",
83
+ "Speak Different": "Parlez autrement",
84
+ "Not logged in": "Vous n'êtes pas connecté",
85
+ "User Name": "Nom d'utilisateur",
86
+ "copy": "Copier",
87
+ "Network is slow, enable offline mode?": "La connexion est lente. Activer le mode hors ligne ?",
88
+ "Enable offline mode": "Activer le mode hors ligne",
89
+ "PChip Reader": "PChip Reader",
90
+ "male": "Homme",
91
+ "female": "Femme",
92
+ "popular neutral": "Neutre (populaire)",
93
+ "Offline mode": "Mode hors ligne",
94
+ "Change nickname": "Modifier le pseudo",
95
+ "UI Language": "Langue de l'interface",
96
+ "Word": "Mot",
97
+ "Date": "Date",
98
+ "My bookshelf": "Ma bibliothèque",
99
+ "Title too short": "Titre trop court",
100
+ "Modification successful": "Modification réussie",
101
+ "No books in your shelf yet": "Il n'y a encore aucun livre dans votre bibliothèque.",
102
+ "Tap the search icon above to browse books and add them to your shelf!": "Appuyez sur l'icône de recherche ci-dessus pour parcourir les livres et les ajouter à votre bibliothèque !",
103
+ "Read with experts to help you understand,": "Lisez avec des experts pour mieux comprendre,",
104
+ "Comprehensive training in English listening and reading.": "Entraînement complet à l'écoute et à la lecture en anglais.",
105
+ "Hi, {{nickName}}! Welcome!": "Bonjour, {{nickName}} ! Bienvenue !",
106
+ "Browse library": "Explorer la bibliothèque",
107
+ "Add your own TXT/PDF": "Ajouter vos propres fichiers TXT/PDF",
108
+ "Already have an account?": "Vous avez déjà un compte ?",
109
+ "Click here to login": "Cliquez ici pour vous connecter",
110
+ "We detected this is your first time using PChip Reader. Add some books!": "Nous avons détecté que c'est la première fois que vous utilisez PChip Reader. Ajoutez quelques livres !",
111
+ "Upload Book": "Importer un livre",
112
+ "Click here to upload local EPUB/MOBI/PDF/TXT": "Cliquez ici pour importer un fichier EPUB/MOBI/PDF/TXT depuis votre appareil",
113
+ "Only EPUB/MOBI/PDF/TXT is supported": "Seuls les formats EPUB/MOBI/PDF/TXT sont pris en charge",
114
+ "Upload successful": "Importation réussie",
115
+ "Book upload failed": "Échec de l'importation du livre",
116
+ "We only store your files locally!": "Nous stockons vos fichiers uniquement sur votre appareil !",
117
+ "New words": "Nouveaux mots",
118
+ "Total reading": "Temps de lecture total",
119
+ "Today's reading": "Temps de lecture aujourd'hui",
120
+ "Please choose an image file": "Veuillez sélectionner un fichier image",
121
+ "Image sent": "Image envoyée",
122
+ "Failed to upload image": "Échec du téléversement de l'image",
123
+ "analyzing grammar structure": "Analyse de la structure grammaticale",
124
+ "understanding pronunciation": "Analyse de la prononciation",
125
+ "optimizing and restructuring": "Optimisation et restructuration",
126
+ "My QR Code": "Mon code QR",
127
+ "Let friends scan to fill your username automatically": "Permettez à vos amis de scanner ce code pour remplir automatiquement votre nom d'utilisateur",
128
+ "Unable to load image": "Impossible de charger l'image",
129
+ "Loading image...": "Chargement de l'image...",
130
+ "Shared image": "Image partagée",
131
+ "QR scanning is unavailable in this environment": "La lecture des codes QR n'est pas disponible dans cet environnement",
132
+ "Camera access is not supported on this device": "L'accès à la caméra n'est pas pris en charge sur cet appareil",
133
+ "Unable to access the camera": "Impossible d'accéder à la caméra",
134
+ "No QR code found in the selected image": "Aucun code QR trouvé dans l'image sélectionnée",
135
+ "Unable to read QR code from the selected image": "Impossible de lire le code QR dans l'image sélectionnée",
136
+ "Username captured from QR code": "Nom d'utilisateur récupéré depuis le code QR",
137
+ "Initializing camera...": "Initialisation de la caméra...",
138
+ "Scan QR Code": "Scanner le code QR",
139
+ "Align the QR code within the frame to capture a username automatically.": "Alignez le code QR dans le cadre pour remplir automatiquement le nom d'utilisateur.",
140
+ "Login Success": "Connexion réussie",
141
+ "please enter your phone number": "veuillez saisir votre numéro de téléphone",
142
+ "Please enter your phone number": "Veuillez saisir votre numéro de téléphone",
143
+ "Login": "Se connecter",
144
+ "Terms&Conditions": "Conditions d'utilisation",
145
+ "and": "et",
146
+ "Privacy Policy": "Politique de confidentialité",
147
+ "Unregistered phone numbers will automatically create an account": "Tout numéro de téléphone non enregistré entraînera la création automatique d'un compte.",
148
+ "Please enter the verification code": "Veuillez saisir le code de vérification",
149
+ "Send verification code": "Envoyer le code de vérification",
150
+ "Please enter the correct phone number": "Veuillez saisir un numéro de téléphone valide",
151
+ "Verification code sent": "Code de vérification envoyé",
152
+ "Language": "Langue",
153
+ "Skip": "Passer",
154
+ "Continue": "Continuer",
155
+ "Are you 18 or older?": "Avez-vous 18 ans ou plus ?",
156
+ "Yes": "Oui",
157
+ "No": "Non",
158
+ "Please select language what you want to learn": "Veuillez sélectionner la langue que vous souhaitez apprendre",
159
+ "Please enter your age": "Veuillez saisir votre âge",
160
+ "Age": "Âge",
161
+ "Please select your gender": "Veuillez sélectionner votre genre",
162
+ "Female": "Femme",
163
+ "Male": "Homme",
164
+ "Your {{langShort}} name": "Votre nom en {{langShort}}",
165
+ "Create your own name or choose from the recommendations": "Créez votre propre nom ou choisissez parmi les suggestions",
166
+ "Enter your nickname here...": "Entrez votre pseudo ici...",
167
+ "Learning Language": "Langue étudiée",
168
+ "Finish": "Terminer",
169
+ "Nickname is required": "Le pseudo est obligatoire",
170
+ "Nickname must be at least 3 characters": "Le pseudo doit contenir au moins 3 caractères",
171
+ "Confirm": "Confirmer",
172
+ "Account Phone": "Téléphone du compte",
173
+ "Gender": "Genre",
174
+ "Education": "Niveau d'études",
175
+ "Job": "Profession",
176
+ "Hobby": "Loisir",
177
+ "Select your role": "Sélectionnez votre rôle",
178
+ "Please choose your identity": "Veuillez choisir votre identité",
179
+ "Profile Step: Nickname": "Votre pseudo",
180
+ "Profile Step: Learning Language": "Langue que vous apprenez",
181
+ "Profile Step: Mother Tongue": "Votre langue maternelle",
182
+ "By signing up, you agree with ": "En vous inscrivant, vous acceptez "
183
+ }
@@ -0,0 +1,183 @@
1
+ {
2
+ "seconds": "सेकंड",
3
+ "Send Code": "कोड भेजें",
4
+ "Add Profile": "प्रोफ़ाइल जोड़ें",
5
+ "Practitioner": "अभ्यासकर्ता",
6
+ "I want to practice languages and chat with others": "मैं भाषाओं का अभ्यास करना और दूसरों के साथ चैट करना चाहता/चाहती हूँ",
7
+ "Mate": "साथी",
8
+ "I can guide language learning and provide companionship": "मैं भाषा सीखने में मार्गदर्शन कर सकता/सकती हूँ और साथी बनकर साथ दे सकता/दे सकती हूँ",
9
+ "Unknown error": "अज्ञात त्रुटि",
10
+ "English": "अंग्रेज़ी",
11
+ "Chinese": "चीनी",
12
+ "Spanish": "स्पेनिश",
13
+ "Korean": "कोरियाई",
14
+ "French": "फ्रेंच",
15
+ "Japanese": "जापानी",
16
+ "German": "जर्मन",
17
+ "Arabic": "अरबी",
18
+ "Translation": "अनुवाद",
19
+ "Interpretation": "व्याख्या",
20
+ "Key Vocabulary & Terms": "प्रमुख शब्दावली और महत्वपूर्ण शब्द",
21
+ "Grammar": "व्याकरण",
22
+ "DM_ACL_REJECT": "डायरेक्ट मैसेज (DM) जारी रखने के लिए कृपया अन्य लोगों के उत्तर का इंतजार करें।",
23
+ "GROUP_ACL_REJECT": "आप अभी इस समूह का हिस्सा नहीं हैं। कृपया समूह के मालिक द्वारा आपके अनुरोध की स्वीकृति होने तक प्रतीक्षा करें।",
24
+ "Tree Hole": "ट्री होल",
25
+ "Chat": "चैट",
26
+ "Contacts": "संपर्क",
27
+ "Remove Contact": "संपर्क हटाएं",
28
+ "Exit Group": "समूह छोड़ें",
29
+ "Chat Settings": "चैट सेटिंग्स",
30
+ "Awaiting friend confirmation": "मित्र की पुष्टि की प्रतीक्षा",
31
+ "Revision failed": "पुनरीक्षण विफल हुआ",
32
+ "Please use English": "कृपया अंग्रेज़ी का उपयोग करें",
33
+ "Speech recognition failed. Please try again.": "वॉइस पहचान विफल हुई। कृपया पुनः प्रयास करें।",
34
+ "analyzing...": "विश्लेषण कर रहा है...",
35
+ "Loading profiles...": "प्रोफ़ाइल लोड हो रहे हैं...",
36
+ "Add Friend": "मित्र जोड़ें",
37
+ "Create Group": "समूह बनाएं",
38
+ "Logout": "लॉग आउट",
39
+ "Copied username to clipboard": "यूज़रनेम क्लिपबोर्ड में कॉपी कर दिया गया",
40
+ "Switch Identity": "पहचान बदलें",
41
+ "Function": "फ़ंक्शन",
42
+ "Quote": "उद्धरण",
43
+ "Instructions(Optional)": "निर्देश (वैकल्पिक)",
44
+ "joined the room": "कमरे में शामिल हो गए",
45
+ "left the room": "कमरा छोड़ गए",
46
+ "View": "देखें",
47
+ "Recall": "वापस लें",
48
+ "Hide Translation": "अनुवाद छिपाएँ",
49
+ "Translate": "अनुवाद करें",
50
+ "Collapse": "समेटें",
51
+ "Before you accept, she won’t know you've seen any messages.": "जब तक आप स्वीकार नहीं करते, वह यह नहीं जान पाएगी कि आपने कोई संदेश देखा है।",
52
+ "Allow {{name}} to send you messages and share your name and profile picture?": "क्या आप {{name}} को आपको संदेश भेजने और आपका नाम व प्रोफ़ाइल तस्वीर साझा करने की अनुमति देना चाहेंगे?",
53
+ "Message": "संदेश",
54
+ "Study": "पढ़ाई",
55
+ "Discover": "खोजें",
56
+ "Me": "मैं",
57
+ "coming soon": "जल्द आ रहा है",
58
+ "This feature is under": "यह सुविधा",
59
+ "development": "विकास के अधीन है",
60
+ "Back": "वापस",
61
+ "Search contacts or groups": "संपर्क या समूह खोजें",
62
+ "Groups": "समूह",
63
+ "No Results": "कोई परिणाम नहीं मिला",
64
+ "Say Hi": "नमस्ते कहें",
65
+ "Add": "जोड़ें",
66
+ "Find Friend": "दोस्त खोजें",
67
+ "Input Username": "यूज़रनेम लिखें",
68
+ "my account: ": "मेरा खाता: ",
69
+ "Already Applied": "पहले ही अनुरोध भेजा जा चुका है",
70
+ "User is blocked": "उपयोगकर्ता अवरुद्ध है",
71
+ "Failed": "असफल",
72
+ "Please select at least one member": "कृपया कम से कम एक सदस्य चुनें",
73
+ "Group created": "समूह बनाया गया",
74
+ "Group Name": "समूह का नाम",
75
+ "Group Name is required": "समूह का नाम आवश्यक है",
76
+ "Loading...": "लोड हो रहा है...",
77
+ "Create": "बनाएं",
78
+ "Group updated": "समूह अपडेट किया गया",
79
+ "Update Group": "समूह अपडेट करें",
80
+ "Update": "अपडेट करें",
81
+ "No Chats": "कोई चैट नहीं",
82
+ "ParrotMate": "ParrotMate",
83
+ "Speak Different": "अलग बोलें",
84
+ "Not logged in": "लॉग इन नहीं किया गया",
85
+ "User Name": "उपयोगकर्ता नाम",
86
+ "copy": "कॉपी करें",
87
+ "Network is slow, enable offline mode?": "नेटवर्क धीमा है। क्या आप ऑफ़लाइन मोड चालू करना चाहेंगे?",
88
+ "Enable offline mode": "ऑफ़लाइन मोड चालू करें",
89
+ "PChip Reader": "PChip Reader",
90
+ "male": "पुरुष",
91
+ "female": "महिला",
92
+ "popular neutral": "लोकप्रिय (तटस्थ)",
93
+ "Offline mode": "ऑफ़लाइन मोड",
94
+ "Change nickname": "उपनाम बदलें",
95
+ "UI Language": "इंटरफ़ेस भाषा",
96
+ "Word": "शब्द",
97
+ "Date": "तारीख",
98
+ "My bookshelf": "मेरी किताबें",
99
+ "Title too short": "शीर्षक बहुत छोटा है",
100
+ "Modification successful": "सफलतापूर्वक संशोधित किया गया",
101
+ "No books in your shelf yet": "आपकी शेल्फ़ में अभी कोई किताबें नहीं हैं",
102
+ "Tap the search icon above to browse books and add them to your shelf!": "ऊपर के खोज आइकन पर टैप करके किताबें खोजें और उन्हें अपनी शेल्फ़ में जोड़ें!",
103
+ "Read with experts to help you understand,": "समझने में मदद के लिए विशेषज्ञों के साथ पढ़ें,",
104
+ "Comprehensive training in English listening and reading.": "अंग्रेज़ी सुनने और पढ़ने का व्यापक प्रशिक्षण।",
105
+ "Hi, {{nickName}}! Welcome!": "नमस्ते, {{nickName}}! आपका स्वागत है!",
106
+ "Browse library": "लाइब्रेरी ब्राउज़ करें",
107
+ "Add your own TXT/PDF": "अपना TXT/PDF जोड़ें",
108
+ "Already have an account?": "क्या आपके पास पहले से खाता है?",
109
+ "Click here to login": "लॉगिन करने के लिए यहाँ क्लिक करें",
110
+ "We detected this is your first time using PChip Reader. Add some books!": "हमने देखा कि आप पहली बार PChip Reader का उपयोग कर रहे हैं। कुछ किताबें जोड़ें!",
111
+ "Upload Book": "पुस्तक अपलोड करें",
112
+ "Click here to upload local EPUB/MOBI/PDF/TXT": "स्थानीय EPUB/MOBI/PDF/TXT अपलोड करने के लिए यहाँ क्लिक करें",
113
+ "Only EPUB/MOBI/PDF/TXT is supported": "केवल EPUB/MOBI/PDF/TXT फ़ाइलें समर्थित हैं",
114
+ "Upload successful": "अपलोड सफल",
115
+ "Book upload failed": "पुस्तक अपलोड विफल हो गई",
116
+ "We only store your files locally!": "हम आपकी फ़ाइलें केवल स्थानीय रूप से संग्रहीत करते हैं!",
117
+ "New words": "नए शब्द",
118
+ "Total reading": "कुल पढ़ाई",
119
+ "Today's reading": "आज की पढ़ाई",
120
+ "Please choose an image file": "कृपया एक छवि फ़ाइल चुनें",
121
+ "Image sent": "छवि भेज दी गई",
122
+ "Failed to upload image": "छवि अपलोड नहीं हो सकी",
123
+ "analyzing grammar structure": "वाक्य रचना का विश्लेषण किया जा रहा है",
124
+ "understanding pronunciation": "उच्चारण समझा जा रहा है",
125
+ "optimizing and restructuring": "अनुकूलन और पुनर्संरचना",
126
+ "My QR Code": "मेरा QR कोड",
127
+ "Let friends scan to fill your username automatically": "दोस्त स्कैन करके आपका उपयोगकर्ता नाम अपने आप भर सकें",
128
+ "Unable to load image": "छवि लोड नहीं हो सकी",
129
+ "Loading image...": "छवि लोड हो रही है...",
130
+ "Shared image": "साझा की गई छवि",
131
+ "QR scanning is unavailable in this environment": "इस वातावरण में QR स्कैनिंग उपलब्ध नहीं है",
132
+ "Camera access is not supported on this device": "इस डिवाइस पर कैमरे तक पहुँच समर्थित नहीं है",
133
+ "Unable to access the camera": "कैमरे तक पहुँच संभव नहीं है",
134
+ "No QR code found in the selected image": "चयनित छवि में कोई QR कोड नहीं मिला",
135
+ "Unable to read QR code from the selected image": "चयनित छवि से QR कोड पढ़ा नहीं जा सका",
136
+ "Username captured from QR code": "QR कोड से उपयोगकर्ता नाम प्राप्त हुआ",
137
+ "Initializing camera...": "कैमरा प्रारंभ किया जा रहा है...",
138
+ "Scan QR Code": "QR कोड स्कैन करें",
139
+ "Align the QR code within the frame to capture a username automatically.": "उपयोगकर्ता नाम अपने आप भरने के लिए QR कोड को फ्रेम के भीतर रखें।",
140
+ "Login Success": "लॉग इन सफल",
141
+ "please enter your phone number": "कृपया अपना फोन नंबर दर्ज करें",
142
+ "Please enter your phone number": "कृपया अपना फोन नंबर दर्ज करें",
143
+ "Login": "लॉग इन",
144
+ "Terms&Conditions": "नियम और शर्तें",
145
+ "and": "और",
146
+ "Privacy Policy": "गोपनीयता नीति",
147
+ "Unregistered phone numbers will automatically create an account": "यदि फोन नंबर पंजीकृत नहीं है तो उसके लिए स्वचालित रूप से एक खाता बना दिया जाएगा",
148
+ "Please enter the verification code": "कृपया सत्यापन कोड दर्ज करें",
149
+ "Send verification code": "सत्यापन कोड भेजें",
150
+ "Please enter the correct phone number": "कृपया सही फोन नंबर दर्ज करें",
151
+ "Verification code sent": "सत्यापन कोड भेज दिया गया",
152
+ "Language": "भाषा",
153
+ "Skip": "छोड़ें",
154
+ "Continue": "जारी रखें",
155
+ "Are you 18 or older?": "क्या आपकी उम्र 18 वर्ष या अधिक है?",
156
+ "Yes": "हाँ",
157
+ "No": "नहीं",
158
+ "Please select language what you want to learn": "कृपया वह भाषा चुनें जिसे आप सीखना चाहते हैं",
159
+ "Please enter your age": "कृपया अपनी उम्र दर्ज करें",
160
+ "Age": "उम्र",
161
+ "Please select your gender": "कृपया अपना लिंग चुनें",
162
+ "Female": "महिला",
163
+ "Male": "पुरुष",
164
+ "Your {{langShort}} name": "आपका {{langShort}} नाम",
165
+ "Create your own name or choose from the recommendations": "अपना नाम बनाएं या सुझाए गए विकल्पों में से चुनें",
166
+ "Enter your nickname here...": "यहाँ अपना उपनाम दर्ज करें...",
167
+ "Learning Language": "सीखने की भाषा",
168
+ "Finish": "समाप्त करें",
169
+ "Nickname is required": "उपनाम आवश्यक है",
170
+ "Nickname must be at least 3 characters": "उपनाम कम से कम 3 वर्ण का होना चाहिए",
171
+ "Confirm": "पुष्टि करें",
172
+ "Account Phone": "खाता फ़ोन",
173
+ "Gender": "लिंग",
174
+ "Education": "शिक्षा",
175
+ "Job": "पेशा",
176
+ "Hobby": "शौक",
177
+ "Select your role": "अपनी भूमिका चुनें",
178
+ "Please choose your identity": "कृपया अपनी पहचान चुनें",
179
+ "Profile Step: Nickname": "उपनाम",
180
+ "Profile Step: Learning Language": "सीखने की भाषा",
181
+ "Profile Step: Mother Tongue": "मातृभाषा",
182
+ "By signing up, you agree with ": "साइन अप करने पर आप निम्न से सहमत होते हैं "
183
+ }