@churchapps/apphelper 0.5.1 → 0.5.3
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/dist/components/Loading.d.ts +1 -0
- package/dist/components/Loading.d.ts.map +1 -1
- package/dist/components/Loading.js +1 -45
- package/dist/components/Loading.js.map +1 -1
- package/dist/components/notes/Notes.js +27 -27
- package/dist/helpers/AnalyticsHelper.d.ts.map +1 -1
- package/dist/helpers/AnalyticsHelper.js +21 -6
- package/dist/helpers/AnalyticsHelper.js.map +1 -1
- package/dist/public/css/cropper.css +309 -309
- package/dist/public/css/styles.css +111 -111
- package/dist/public/locales/de.json +270 -0
- package/dist/public/locales/en.json +277 -0
- package/dist/public/locales/es.json +272 -0
- package/dist/public/locales/fr.json +270 -0
- package/dist/public/locales/hi.json +270 -0
- package/dist/public/locales/it.json +270 -0
- package/dist/public/locales/ko.json +270 -0
- package/dist/public/locales/no.json +270 -0
- package/dist/public/locales/pt.json +270 -0
- package/dist/public/locales/ru.json +270 -0
- package/dist/public/locales/tl.json +270 -0
- package/dist/public/locales/zh.json +270 -0
- package/package.json +72 -72
- package/public/css/cropper.css +309 -309
- package/public/css/styles.css +111 -111
- package/public/locales/de.json +269 -269
- package/public/locales/en.json +276 -276
- package/public/locales/es.json +272 -272
- package/public/locales/fr.json +269 -269
- package/public/locales/hi.json +269 -269
- package/public/locales/it.json +269 -269
- package/public/locales/ko.json +269 -269
- package/public/locales/no.json +269 -269
- package/public/locales/pt.json +269 -269
- package/public/locales/ru.json +269 -269
- package/public/locales/tl.json +269 -269
- package/public/locales/zh.json +269 -269
- package/src/components/DisplayBox.tsx +83 -83
- package/src/components/ErrorMessages.tsx +28 -28
- package/src/components/ExportLink.tsx +81 -81
- package/src/components/FloatingSupport.tsx +18 -18
- package/src/components/FormCardPayment.tsx +184 -184
- package/src/components/FormSubmissionEdit.tsx +168 -168
- package/src/components/HelpIcon.tsx +12 -12
- package/src/components/ImageEditor.tsx +161 -161
- package/src/components/InputBox.tsx +96 -96
- package/src/components/Loading.tsx +31 -77
- package/src/components/PageHeader.tsx +110 -110
- package/src/components/PersonAvatar.tsx +77 -77
- package/src/components/QuestionEdit.tsx +99 -99
- package/src/components/SmallButton.tsx +42 -42
- package/src/components/SupportModal.tsx +32 -32
- package/src/components/TabPanel.tsx +28 -28
- package/src/components/gallery/GalleryModal.tsx +173 -173
- package/src/components/gallery/StockPhotos.tsx +95 -95
- package/src/components/gallery/index.ts +1 -1
- package/src/components/header/Banner.tsx +11 -11
- package/src/components/header/PrimaryMenu.tsx +100 -100
- package/src/components/header/SecondaryMenu.tsx +23 -23
- package/src/components/header/SecondaryMenuAlt.tsx +40 -40
- package/src/components/header/SiteHeader.tsx +207 -207
- package/src/components/header/SupportDrawer.tsx +111 -111
- package/src/components/header/index.tsx +2 -2
- package/src/components/index.tsx +20 -20
- package/src/components/notes/AddNote.tsx +180 -180
- package/src/components/notes/Note.tsx +68 -68
- package/src/components/notes/Notes.tsx +208 -208
- package/src/components/notes/index.ts +3 -3
- package/src/components/wrapper/AppList.tsx +19 -19
- package/src/components/wrapper/ChurchList.tsx +154 -154
- package/src/components/wrapper/NavItem.tsx +47 -47
- package/src/components/wrapper/NewPrivateMessage.tsx +253 -253
- package/src/components/wrapper/Notifications.tsx +223 -223
- package/src/components/wrapper/PrivateMessageDetails.tsx +112 -112
- package/src/components/wrapper/PrivateMessages.tsx +576 -576
- package/src/components/wrapper/UserMenu.tsx +383 -383
- package/src/components/wrapper/index.tsx +8 -8
- package/src/helpers/AnalyticsHelper.ts +44 -32
- package/src/helpers/AppearanceHelper.ts +73 -73
- package/src/helpers/ArrayHelper.ts +87 -87
- package/src/helpers/CurrencyHelper.ts +10 -10
- package/src/helpers/DateHelper.ts +104 -104
- package/src/helpers/ErrorHelper.ts +43 -43
- package/src/helpers/EventHelper.ts +49 -49
- package/src/helpers/FileHelper.ts +31 -31
- package/src/helpers/Locale.ts +457 -457
- package/src/helpers/NotificationService.ts +296 -296
- package/src/helpers/PersonHelper.ts +62 -62
- package/src/helpers/SlugHelper.ts +37 -37
- package/src/helpers/SocketHelper.ts +296 -296
- package/src/helpers/UniqueIdHelper.ts +36 -36
- package/src/helpers/UserHelper.ts +107 -107
- package/src/helpers/createEmotionCache.ts +17 -17
- package/src/helpers/index.ts +58 -58
- package/src/hooks/index.ts +3 -3
- package/src/hooks/useMountedState.ts +16 -16
- package/src/hooks/useNotifications.ts +93 -93
- package/src/index.ts +2 -2
- package/src/types/interface-extensions.d.ts +11 -11
- package/tsconfig.json +31 -31
|
@@ -0,0 +1,277 @@
|
|
|
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
|
+
"firstName": "First Name",
|
|
32
|
+
"lastName": "Last Name",
|
|
33
|
+
"email": "Email"
|
|
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
|
+
"verified": "Bank account verified.",
|
|
50
|
+
"validate": {
|
|
51
|
+
"accountNumber": "Routing and account number are required.",
|
|
52
|
+
"holderName": "Account holder name is required."
|
|
53
|
+
}
|
|
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
|
+
"donationForm": {
|
|
63
|
+
"annually": "Annually",
|
|
64
|
+
"biWeekly": "Bi-Weekly",
|
|
65
|
+
"cancelled": "Recurring donation cancelled.",
|
|
66
|
+
"confirmDelete": "Are you sure you wish to delete this recurring donation?",
|
|
67
|
+
"cover": "I'll generously add {} to cover the transaction fees so you can keep 100% of my donation.",
|
|
68
|
+
"donate": "Donate",
|
|
69
|
+
"editRecurring": "Edit Recurring Donation",
|
|
70
|
+
"fees": "Transaction fees of {} are applied.",
|
|
71
|
+
"frequency": "Frequency",
|
|
72
|
+
"fund": "Fund",
|
|
73
|
+
"funds": "Funds",
|
|
74
|
+
"make": "Make a Donation",
|
|
75
|
+
"makeRecurring": "Make a Recurring Donation",
|
|
76
|
+
"method": "Method",
|
|
77
|
+
"monthly": "Monthly",
|
|
78
|
+
"notes": "Notes",
|
|
79
|
+
"preview": "Preview Donation",
|
|
80
|
+
"quarterly": "Quarterly",
|
|
81
|
+
"recurringUpdated": "Recurring donation updated.",
|
|
82
|
+
"startDate": "Start Date",
|
|
83
|
+
"thankYou": "Thank you for your donation!",
|
|
84
|
+
"tooLow": "Donation amount must be greater than $0.50",
|
|
85
|
+
"total": "Total Donation Amount",
|
|
86
|
+
"validate": {
|
|
87
|
+
"amount": "Ammount cannot be $0.",
|
|
88
|
+
"email": "Please enter your email address.",
|
|
89
|
+
"firstName": "Please enter your first name.",
|
|
90
|
+
"lastName": "Please enter your last name.",
|
|
91
|
+
"validEmail": "Please enter a valid email address."
|
|
92
|
+
},
|
|
93
|
+
"weekly": "Weekly"
|
|
94
|
+
},
|
|
95
|
+
"fundDonations": {
|
|
96
|
+
"addMore": "Add More",
|
|
97
|
+
"amount": "Amount",
|
|
98
|
+
"fund": "Fund"
|
|
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
|
+
"noMethods": "No payment methods. Add a payment method to make a donation.",
|
|
106
|
+
"verify": "Verify Account"
|
|
107
|
+
},
|
|
108
|
+
"page": {
|
|
109
|
+
"amount": "Amount",
|
|
110
|
+
"batch": "Batch",
|
|
111
|
+
"date": "Date",
|
|
112
|
+
"fund": "Fund",
|
|
113
|
+
"method": "Method",
|
|
114
|
+
"willAppear": "Donations will appear once a donation has been entered."
|
|
115
|
+
},
|
|
116
|
+
"preview": {
|
|
117
|
+
"date": "Donation Date",
|
|
118
|
+
"donate": "Donate",
|
|
119
|
+
"every": "Recurring Everyth",
|
|
120
|
+
"fee": "Transaction Fee",
|
|
121
|
+
"funds": "Funds",
|
|
122
|
+
"method": "Donation Method",
|
|
123
|
+
"notes": "Notes",
|
|
124
|
+
"startingOn": "Starting On",
|
|
125
|
+
"total": "Total",
|
|
126
|
+
"type": "Donation Type"
|
|
127
|
+
},
|
|
128
|
+
"recurring": {
|
|
129
|
+
"amount": "Amount",
|
|
130
|
+
"every": "Every",
|
|
131
|
+
"interval": "Interval",
|
|
132
|
+
"notFound": "Payment method not found.",
|
|
133
|
+
"paymentMethod": "Payment Method",
|
|
134
|
+
"startDate": "Start Date"
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
"formSubmissionEdit": {
|
|
138
|
+
"confirmDelete": "Are you sure you wish to delete this form data?",
|
|
139
|
+
"editForm": "Edit Form",
|
|
140
|
+
"isRequired": "is required",
|
|
141
|
+
"submit": "Submit"
|
|
142
|
+
},
|
|
143
|
+
"gallery": {
|
|
144
|
+
"aspectRatio": "Aspect Ratio",
|
|
145
|
+
"confirmDelete": "Are you sure you wish to delete this image from gallery?",
|
|
146
|
+
"freeForm": "Free Form"
|
|
147
|
+
},
|
|
148
|
+
"iconPicker": {
|
|
149
|
+
"iconsAvailable": "icons available",
|
|
150
|
+
"matchingResults": "matching results",
|
|
151
|
+
"search": "Search icons..."
|
|
152
|
+
},
|
|
153
|
+
"login": {
|
|
154
|
+
"createAccount": "Create an Account",
|
|
155
|
+
"email": "Email",
|
|
156
|
+
"expiredLink": "The current link is expired.",
|
|
157
|
+
"forgot": "Forgot Password",
|
|
158
|
+
"goLogin": "Go to Login",
|
|
159
|
+
"login": "Login",
|
|
160
|
+
"password": "Password",
|
|
161
|
+
"register": "Register",
|
|
162
|
+
"registerThankYou": "Thank you for registering! Please check your email to verify your account.",
|
|
163
|
+
"requestLink": "Request a new reset link",
|
|
164
|
+
"reset": "Reset",
|
|
165
|
+
"resetInstructions": "Enter your email address to request a password reset.",
|
|
166
|
+
"resetPassword": "Reset Password",
|
|
167
|
+
"resetSent": "Password reset email sent!",
|
|
168
|
+
"setPassword": "Set Password",
|
|
169
|
+
"signIn": "Sign In",
|
|
170
|
+
"signInTitle": "Please Sign In",
|
|
171
|
+
"verifyPassword": "Verify Password",
|
|
172
|
+
"validate": {
|
|
173
|
+
"email": "Please enter a valid email address.",
|
|
174
|
+
"firstName": "Please enter your first name.",
|
|
175
|
+
"invalid": "Invalid login. Please check your email or password.",
|
|
176
|
+
"lastName": "Please enter your last name.",
|
|
177
|
+
"password": "Please enter a password.",
|
|
178
|
+
"passwordLength": "Password must be at least 8 characters long.",
|
|
179
|
+
"passwordMatch": "Passwords do not match.",
|
|
180
|
+
"selectingChurch": "Error in selecting church. Please verify and try again"
|
|
181
|
+
},
|
|
182
|
+
"welcomeBack": "Welcome back",
|
|
183
|
+
"welcomeName": "Welcome back, <b>{}</b>! Please wait while we load your data."
|
|
184
|
+
},
|
|
185
|
+
"markdownEditor": {
|
|
186
|
+
"content": "Content",
|
|
187
|
+
"markdownEditor": "Markdown Editor",
|
|
188
|
+
"markdownGuide": "Markdown Guide"
|
|
189
|
+
},
|
|
190
|
+
"month": {
|
|
191
|
+
"april": "April",
|
|
192
|
+
"august": "August",
|
|
193
|
+
"december": "December",
|
|
194
|
+
"february": "February",
|
|
195
|
+
"january": "January",
|
|
196
|
+
"july": "July",
|
|
197
|
+
"june": "June",
|
|
198
|
+
"march": "March",
|
|
199
|
+
"may": "May",
|
|
200
|
+
"november": "November",
|
|
201
|
+
"october": "October",
|
|
202
|
+
"september": "September"
|
|
203
|
+
},
|
|
204
|
+
"notes": {
|
|
205
|
+
"comment": "comment",
|
|
206
|
+
"comments": "comments",
|
|
207
|
+
"notes": "Notes",
|
|
208
|
+
"startConversation": "Start a conversation",
|
|
209
|
+
"validate": {
|
|
210
|
+
"content": "Please enter a note."
|
|
211
|
+
},
|
|
212
|
+
"viewAll": "View all"
|
|
213
|
+
},
|
|
214
|
+
"person": {
|
|
215
|
+
"email": "Email",
|
|
216
|
+
"firstName": "First Name",
|
|
217
|
+
"lastName": "Last Name",
|
|
218
|
+
"name": "Name",
|
|
219
|
+
"person": "Person",
|
|
220
|
+
"years": "years",
|
|
221
|
+
"noRec": "Don't have a person record?"
|
|
222
|
+
},
|
|
223
|
+
"reporting": {
|
|
224
|
+
"detailed": "Detailed Report",
|
|
225
|
+
"summary": "Summary",
|
|
226
|
+
"sampleTemplate": "Sample Word Template",
|
|
227
|
+
"downloadOptions": "Download Options",
|
|
228
|
+
"noData": "There is no data to display.",
|
|
229
|
+
"runReport": "Run Report",
|
|
230
|
+
"useFilter": "Use the filter to run the report."
|
|
231
|
+
},
|
|
232
|
+
"selectChurch": {
|
|
233
|
+
"address1": "Address Line 1",
|
|
234
|
+
"address2": "Address Line 2",
|
|
235
|
+
"another": "Choose another church",
|
|
236
|
+
"city": "City",
|
|
237
|
+
"confirmRegister": "Are you sure you wish to register a new church?",
|
|
238
|
+
"country": "Country",
|
|
239
|
+
"name": "Church Name",
|
|
240
|
+
"noMatches": "No matches found.",
|
|
241
|
+
"register": "Register a New Church",
|
|
242
|
+
"selectChurch": "Select a Church",
|
|
243
|
+
"state": "State / Province",
|
|
244
|
+
"zip": "Zip / Postal Code",
|
|
245
|
+
"validate": {
|
|
246
|
+
"address": "Address cannot be blank.",
|
|
247
|
+
"city": "City cannot be blank.",
|
|
248
|
+
"country": "Country cannot be blank.",
|
|
249
|
+
"name": "Church name cannot be blank.",
|
|
250
|
+
"state": "State/Province cannot be blank.",
|
|
251
|
+
"zip": "Zip/Postal code cannot be blank."
|
|
252
|
+
}
|
|
253
|
+
},
|
|
254
|
+
"stockPhotos": {
|
|
255
|
+
"photoBy": "Photo by:",
|
|
256
|
+
"providedBy": "Stock photos provided by"
|
|
257
|
+
},
|
|
258
|
+
"support": {
|
|
259
|
+
"documentation": "Documentation",
|
|
260
|
+
"discussions": "Support Forum"
|
|
261
|
+
},
|
|
262
|
+
"wrapper": {
|
|
263
|
+
"chatWith": "Chat with",
|
|
264
|
+
"deleteChurch": "Delete",
|
|
265
|
+
"logout": "Logout",
|
|
266
|
+
"messages": "Messages",
|
|
267
|
+
"newPrivateMessage": "New Private Message",
|
|
268
|
+
"notifications": "Notifications",
|
|
269
|
+
"privateMessage": "Private Message",
|
|
270
|
+
"profile": "Profile",
|
|
271
|
+
"searchForPerson": "Search for a person",
|
|
272
|
+
"support": "Support",
|
|
273
|
+
"sureRemoveChurch": "Are you sure you wish to delete this church? You no longer will be a member of {}.",
|
|
274
|
+
"switchApp": "Switch App",
|
|
275
|
+
"switchChurch": "Switch Church"
|
|
276
|
+
}
|
|
277
|
+
}
|
|
@@ -0,0 +1,272 @@
|
|
|
1
|
+
{
|
|
2
|
+
"b1Share": {
|
|
3
|
+
"comment": "Comentario",
|
|
4
|
+
"commentPlaceholder": "Incluya un comentario con su publicación.",
|
|
5
|
+
"contentShared": "Contenido compartido",
|
|
6
|
+
"group": "Grupo",
|
|
7
|
+
"sharingToGroup": "Compartiendo {} al Grupo B1",
|
|
8
|
+
"validate": {
|
|
9
|
+
"addComment": "Por favor agregue un comentario.",
|
|
10
|
+
"loginFirst": "Por favor inicie sesión primero.",
|
|
11
|
+
"notMember": "Actualmente no es miembro de ningún grupo en B1.",
|
|
12
|
+
"selectGroup": "Por favor seleccione un grupo."
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
"common": {
|
|
16
|
+
"add": "Agregar",
|
|
17
|
+
"cancel": "Cancelar",
|
|
18
|
+
"close": "Cerrar",
|
|
19
|
+
"date": "Fecha",
|
|
20
|
+
"delete": "Eliminar",
|
|
21
|
+
"edit": "Editar",
|
|
22
|
+
"error": "Error",
|
|
23
|
+
"pleaseWait": "Por favor espere...",
|
|
24
|
+
"save": "Guardar",
|
|
25
|
+
"search": "Buscar",
|
|
26
|
+
"submit": "Enviar",
|
|
27
|
+
"update": "Actualizar"
|
|
28
|
+
},
|
|
29
|
+
"createPerson": {
|
|
30
|
+
"addNewPerson": "Agregar una Nueva Persona",
|
|
31
|
+
"firstName": "Nombre",
|
|
32
|
+
"lastName": "Apellido"
|
|
33
|
+
},
|
|
34
|
+
"donation": {
|
|
35
|
+
"bankForm": {
|
|
36
|
+
"accountNumber": "Número de Cuenta",
|
|
37
|
+
"added": "Cuenta bancaria agregada. Verifique su cuenta bancaria para hacer una donación.",
|
|
38
|
+
"company": "Empresa",
|
|
39
|
+
"firstDeposit": "Primer Depósito",
|
|
40
|
+
"holderName": "Se requiere el nombre del titular de la cuenta.",
|
|
41
|
+
"individual": "Individual",
|
|
42
|
+
"name": "Nombre del Titular de la Cuenta",
|
|
43
|
+
"needVerified": "Las cuentas bancarias deberán ser verificadas antes de hacer cualquier donación. Su cuenta recibirá dos pequeños depósitos en aproximadamente 1-3 días hábiles. Deberá ingresar esos montos de depósito para finalizar la verificación de su cuenta seleccionando el enlace de verificación de cuenta junto a su cuenta bancaria en la sección de métodos de pago.",
|
|
44
|
+
"routingNumber": "Número de Ruta",
|
|
45
|
+
"secondDeposit": "Segundo Depósito",
|
|
46
|
+
"twoDeposits": "Ingrese los dos depósitos que recibió en su cuenta para finalizar la verificación de su cuenta bancaria.",
|
|
47
|
+
"updated": "Cuenta bancaria actualizada.",
|
|
48
|
+
"verified": "Cuenta bancaria verificada.",
|
|
49
|
+
"validate": {
|
|
50
|
+
"accountNumber": "Se requieren el número de ruta y el número de cuenta.",
|
|
51
|
+
"holderName": "Se requiere el nombre del titular de la cuenta."
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
"cardForm": {
|
|
55
|
+
"addNew": "Agregar Nueva Tarjeta",
|
|
56
|
+
"added": "Tarjeta agregada con éxito.",
|
|
57
|
+
"expirationMonth": "Mes de Vencimiento:",
|
|
58
|
+
"expirationYear": "Año de Vencimiento:",
|
|
59
|
+
"updated": "Tarjeta actualizada con éxito."
|
|
60
|
+
},
|
|
61
|
+
"donationForm": {
|
|
62
|
+
"annually": "Anual",
|
|
63
|
+
"biWeekly": "Bi-Semanal",
|
|
64
|
+
"cancelled": "Donación recurrente cancelada.",
|
|
65
|
+
"confirmDelete": "¿Está seguro de que desea eliminar esta donación recurrente?",
|
|
66
|
+
"cover": "Generosamente agregaré {} para cubrir las tarifas de transacción para que pueda mantener el 100% de mi donación.",
|
|
67
|
+
"donate": "Donar",
|
|
68
|
+
"editRecurring": "Editar Donación Recurrente",
|
|
69
|
+
"fees": "Se aplican tarifas de transacción de {}.",
|
|
70
|
+
"frequency": "Frecuencia",
|
|
71
|
+
"fund": "Fondo",
|
|
72
|
+
"funds": "Fondos",
|
|
73
|
+
"make": "Hacer una Donación",
|
|
74
|
+
"makeRecurring": "Hacer una Donación Recurrente",
|
|
75
|
+
"method": "Método",
|
|
76
|
+
"monthly": "Mensual",
|
|
77
|
+
"notes": "Notas",
|
|
78
|
+
"preview": "Vista Previa de la Donación",
|
|
79
|
+
"quarterly": "Trimestral",
|
|
80
|
+
"recurringUpdated": "Donación recurrente actualizada.",
|
|
81
|
+
"startDate": "Fecha de Inicio",
|
|
82
|
+
"thankYou": "¡Gracias por su donación!",
|
|
83
|
+
"tooLow": "La cantidad de la donación debe ser mayor a $0.50",
|
|
84
|
+
"total": "Monto Total de la Donación",
|
|
85
|
+
"validate": {
|
|
86
|
+
"amount": "La cantidad no puede ser $0.",
|
|
87
|
+
"email": "Por favor ingrese su dirección de correo electrónico.",
|
|
88
|
+
"firstName": "Por favor ingrese su nombre.",
|
|
89
|
+
"lastName": "Por favor ingrese su apellido.",
|
|
90
|
+
"validEmail": "Por favor ingrese una dirección de correo electrónico válida."
|
|
91
|
+
},
|
|
92
|
+
"weekly": "Semanal"
|
|
93
|
+
},
|
|
94
|
+
"fundDonations": {
|
|
95
|
+
"addMore": "Agregar Más",
|
|
96
|
+
"amount": "Monto",
|
|
97
|
+
"fund": "Fondo"
|
|
98
|
+
},
|
|
99
|
+
"paymentMethods": {
|
|
100
|
+
"addBank": "Agregar Cuenta Bancaria",
|
|
101
|
+
"addCard": "Agregar Tarjeta",
|
|
102
|
+
"confirmDelete": "¿Está seguro de que desea eliminar este método de pago?",
|
|
103
|
+
"deleted": "Método de pago eliminado.",
|
|
104
|
+
"noMethods": "No hay métodos de pago. Agregue un método de pago para hacer una donación.",
|
|
105
|
+
"verify": "Verificar Cuenta"
|
|
106
|
+
},
|
|
107
|
+
"page": {
|
|
108
|
+
"amount": "Monto",
|
|
109
|
+
"batch": "Lote",
|
|
110
|
+
"date": "Fecha",
|
|
111
|
+
"fund": "Fondo",
|
|
112
|
+
"method": "Método",
|
|
113
|
+
"willAppear": "Las donaciones aparecerán una vez que se haya ingresado una donación."
|
|
114
|
+
},
|
|
115
|
+
"preview": {
|
|
116
|
+
"date": "Fecha de la Donación",
|
|
117
|
+
"donate": "Donar",
|
|
118
|
+
"every": "Recurrente Cada",
|
|
119
|
+
"fee": "Tarifa de Transacción",
|
|
120
|
+
"funds": "Fondos",
|
|
121
|
+
"method": "Método de Donación",
|
|
122
|
+
"notes": "Notas",
|
|
123
|
+
"startingOn": "Comenzando el",
|
|
124
|
+
"total": "Total",
|
|
125
|
+
"type": "Tipo de Donación"
|
|
126
|
+
},
|
|
127
|
+
"recurring": {
|
|
128
|
+
"amount": "Monto",
|
|
129
|
+
"every": "Cada",
|
|
130
|
+
"interval": "Intervalo",
|
|
131
|
+
"notFound": "Método de pago no encontrado.",
|
|
132
|
+
"paymentMethod": "Método de Pago",
|
|
133
|
+
"startDate": "Fecha de Inicio"
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
"formSubmissionEdit": {
|
|
137
|
+
"confirmDelete": "¿Está seguro de que desea eliminar estos datos del formulario?",
|
|
138
|
+
"editForm": "Editar Formulario",
|
|
139
|
+
"isRequired": "es requerido",
|
|
140
|
+
"submit": "Enviar"
|
|
141
|
+
},
|
|
142
|
+
"gallery": {
|
|
143
|
+
"aspectRatio": "Relación de Aspecto",
|
|
144
|
+
"confirmDelete": "¿Está seguro de que desea eliminar esta imagen de la galería?",
|
|
145
|
+
"freeForm": "Forma Libre"
|
|
146
|
+
},
|
|
147
|
+
"iconPicker": {
|
|
148
|
+
"iconsAvailable": "iconos disponibles",
|
|
149
|
+
"matchingResults": "resultados coincidentes",
|
|
150
|
+
"search": "Buscar iconos..."
|
|
151
|
+
},
|
|
152
|
+
"login": {
|
|
153
|
+
"createAccount": "Crear una Cuenta",
|
|
154
|
+
"email": "Correo Electrónico",
|
|
155
|
+
"forgot": "Olvidó la Contraseña",
|
|
156
|
+
"goLogin": "Ir a Iniciar Sesión",
|
|
157
|
+
"login": "Iniciar Sesión",
|
|
158
|
+
"password": "Contraseña",
|
|
159
|
+
"register": "Registrarse",
|
|
160
|
+
"registerThankYou": "¡Gracias por registrarse! Por favor revise su correo electrónico para verificar su cuenta.",
|
|
161
|
+
"reset": "Restablecer",
|
|
162
|
+
"resetInstructions": "Ingrese su dirección de correo electrónico para solicitar un restablecimiento de contraseña.",
|
|
163
|
+
"resetPassword": "Restablecer Contraseña",
|
|
164
|
+
"resetSent": "¡Correo de restablecimiento de contraseña enviado!",
|
|
165
|
+
"setPassword": "Establecer Contraseña",
|
|
166
|
+
"signIn": "Iniciar Sesión",
|
|
167
|
+
"signInTitle": "Por favor Inicie Sesión",
|
|
168
|
+
"verifyPassword": "Verificar Contraseña",
|
|
169
|
+
"validate": {
|
|
170
|
+
"email": "Por favor ingrese una dirección de correo electrónico válida.",
|
|
171
|
+
"firstName": "Por favor ingrese su nombre.",
|
|
172
|
+
"invalid": "Inicio de sesión inválido. Por favor verifique su correo electrónico o contraseña.",
|
|
173
|
+
"lastName": "Por favor ingrese su apellido.",
|
|
174
|
+
"password": "Por favor ingrese una contraseña.",
|
|
175
|
+
"passwordLength": "La contraseña debe tener al menos 8 caracteres.",
|
|
176
|
+
"passwordMatch": "Las contraseñas no coinciden.",
|
|
177
|
+
"selectingChurch": "Error al seleccionar la iglesia. Por favor verifique e intente nuevamente."
|
|
178
|
+
},
|
|
179
|
+
"welcomeBack": "Bienvenido de nuevo",
|
|
180
|
+
"welcomeName": "Bienvenido de nuevo, <b>{}</b>! Por favor espere mientras cargamos sus datos."
|
|
181
|
+
},
|
|
182
|
+
"markdownEditor": {
|
|
183
|
+
"content": "Contenido",
|
|
184
|
+
"markdownEditor": "Editor de Markdown",
|
|
185
|
+
"markdownGuide": "Guía de Markdown"
|
|
186
|
+
},
|
|
187
|
+
"month": {
|
|
188
|
+
"april": "Abril",
|
|
189
|
+
"august": "Agosto",
|
|
190
|
+
"december": "Diciembre",
|
|
191
|
+
"february": "Febrero",
|
|
192
|
+
"january": "Enero",
|
|
193
|
+
"july": "Julio",
|
|
194
|
+
"june": "Junio",
|
|
195
|
+
"march": "Marzo",
|
|
196
|
+
"may": "Mayo",
|
|
197
|
+
"november": "Noviembre",
|
|
198
|
+
"october": "Octubre",
|
|
199
|
+
"september": "Septiembre"
|
|
200
|
+
},
|
|
201
|
+
"notes": {
|
|
202
|
+
"comment": "comentario",
|
|
203
|
+
"comments": "comentarios",
|
|
204
|
+
"notes": "Notas",
|
|
205
|
+
"startConversation": "Iniciar una conversación",
|
|
206
|
+
"validate": {
|
|
207
|
+
"content": "Por favor ingrese una nota."
|
|
208
|
+
},
|
|
209
|
+
"viewAll": "Ver todo"
|
|
210
|
+
},
|
|
211
|
+
"person": {
|
|
212
|
+
"email": "Correo Electrónico",
|
|
213
|
+
"firstName": "Nombre",
|
|
214
|
+
"lastName": "Apellido",
|
|
215
|
+
"name": "Nombre",
|
|
216
|
+
"person": "Persona",
|
|
217
|
+
"years": "años"
|
|
218
|
+
},
|
|
219
|
+
"reporting": {
|
|
220
|
+
"downloadOptions": "Opciones de Descarga",
|
|
221
|
+
"noData": "No hay datos para mostrar.",
|
|
222
|
+
"runReport": "Ejecutar Informe",
|
|
223
|
+
"useFilter": "Utilice el filtro para ejecutar el informe."
|
|
224
|
+
},
|
|
225
|
+
"selectChurch": {
|
|
226
|
+
"address1": "Línea de Dirección 1",
|
|
227
|
+
"address2": "Línea de Dirección 2",
|
|
228
|
+
"another": "Elegir otra iglesia",
|
|
229
|
+
"city": "Ciudad",
|
|
230
|
+
"confirmRegister": "¿Está seguro de que desea registrar una nueva iglesia?",
|
|
231
|
+
"country": "País",
|
|
232
|
+
"name": "Nombre de la Iglesia",
|
|
233
|
+
"noMatches": "No se encontraron coincidencias.",
|
|
234
|
+
"register": "Registrar una Nueva Iglesia",
|
|
235
|
+
"selectChurch": "Seleccionar una Iglesia",
|
|
236
|
+
"state": "Estado / Provincia",
|
|
237
|
+
"zip": "Código Postal",
|
|
238
|
+
"validate": {
|
|
239
|
+
"address": "La dirección no puede estar en blanco.",
|
|
240
|
+
"city": "La ciudad no puede estar en blanco.",
|
|
241
|
+
"country": "El país no puede estar en blanco.",
|
|
242
|
+
"name": "El nombre de la iglesia no puede estar en blanco.",
|
|
243
|
+
"state": "El estado/provincia no puede estar en blanco.",
|
|
244
|
+
"zip": "El código postal no puede estar en blanco."
|
|
245
|
+
}
|
|
246
|
+
},
|
|
247
|
+
"stockPhotos": {
|
|
248
|
+
"photoBy": "Foto por:",
|
|
249
|
+
"providedBy": "Fotos de stock proporcionadas por"
|
|
250
|
+
},
|
|
251
|
+
"support": {
|
|
252
|
+
"email": "Correo Electrónico",
|
|
253
|
+
"knowledge base": "Base de Conocimientos",
|
|
254
|
+
"messenger": "Mensajero",
|
|
255
|
+
"phone": "Teléfono"
|
|
256
|
+
},
|
|
257
|
+
"wrapper": {
|
|
258
|
+
"chatWith": "Chatear con",
|
|
259
|
+
"deleteChurch": "Eliminar iglesia de la lista",
|
|
260
|
+
"logout": "Cerrar sesión",
|
|
261
|
+
"newPrivateMessage": "Nuevo Mensaje Privado",
|
|
262
|
+
"privateMessage": "Mensaje Privado",
|
|
263
|
+
"profile": "Perfil",
|
|
264
|
+
"searchForPerson": "Buscar a una persona",
|
|
265
|
+
"support": "Soporte",
|
|
266
|
+
"sureRemoveChurch": "¿Está seguro de que desea eliminar {} de la lista?",
|
|
267
|
+
"switchApp": "Cambiar de Aplicación",
|
|
268
|
+
"switchChurch": "Cambiar de Iglesia"
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
|