Skip to content

Commit 1398d8e

Browse files
committed
Added more WooCommerce events
1 parent a01e3fa commit 1398d8e

File tree

2 files changed

+78
-14
lines changed

2 files changed

+78
-14
lines changed

languages/texty.json

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@
7777
null,
7878
""
7979
],
80+
"Must be a valid number associated with your Twilio account": [
81+
null,
82+
""
83+
],
8084
"Vonage (nexmo)": [
8185
null,
8286
""
@@ -105,7 +109,23 @@
105109
null,
106110
""
107111
],
108-
"New Order (admin)": [
112+
"Admin - When Order Status is Complete": [
113+
null,
114+
""
115+
],
116+
"Customer - When Order Status is Complete": [
117+
null,
118+
""
119+
],
120+
"Customer - When Order Status is On Hold": [
121+
null,
122+
""
123+
],
124+
"Admin - When Order Status is Processing": [
125+
null,
126+
""
127+
],
128+
"Customer - When Order Status is Processing": [
109129
null,
110130
""
111131
],
@@ -125,6 +145,14 @@
125145
null,
126146
""
127147
],
148+
"active": [
149+
null,
150+
""
151+
],
152+
"inactive": [
153+
null,
154+
""
155+
],
128156
"Enable": [
129157
null,
130158
""
@@ -193,6 +221,10 @@
193221
null,
194222
""
195223
],
224+
"Plugin not installed": [
225+
null,
226+
""
227+
],
196228
"Saving...": [
197229
null,
198230
""

languages/texty.pot

Lines changed: 45 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"MIME-Version: 1.0\n"
99
"Content-Type: text/plain; charset=UTF-8\n"
1010
"Content-Transfer-Encoding: 8bit\n"
11-
"POT-Creation-Date: 2021-01-13T10:49:46+00:00\n"
11+
"POT-Creation-Date: 2021-01-14T10:48:21+00:00\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"X-Generator: WP-CLI 2.4.0\n"
1414
"X-Domain: texty\n"
@@ -89,6 +89,10 @@ msgstr ""
8989
msgid "From Number"
9090
msgstr ""
9191

92+
#: includes/Gateways/Twilio.php:77
93+
msgid "Must be a valid number associated with your Twilio account"
94+
msgstr ""
95+
9296
#: includes/Gateways/Vonage.php:25
9397
msgid "Vonage (nexmo)"
9498
msgstr ""
@@ -105,20 +109,36 @@ msgstr ""
105109
msgid "API Secret"
106110
msgstr ""
107111

108-
#: includes/Notifications.php:68
112+
#: includes/Notifications.php:78
109113
msgid "WordPress"
110114
msgstr ""
111115

112-
#: includes/Notifications.php:72
116+
#: includes/Notifications.php:83
113117
msgid "WooCommerce"
114118
msgstr ""
115119

116120
#: includes/Notifications/Comment.php:16
117121
msgid "New Comment"
118122
msgstr ""
119123

120-
#: includes/Notifications/OrderAdmin.php:16
121-
msgid "New Order (admin)"
124+
#: includes/Notifications/OrderCompleteAdmin.php:11
125+
msgid "Admin - When Order Status is Complete"
126+
msgstr ""
127+
128+
#: includes/Notifications/OrderCompleteCustomer.php:11
129+
msgid "Customer - When Order Status is Complete"
130+
msgstr ""
131+
132+
#: includes/Notifications/OrderHoldCustomer.php:11
133+
msgid "Customer - When Order Status is On Hold"
134+
msgstr ""
135+
136+
#: includes/Notifications/OrderProcessingAdmin.php:11
137+
msgid "Admin - When Order Status is Processing"
138+
msgstr ""
139+
140+
#: includes/Notifications/OrderProcessingCustomer.php:11
141+
msgid "Customer - When Order Status is Processing"
122142
msgstr ""
123143

124144
#: includes/Notifications/Registration.php:16
@@ -132,7 +152,7 @@ msgstr ""
132152

133153
#: src/components/Header.js:39
134154
#: src/components/Header.js:42
135-
#: src/pages/Notifications.js:89
155+
#: src/pages/Notifications.js:90
136156
msgid "Notifications"
137157
msgstr ""
138158

@@ -142,20 +162,28 @@ msgstr ""
142162
msgid "Tools"
143163
msgstr ""
144164

165+
#: src/components/NotificationItem.js:35
166+
msgid "active"
167+
msgstr ""
168+
169+
#: src/components/NotificationItem.js:35
170+
msgid "inactive"
171+
msgstr ""
172+
145173
#: src/components/NotificationItem.js:41
146174
msgid "Enable"
147175
msgstr ""
148176

149-
#: src/components/NotificationItem.js:54
177+
#: src/components/NotificationItem.js:52
150178
msgid "Select one or multiple user roles. Users with phone number in their profile will receive the text"
151179
msgstr ""
152180

153-
#: src/components/NotificationItem.js:80
181+
#: src/components/NotificationItem.js:78
154182
#: src/components/QuickSend.js:58
155183
msgid "Message"
156184
msgstr ""
157185

158-
#: src/components/NotificationItem.js:88
186+
#: src/components/NotificationItem.js:86
159187
msgid "You may use these variables: "
160188
msgstr ""
161189

@@ -206,19 +234,23 @@ msgstr ""
206234
msgid "Send Test"
207235
msgstr ""
208236

209-
#: src/pages/Notifications.js:74
237+
#: src/pages/Notifications.js:75
210238
msgid "Changes have been saved"
211239
msgstr ""
212240

213-
#: src/pages/Notifications.js:91
241+
#: src/pages/Notifications.js:92
214242
msgid "Enable or disable notification based on different events."
215243
msgstr ""
216244

217-
#: src/pages/Notifications.js:131
245+
#: src/pages/Notifications.js:113
246+
msgid "Plugin not installed"
247+
msgstr ""
248+
249+
#: src/pages/Notifications.js:151
218250
msgid "Saving..."
219251
msgstr ""
220252

221-
#: src/pages/Notifications.js:131
253+
#: src/pages/Notifications.js:151
222254
msgid "Save Changes"
223255
msgstr ""
224256

0 commit comments

Comments
 (0)