@churchapps/apphelper 0.4.50 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (102) hide show
  1. package/dist/components/FormCardPayment.d.ts +1 -1
  2. package/dist/components/FormCardPayment.d.ts.map +1 -1
  3. package/dist/components/FormCardPayment.js +27 -10
  4. package/dist/components/FormCardPayment.js.map +1 -1
  5. package/dist/components/Loading.js +36 -36
  6. package/dist/components/notes/Notes.js +27 -27
  7. package/dist/helpers/index.d.ts +1 -1
  8. package/dist/helpers/index.d.ts.map +1 -1
  9. package/dist/helpers/index.js +1 -1
  10. package/dist/helpers/index.js.map +1 -1
  11. package/dist/public/css/cropper.css +309 -309
  12. package/dist/public/css/styles.css +111 -111
  13. package/package.json +72 -73
  14. package/public/css/cropper.css +309 -309
  15. package/public/css/styles.css +111 -111
  16. package/public/locales/de.json +269 -269
  17. package/public/locales/en.json +276 -276
  18. package/public/locales/es.json +272 -272
  19. package/public/locales/fr.json +269 -269
  20. package/public/locales/hi.json +269 -269
  21. package/public/locales/it.json +269 -269
  22. package/public/locales/ko.json +269 -269
  23. package/public/locales/no.json +269 -269
  24. package/public/locales/pt.json +269 -269
  25. package/public/locales/ru.json +269 -269
  26. package/public/locales/tl.json +269 -269
  27. package/public/locales/zh.json +269 -269
  28. package/src/components/DisplayBox.tsx +83 -83
  29. package/src/components/ErrorMessages.tsx +28 -28
  30. package/src/components/ExportLink.tsx +81 -81
  31. package/src/components/FloatingSupport.tsx +18 -18
  32. package/src/components/FormCardPayment.tsx +184 -169
  33. package/src/components/FormSubmissionEdit.tsx +168 -168
  34. package/src/components/HelpIcon.tsx +12 -12
  35. package/src/components/ImageEditor.tsx +161 -161
  36. package/src/components/InputBox.tsx +96 -96
  37. package/src/components/Loading.tsx +77 -77
  38. package/src/components/PageHeader.tsx +110 -110
  39. package/src/components/PersonAvatar.tsx +77 -77
  40. package/src/components/QuestionEdit.tsx +99 -99
  41. package/src/components/SmallButton.tsx +42 -42
  42. package/src/components/SupportModal.tsx +32 -32
  43. package/src/components/TabPanel.tsx +28 -28
  44. package/src/components/gallery/GalleryModal.tsx +173 -173
  45. package/src/components/gallery/StockPhotos.tsx +95 -95
  46. package/src/components/gallery/index.ts +1 -1
  47. package/src/components/header/Banner.tsx +11 -11
  48. package/src/components/header/PrimaryMenu.tsx +100 -100
  49. package/src/components/header/SecondaryMenu.tsx +23 -23
  50. package/src/components/header/SecondaryMenuAlt.tsx +40 -40
  51. package/src/components/header/SiteHeader.tsx +207 -207
  52. package/src/components/header/SupportDrawer.tsx +111 -111
  53. package/src/components/header/index.tsx +2 -2
  54. package/src/components/index.tsx +20 -20
  55. package/src/components/notes/AddNote.tsx +180 -180
  56. package/src/components/notes/Note.tsx +68 -68
  57. package/src/components/notes/Notes.tsx +208 -208
  58. package/src/components/notes/index.ts +3 -3
  59. package/src/components/wrapper/AppList.tsx +19 -19
  60. package/src/components/wrapper/ChurchList.tsx +154 -154
  61. package/src/components/wrapper/NavItem.tsx +47 -47
  62. package/src/components/wrapper/NewPrivateMessage.tsx +253 -253
  63. package/src/components/wrapper/Notifications.tsx +223 -223
  64. package/src/components/wrapper/PrivateMessageDetails.tsx +112 -112
  65. package/src/components/wrapper/PrivateMessages.tsx +576 -576
  66. package/src/components/wrapper/UserMenu.tsx +383 -383
  67. package/src/components/wrapper/index.tsx +8 -8
  68. package/src/helpers/AnalyticsHelper.ts +32 -32
  69. package/src/helpers/AppearanceHelper.ts +73 -73
  70. package/src/helpers/ArrayHelper.ts +87 -87
  71. package/src/helpers/CurrencyHelper.ts +10 -10
  72. package/src/helpers/DateHelper.ts +104 -104
  73. package/src/helpers/ErrorHelper.ts +43 -43
  74. package/src/helpers/EventHelper.ts +49 -49
  75. package/src/helpers/FileHelper.ts +31 -31
  76. package/src/helpers/Locale.ts +457 -457
  77. package/src/helpers/NotificationService.ts +296 -296
  78. package/src/helpers/PersonHelper.ts +62 -62
  79. package/src/helpers/SlugHelper.ts +37 -37
  80. package/src/helpers/SocketHelper.ts +296 -296
  81. package/src/helpers/UniqueIdHelper.ts +36 -36
  82. package/src/helpers/UserHelper.ts +104 -104
  83. package/src/helpers/createEmotionCache.ts +17 -17
  84. package/src/helpers/index.ts +58 -50
  85. package/src/hooks/index.ts +3 -3
  86. package/src/hooks/useMountedState.ts +16 -16
  87. package/src/hooks/useNotifications.ts +93 -93
  88. package/src/index.ts +2 -2
  89. package/src/types/interface-extensions.d.ts +12 -0
  90. package/tsconfig.json +31 -31
  91. package/dist/public/locales/de.json +0 -270
  92. package/dist/public/locales/en.json +0 -277
  93. package/dist/public/locales/es.json +0 -272
  94. package/dist/public/locales/fr.json +0 -270
  95. package/dist/public/locales/hi.json +0 -270
  96. package/dist/public/locales/it.json +0 -270
  97. package/dist/public/locales/ko.json +0 -270
  98. package/dist/public/locales/no.json +0 -270
  99. package/dist/public/locales/pt.json +0 -270
  100. package/dist/public/locales/ru.json +0 -270
  101. package/dist/public/locales/tl.json +0 -270
  102. package/dist/public/locales/zh.json +0 -270
