@churchapps/apphelper 1.3.3 → 1.3.5

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 (43) hide show
  1. package/dist/donations/providers/kingdomfunding/KingdomFundingNonAuthDonationInner.js +1 -1
  2. package/dist/donations/providers/kingdomfunding/KingdomFundingNonAuthDonationInner.js.map +1 -1
  3. package/dist/donations/providers/paypal/PayPalNonAuthDonationInner.js +1 -1
  4. package/dist/donations/providers/paypal/PayPalNonAuthDonationInner.js.map +1 -1
  5. package/dist/donations/providers/paystack/PaystackNonAuthDonationInner.js +1 -1
  6. package/dist/donations/providers/paystack/PaystackNonAuthDonationInner.js.map +1 -1
  7. package/dist/donations/providers/stripe/FormCardPayment.js +1 -1
  8. package/dist/donations/providers/stripe/FormCardPayment.js.map +1 -1
  9. package/dist/donations/providers/stripe/NonAuthDonationInner.js +1 -1
  10. package/dist/donations/providers/stripe/NonAuthDonationInner.js.map +1 -1
  11. package/dist/public/locales/ar.json +339 -254
  12. package/dist/public/locales/cs.json +339 -254
  13. package/dist/public/locales/da.json +339 -254
  14. package/dist/public/locales/de.json +339 -254
  15. package/dist/public/locales/en.json +392 -298
  16. package/dist/public/locales/es.json +339 -254
  17. package/dist/public/locales/fi.json +339 -254
  18. package/dist/public/locales/fr.json +339 -254
  19. package/dist/public/locales/hi.json +339 -254
  20. package/dist/public/locales/hu.json +339 -254
  21. package/dist/public/locales/id.json +339 -254
  22. package/dist/public/locales/it.json +339 -254
  23. package/dist/public/locales/ja.json +339 -254
  24. package/dist/public/locales/ko.json +339 -254
  25. package/dist/public/locales/lt.json +333 -248
  26. package/dist/public/locales/nl.json +339 -254
  27. package/dist/public/locales/no.json +339 -254
  28. package/dist/public/locales/pl.json +339 -254
  29. package/dist/public/locales/pt.json +339 -254
  30. package/dist/public/locales/ro.json +339 -254
  31. package/dist/public/locales/ru.json +339 -254
  32. package/dist/public/locales/sk.json +339 -254
  33. package/dist/public/locales/sl.json +339 -254
  34. package/dist/public/locales/sr.json +339 -254
  35. package/dist/public/locales/sv.json +339 -254
  36. package/dist/public/locales/tl.json +339 -254
  37. package/dist/public/locales/tr.json +339 -254
  38. package/dist/public/locales/uk.json +339 -254
  39. package/dist/public/locales/vi.json +339 -254
  40. package/dist/public/locales/zh.json +339 -254
  41. package/dist/website/components/groups/GroupCard.js +1 -1
  42. package/dist/website/components/groups/GroupCard.js.map +1 -1
  43. package/package.json +1 -1
