@tapni/auth 1.0.5 → 1.0.6-3.dev
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.
- package/README.md +2 -0
- package/dist/.vite/manifest.json +16 -43
- package/dist/.well-known/assetlinks.json +10 -12
- package/dist/.well-known/microsoft-identity-association.json +5 -5
- package/dist/{Apps-DMds3Dv-.js → Apps-XNA4_3B4.js} +34 -34
- package/dist/Billing-Br0-fHed.js +256 -0
- package/dist/CustomApp-CrlbYDOm.js +83 -0
- package/dist/QR-Bvqb60-E.js +41 -0
- package/dist/TapniAuth.es.js +1 -1
- package/dist/TapniAuth.umd.js +49 -23
- package/dist/{install-L-cxSovH.js → install-7FOVy8Ol.js} +6267 -4743
- package/dist/site.webmanifest +11 -1
- package/dist/style.css +1 -1
- package/dist/{web-IFGkBi0t.js → web-UrTMimK1.js} +2 -2
- package/package.json +65 -55
- package/src/.prettierrc.json +16 -0
- package/src/App.vue +326 -269
- package/src/eslint.config.js +15 -0
- package/src/index.js +4 -0
- package/src/install.js +9 -10
- package/src/main.js +54 -57
- package/src/mixins/apple.mixin.js +56 -54
- package/src/mixins/auth.mixin.js +3 -2
- package/src/mixins/global.mixin.js +3 -3
- package/src/mixins/google.mixin.js +53 -54
- package/src/mixins/microsoft.mixin.js +2 -5
- package/src/mixins/okta.mixin.js +1 -1
- package/src/mixins/qr-auth.mixin.js +111 -107
- package/src/mixins/saml.mixin.js +82 -45
- package/src/router/index.js +6 -6
- package/src/routes.js +1 -1
- package/src/services/Api.js +56 -58
- package/src/services/AuthService.js +7 -9
- package/src/services/CompanyService.js +10 -10
- package/src/services/DeviceService.js +3 -3
- package/src/services/UserService.js +48 -45
- package/src/services/UtilService.js +317 -225
- package/src/store/auth.js +485 -549
- package/src/store/constants.js +2 -2
- package/src/store/event-bus.js +22 -22
- package/src/store/locales/cn.js +476 -458
- package/src/store/locales/de.js +478 -517
- package/src/store/locales/en.js +454 -513
- package/src/store/locales/es.js +477 -524
- package/src/store/locales/fr.js +477 -516
- package/src/store/locales/it.js +477 -514
- package/src/store/locales/ja.js +488 -0
- package/src/store/locales/kr.js +477 -491
- package/src/store/locales/lang.js +51 -43
- package/src/store/locales/pt.js +488 -0
- package/src/store/locales/sr.js +477 -492
- package/src/store/locales/tr.js +477 -487
- package/src/store/store.js +6 -6
- package/src/views/Account.vue +36 -8
- package/src/views/Billing.vue +464 -34
- package/src/views/Callback.vue +36 -33
- package/src/views/General.vue +151 -185
- package/src/views/Login.vue +2 -25
- package/src/views/Register.vue +2 -12
- package/src/views/Reset.vue +132 -135
- package/src/views/Security.vue +13 -7
- package/src/views/Verify.vue +153 -151
- package/src/views/Welcome.vue +85 -71
- package/dist/Account-Cuz87g_8.js +0 -153
- package/dist/Billing-BXlQEuNy.js +0 -113
- package/dist/CustomApp-CLCMXmMO.js +0 -83
- package/dist/General-dW73bMoR.js +0 -479
- package/dist/QR-D6ZGcPM0.js +0 -41
- package/dist/index.css +0 -193
- package/dist/web-AXRKjAOB.js +0 -92
- package/src/components/DELETE_Language.vue +0 -168
- package/src/components/DELETE_LinkIcon.vue +0 -288
- package/src/components/DELETE_ModalOverlay.vue +0 -68
- package/src/components/DELETE_OTP.vue +0 -105
- package/src/components/DELETE_SSO.vue +0 -120
- package/src/components/DELETE_SSOPick.vue +0 -166
- package/src/mixins/DELETE_mfa-auth.mixin.js +0 -53
- package/src/mixins/facebook.mixin.js +0 -78
package/src/store/locales/en.js
CHANGED
|
@@ -1,532 +1,473 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
state: {
|
|
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
|
-
contact_card_work_address: "Enter work address",
|
|
75
|
-
contact_card_work_address_p: "Contact card work address",
|
|
76
|
-
contact_card_social:
|
|
77
|
-
"Choose social media links to your Tapni profile <br>in order to add them in the contact card",
|
|
78
|
-
contact_card_social_p: "Choose social media links for the contact card",
|
|
3
|
+
english: 'English',
|
|
4
|
+
spanish: 'Spanish',
|
|
5
|
+
german: 'German',
|
|
6
|
+
korean: 'Korean',
|
|
7
|
+
italian: 'Italian',
|
|
8
|
+
french: 'French',
|
|
9
|
+
serbian: 'Serbian',
|
|
10
|
+
turkish: 'Turkish',
|
|
11
|
+
chinese: 'Chinese',
|
|
12
|
+
japanese: 'Japanese',
|
|
13
|
+
portuguese: 'Portuguese',
|
|
14
|
+
app_language: 'Language',
|
|
15
|
+
profile_preview: 'Profile preview',
|
|
16
|
+
edit_profile: 'Edit profile',
|
|
17
|
+
login: 'Login',
|
|
18
|
+
referral_reach: 'Provide us with more information about you and your reach.',
|
|
19
|
+
referral_apply_placeholder: 'How do you plan to promote Tapni?',
|
|
20
|
+
referral_apply_note: 'Add as many links as possible in your account, <br>\n' + '\t\t so that we can know who you are.\n' + '\t\t <br><br>Be exclusive.\n' + '\t\t <br>Not everyone gets accepted.😉',
|
|
21
|
+
referral_apply_now: 'Apply now',
|
|
22
|
+
referral_apply_thanks: 'Thanks for applying. We will review your application soon!',
|
|
23
|
+
connect: 'Connect',
|
|
24
|
+
with: 'with',
|
|
25
|
+
exchange_contact: 'Exchange Contact',
|
|
26
|
+
add_details: 'Add more',
|
|
27
|
+
show_details: 'Show more',
|
|
28
|
+
download_contact: 'Download Contact',
|
|
29
|
+
stay_in_touch: 'Stay in touch with',
|
|
30
|
+
no_thanks: 'No Thanks',
|
|
31
|
+
connect_join: 'Join Tapni',
|
|
32
|
+
connect_with: 'Exchange contact with',
|
|
33
|
+
connect_required_fields: 'One of the two contact fields must be provided',
|
|
34
|
+
name: 'Name',
|
|
35
|
+
first_name: 'First name',
|
|
36
|
+
last_name: 'Last name',
|
|
37
|
+
email: 'Email',
|
|
38
|
+
phone: 'Phone number',
|
|
39
|
+
phone_p: 'Phone',
|
|
40
|
+
company: 'Company',
|
|
41
|
+
address: 'Address',
|
|
42
|
+
website: 'Website',
|
|
43
|
+
open: 'Open',
|
|
44
|
+
delete: 'Delete',
|
|
45
|
+
confirm: 'Confirm',
|
|
46
|
+
cancel: 'Cancel',
|
|
47
|
+
save: 'Save',
|
|
48
|
+
code: 'Code',
|
|
49
|
+
note: 'Note',
|
|
50
|
+
note_p: 'Add a note',
|
|
51
|
+
contact_card_icon: 'Set text under the contact card icon',
|
|
52
|
+
contact_card_name: 'Enter first and lastname',
|
|
53
|
+
contact_card_name_p: 'Contact card name',
|
|
54
|
+
contact_card_email: 'Enter personal email address',
|
|
55
|
+
contact_card_email_p: 'Contact card email',
|
|
56
|
+
contact_card_phone: 'Enter personal phone number',
|
|
57
|
+
contact_card_phone_p: 'Contact card phone',
|
|
58
|
+
contact_card_website: 'Enter personal website',
|
|
59
|
+
contact_card_website_p: 'Contact card website',
|
|
60
|
+
contact_card_company_name: 'Enter company name',
|
|
61
|
+
contact_card_company_name_p: 'Contact card company name',
|
|
62
|
+
contact_card_job_title: 'Job title',
|
|
63
|
+
contact_card_job_title_p: 'Enter job title',
|
|
64
|
+
contact_card_company_website: 'Company website',
|
|
65
|
+
contact_card_company_website_p: 'Enter company website',
|
|
66
|
+
contact_card_bio: 'Enter bio for the contact card',
|
|
67
|
+
contact_card_bio_p: 'Enter bio for the contact card',
|
|
68
|
+
contact_card_home_address: 'Enter home address',
|
|
69
|
+
contact_card_home_address_p: 'Contact card home address',
|
|
70
|
+
contact_card_work_address: 'Enter work address',
|
|
71
|
+
contact_card_work_address_p: 'Contact card work address',
|
|
72
|
+
contact_card_social: 'Choose social media links to your Tapni profile <br>in order to add them in the contact card',
|
|
73
|
+
contact_card_social_p: 'Choose social media links for the contact card',
|
|
79
74
|
|
|
80
|
-
|
|
81
|
-
|
|
75
|
+
link_text_p: 'Link Text',
|
|
76
|
+
link_icon: 'Set text under the link icon',
|
|
82
77
|
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
"When you tap someone's phone, <br> this link will be opened instead of your full profile.",
|
|
78
|
+
direct_pick: 'Pick a direct link',
|
|
79
|
+
direct_p: "When you tap someone's phone, <br> this link will be opened instead of your full profile.",
|
|
86
80
|
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
password_least_one_uppercase:
|
|
107
|
-
"Password must contain at least one uppercase letter",
|
|
108
|
-
password_least_one_number: "Password must contain at least one number",
|
|
109
|
-
password_not_match: "Passwords do not match",
|
|
110
|
-
password_change_success: "Successfully changed password",
|
|
81
|
+
password_change: 'Change password',
|
|
82
|
+
password_repeat: 'Repeat password',
|
|
83
|
+
password_reset_t: 'Password reset',
|
|
84
|
+
password_current: 'Enter your current password',
|
|
85
|
+
password_current_p: 'Current Password',
|
|
86
|
+
password_new: 'Enter your new password',
|
|
87
|
+
password_new_p: 'New Password',
|
|
88
|
+
password_new_repeat: 'Enter your new password again',
|
|
89
|
+
password_new_repeat_p: 'Enter your new password again',
|
|
90
|
+
password_update: 'Password update',
|
|
91
|
+
password_reset: "If you can't remember your current password,<br>\n" + '\t\t you can reset it ',
|
|
92
|
+
delete_account_permanently: 'Are you sure you want to delete your Tapni account permanently?',
|
|
93
|
+
by_clicking_here: 'by clicking here',
|
|
94
|
+
password_8_chars: 'Password must contain at least 8 characters',
|
|
95
|
+
password_least_one_lowercase: 'Password must contain at least one lowercase letter',
|
|
96
|
+
password_least_one_uppercase: 'Password must contain at least one uppercase letter',
|
|
97
|
+
password_least_one_number: 'Password must contain at least one number',
|
|
98
|
+
password_not_match: 'Passwords do not match',
|
|
99
|
+
password_change_success: 'Successfully changed password',
|
|
111
100
|
|
|
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
|
-
contact_us: "contact us",
|
|
140
|
-
contact_us_verify: "in order to verify your email address.",
|
|
141
|
-
verify_email: "Verify Email address",
|
|
142
|
-
verify_email_subject: "Email Verification",
|
|
143
|
-
verify_email_inbox: "Check your inbox for",
|
|
101
|
+
or: 'or',
|
|
102
|
+
profile: 'Profile',
|
|
103
|
+
account_settings: 'Account Settings',
|
|
104
|
+
profile_public: 'Public profile',
|
|
105
|
+
profile_public_p: 'Your profile is publicly available via: ',
|
|
106
|
+
profile_active: 'Active profile',
|
|
107
|
+
profile_active_p: "If you deactivate your profile, nobody will have access to it and the connected tags won't work anymore",
|
|
108
|
+
profile_change_password: 'Change Password',
|
|
109
|
+
profile_change_username: 'Change Username',
|
|
110
|
+
profile_change_language: 'Change Language',
|
|
111
|
+
profile_delete_account: 'Delete Account',
|
|
112
|
+
profile_confirm_delete_account: 'Delete Account',
|
|
113
|
+
profile_cancel_delete_account: 'Cancel',
|
|
114
|
+
profile_delete_account_success: 'The account has been successfully deleted',
|
|
115
|
+
profile_remove_p: 'If you would like to remove your account,<br>\n' + '\t\t please write us at',
|
|
116
|
+
profile_contact_support: 'If you have problems with the settings,<br>\n' + '\t\t please write us at',
|
|
117
|
+
profile_email_subject: 'Tapni App Support',
|
|
118
|
+
profile_remove_subject: 'Account Removal Request',
|
|
119
|
+
profile_update_success: 'Successfully updated profile',
|
|
120
|
+
profile_complete: 'Complete your profile',
|
|
121
|
+
completed: 'Completed',
|
|
122
|
+
uncompleted: 'Uncompleted',
|
|
123
|
+
contact_us: 'contact us',
|
|
124
|
+
contact_us_verify: 'in order to verify your email address.',
|
|
125
|
+
verify_email: 'Verify Email address',
|
|
126
|
+
verify_email_subject: 'Email Verification',
|
|
127
|
+
verify_email_inbox: 'Check your inbox for',
|
|
144
128
|
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
share_profile_qr: "Share profile",
|
|
163
|
-
share_contactcard_qr: "Contact Card",
|
|
164
|
-
scan_qr_code: "Scan QR Code",
|
|
165
|
-
enter_activation_code: "Enter the activation code",
|
|
166
|
-
activate_tag: "Activate tag",
|
|
167
|
-
order_tapni:
|
|
168
|
-
"If you haven't ordered your Tapni yet,<br>\n" +
|
|
169
|
-
" you can pick yours ",
|
|
129
|
+
add_first_link: 'Add your first link',
|
|
130
|
+
add_first_link_p: 'Tap here to add your social media channels <br>\n' + '\t\t\t or contact information to your Tapni profile.',
|
|
131
|
+
add_picture: 'Add a profile picture',
|
|
132
|
+
add_picture_p: 'Tap here to upload your profile picture.',
|
|
133
|
+
add_tag: 'Activate your Tapni',
|
|
134
|
+
add_tag_p: 'Tap here to activate your Tapni NFC tag.',
|
|
135
|
+
completing_profile: 'Problems with completing your profile?<br>\n' + '\t\t Feel free to write us at ',
|
|
136
|
+
completing_profile_subject: 'Complete profile',
|
|
137
|
+
share_profile: 'Share profile',
|
|
138
|
+
share_profile_p: 'Others can scan this QR code <br> in order to see your profile',
|
|
139
|
+
share_profile_change_username: 'If you want to change your link, <br> <u>click here</u> to change username.',
|
|
140
|
+
share_profile_qr: 'Share profile',
|
|
141
|
+
share_contactcard_qr: 'Contact Card',
|
|
142
|
+
scan_qr_code: 'Scan QR Code',
|
|
143
|
+
enter_activation_code: 'Enter the activation code',
|
|
144
|
+
activate_tag: 'Activate tag',
|
|
145
|
+
order_tapni: "If you haven't ordered your Tapni yet,<br>\n" + ' you can pick yours ',
|
|
170
146
|
activation_success: "Successfully connected tag. <br> You're all set!🥳",
|
|
171
147
|
activation_success_message: "Successfully connected tag. You're all set!🥳",
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
tag_delete_confirm:
|
|
185
|
-
"Save the activation code before unlinking the tag,<br> otherwise it can't be reactivated.",
|
|
148
|
+
activation_error: 'This is not a valid tag. <br> Try again.',
|
|
149
|
+
activation_error_message: 'This is not a valid tag. <br> Try again.',
|
|
150
|
+
activation_progress: 'Tag registration in progress...',
|
|
151
|
+
activation_invalid_code: 'Invalid activation code.',
|
|
152
|
+
activation_qr_failed: 'QR Code Scanning failed',
|
|
153
|
+
activation_qr_area: 'Place a QR Code inside the scan area',
|
|
154
|
+
activation_code: 'Activation code',
|
|
155
|
+
invalid_code: 'Invalid code',
|
|
156
|
+
total_taps: 'Total taps',
|
|
157
|
+
active: 'Active',
|
|
158
|
+
tag_active_p: "If deactivated, it won't open your profile <br> when you tap someone's phone.",
|
|
159
|
+
tag_delete_confirm: "Save the activation code before unlinking the tag,<br> otherwise it can't be reactivated.",
|
|
186
160
|
|
|
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
|
-
redirect_enabled: "Auto-redirect Link enabled",
|
|
239
|
-
redirect_disabled: "Auto-redirect Link disabled",
|
|
161
|
+
upload_profile_picture: 'Upload Profile Picture',
|
|
162
|
+
upload_cover_picture: 'Upload Cover Picture',
|
|
163
|
+
upload_link_picture: 'Upload Link Picture',
|
|
164
|
+
select_from_device: 'Select from device',
|
|
165
|
+
select_from_mobile: 'Select picture from your mobile device',
|
|
166
|
+
select_from_computer: 'or drag & drop it if you are using a computer',
|
|
167
|
+
crop: 'Crop',
|
|
168
|
+
crop_upload: 'Crop and Upload',
|
|
169
|
+
crop_image: 'Crop Image',
|
|
170
|
+
drag_and_drop: 'Drag & Drop files here',
|
|
171
|
+
upload_success: 'Media successfully uploaded',
|
|
172
|
+
browser_not_supported: 'Your browser does not support',
|
|
173
|
+
change_username: 'Change username',
|
|
174
|
+
change_username_success: 'Successfully changed username',
|
|
175
|
+
update_username: 'Update username',
|
|
176
|
+
new_username: 'Enter your new username',
|
|
177
|
+
username_check: 'Please provide a proper username',
|
|
178
|
+
username_is_free: 'username is free',
|
|
179
|
+
anonymous: 'Anonymous',
|
|
180
|
+
connected: 'Connected',
|
|
181
|
+
exchanged: 'Exchanged',
|
|
182
|
+
accept: 'Accept',
|
|
183
|
+
view: 'View',
|
|
184
|
+
join: 'Join',
|
|
185
|
+
add_account: 'Add account',
|
|
186
|
+
complete_profile: 'Complete profile',
|
|
187
|
+
my_profile: 'My profile',
|
|
188
|
+
my_qr: 'My QR',
|
|
189
|
+
my_connections: 'My connections',
|
|
190
|
+
contacts: 'Contacts',
|
|
191
|
+
my_tags: 'My tags',
|
|
192
|
+
buy_tapni: 'Buy Tapni',
|
|
193
|
+
referral_program: 'Referral program',
|
|
194
|
+
device_compatibility: 'Device compatibility',
|
|
195
|
+
help: 'Help',
|
|
196
|
+
settings: 'Settings',
|
|
197
|
+
logout: 'Logout',
|
|
198
|
+
version: 'Version',
|
|
199
|
+
configure: 'Configure',
|
|
200
|
+
unexpected_err: 'Unexpected error occurred, please contact us at support@tapni.com',
|
|
201
|
+
success_login: 'Successfully logged in with another account.',
|
|
202
|
+
password_reset_success: 'Password reset code was sent to your email.',
|
|
203
|
+
password_reseted_success: 'Successfully changed password. You can log in now.',
|
|
204
|
+
success_remove_link: 'Successfully removed link',
|
|
205
|
+
success_remove_picture: 'Successfully removed picture',
|
|
206
|
+
profile_active_message: 'Your profile is now active',
|
|
207
|
+
profile_inactive_message: 'Your profile is now disabled',
|
|
208
|
+
profile_public_message: 'Your profile is now public',
|
|
209
|
+
profile_private_message: 'Your profile is now private',
|
|
210
|
+
redirect_enabled: 'Auto-redirect Link enabled',
|
|
211
|
+
redirect_disabled: 'Auto-redirect Link disabled',
|
|
240
212
|
tag_active: "Tag is now active. Let’s get tappin'",
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
213
|
+
tag_inactive: 'Tag is now disabled. Your visitors will land on tapni.co',
|
|
214
|
+
tag_removed: 'Successfully removed tag',
|
|
215
|
+
connection_accepted: 'Connection request accepted.',
|
|
216
|
+
connection_added: 'New connection successfully added',
|
|
217
|
+
connection_exist: 'You are already connected to this user',
|
|
218
|
+
not_found: 'Not found',
|
|
219
|
+
not_found_p: 'It seems like you are lost',
|
|
220
|
+
go_back: 'Go back',
|
|
221
|
+
referral_p1: 'Earn 20% commission<br> on referral sales 💰',
|
|
222
|
+
referral_p2: 'Give others 20% off<br> with your discount code 🎁',
|
|
251
223
|
referral_p3: "It's a win-win 🤝",
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
"\t\t\t\tShare them on your website and social media, and make money while we deliver a great connecting experience.",
|
|
264
|
-
referral_p8: "Payout Note",
|
|
265
|
-
referral_p9:
|
|
266
|
-
"Paypal (Worldwide) and Bank Transfers (EU) <br> Minimum payout amount is 25€.",
|
|
267
|
-
referral_p10: "Request Payout",
|
|
268
|
-
referral_p11: "Requested Payout",
|
|
269
|
-
your_connections: "Your connections",
|
|
270
|
-
connections_p1: "Get in touch with people you met",
|
|
224
|
+
referral_p4: 'If you want to change your referrals,<br>\n' + '\t\t\t\t or if you have any questions,<br>\n' + '\t\t\t\t write us on',
|
|
225
|
+
referral_p5: 'Start earning money now!',
|
|
226
|
+
referral_p66: 'Share your referral link and make money!',
|
|
227
|
+
referral_p6: 'If you are a blogger, influencer or social media enthusiast you are a perfect fit for our Referral Program.\n' + '\t\t\t\tPromote our Brand and earn a 20% commission on purchases made with your discount code or referral link.',
|
|
228
|
+
referral_p7: 'After registering for the Tapni Referral Program, you will get a personal referral link and discount code.\n' + '\t\t\t\tShare them on your website and social media, and make money while we deliver a great connecting experience.',
|
|
229
|
+
referral_p8: 'Payout Note',
|
|
230
|
+
referral_p9: 'Paypal (Worldwide) and Bank Transfers (EU) <br> Minimum payout amount is 25€.',
|
|
231
|
+
referral_p10: 'Request Payout',
|
|
232
|
+
referral_p11: 'Requested Payout',
|
|
233
|
+
your_connections: 'Your connections',
|
|
234
|
+
connections_p1: 'Get in touch with people you met',
|
|
271
235
|
connections_p2: "<br><br>No connections so far. <br> Let's get tappin'💥",
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
download_p1: "Download Tapni App",
|
|
288
|
-
download_p2: "Available for Apple and Android devices",
|
|
289
|
-
user_not_found: "User not found",
|
|
236
|
+
connections_p3: 'No connections found.',
|
|
237
|
+
connection_success: 'Successfully sent a connection request',
|
|
238
|
+
exchange_success: 'Successfully exchanged contacts.',
|
|
239
|
+
create_free_account: 'Create a free Tapni account and keep your contacts up to date!',
|
|
240
|
+
connection_edit: 'Manage connection',
|
|
241
|
+
connection_edit_success: 'Successfully updated connection',
|
|
242
|
+
connection_delete_success: 'Successfully deleted connection',
|
|
243
|
+
search: 'Search',
|
|
244
|
+
devices_p1: 'Devices compatibility list',
|
|
245
|
+
devices_p2: 'Tapni uses technology that is compatible with most newer iPhone and Android devices.',
|
|
246
|
+
devices_p3: 'Some Android phones might have NFC turned off. If your Tapni is not working on an Android device, search for NFC in settings and make sure it is turned on.',
|
|
247
|
+
devices_p4: 'with iOS 14 NFC widget in control center',
|
|
248
|
+
download_p1: 'Download Tapni App',
|
|
249
|
+
download_p2: 'Available for Apple and Android devices',
|
|
250
|
+
user_not_found: 'User not found',
|
|
290
251
|
user_not_found_p: "We couldn't find the user in our database🤷",
|
|
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
|
-
case: "Case",
|
|
395
|
-
standee: "Standee",
|
|
396
|
-
decoded: "Decoded",
|
|
397
|
-
wristbanditz: "Wristbanditz",
|
|
398
|
-
update_p1: "Outdated app version detected",
|
|
399
|
-
update_p2: "Update",
|
|
400
|
-
update_p3: "Please update the app to the newest version",
|
|
401
|
-
company_domain: "Your company domain",
|
|
402
|
-
search_company_domain: "Search your company domain",
|
|
403
|
-
enter_company_email: "Enter business email",
|
|
404
|
-
company_not_found: "Company not found",
|
|
405
|
-
ik_company_domain: "I know the company domain",
|
|
252
|
+
taps: 'taps',
|
|
253
|
+
private_profile: 'Private profile',
|
|
254
|
+
private_profile_p: 'is a private profile. <br> Profile is visible using Tapni tags only ',
|
|
255
|
+
profile_bio_p: 'Write something about you or your brand',
|
|
256
|
+
add_to_contacts: 'Add to contacts',
|
|
257
|
+
drag_and_drop_links: 'Drag & Drop links in the desired order',
|
|
258
|
+
no_links: 'There are no links in your profile.',
|
|
259
|
+
add_link: 'Add link',
|
|
260
|
+
direct_link_p1: 'Visitors will be automatically redirected to:',
|
|
261
|
+
profile_not_active: 'Your profile is currently not active <br> and only you can see it when logged in.',
|
|
262
|
+
profile_not_public: 'Your profile is currently not public <br> and only those who tap you can see it.',
|
|
263
|
+
activate_profile_now: 'Activate your profile now',
|
|
264
|
+
publish_profile_now: 'Make your profile public now',
|
|
265
|
+
link_add_p1: 'Choose a link type',
|
|
266
|
+
link_add_not_found: 'No links found 🤷',
|
|
267
|
+
link_add_not_found_p2: 'If we missed your favourite platform, please drop us and email (<b>support@tapni.com</b>) or DM us on social media (<b>@tapni</b>)',
|
|
268
|
+
link_add_not_found_p3: 'We will try our best to support all platforms 😉',
|
|
269
|
+
featured: 'Featured',
|
|
270
|
+
social_media: 'Social media',
|
|
271
|
+
contact: 'Contact',
|
|
272
|
+
finance: 'Finance',
|
|
273
|
+
portfolio: 'Portfolio',
|
|
274
|
+
music: 'Music',
|
|
275
|
+
business: 'Business',
|
|
276
|
+
fun: 'Fun',
|
|
277
|
+
ecommerce: 'Ecommerce',
|
|
278
|
+
more: 'More',
|
|
279
|
+
email_username: 'Email / Username',
|
|
280
|
+
username: 'Username',
|
|
281
|
+
password: 'Password',
|
|
282
|
+
sign_in: 'Sign In',
|
|
283
|
+
sign_in_with: 'Sign In with',
|
|
284
|
+
sign_in_with_new: 'Sign In with new account',
|
|
285
|
+
sign_up_with: 'Sign Up with',
|
|
286
|
+
select_sign_method: 'Select a Sign In method',
|
|
287
|
+
verify_account: 'Verify account',
|
|
288
|
+
terms_by_signing_in: 'By signing in, you agree to our',
|
|
289
|
+
terms_by_registering: 'By registering, you agree to our',
|
|
290
|
+
terms_by_submitting: 'By submitting this form, you agree to our Terms of Service',
|
|
291
|
+
terms_of_service: 'Terms of Service',
|
|
292
|
+
and: 'and',
|
|
293
|
+
refresh: 'Refresh',
|
|
294
|
+
privacy_policy: 'Privacy Policy',
|
|
295
|
+
create_account: 'Create account',
|
|
296
|
+
reset_password: 'Reset password',
|
|
297
|
+
reset_password_p1: "If you couldn't reset your password,<br> feel free to contact us at ",
|
|
298
|
+
reset_password_p2: "If you couldn't reset your password,<br> feel free to contact us at",
|
|
299
|
+
create_new_account: 'Create new account',
|
|
300
|
+
maintenance_p1: 'We will be back soon',
|
|
301
|
+
maintenance_p2: 'Explore Tapni collections in the meantime',
|
|
302
|
+
maintenance_p3: 'Tapni is down for a scheduled maintenance <br> and is expected to be back online in a few minutes.',
|
|
303
|
+
offline_p1: 'No Internet connection',
|
|
304
|
+
offline_p2: 'Check your connection, then refresh the page',
|
|
305
|
+
offline_p3_1: 'While you are offline,',
|
|
306
|
+
offline_p3_2: 'you can share your contact card using this QR code',
|
|
307
|
+
products_p1: 'Impress everyone you meet 😎 <br> Get yours now 👇',
|
|
308
|
+
cards: 'Cards',
|
|
309
|
+
stickers: 'Stickers',
|
|
310
|
+
keychains: 'Keychains',
|
|
311
|
+
explore_collection: 'Explore collection',
|
|
312
|
+
register: 'Register',
|
|
313
|
+
register_success: 'You are almost done. Please confirm your email.',
|
|
314
|
+
register_success_modal: 'Successfully logged in with another account.',
|
|
315
|
+
check_your_inbox: 'Check your inbox',
|
|
316
|
+
tapni_tags: 'Tapni tags',
|
|
317
|
+
tapni_tags_p1: 'Configure tags connected to your profile',
|
|
318
|
+
tapni_tags_p2: 'There are no tags connected to your profile. <br> Connect one now!',
|
|
319
|
+
verify_account_p1: "If you didn't receive a code, check your <br> spam folder or contact us at",
|
|
320
|
+
verify_account_success: 'Successfully verified account. Please change your password now.',
|
|
321
|
+
verify_account_success2: 'Successfully verified account. You are all set!🥳',
|
|
322
|
+
welcome: 'Welcome',
|
|
323
|
+
welcome_p1: 'to the future of business cards',
|
|
324
|
+
how_it_works: 'How it works',
|
|
325
|
+
already_registered: 'Already registered',
|
|
326
|
+
error: 'Error',
|
|
327
|
+
success: 'Success',
|
|
328
|
+
copied: 'Copied to clipboard',
|
|
329
|
+
connect_validate: 'One of the two contact fields must be provided',
|
|
330
|
+
connect_validate_name: 'Please enter your name',
|
|
331
|
+
connect_validate_email: 'Please enter a valid email address',
|
|
332
|
+
link_validate: 'Invalid link data.',
|
|
333
|
+
link_text_contact_card: 'Contact card',
|
|
334
|
+
link_text_custom_link: 'Custom link',
|
|
335
|
+
link_text_menu: 'Menu',
|
|
336
|
+
link_text_phone: 'Phone',
|
|
337
|
+
save_to_apple_wallet: 'Add to Apple Wallet',
|
|
338
|
+
save_to_google_wallet: 'Add to Google Wallet',
|
|
339
|
+
card: 'Card',
|
|
340
|
+
sticker: 'Sticker',
|
|
341
|
+
keychain: 'Keychain',
|
|
342
|
+
band: 'Band',
|
|
343
|
+
case: 'Case',
|
|
344
|
+
standee: 'Standee',
|
|
345
|
+
decoded: 'Decoded',
|
|
346
|
+
wristbanditz: 'Wristbanditz',
|
|
347
|
+
update_p1: 'Outdated app version detected',
|
|
348
|
+
update_p2: 'Update',
|
|
349
|
+
update_p3: 'Please update the app to the newest version',
|
|
350
|
+
company_domain: 'Your company domain',
|
|
351
|
+
search_company_domain: 'Search your company domain',
|
|
352
|
+
enter_company_email: 'Enter business email',
|
|
353
|
+
company_not_found: 'Company not found',
|
|
354
|
+
ik_company_domain: 'I know the company domain',
|
|
406
355
|
idk_company_domain: "I don't know the company domain",
|
|
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
|
-
analyticsTotalConnections: "Total Connections",
|
|
493
|
-
analyticsTopLinks: "Most Popular Links",
|
|
494
|
-
analyticsProfileVisits: "Profile Visits",
|
|
495
|
-
analyticsLinkVisits: "Link Visits",
|
|
496
|
-
analyticsNewConnections: "New Connections",
|
|
497
|
-
analyticsTopCountries: "Top Countries",
|
|
498
|
-
analyticsTopReferers: "Top Referrers",
|
|
356
|
+
continue: 'Continue',
|
|
357
|
+
forbidden_rule: 'This option is disabled, contact your company administrator.',
|
|
358
|
+
companyName: 'Company Name',
|
|
359
|
+
createMarkerPlaceholder: 'Create or select a marker',
|
|
360
|
+
clickToCreateMarker: 'Click here to create marker',
|
|
361
|
+
pleaseInviteUser: 'Please invite user to join Tapni in order to have synchronized data with you.',
|
|
362
|
+
connectionSynchronized: 'Connection data is automatically synchronized.',
|
|
363
|
+
viewProfile: 'View Profile',
|
|
364
|
+
createConnectionHeader: 'Create new connection',
|
|
365
|
+
createConnectionButton: 'Create connection',
|
|
366
|
+
createConnectionSuccess: 'Connection has been created.',
|
|
367
|
+
allow_company_management: 'Allow company management',
|
|
368
|
+
company_join_request: "is requesting to manage your profile and associate it to it's Enterprise account.",
|
|
369
|
+
account_ownership_transfer: 'Ownership of your account will be transferred to the company if you accept the request. The company will be able to modify your profile, edit and add links, see your connections, modify your password, delete your account, and more. Make sure to check with your company before accepting the request.',
|
|
370
|
+
request_expired: 'The request has expired, ask your company to send a new request.',
|
|
371
|
+
request_expiration_desc: 'For added security, the request will only work for 14 days after it was sent.',
|
|
372
|
+
invitation_link_not_valid: 'The invitation link is not valid!',
|
|
373
|
+
invitation_link_not_valid2: 'Click the button from the invitation email again or copy the invitation link.',
|
|
374
|
+
accept_request: 'Accept request',
|
|
375
|
+
close: 'Close',
|
|
376
|
+
request_accepted: 'The request was successfully accepted',
|
|
377
|
+
companyEmail: 'Company Email',
|
|
378
|
+
companyPhone: 'Company Phone',
|
|
379
|
+
addBusinessInformations: 'Add business informations',
|
|
380
|
+
resetFilter: 'Reset',
|
|
381
|
+
selectMarkers: 'Select Markers',
|
|
382
|
+
filterConnectionsHeader: 'Filter Connections',
|
|
383
|
+
selectConnectionType: 'Select Connection Type',
|
|
384
|
+
all: 'All',
|
|
385
|
+
direct: 'Direct',
|
|
386
|
+
form: 'Form',
|
|
387
|
+
manually: 'Manually',
|
|
388
|
+
scan: 'Scan',
|
|
389
|
+
sortOptions: 'Sort Options',
|
|
390
|
+
date: 'Creation Date',
|
|
391
|
+
fullName: 'Full Name',
|
|
392
|
+
descending: 'Descending',
|
|
393
|
+
ascending: 'Ascending',
|
|
394
|
+
selectDateRange: 'Select Date Range',
|
|
395
|
+
follow_up_reminder: 'Follow Up Reminder',
|
|
396
|
+
now: 'Now',
|
|
397
|
+
one_hour: '1 Hour',
|
|
398
|
+
one_day: '1 Day',
|
|
399
|
+
three_days: '3 Days',
|
|
400
|
+
one_week: '1 Week',
|
|
401
|
+
two_weeks: '2 Weeks',
|
|
402
|
+
one_month: '1 Month',
|
|
403
|
+
custom: 'Choose time',
|
|
404
|
+
set_reminder: 'Set Reminder',
|
|
405
|
+
select_date_time: 'Seleccione la fecha y la hora',
|
|
406
|
+
enter_reminder_text: 'Introduzca el texto del recordatorio',
|
|
407
|
+
reminder_created: 'Reminder successfully created',
|
|
408
|
+
connectionNameLabel: 'Enter connection Name',
|
|
409
|
+
connectionEmailLabel: 'Enter private email address',
|
|
410
|
+
privatePhoneLabel: 'Enter private phone number',
|
|
411
|
+
companyNameLabel: 'Enter company name',
|
|
412
|
+
businessEmail: 'Business email address',
|
|
413
|
+
businessEmailLabel: 'Enter business email address',
|
|
414
|
+
businessPhone: 'Business phone number',
|
|
415
|
+
businessPhoneLabel: 'Enter business phone number',
|
|
416
|
+
noteLabel: 'Enter note',
|
|
417
|
+
markersLabel: 'Add connection markers',
|
|
418
|
+
showScan: 'Show Scan',
|
|
419
|
+
hideScan: 'Hide Scan',
|
|
420
|
+
create_connection: 'Create connection',
|
|
421
|
+
create_manually: 'Create Manually',
|
|
422
|
+
create_using_scanner: 'Scan paper business card',
|
|
423
|
+
companyTitle: 'Job Title',
|
|
424
|
+
companyTitleLabel: 'Enter Job Title',
|
|
425
|
+
allConnectionsLabel: 'All connection types',
|
|
426
|
+
directConnectionsLabel: 'Direct in-app connection with Tapni Users',
|
|
427
|
+
formConnectionsLabel: 'Connections filled on connect form',
|
|
428
|
+
manualConnectionsLabel: 'Manually created connections',
|
|
429
|
+
scanConnectionsLabel: 'Card scanner created connections',
|
|
430
|
+
analyticsHeader: 'Analytics',
|
|
431
|
+
analyticsProfileViews: 'Profile Views',
|
|
432
|
+
analyticsLinkClicks: 'Link Clicks',
|
|
433
|
+
analyticsClickTroughRatio: 'Click Trough Ratio',
|
|
434
|
+
analyticsTotalConnections: 'Total Connections',
|
|
435
|
+
analyticsTopLinks: 'Most Popular Links',
|
|
436
|
+
analyticsProfileVisits: 'Profile Visits',
|
|
437
|
+
analyticsLinkVisits: 'Link Visits',
|
|
438
|
+
analyticsNewConnections: 'New Connections',
|
|
439
|
+
analyticsTopCountries: 'Top Countries',
|
|
440
|
+
analyticsTopReferers: 'Top Referrers',
|
|
499
441
|
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
442
|
+
please_wait: 'Please wait...',
|
|
443
|
+
click_here: 'click here',
|
|
444
|
+
if_redirect_not_directly: 'If the redirect is not performed automatically',
|
|
445
|
+
you_will_be_redirected: 'You will be redirected to Tapni application.',
|
|
504
446
|
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
"Your company does not use SSO login, please contact your administrator",
|
|
447
|
+
use_tapni_on_the_web: 'Use Tapni on the Web',
|
|
448
|
+
login_by_scanning_qr_code: 'Login by scanning QR Code',
|
|
449
|
+
open_tapni_app_on_your_phone: '1. Open Tapni App on your phone',
|
|
450
|
+
go_to_settings_link_a_device: '2. Go to Settings > Link a device',
|
|
451
|
+
point_your_phone_at_this_qr_code: '3. Point your phone at this QR Code',
|
|
452
|
+
choose_other_login_methods: 'Choose other login methods',
|
|
453
|
+
no_sso_logins: 'Your company does not use SSO login, please contact your administrator',
|
|
513
454
|
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
455
|
+
mfa: 'Multi-Factor Authentication',
|
|
456
|
+
otp_title: 'Enter MFA Code to continue',
|
|
457
|
+
otp_code: 'MFA Code',
|
|
458
|
+
otp_subtitle: 'Enter the code from your authenticator app',
|
|
459
|
+
otp_p1: 'If you have trouble with MFA, <br> please contact us at',
|
|
460
|
+
change_language: 'Change language',
|
|
461
|
+
welcome_account: 'Welcome to Account Center',
|
|
462
|
+
security: 'Security',
|
|
463
|
+
security_p: 'Manage your authentication options & account status',
|
|
464
|
+
general: 'General',
|
|
465
|
+
general_p: 'Manage your personal details & other preferences',
|
|
466
|
+
billing: 'Billing',
|
|
467
|
+
billing_p: 'Manage your subscriptions & payment profiles',
|
|
468
|
+
apps: 'Apps',
|
|
469
|
+
apps_p: 'View your active apps & explore other',
|
|
470
|
+
apps_my: 'My apps',
|
|
530
471
|
mfa_auth: '2 Factor Authentication',
|
|
531
472
|
mfa_auth_enabled: 'Your account is protected via MFA.',
|
|
532
473
|
mfa_auth_p: 'Protect your account from unauthorized access by enabling multi-factor authentication (MFA)',
|
|
@@ -542,6 +483,6 @@ export default {
|
|
|
542
483
|
personal_details: 'Personal Details',
|
|
543
484
|
app_language_p: 'Translate the app on your preferred language',
|
|
544
485
|
app_region: 'Region',
|
|
545
|
-
|
|
546
|
-
|
|
486
|
+
app_region_p: 'Select your region for personalized billing and support experience'
|
|
487
|
+
}
|
|
547
488
|
};
|