@@ -1,270 +1,270 @@
1
- {
2
- "b1Share": {
3
- "comment": "评论",
4
- "commentPlaceholder": "在您的帖子中添加评论。",
5
- "contentShared": "共享内容",
6
- "group": "团体",
7
- "sharingToGroup": "与 B1 组共享 {}",
8
- "validate": {
9
- "addComment": "请添加评论。",
10
- "loginFirst": "请先登录。",
11
- "notMember": "您当前不是 B1 上任何群组的成员。",
12
- "selectGroup": "请选择一个组。"
13
- }
14
- },
15
- "common": {
16
- "add": "添加",
17
- "cancel": "取消",
18
- "close": "关闭",
19
- "date": "日期",
20
- "delete": "删除",
21
- "edit": "编辑",
22
- "error": "错误",
23
- "pleaseWait": "请稍等...",
24
- "save": "节省",
25
- "search": "搜索",
26
- "submit": "提交",
27
- "update": "更新"
28
- },
29
- "createPerson": {
30
- "addNewPerson": "添加新人",
31
- "firstName": "名",
32
- "lastName": "姓"
33
- },
34
- "donation": {
35
- "bankForm": {
36
- "accountNumber": "帐号",
37
- "added": "银行账户已添加。",
38
- "company": "公司",
39
- "firstDeposit": "首次存款",
40
- "holderName": "帐户持有人姓名为必填项。",
41
- "individual": "个人",
42
- "name": "账户持有人姓名",
43
- "needVerified": "在进行任何捐赠之前,需要验证银行账户。",
44
- "routingNumber": "路由号码",
45
- "secondDeposit": "第二次存款",
46
- "twoDeposits": "输入您帐户中收到的两笔存款以完成验证您的银行帐户。",
47
- "updated": "银行账户已更新。",
48
- "verified": "银行账户已验证。",
49
- "validate": {
50
- "accountNumber": "需要路由和帐号。",
51
- "holderName": "帐户持有人姓名为必填项。"
52
- }
53
- },
54
- "cardForm": {
55
- "addNew": "添加新卡",
56
- "added": "卡添加成功。",
57
- "expirationMonth": "到期月份:",
58
- "expirationYear": "到期年份:",
59
- "updated": "卡更新成功。"
60
- },
61
- "donationForm": {
62
- "annually": "每年",
63
- "biWeekly": "双周刊",
64
- "cancelled": "经常性捐款已取消。",
65
- "confirmDelete": "您确定要删除此定期捐赠吗?",
66
- "cover": "我将慷慨地添加 {} 来支付交易费用,以便您可以保留我的 100% 捐款。",
67
- "donate": "捐",
68
- "editRecurring": "编辑经常性捐赠",
69
- "fees": "应用 {} 的交易费用。",
70
- "frequency": "频率",
71
- "fund": "基金",
72
- "funds": "资金",
73
- "make": "做捐献",
74
- "makeRecurring": "定期捐款",
75
- "method": "方法",
76
- "monthly": "每月",
77
- "notes": "笔记",
78
- "preview": "预览捐赠",
79
- "quarterly": "季刊",
80
- "recurringUpdated": "经常性捐款已更新。",
81
- "startDate": "开始日期",
82
- "thankYou": "感谢您的捐赠!",
83
- "tooLow": "捐款金额必须大于 0.50 美元",
84
- "total": "捐款总额",
85
- "validate": {
86
- "amount": "金额不能为 0 美元。",
87
- "email": "请输入您的电子邮件地址。",
88
- "firstName": "请输入您的名字。",
89
- "lastName": "请输入您的姓氏。",
90
- "validEmail": "请输入有效的电子邮件地址。"
91
- },
92
- "weekly": "每周"
93
- },
94
- "fundDonations": {
95
- "addMore": "添加更多",
96
- "amount": "数量",
97
- "fund": "基金"
98
- },
99
- "paymentMethods": {
100
- "addBank": "添加银行账户",
101
- "addCard": "添加卡",
102
- "confirmDelete": "您确定要删除此付款方式吗?",
103
- "deleted": "付款方式已删除。",
104
- "noMethods": "没有付款方式。 ",
105
- "verify": "验证账户"
106
- },
107
- "page": {
108
- "amount": "数量",
109
- "batch": "批",
110
- "date": "日期",
111
- "fund": "基金",
112
- "method": "方法",
113
- "willAppear": "一旦输入捐款,捐款就会出现。"
114
- },
115
- "preview": {
116
- "date": "捐赠日期",
117
- "donate": "捐",
118
- "every": "一切重复",
119
- "fee": "手续费",
120
- "funds": "资金",
121
- "method": "捐赠方式",
122
- "notes": "笔记",
123
- "startingOn": "开始于",
124
- "total": "全部的",
125
- "type": "捐赠类型"
126
- },
127
- "recurring": {
128
- "amount": "数量",
129
- "every": "每一个",
130
- "interval": "间隔",
131
- "notFound": "未找到付款方式。",
132
- "paymentMethod": "付款方式",
133
- "startDate": "开始日期"
134
- }
135
- },
136
- "formSubmissionEdit": {
137
- "confirmDelete": "您确定要删除此表单数据吗?",
138
- "editForm": "编辑表格",
139
- "isRequired": "是必须的",
140
- "submit": "提交"
141
- },
142
- "gallery": {
143
- "aspectRatio": "纵横比",
144
- "confirmDelete": "您确定要从图库中删除此图片吗?",
145
- "freeForm": "自由形式"
146
- },
147
- "iconPicker": {
148
- "iconsAvailable": "可用图标",
149
- "matchingResults": "匹配结果",
150
- "search": "搜索图标..."
151
- },
152
- "login": {
153
- "createAccount": "创建一个帐户",
154
- "email": "电子邮件",
155
- "forgot": "忘记密码",
156
- "goLogin": "前往登录",
157
- "login": "登录",
158
- "password": "密码",
159
- "register": "登记",
160
- "registerThankYou": "感谢您注册!",
161
- "reset": "重置",
162
- "resetInstructions": "输入您的电子邮件地址以请求重置密码。",
163
- "resetPassword": "重设密码",
164
- "resetSent": "密码重置电子邮件已发送!",
165
- "setPassword": "设置密码",
166
- "signIn": "登入",
167
- "signInTitle": "请登录",
168
- "verifyPassword": "验证密码",
169
- "validate": {
170
- "email": "请输入有效的电子邮件地址。",
171
- "firstName": "请输入您的名字。",
172
- "invalid": "登录无效。",
173
- "lastName": "请输入您的姓氏。",
174
- "password": "请输入密码。",
175
- "passwordLength": "密码长度必须至少为 8 个字符。",
176
- "passwordMatch": "密码不匹配。",
177
- "selectingChurch": "选择教堂时出错。"
178
- },
179
- "welcomeBack": "欢迎回来",
180
- "welcomeName": "欢迎回来, <b>{}</b>! "
181
- },
182
- "markdownEditor": {
183
- "content": "内容",
184
- "markdownEditor": "降价编辑器",
185
- "markdownGuide": "降价指南"
186
- },
187
- "month": {
188
- "april": "四月",
189
- "august": "八月",
190
- "december": "十二月",
191
- "february": "二月",
192
- "january": "一月",
193
- "july": "七月",
194
- "june": "六月",
195
- "march": "行进",
196
- "may": "可能",
197
- "november": "十一月",
198
- "october": "十月",
199
- "september": "九月"
200
- },
201
- "notes": {
202
- "comment": "评论",
203
- "comments": "评论",
204
- "notes": "笔记",
205
- "startConversation": "开始对话",
206
- "validate": {
207
- "content": "请输入注释。"
208
- },
209
- "viewAll": "查看全部"
210
- },
211
- "person": {
212
- "email": "电子邮件",
213
- "firstName": "名",
214
- "lastName": "姓",
215
- "name": "姓名",
216
- "person": "人",
217
- "years": "年"
218
- },
219
- "reporting": {
220
- "downloadOptions": "下载选项",
221
- "noData": "没有数据可显示。",
222
- "runReport": "运行报告",
223
- "useFilter": "使用过滤器运行报告。"
224
- },
225
- "selectChurch": {
226
- "address1": "地址第一行",
227
- "address2": "地址行 2",
228
- "another": "选择另一个教堂",
229
- "city": "城市",
230
- "confirmRegister": "您确定要注册一个新教会吗?",
231
- "country": "国家",
232
- "name": "教会名称",
233
- "noMatches": "未找到匹配项。",
234
- "register": "注册新教会",
235
- "selectChurch": "选择一个教堂",
236
- "state": "州/省",
237
- "zip": "邮编/邮政编码",
238
- "validate": {
239
- "address": "地址不能为空。",
240
- "city": "城市不能为空。",
241
- "country": "国家不能为空。",
242
- "name": "教会名称不能为空。",
243
- "state": "州/省不能为空。",
244
- "zip": "邮政编码不能为空。"
245
- }
246
- },
247
- "stockPhotos": {
248
- "photoBy": "拍摄者:",
249
- "providedBy": "库存照片由提供"
250
- },
251
- "support": {
252
- "email": "电子邮件",
253
- "knowledge base": "知识库",
254
- "messenger": "信使",
255
- "phone": "电话"
256
- },
257
- "wrapper": {
258
- "chatWith": "和...聊天",
259
- "deleteChurch": "从列表中删除教堂",
260
- "logout": "登出",
261
- "newPrivateMessage": "新私信",
262
- "privateMessage": "私人信息",
263
- "profile": "轮廓",
264
- "searchForPerson": "寻找一个人",
265
- "support": "支持",
266
- "sureRemoveChurch": "您确定要从列表中删除 {} 吗?",
267
- "switchApp": "切换应用程序",
268
- "switchChurch": "开关教堂"
269
- }
1
+ {
2
+ "b1Share": {
3
+ "comment": "评论",
4
+ "commentPlaceholder": "在您的帖子中添加评论。",
5
+ "contentShared": "共享内容",
6
+ "group": "团体",
7
+ "sharingToGroup": "与 B1 组共享 {}",
8
+ "validate": {
9
+ "addComment": "请添加评论。",
10
+ "loginFirst": "请先登录。",
11
+ "notMember": "您当前不是 B1 上任何群组的成员。",
12
+ "selectGroup": "请选择一个组。"
13
+ }
14
+ },
15
+ "common": {
16
+ "add": "添加",
17
+ "cancel": "取消",
18
+ "close": "关闭",
19
+ "date": "日期",
20
+ "delete": "删除",
21
+ "edit": "编辑",
22
+ "error": "错误",
23
+ "pleaseWait": "请稍等...",
24
+ "save": "节省",
25
+ "search": "搜索",
26
+ "submit": "提交",
27
+ "update": "更新"
28
+ },
29
+ "createPerson": {
30
+ "addNewPerson": "添加新人",
31
+ "firstName": "名",
32
+ "lastName": "姓"
33
+ },
34
+ "donation": {
35
+ "bankForm": {
36
+ "accountNumber": "帐号",
37
+ "added": "银行账户已添加。",
38
+ "company": "公司",
39
+ "firstDeposit": "首次存款",
40
+ "holderName": "帐户持有人姓名为必填项。",
41
+ "individual": "个人",
42
+ "name": "账户持有人姓名",
43
+ "needVerified": "在进行任何捐赠之前,需要验证银行账户。",
44
+ "routingNumber": "路由号码",
45
+ "secondDeposit": "第二次存款",
46
+ "twoDeposits": "输入您帐户中收到的两笔存款以完成验证您的银行帐户。",
47
+ "updated": "银行账户已更新。",
48
+ "verified": "银行账户已验证。",
49
+ "validate": {
50
+ "accountNumber": "需要路由和帐号。",
51
+ "holderName": "帐户持有人姓名为必填项。"
52
+ }
53
+ },
54
+ "cardForm": {
55
+ "addNew": "添加新卡",
56
+ "added": "卡添加成功。",
57
+ "expirationMonth": "到期月份:",
58
+ "expirationYear": "到期年份:",
59
+ "updated": "卡更新成功。"
60
+ },
61
+ "donationForm": {
62
+ "annually": "每年",
63
+ "biWeekly": "双周刊",
64
+ "cancelled": "经常性捐款已取消。",
65
+ "confirmDelete": "您确定要删除此定期捐赠吗?",
66
+ "cover": "我将慷慨地添加 {} 来支付交易费用,以便您可以保留我的 100% 捐款。",
67
+ "donate": "捐",
68
+ "editRecurring": "编辑经常性捐赠",
69
+ "fees": "应用 {} 的交易费用。",
70
+ "frequency": "频率",
71
+ "fund": "基金",
72
+ "funds": "资金",
73
+ "make": "做捐献",
74
+ "makeRecurring": "定期捐款",
75
+ "method": "方法",
76
+ "monthly": "每月",
77
+ "notes": "笔记",
78
+ "preview": "预览捐赠",
79
+ "quarterly": "季刊",
80
+ "recurringUpdated": "经常性捐款已更新。",
81
+ "startDate": "开始日期",
82
+ "thankYou": "感谢您的捐赠!",
83
+ "tooLow": "捐款金额必须大于 0.50 美元",
84
+ "total": "捐款总额",
85
+ "validate": {
86
+ "amount": "金额不能为 0 美元。",
87
+ "email": "请输入您的电子邮件地址。",
88
+ "firstName": "请输入您的名字。",
89
+ "lastName": "请输入您的姓氏。",
90
+ "validEmail": "请输入有效的电子邮件地址。"
91
+ },
92
+ "weekly": "每周"
93
+ },
94
+ "fundDonations": {
95
+ "addMore": "添加更多",
96
+ "amount": "数量",
97
+ "fund": "基金"
98
+ },
99
+ "paymentMethods": {
100
+ "addBank": "添加银行账户",
101
+ "addCard": "添加卡",
102
+ "confirmDelete": "您确定要删除此付款方式吗?",
103
+ "deleted": "付款方式已删除。",
104
+ "noMethods": "没有付款方式。 ",
105
+ "verify": "验证账户"
106
+ },
107
+ "page": {
108
+ "amount": "数量",
109
+ "batch": "批",
110
+ "date": "日期",
111
+ "fund": "基金",
112
+ "method": "方法",
113
+ "willAppear": "一旦输入捐款,捐款就会出现。"
114
+ },
115
+ "preview": {
116
+ "date": "捐赠日期",
117
+ "donate": "捐",
118
+ "every": "一切重复",
119
+ "fee": "手续费",
120
+ "funds": "资金",
121
+ "method": "捐赠方式",
122
+ "notes": "笔记",
123
+ "startingOn": "开始于",
124
+ "total": "全部的",
125
+ "type": "捐赠类型"
126
+ },
127
+ "recurring": {
128
+ "amount": "数量",
129
+ "every": "每一个",
130
+ "interval": "间隔",
131
+ "notFound": "未找到付款方式。",
132
+ "paymentMethod": "付款方式",
133
+ "startDate": "开始日期"
134
+ }
135
+ },
136
+ "formSubmissionEdit": {
137
+ "confirmDelete": "您确定要删除此表单数据吗?",
138
+ "editForm": "编辑表格",
139
+ "isRequired": "是必须的",
140
+ "submit": "提交"
141
+ },
142
+ "gallery": {
143
+ "aspectRatio": "纵横比",
144
+ "confirmDelete": "您确定要从图库中删除此图片吗?",
145
+ "freeForm": "自由形式"
146
+ },
147
+ "iconPicker": {
148
+ "iconsAvailable": "可用图标",
149
+ "matchingResults": "匹配结果",
150
+ "search": "搜索图标..."
151
+ },
152
+ "login": {
153
+ "createAccount": "创建一个帐户",
154
+ "email": "电子邮件",
155
+ "forgot": "忘记密码",
156
+ "goLogin": "前往登录",
157
+ "login": "登录",
158
+ "password": "密码",
159
+ "register": "登记",
160
+ "registerThankYou": "感谢您注册!",
161
+ "reset": "重置",
162
+ "resetInstructions": "输入您的电子邮件地址以请求重置密码。",
163
+ "resetPassword": "重设密码",
164
+ "resetSent": "密码重置电子邮件已发送!",
165
+ "setPassword": "设置密码",
166
+ "signIn": "登入",
167
+ "signInTitle": "请登录",
168
+ "verifyPassword": "验证密码",
169
+ "validate": {
170
+ "email": "请输入有效的电子邮件地址。",
171
+ "firstName": "请输入您的名字。",
172
+ "invalid": "登录无效。",
173
+ "lastName": "请输入您的姓氏。",
174
+ "password": "请输入密码。",
175
+ "passwordLength": "密码长度必须至少为 8 个字符。",
176
+ "passwordMatch": "密码不匹配。",
177
+ "selectingChurch": "选择教堂时出错。"
178
+ },
179
+ "welcomeBack": "欢迎回来",
180
+ "welcomeName": "欢迎回来, <b>{}</b>! "
181
+ },
182
+ "markdownEditor": {
183
+ "content": "内容",
184
+ "markdownEditor": "降价编辑器",
185
+ "markdownGuide": "降价指南"
186
+ },
187
+ "month": {
188
+ "april": "四月",
189
+ "august": "八月",
190
+ "december": "十二月",
191
+ "february": "二月",
192
+ "january": "一月",
193
+ "july": "七月",
194
+ "june": "六月",
195
+ "march": "行进",
196
+ "may": "可能",
197
+ "november": "十一月",
198
+ "october": "十月",
199
+ "september": "九月"
200
+ },
201
+ "notes": {
202
+ "comment": "评论",
203
+ "comments": "评论",
204
+ "notes": "笔记",
205
+ "startConversation": "开始对话",
206
+ "validate": {
207
+ "content": "请输入注释。"
208
+ },
209
+ "viewAll": "查看全部"
210
+ },
211
+ "person": {
212
+ "email": "电子邮件",
213
+ "firstName": "名",
214
+ "lastName": "姓",
215
+ "name": "姓名",
216
+ "person": "人",
217
+ "years": "年"
218
+ },
219
+ "reporting": {
220
+ "downloadOptions": "下载选项",
221
+ "noData": "没有数据可显示。",
222
+ "runReport": "运行报告",
223
+ "useFilter": "使用过滤器运行报告。"
224
+ },
225
+ "selectChurch": {
226
+ "address1": "地址第一行",
227
+ "address2": "地址行 2",
228
+ "another": "选择另一个教堂",
229
+ "city": "城市",
230
+ "confirmRegister": "您确定要注册一个新教会吗?",
231
+ "country": "国家",
232
+ "name": "教会名称",
233
+ "noMatches": "未找到匹配项。",
234
+ "register": "注册新教会",
235
+ "selectChurch": "选择一个教堂",
236
+ "state": "州/省",
237
+ "zip": "邮编/邮政编码",
238
+ "validate": {
239
+ "address": "地址不能为空。",
240
+ "city": "城市不能为空。",
241
+ "country": "国家不能为空。",
242
+ "name": "教会名称不能为空。",
243
+ "state": "州/省不能为空。",
244
+ "zip": "邮政编码不能为空。"
245
+ }
246
+ },
247
+ "stockPhotos": {
248
+ "photoBy": "拍摄者:",
249
+ "providedBy": "库存照片由提供"
250
+ },
251
+ "support": {
252
+ "email": "电子邮件",
253
+ "knowledge base": "知识库",
254
+ "messenger": "信使",
255
+ "phone": "电话"
256
+ },
257
+ "wrapper": {
258
+ "chatWith": "和...聊天",
259
+ "deleteChurch": "从列表中删除教堂",
260
+ "logout": "登出",
261
+ "newPrivateMessage": "新私信",
262
+ "privateMessage": "私人信息",
263
+ "profile": "轮廓",
264
+ "searchForPerson": "寻找一个人",
265
+ "support": "支持",
266
+ "sureRemoveChurch": "您确定要从列表中删除 {} 吗?",
267
+ "switchApp": "切换应用程序",
268
+ "switchChurch": "开关教堂"
269
+ }
270
270
  }