@@ -1,298 +1,392 @@
1
- {
2
- "common": {
3
- "cancel": "Cancel",
4
- "close": "Close",
5
- "delete": "Delete",
6
- "pleaseWait": "Please wait...",
7
- "save": "Save",
8
- "search": "Search",
9
- "update": "Update"
10
- },
11
- "donation": {
12
- "bankForm": {
13
- "accountNumber": "Account Number",
14
- "added": "Bank account added. Verify your bank account to make a donation.",
15
- "company": "Company",
16
- "firstDeposit": "First Deposit",
17
- "individual": "Individual",
18
- "name": "Account Holder Name",
19
- "needVerified": "Bank accounts will need to be verified before making any donations. Your account will receive two small deposits in approximately 1-3 business days. You will need to enter those deposit amounts to finish verifying your account by selecting the verify account link next to your bank account under the payment methods section.",
20
- "routingNumber": "Routing Number",
21
- "secondDeposit": "Second Deposit",
22
- "twoDeposits": "Enter the two deposits you received in your account to finish verifying your bank account.",
23
- "updated": "Bank account updated.",
24
- "validate": {
25
- "accountNumber": "Routing and account number are required.",
26
- "holderName": "Account holder name is required."
27
- },
28
- "verified": "Bank account verified."
29
- },
30
- "cardForm": {
31
- "addNew": "Add New Card",
32
- "added": "Card added successfully.",
33
- "expirationMonth": "Expiration Month:",
34
- "expirationYear": "Expiration Year:",
35
- "updated": "Card updated successfully."
36
- },
37
- "common": {
38
- "cancel": "Cancel",
39
- "error": "Error"
40
- },
41
- "donationForm": {
42
- "annually": "Annually",
43
- "biWeekly": "Bi-Weekly",
44
- "cancelled": "Recurring donation cancelled.",
45
- "confirmDelete": "Are you sure you wish to delete this recurring donation?",
46
- "cover": "I'll generously add {} to cover the transaction fees so you can keep 100% of my donation.",
47
- "donate": "Donate",
48
- "editRecurring": "Edit Recurring Donation",
49
- "fees": "Transaction fees of {} are applied.",
50
- "frequency": "Frequency",
51
- "fund": "Fund",
52
- "funds": "Funds",
53
- "make": "Make a Donation",
54
- "makeRecurring": "Make a Recurring Donation",
55
- "method": "Method",
56
- "monthly": "Monthly",
57
- "preview": "Preview Donation",
58
- "quarterly": "Quarterly",
59
- "recurringUpdated": "Recurring donation updated.",
60
- "startDate": "Start Date",
61
- "thankYou": "Thank you for your donation!",
62
- "tooLow": "Donation amount must be greater than $0.50",
63
- "total": "Total Donation Amount",
64
- "validate": {
65
- "amount": "Ammount cannot be $0.",
66
- "email": "Please enter your email address.",
67
- "firstName": "Please enter your first name.",
68
- "lastName": "Please enter your last name.",
69
- "validEmail": "Please enter a valid email address."
70
- },
71
- "weekly": "Weekly"
72
- },
73
- "fundDonations": {
74
- "addMore": "Add More",
75
- "amount": "Amount",
76
- "fund": "Fund"
77
- },
78
- "kingdomFunding": {
79
- "enterBankDetails": "Enter your bank account details",
80
- "enterCardDetails": "Enter card details",
81
- "errorProcessingDonation": "Error processing donation",
82
- "failedToInitPaymentForm": "Failed to initialize payment form",
83
- "failedToLoadPaymentForm": "Failed to load payment form",
84
- "failedToProcessCard": "Failed to process card. Please check your card details and try again.",
85
- "failedToTokenizeCard": "Failed to tokenize card",
86
- "gatewayConfigMissing": "Payment form not available. Gateway configuration missing.",
87
- "loadingPaymentForm": "Loading payment form...",
88
- "memo": "Memo (optional)",
89
- "missingTokenizationKey": "Missing tokenization key",
90
- "payWithBank": "Bank (ACH)",
91
- "payWithCard": "Card",
92
- "paymentFormNotAvailable": "Payment form not available",
93
- "paymentFormNotInitialized": "Payment form not initialized",
94
- "unexpectedError": "An unexpected error occurred. Please try again.",
95
- "validate": {
96
- "captchaFailed": "reCAPTCHA verification failed. Please try again.",
97
- "captchaRequired": "Please complete the reCAPTCHA verification"
98
- }
99
- },
100
- "paymentMethods": {
101
- "addBank": "Add Bank Account",
102
- "addCard": "Add Card",
103
- "confirmDelete": "Are you sure you wish to delete this payment method?",
104
- "deleted": "Payment method deleted.",
105
- "noMethod": "No Method",
106
- "verify": "Verify Account"
107
- },
108
- "paystack": {
109
- "emailRequired": "An email address is required to pay with Paystack.",
110
- "paymentFailed": "Payment was not completed.",
111
- "popupHint": "You'll complete payment in a secure Paystack window. Card, mobile money and bank transfer are accepted.",
112
- "saveOnlyWithGift": "Payment methods are saved when you give — check \"Save this card\" while making a gift."
113
- },
114
- "preview": {
115
- "date": "Donation Date",
116
- "donate": "Donate",
117
- "every": "Recurring Everyth",
118
- "fee": "Transaction Fee",
119
- "funds": "Funds",
120
- "method": "Donation Method",
121
- "notes": "Notes",
122
- "startingOn": "Starting On",
123
- "total": "Total",
124
- "type": "Donation Type"
125
- },
126
- "recurring": {
127
- "amount": "Amount",
128
- "confirmPause": "Are you sure you want to pause this recurring donation?",
129
- "every": "Every",
130
- "interval": "Interval",
131
- "noSubscriptions": "No Subscriptions",
132
- "notFound": "Payment method not found.",
133
- "pauseFailed": "Failed to pause recurring donation. Please try again.",
134
- "pauseTooltip": "Pause recurring donation",
135
- "paused": "Paused",
136
- "pausedMessage": "Recurring donation paused.",
137
- "paymentMethod": "Payment Method",
138
- "resumeFailed": "Failed to resume recurring donation. Please try again.",
139
- "resumeTooltip": "Resume recurring donation",
140
- "resumedMessage": "Recurring donation resumed.",
141
- "startDate": "Start Date"
142
- }
143
- },
144
- "eventCalendar": {
145
- "recurring": {
146
- "day": {
147
- "friday": "Friday",
148
- "monday": "Monday",
149
- "saturday": "Saturday",
150
- "sunday": "Sunday",
151
- "thursday": "Thursday",
152
- "tuesday": "Tuesday",
153
- "wednesday": "Wednesday"
154
- },
155
- "endDate": "End Date",
156
- "endDateAria": "Recurrence end date",
157
- "ends": "Ends",
158
- "endsAfter": "After",
159
- "endsAria": "Select when recurrence ends",
160
- "endsOn": "On",
161
- "freqDay": "Day",
162
- "freqMonth": "Month",
163
- "freqWeek": "Week",
164
- "frequency": "Frequency",
165
- "frequencyAria": "Select recurrence frequency",
166
- "interval": "Interval",
167
- "intervalAria": "Recurrence interval",
168
- "monthlyOnDay": "Monthly on day {}",
169
- "monthlyOnNth": "Monthly on the {ordinal} {day}",
170
- "monthlyOptionAria": "Select monthly recurrence option",
171
- "never": "Never",
172
- "occurrences": "Occurances",
173
- "occurrencesAria": "Number of recurrence occurrances",
174
- "on": "On",
175
- "ordinal": {
176
- "first": "first",
177
- "fourth": "fourth",
178
- "last": "last",
179
- "second": "second",
180
- "third": "third"
181
- },
182
- "toggleWeekday": "Toggle {} for weekly recurrence"
183
- }
184
- },
185
- "fileUpload": {
186
- "file": "File",
187
- "quotaExceeded": "Storage quota exceeded. Delete unused files or upgrade your storage plan.",
188
- "uploadFailed": "Upload failed. Please try again."
189
- },
190
- "formSubmissionEdit": {
191
- "back": "Back",
192
- "confirmDelete": "Are you sure you wish to delete this form data?",
193
- "continue": "Continue",
194
- "editForm": "Edit Form",
195
- "isRequired": "is required",
196
- "stepProgress": "{current} of {total}",
197
- "submit": "Submit"
198
- },
199
- "gallery": {
200
- "aspectRatio": "Aspect Ratio",
201
- "confirmDelete": "Are you sure you wish to delete this image from gallery?",
202
- "freeForm": "Free Form"
203
- },
204
- "login": {
205
- "email": "Email",
206
- "enterCode": "Enter Verification Code",
207
- "enterCodeInstructions": "Enter the 6-digit code we just emailed you.",
208
- "expiredLink": "The current link is expired.",
209
- "forgot": "Forgot Password",
210
- "login": "Login",
211
- "noAcc": "Don't have an account?",
212
- "noAccountFound": "No account was found with that email. Please register to continue.",
213
- "or": "or",
214
- "password": "Password",
215
- "register": "Register",
216
- "registerThankYou": "Thank you for registering! Please check your email to verify your account.",
217
- "requestLink": "Request a new reset link",
218
- "resendCode": "Resend code",
219
- "reset": "Reset",
220
- "resetInstructions": "Enter your email address to request a password reset.",
221
- "resetPassword": "Reset Password",
222
- "setPassword": "Set Password",
223
- "signIn": "Sign In",
224
- "signInTitle": "Please Sign In",
225
- "validate": {
226
- "code": "Please enter the 6-digit code.",
227
- "email": "Please enter a valid email address.",
228
- "firstName": "Please enter your first name.",
229
- "invalid": "Invalid login. Please check your email or password.",
230
- "lastName": "Please enter your last name.",
231
- "password": "Please enter a password.",
232
- "passwordLength": "Password must be at least 8 characters long.",
233
- "passwordMatch": "Passwords do not match.",
234
- "selectingChurch": "Error in selecting church. Please verify and try again"
235
- },
236
- "verifyCode": "Verify Code",
237
- "verifyPassword": "Verify Password",
238
- "welcomeBack": "Welcome back",
239
- "welcomeName": "Welcome back, <b>{}</b>! Please wait while we load your data."
240
- },
241
- "markdownEditor": {
242
- "content": "Content",
243
- "markdownGuide": "Markdown Guide"
244
- },
245
- "notes": {
246
- "comment": "comment",
247
- "comments": "comments",
248
- "notes": "Notes",
249
- "notifyOff": "Notify Off",
250
- "notifyOn": "Notify On",
251
- "openFile": "Open file",
252
- "validate": {
253
- "content": "Please enter a note."
254
- }
255
- },
256
- "person": {
257
- "email": "Email",
258
- "firstName": "First Name",
259
- "lastName": "Last Name",
260
- "name": "Name"
261
- },
262
- "selectChurch": {
263
- "address1": "Address Line 1",
264
- "address2": "Address Line 2",
265
- "another": "Choose another church",
266
- "city": "City",
267
- "confirmRegister": "Are you sure you wish to register a new church?",
268
- "country": "Country",
269
- "name": "Church Name",
270
- "noMatches": "No matches found.",
271
- "register": "Register a New Church",
272
- "selectChurch": "Select a Church",
273
- "state": "State / Province",
274
- "validate": {
275
- "address": "Address cannot be blank.",
276
- "city": "City cannot be blank.",
277
- "country": "Country cannot be blank.",
278
- "name": "Church name cannot be blank.",
279
- "state": "State/Province cannot be blank.",
280
- "zip": "Zip/Postal code cannot be blank."
281
- },
282
- "zip": "Zip / Postal Code"
283
- },
284
- "stockPhotos": {
285
- "photoBy": "Photo by:",
286
- "providedBy": "Stock photos provided by"
287
- },
288
- "support": {
289
- "discussions": "Support Forum",
290
- "documentation": "Documentation"
291
- },
292
- "wrapper": {
293
- "newPrivateMessage": "New Private Message",
294
- "privateConversation": "Private Conversation",
295
- "privateMessage": "Private Message",
296
- "searchForPerson": "Search for a person"
297
- }
298
- }
1
+ {
2
+ "b1Share": {
3
+ "comment": "Comment",
4
+ "commentPlaceholder": "Include a comment with your post.",
5
+ "contentShared": "Content Shared",
6
+ "group": "Group",
7
+ "sharingToGroup": "Sharing {} to B1 Group",
8
+ "validate": {
9
+ "addComment": "Please add a comment.",
10
+ "loginFirst": "Please login first.",
11
+ "notMember": "You are not currently a member of any groups on B1.",
12
+ "selectGroup": "Please select a group."
13
+ }
14
+ },
15
+ "common": {
16
+ "add": "Add",
17
+ "cancel": "Cancel",
18
+ "close": "Close",
19
+ "date": "Date",
20
+ "delete": "Delete",
21
+ "edit": "Edit",
22
+ "error": "Error",
23
+ "pleaseWait": "Please wait...",
24
+ "save": "Save",
25
+ "search": "Search",
26
+ "submit": "Submit",
27
+ "update": "Update"
28
+ },
29
+ "createPerson": {
30
+ "addNewPerson": "Add a New Person",
31
+ "email": "Email",
32
+ "firstName": "First Name",
33
+ "lastName": "Last Name"
34
+ },
35
+ "donation": {
36
+ "bankForm": {
37
+ "accountNumber": "Account Number",
38
+ "added": "Bank account added. Verify your bank account to make a donation.",
39
+ "company": "Company",
40
+ "firstDeposit": "First Deposit",
41
+ "holderName": "Account holder name is required.",
42
+ "individual": "Individual",
43
+ "name": "Account Holder Name",
44
+ "needVerified": "Bank accounts will need to be verified before making any donations. Your account will receive two small deposits in approximately 1-3 business days. You will need to enter those deposit amounts to finish verifying your account by selecting the verify account link next to your bank account under the payment methods section.",
45
+ "routingNumber": "Routing Number",
46
+ "secondDeposit": "Second Deposit",
47
+ "twoDeposits": "Enter the two deposits you received in your account to finish verifying your bank account.",
48
+ "updated": "Bank account updated.",
49
+ "validate": {
50
+ "accountNumber": "Routing and account number are required.",
51
+ "holderName": "Account holder name is required."
52
+ },
53
+ "verified": "Bank account verified."
54
+ },
55
+ "cardForm": {
56
+ "addNew": "Add New Card",
57
+ "added": "Card added successfully.",
58
+ "expirationMonth": "Expiration Month:",
59
+ "expirationYear": "Expiration Year:",
60
+ "updated": "Card updated successfully."
61
+ },
62
+ "common": {
63
+ "cancel": "Cancel",
64
+ "error": "Error"
65
+ },
66
+ "donationForm": {
67
+ "annually": "Annually",
68
+ "biWeekly": "Bi-Weekly",
69
+ "cancelled": "Recurring donation cancelled.",
70
+ "confirmDelete": "Are you sure you wish to delete this recurring donation?",
71
+ "cover": "I'll generously add {} to cover the transaction fees so you can keep 100% of my donation.",
72
+ "donate": "Donate",
73
+ "editRecurring": "Edit Recurring Donation",
74
+ "fees": "Transaction fees of {} are applied.",
75
+ "frequency": "Frequency",
76
+ "fund": "Fund",
77
+ "funds": "Funds",
78
+ "make": "Make a Donation",
79
+ "makeRecurring": "Make a Recurring Donation",
80
+ "method": "Method",
81
+ "monthly": "Monthly",
82
+ "notes": "Notes",
83
+ "preview": "Preview Donation",
84
+ "quarterly": "Quarterly",
85
+ "recurringUpdated": "Recurring donation updated.",
86
+ "startDate": "Start Date",
87
+ "thankYou": "Thank you for your donation!",
88
+ "tooLow": "Donation amount must be greater than $0.50",
89
+ "total": "Total Donation Amount",
90
+ "validate": {
91
+ "amount": "Ammount cannot be $0.",
92
+ "email": "Please enter your email address.",
93
+ "firstName": "Please enter your first name.",
94
+ "lastName": "Please enter your last name.",
95
+ "validEmail": "Please enter a valid email address."
96
+ },
97
+ "weekly": "Weekly"
98
+ },
99
+ "fundDonations": {
100
+ "addMore": "Add More",
101
+ "amount": "Amount",
102
+ "fund": "Fund"
103
+ },
104
+ "kingdomFunding": {
105
+ "enterBankDetails": "Enter your bank account details",
106
+ "enterCardDetails": "Enter card details",
107
+ "errorProcessingDonation": "Error processing donation",
108
+ "failedToInitPaymentForm": "Failed to initialize payment form",
109
+ "failedToLoadPaymentForm": "Failed to load payment form",
110
+ "failedToProcessCard": "Failed to process card. Please check your card details and try again.",
111
+ "failedToTokenizeCard": "Failed to tokenize card",
112
+ "gatewayConfigMissing": "Payment form not available. Gateway configuration missing.",
113
+ "loadingPaymentForm": "Loading payment form...",
114
+ "memo": "Memo (optional)",
115
+ "missingTokenizationKey": "Missing tokenization key",
116
+ "payWithBank": "Bank (ACH)",
117
+ "payWithCard": "Card",
118
+ "paymentFormNotAvailable": "Payment form not available",
119
+ "paymentFormNotInitialized": "Payment form not initialized",
120
+ "paymentProvider": "Payment Provider",
121
+ "providerName": "Kingdom Funding",
122
+ "unexpectedError": "An unexpected error occurred. Please try again.",
123
+ "validate": {
124
+ "accountNumber": "Please enter a valid account number",
125
+ "captchaFailed": "reCAPTCHA verification failed. Please try again.",
126
+ "captchaRequired": "Please complete the reCAPTCHA verification",
127
+ "routingNumber": "Please enter a valid routing number"
128
+ }
129
+ },
130
+ "page": {
131
+ "amount": "Amount",
132
+ "batch": "Batch",
133
+ "date": "Date",
134
+ "fund": "Fund",
135
+ "method": "Method",
136
+ "willAppear": "Donations will appear once a donation has been entered."
137
+ },
138
+ "paymentMethods": {
139
+ "addBank": "Add Bank Account",
140
+ "addCard": "Add Card",
141
+ "confirmDelete": "Are you sure you wish to delete this payment method?",
142
+ "deleted": "Payment method deleted.",
143
+ "noMethod": "No Method",
144
+ "noMethods": "No payment methods. Add a payment method to make a donation.",
145
+ "verify": "Verify Account"
146
+ },
147
+ "paystack": {
148
+ "emailRequired": "An email address is required to pay with Paystack.",
149
+ "paymentFailed": "Payment was not completed.",
150
+ "popupHint": "You'll complete payment in a secure Paystack window. Card, mobile money and bank transfer are accepted.",
151
+ "saveOnlyWithGift": "Payment methods are saved when you give — check \"Save this card\" while making a gift."
152
+ },
153
+ "preview": {
154
+ "date": "Donation Date",
155
+ "donate": "Donate",
156
+ "every": "Recurring Everyth",
157
+ "fee": "Transaction Fee",
158
+ "funds": "Funds",
159
+ "method": "Donation Method",
160
+ "notes": "Notes",
161
+ "startingOn": "Starting On",
162
+ "total": "Total",
163
+ "type": "Donation Type"
164
+ },
165
+ "recurring": {
166
+ "amount": "Amount",
167
+ "confirmPause": "Are you sure you want to pause this recurring donation?",
168
+ "every": "Every",
169
+ "interval": "Interval",
170
+ "noSubscriptions": "No Subscriptions",
171
+ "notFound": "Payment method not found.",
172
+ "pauseFailed": "Failed to pause recurring donation. Please try again.",
173
+ "pauseTooltip": "Pause recurring donation",
174
+ "paused": "Paused",
175
+ "pausedMessage": "Recurring donation paused.",
176
+ "paymentMethod": "Payment Method",
177
+ "resumeFailed": "Failed to resume recurring donation. Please try again.",
178
+ "resumeTooltip": "Resume recurring donation",
179
+ "resumedMessage": "Recurring donation resumed.",
180
+ "startDate": "Start Date"
181
+ }
182
+ },
183
+ "eventCalendar": {
184
+ "recurring": {
185
+ "day": {
186
+ "friday": "Friday",
187
+ "monday": "Monday",
188
+ "saturday": "Saturday",
189
+ "sunday": "Sunday",
190
+ "thursday": "Thursday",
191
+ "tuesday": "Tuesday",
192
+ "wednesday": "Wednesday"
193
+ },
194
+ "endDate": "End Date",
195
+ "endDateAria": "Recurrence end date",
196
+ "ends": "Ends",
197
+ "endsAfter": "After",
198
+ "endsAria": "Select when recurrence ends",
199
+ "endsOn": "On",
200
+ "freqDay": "Day",
201
+ "freqMonth": "Month",
202
+ "freqWeek": "Week",
203
+ "frequency": "Frequency",
204
+ "frequencyAria": "Select recurrence frequency",
205
+ "interval": "Interval",
206
+ "intervalAria": "Recurrence interval",
207
+ "monthlyOnDay": "Monthly on day {}",
208
+ "monthlyOnNth": "Monthly on the {ordinal} {day}",
209
+ "monthlyOptionAria": "Select monthly recurrence option",
210
+ "never": "Never",
211
+ "occurrences": "Occurances",
212
+ "occurrencesAria": "Number of recurrence occurrances",
213
+ "on": "On",
214
+ "ordinal": {
215
+ "first": "first",
216
+ "fourth": "fourth",
217
+ "last": "last",
218
+ "second": "second",
219
+ "third": "third"
220
+ },
221
+ "toggleWeekday": "Toggle {} for weekly recurrence"
222
+ }
223
+ },
224
+ "fileUpload": {
225
+ "chooseFile": "Choose File",
226
+ "file": "File",
227
+ "quotaExceeded": "Storage quota exceeded. Delete unused files or upgrade your storage plan.",
228
+ "uploadFailed": "Upload failed. Please try again."
229
+ },
230
+ "formSubmissionEdit": {
231
+ "back": "Back",
232
+ "confirmDelete": "Are you sure you wish to delete this form data?",
233
+ "continue": "Continue",
234
+ "editForm": "Edit Form",
235
+ "isRequired": "is required",
236
+ "stepProgress": "{current} of {total}",
237
+ "submit": "Submit"
238
+ },
239
+ "gallery": {
240
+ "aspectRatio": "Aspect Ratio",
241
+ "confirmDelete": "Are you sure you wish to delete this image from gallery?",
242
+ "freeForm": "Free Form"
243
+ },
244
+ "iconPicker": {
245
+ "iconsAvailable": "icons available",
246
+ "matchingResults": "matching results",
247
+ "search": "Search icons..."
248
+ },
249
+ "login": {
250
+ "continueGoogle": "Continue with Google",
251
+ "continueMicrosoft": "Continue with Microsoft",
252
+ "createAccount": "Create an Account",
253
+ "email": "Email",
254
+ "enterCode": "Enter Verification Code",
255
+ "enterCodeInstructions": "Enter the 6-digit code we just emailed you.",
256
+ "expiredLink": "The current link is expired.",
257
+ "forgot": "Forgot Password",
258
+ "goLogin": "Go to Login",
259
+ "login": "Login",
260
+ "noAcc": "Don't have an account?",
261
+ "noAccountFound": "No account was found with that email. Please register to continue.",
262
+ "or": "or",
263
+ "password": "Password",
264
+ "register": "Register",
265
+ "registerThankYou": "Thank you for registering! Please check your email to verify your account.",
266
+ "requestLink": "Request a new reset link",
267
+ "resendCode": "Resend code",
268
+ "reset": "Reset",
269
+ "resetInstructions": "Enter your email address to request a password reset.",
270
+ "resetPassword": "Reset Password",
271
+ "resetSent": "Password reset email sent!",
272
+ "setPassword": "Set Password",
273
+ "signIn": "Sign In",
274
+ "signInTitle": "Please Sign In",
275
+ "ssoError": "Sign-in with that provider failed. Please try again.",
276
+ "validate": {
277
+ "code": "Please enter the 6-digit code.",
278
+ "email": "Please enter a valid email address.",
279
+ "firstName": "Please enter your first name.",
280
+ "invalid": "Invalid login. Please check your email or password.",
281
+ "lastName": "Please enter your last name.",
282
+ "password": "Please enter a password.",
283
+ "passwordLength": "Password must be at least 8 characters long.",
284
+ "passwordMatch": "Passwords do not match.",
285
+ "selectingChurch": "Error in selecting church. Please verify and try again"
286
+ },
287
+ "verifyCode": "Verify Code",
288
+ "verifyPassword": "Verify Password",
289
+ "welcomeBack": "Welcome back",
290
+ "welcomeName": "Welcome back, <b>{}</b>! Please wait while we load your data."
291
+ },
292
+ "markdownEditor": {
293
+ "content": "Content",
294
+ "markdownEditor": "Markdown Editor",
295
+ "markdownGuide": "Markdown Guide"
296
+ },
297
+ "month": {
298
+ "april": "April",
299
+ "august": "August",
300
+ "december": "December",
301
+ "february": "February",
302
+ "january": "January",
303
+ "july": "July",
304
+ "june": "June",
305
+ "march": "March",
306
+ "may": "May",
307
+ "november": "November",
308
+ "october": "October",
309
+ "september": "September"
310
+ },
311
+ "notes": {
312
+ "comment": "comment",
313
+ "comments": "comments",
314
+ "notes": "Notes",
315
+ "notifyOff": "Notify Off",
316
+ "notifyOn": "Notify On",
317
+ "openFile": "Open file",
318
+ "startConversation": "Start a conversation",
319
+ "validate": {
320
+ "content": "Please enter a note."
321
+ },
322
+ "viewAll": "View all"
323
+ },
324
+ "person": {
325
+ "email": "Email",
326
+ "firstName": "First Name",
327
+ "lastName": "Last Name",
328
+ "name": "Name",
329
+ "noRec": "Don't have a person record?",
330
+ "person": "Person",
331
+ "years": "years"
332
+ },
333
+ "reporting": {
334
+ "detailed": "Detailed Report",
335
+ "downloadOptions": "Download Options",
336
+ "noData": "There is no data to display.",
337
+ "runReport": "Run Report",
338
+ "sampleTemplate": "Sample Word Template",
339
+ "summary": "Summary",
340
+ "useFilter": "Use the filter to run the report."
341
+ },
342
+ "selectChurch": {
343
+ "address1": "Address Line 1",
344
+ "address2": "Address Line 2",
345
+ "another": "Choose another church",
346
+ "city": "City",
347
+ "confirmRegister": "Are you sure you wish to register a new church?",
348
+ "country": "Country",
349
+ "name": "Church Name",
350
+ "noMatches": "No matches found.",
351
+ "register": "Register a New Church",
352
+ "selectChurch": "Select a Church",
353
+ "state": "State / Province",
354
+ "validate": {
355
+ "address": "Address cannot be blank.",
356
+ "city": "City cannot be blank.",
357
+ "country": "Country cannot be blank.",
358
+ "name": "Church name cannot be blank.",
359
+ "state": "State/Province cannot be blank.",
360
+ "zip": "Zip/Postal code cannot be blank."
361
+ },
362
+ "zip": "Zip / Postal Code"
363
+ },
364
+ "stockPhotos": {
365
+ "photoBy": "Photo by:",
366
+ "providedBy": "Stock photos provided by"
367
+ },
368
+ "support": {
369
+ "discussions": "Support Forum",
370
+ "documentation": "Documentation"
371
+ },
372
+ "wrapper": {
373
+ "chatWith": "Chat with",
374
+ "currentChurch": "Current church",
375
+ "deleteChurch": "Delete",
376
+ "editAccount": "Edit Account",
377
+ "editChurchProfile": "Edit Church Profile",
378
+ "editProfile": "Edit Profile",
379
+ "logout": "Logout",
380
+ "messages": "Messages",
381
+ "newPrivateMessage": "New Private Message",
382
+ "notifications": "Notifications",
383
+ "privateConversation": "Private Conversation",
384
+ "privateMessage": "Private Message",
385
+ "profile": "Profile",
386
+ "searchForPerson": "Search for a person",
387
+ "support": "Support",
388
+ "sureRemoveChurch": "Are you sure you wish to delete this church? You no longer will be a member of {}.",
389
+ "switchApp": "Switch App",
390
+ "switchChurch": "Switch Church"
391
+ }
392
+ }