Skip to content

Commit 1be799f

Browse files
committed
Updated english labels
1 parent 6ef56b8 commit 1be799f

File tree

1 file changed

+136
-27
lines changed

1 file changed

+136
-27
lines changed

public/locales/en.json

Lines changed: 136 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,23 @@
4848
"common": {
4949
"add": "Add",
5050
"amount": "Amount",
51+
"cancel": "Cancel",
5152
"change": "Change",
53+
"changePhoto": "Change Photo",
5254
"close": "Close",
5355
"delete": "Delete",
5456
"edit": "Edit",
5557
"name": "Name",
5658
"no": "No",
5759
"notes": "Notes",
5860
"person": "Person",
61+
"pleaseWait": "Please wait...",
5962
"remove": "Remove",
63+
"save": "Save",
6064
"search": "Search",
6165
"searching": "Searching...",
6266
"title": "Title",
67+
"update": "Update",
6368
"yes": "Yes"
6469
},
6570
"components": {
@@ -71,6 +76,7 @@
7176
"att": "Attendance",
7277
"dash": "Dashboard",
7378
"don": "Donations",
79+
"form": "Form",
7480
"forms": "Forms",
7581
"groups": "Groups",
7682
"plans": "Plans",
@@ -95,6 +101,7 @@
95101
"myGroups": "My Groups",
96102
"people": "People",
97103
"peopleSearch": {
104+
"display": "Display",
98105
"photo": "Photo",
99106
"ppl": "People"
100107
},
@@ -201,6 +208,7 @@
201208
"every": "Every",
202209
"interval": "Interval",
203210
"notFound": "No recurring donations found.",
211+
"noSubscriptions": "No recurring donations found.",
204212
"paymentMethod": "Payment Method",
205213
"startDate": "Start Date"
206214
}
@@ -209,14 +217,13 @@
209217
"batchEdit": {
210218
"confirmMsg": "Are you sure you wish to permanently delete this batch and all donations within it?",
211219
"date": "Date",
212-
"edit": "Edit Batch",
213220
"opName": "Name (optional)"
214221
},
215222
"bulkEntry": {
216-
"selectPerson": "Select Person or Anonymous",
223+
"addDonation": "Add Donation",
217224
"optionalFields": "Optional Fields",
218225
"pressEnter": "Press Enter to save and add another donation",
219-
"addDonation": "Add Donation"
226+
"selectPerson": "Select Person or Anonymous"
220227
},
221228
"donationEdit": {
222229
"anon": "Anonymous",
@@ -225,7 +232,6 @@
225232
"check": "Check",
226233
"checkNum": "Check #",
227234
"date": "Date",
228-
"donEdit": "Edit Donation",
229235
"fund": "Fund",
230236
"lastDig": "Last 4 digits",
231237
"method": "Method"
@@ -235,7 +241,6 @@
235241
"failed": "Failed Donations - ",
236242
"mark": "Mark as ",
237243
"msg": "Message: ",
238-
"person": "Person: ",
239244
"unres": " unresolved"
240245
},
241246
"donations": {
@@ -259,8 +264,7 @@
259264
"total": "Total"
260265
},
261266
"fundEdit": {
262-
"confirmMsg": "Are you sure you wish to permanently delete this batch and all donations within it?",
263-
"edit": "Edit Fund",
267+
"confirmMsg": "Are you sure you wish to permanently delete this fund and all donations within it?",
264268
"errBlank": "Enter a fund name",
265269
"taxDeductible": "Tax Deductible",
266270
"trackDonations": "Tracks donations.",
@@ -313,7 +317,8 @@
313317
"ppl": "People",
314318
"public": "Public",
315319
"restrict": "Restricted",
316-
"startReqMsg": "Start date is required."
320+
"startReqMsg": "Start date is required.",
321+
"thankYouMessage": "Thank You Message"
317322
},
318323
"formMembers": {
319324
"act": "Action",
@@ -371,6 +376,17 @@
371376
"unAuth": "Unauthorized"
372377
}
373378
},
379+
"formSubmissionEdit": {
380+
"confirmDelete": "Are you sure you wish to permanently delete this form submission?",
381+
"editForm": "Edit Form Submission",
382+
"isRequired": "is required",
383+
"submit": "Submit"
384+
},
385+
"gallery": {
386+
"aspectRatio": "Aspect Ratio",
387+
"confirmDelete": "Are you sure you wish to permanently delete this image?",
388+
"freeForm": "Free Form"
389+
},
374390
"groups": {
375391
"groupAdd": {
376392
"catName": "Category Name",
@@ -430,7 +446,6 @@
430446
"attFor": "Attendance for",
431447
"new": "New",
432448
"noSesMsg": "There are no sessions.",
433-
"session": "Session",
434449
"sessions": "Sessions"
435450
},
436451
"groupsPage": {
@@ -469,19 +484,63 @@
469484
"ses": "Sessions"
470485
}
471486
},
487+
"login": {
488+
"email": "Email",
489+
"expiredLink": "This link has expired. Please request a new one.",
490+
"forgot": "Forgot Password?",
491+
"goLogin": "Go to Login",
492+
"login": "Login",
493+
"password": "Password",
494+
"register": "Register",
495+
"registerThankYou": "Thank you for registering!",
496+
"requestLink": "Request Reset Link",
497+
"reset": "Reset",
498+
"resetInstructions": "Enter your email address and we'll send you a link to reset your password.",
499+
"resetPassword": "Reset Password",
500+
"resetSent": "Password reset link sent! Check your email.",
501+
"setPassword": "Set Password",
502+
"signIn": "Sign In",
503+
"signInTitle": "Sign in to your account",
504+
"validate": {
505+
"email": "Please enter a valid email address.",
506+
"firstName": "First name is required.",
507+
"invalid": "Invalid email or password.",
508+
"lastName": "Last name is required.",
509+
"password": "Password is required.",
510+
"passwordLength": "Password must be at least 8 characters.",
511+
"passwordMatch": "Passwords do not match.",
512+
"selectingChurch": "Please select a church."
513+
},
514+
"verifyPassword": "Verify Password",
515+
"welcomeBack": "Welcome back!",
516+
"welcomeName": "Welcome"
517+
},
518+
"markdownEditor": {
519+
"content": "Content",
520+
"markdownGuide": "Markdown Guide"
521+
},
472522
"month": {
473523
"apr": "April",
524+
"april": "April",
474525
"aug": "August",
526+
"august": "August",
475527
"dec": "December",
528+
"december": "December",
476529
"feb": "February",
530+
"february": "February",
477531
"jan": "January",
532+
"january": "January",
478533
"july": "July",
479534
"june": "June",
480535
"mar": "March",
536+
"march": "March",
481537
"may": "May",
482538
"nov": "November",
539+
"november": "November",
483540
"oct": "October",
484-
"sep": "September"
541+
"october": "October",
542+
"sep": "September",
543+
"september": "September"
485544
},
486545
"people": {
487546
"editCondition": {
@@ -592,17 +651,18 @@
592651
"personEdit": {
593652
"applyQuestion": "Would you like to apply that to the entire",
594653
"confirmMsg": "Are you sure you wish to permanently delete this person record?",
654+
"donorNumber": "Donor Number",
595655
"exten": "Extension",
596656
"family": "family",
597657
"firstReq": "First name is required",
598658
"for": "for",
599659
"home": "Home",
600660
"invalForm": "Invalid Format",
601661
"lastReq": "Last name is required",
662+
"maritalStatus": "Marital Status",
602663
"merge": "Merge",
603664
"mobile": "Mobile",
604665
"nameNote": "Name Tag Notes",
605-
"donorNumber": "Donor Number",
606666
"nickName": "Nickname",
607667
"persDet": "Personal Details",
608668
"upAddress": "You updated the address to",
@@ -653,8 +713,11 @@
653713
"member": "Member",
654714
"membership": "Membership",
655715
"membershipStatus": "Membership Status",
716+
"membershp": "Membership",
656717
"middleName": "Middle Name",
718+
"name": "Name",
657719
"nickName": "Nick Name",
720+
"noRec": "No records found",
658721
"person": "Person",
659722
"phone": "Phone",
660723
"prefix": "Prefix",
@@ -667,6 +730,7 @@
667730
"unspecified": "Unspecified",
668731
"visitor": "Visitor",
669732
"widowed": "Widowed",
733+
"years": "Years",
670734
"zip": "Zip/Postal"
671735
},
672736
"plans": {
@@ -702,6 +766,8 @@
702766
"planPage": {
703767
"assign": "Team Assignments",
704768
"assignments": "Assignments",
769+
"band": "Band",
770+
"noteSave": "Note saved",
705771
"serviceOrder": "Service Order",
706772
"servicePlan": "Service Plan"
707773
},
@@ -748,9 +814,6 @@
748814
},
749815
"teamList": {
750816
"noTeam": "No teams found. Please create a team.",
751-
"peeps": " people",
752-
"pers": "1 person",
753-
"ppl": "People",
754817
"teams": "Teams"
755818
},
756819
"timeEdit": {
@@ -817,10 +880,38 @@
817880
}
818881
},
819882
"reporting": {
883+
"detailed": "Detailed",
884+
"downloadOptions": "Download Options",
820885
"fromDate": "From Date",
821-
"toDate": "To Date",
886+
"noData": "No data available",
822887
"runReport": "Run Report",
823-
"toDateBeforeFromDate": "End date cannot be before start date"
888+
"sampleTemplate": "Sample Template",
889+
"summary": "Summary",
890+
"toDate": "To Date",
891+
"toDateBeforeFromDate": "End date cannot be before start date",
892+
"useFilter": "Use Filter"
893+
},
894+
"selectChurch": {
895+
"address1": "Address Line 1",
896+
"address2": "Address Line 2",
897+
"another": "Or search for another church",
898+
"city": "City",
899+
"confirmRegister": "Confirm Registration",
900+
"country": "Country",
901+
"name": "Church Name",
902+
"noMatches": "No matches found",
903+
"register": "Register New Church",
904+
"selectChurch": "Select a Church",
905+
"state": "State/Province",
906+
"validate": {
907+
"address": "Address is required.",
908+
"city": "City is required.",
909+
"country": "Country is required.",
910+
"name": "Church name is required.",
911+
"state": "State is required.",
912+
"zip": "Zip code is required."
913+
},
914+
"zip": "Zip/Postal Code"
824915
},
825916
"serverAdmin": {
826917
"adminPage": {
@@ -834,6 +925,7 @@
834925
"noChurch": "No churches found. Please search for a different name.",
835926
"noteFour": "Comparable software is ProPresenter. It's $399 for a site license. I made assumptions that the average church installs the software on 3 computers and divided our total installs by 3 to get the number of churches. I also made the assumption that churches will upgrade to a newer version every 5 years on average. So $399 / 5 years / 3 computers = $26.60 annual cost per computer. If we can quantify these assumptions we should update this number.",
836927
"noteOne": "Comparable software is Breeze. They charge $72/mo or $864/year.",
928+
"notes": "Notes",
837929
"noteThree": "Comparable content is Orange. They charge $1023/year for churches with 26-50 viewers for 252 Basic.",
838930
"noteTwo": "Comparable software is SubSplash. They start at $99/mo or $1200/year. This does not include the cut they take on donations.",
839931
"regist": "Registered",
@@ -1018,18 +1110,26 @@
10181110
"servTime": "Service Time"
10191111
},
10201112
"conditionDate": {
1021-
"datePart": "Date Part",
1113+
"absolute": "Absolute",
1114+
"curMonth": "Current Month",
10221115
"dateFull": "Full Date",
1023-
"weekDay": "Day of Week",
1024-
"monthDay": "Day of Month",
1116+
"datePart": "Date Part",
1117+
"dayOf": "Day of",
1118+
"fri": "Friday",
1119+
"mon": "Monday",
10251120
"month": "Month",
1026-
"yearsE": "Years Elapsed",
1121+
"monthDay": "Day of Month",
1122+
"nextMonth": "Next Month",
10271123
"op": "Operator",
1028-
"absolute": "Absolute",
1029-
"relative": "Relative",
10301124
"prevMonth": "Previous Month",
1031-
"curMonth": "Current Month",
1032-
"nextMonth": "Next Month"
1125+
"relative": "Relative",
1126+
"sat": "Saturday",
1127+
"sun": "Sunday",
1128+
"thurs": "Thursday",
1129+
"tues": "Tuesday",
1130+
"wed": "Wednesday",
1131+
"weekDay": "Day of Week",
1132+
"yearsE": "Years Elapsed"
10331133
},
10341134
"conditionDetails": {
10351135
"addCon": "Add Condition",
@@ -1086,19 +1186,20 @@
10861186
"taskList": {
10871187
"assignGroup": "Assigned to My Groups",
10881188
"assignMe": "Assigned to Me",
1089-
"assignTo": "Assigned to",
1090-
"associateW": "Associated with",
10911189
"reqMe": "Requested by Me",
10921190
"tasks": "Tasks"
10931191
},
10941192
"taskPage": {
1193+
"ago": "ago",
10951194
"assignTo": "Assigned to",
10961195
"associateW": "Associated With",
1196+
"by": "by",
10971197
"change": "Change",
10981198
"closed": "Closed",
10991199
"createdBy": "Created By",
11001200
"dateCreated": "Date Created",
11011201
"open": "Open",
1202+
"opened": "Opened",
11021203
"stat": "Status",
11031204
"taskDet": "Task Details"
11041205
},
@@ -1185,5 +1286,13 @@
11851286
"inputLabel": "Title or Artist",
11861287
"inputPlaceholder": "Enter song title or artist name..."
11871288
}
1289+
},
1290+
"stockPhotos": {
1291+
"photoBy": "Photo by",
1292+
"providedBy": "Stock photos provided by"
1293+
},
1294+
"support": {
1295+
"discussions": "Discussions",
1296+
"documentation": "Documentation"
11881297
}
1189-
}
1298+
}

0 commit comments

Comments
 (0)