@foxy.io/elements 1.21.2 → 1.21.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.
|
@@ -142,6 +142,18 @@
|
|
|
142
142
|
}
|
|
143
143
|
},
|
|
144
144
|
"subscription-form": {
|
|
145
|
+
"day": "Day",
|
|
146
|
+
"day_plural": "Days",
|
|
147
|
+
"week": "Week",
|
|
148
|
+
"week_plural": "Weeks",
|
|
149
|
+
"month": "Month",
|
|
150
|
+
"month_plural": "Months",
|
|
151
|
+
"year": "Year",
|
|
152
|
+
"year_plural": "Years",
|
|
153
|
+
"cancel": "Cancel",
|
|
154
|
+
"close": "Close",
|
|
155
|
+
"confirm": "Confirm",
|
|
156
|
+
"currency": "Currency",
|
|
145
157
|
"daily": "Daily",
|
|
146
158
|
"daily_plural": "Every {{count}} days",
|
|
147
159
|
"end_subscription": "End subscription",
|
|
@@ -162,23 +174,70 @@
|
|
|
162
174
|
"twice_a_month": "Twice a month",
|
|
163
175
|
"update_billing": "Update billing",
|
|
164
176
|
"update_items": "Edit",
|
|
177
|
+
"undo_cancel": "Review",
|
|
178
|
+
"undo_confirm": "Discard",
|
|
179
|
+
"undo_header": "Unsaved changes",
|
|
180
|
+
"undo_message": "Looks like you didn't save your changes! What would you like to do with them?",
|
|
165
181
|
"weekly": "Weekly",
|
|
166
182
|
"weekly_plural": "Every {{count}} weeks",
|
|
167
183
|
"yearly": "Yearly",
|
|
168
184
|
"yearly_plural": "Every {{count}} years",
|
|
185
|
+
"items": {
|
|
186
|
+
"pagination": {
|
|
187
|
+
"first": "First",
|
|
188
|
+
"last": "Last",
|
|
189
|
+
"next": "Next",
|
|
190
|
+
"pagination": "{{from}}-{{to}} out of {{total}}",
|
|
191
|
+
"previous": "Previous",
|
|
192
|
+
"card": {
|
|
193
|
+
"price": "{{amount, price}}",
|
|
194
|
+
"wgt": "WGT",
|
|
195
|
+
"spinner": {
|
|
196
|
+
"loading_busy": "Loading",
|
|
197
|
+
"loading_empty": "No items",
|
|
198
|
+
"loading_error": "Failed to load"
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
}
|
|
202
|
+
},
|
|
203
|
+
"transactions": {
|
|
204
|
+
"label": "Transactions",
|
|
205
|
+
"pagination": {
|
|
206
|
+
"first": "First",
|
|
207
|
+
"last": "Last",
|
|
208
|
+
"next": "Next",
|
|
209
|
+
"pagination": "{{from}}-{{to}} out of {{total}}",
|
|
210
|
+
"previous": "Previous",
|
|
211
|
+
"card": {
|
|
212
|
+
"code": "Code",
|
|
213
|
+
"customer": "Customer",
|
|
214
|
+
"description": "Description",
|
|
215
|
+
"price": "{{amount, price}}",
|
|
216
|
+
"time": "{{value, date}}",
|
|
217
|
+
"transaction_approved": "Approved",
|
|
218
|
+
"transaction_authorized": "Authorized",
|
|
219
|
+
"transaction_captured": "Captured",
|
|
220
|
+
"transaction_completed": "Completed",
|
|
221
|
+
"transaction_declined": "Declined",
|
|
222
|
+
"transaction_pending": "Pending",
|
|
223
|
+
"transaction_plural": "Transactions",
|
|
224
|
+
"transaction_refunded": "Refunded",
|
|
225
|
+
"transaction_rejected": "Rejected",
|
|
226
|
+
"transaction_summary": "{{most_expensive_item.name}}",
|
|
227
|
+
"transaction_summary_plural": "{{most_expensive_item.name}} and {{count_minus_one}} more",
|
|
228
|
+
"transaction_verified": "Verified",
|
|
229
|
+
"transaction_voided": "Voided",
|
|
230
|
+
"spinner": {
|
|
231
|
+
"loading_busy": "Loading",
|
|
232
|
+
"loading_empty": "No transactions",
|
|
233
|
+
"loading_error": "Failed to load"
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
},
|
|
169
238
|
"spinner": {
|
|
170
239
|
"loading_busy": "Loading",
|
|
171
240
|
"loading_error": "Failed to load"
|
|
172
|
-
},
|
|
173
|
-
"transactions-table": {
|
|
174
|
-
"date": "{{value, date}}",
|
|
175
|
-
"price": "{{amount, price}}",
|
|
176
|
-
"receipt": "Receipt",
|
|
177
|
-
"spinner": {
|
|
178
|
-
"loading_busy": "Loading",
|
|
179
|
-
"loading_empty": "No transactions",
|
|
180
|
-
"loading_error": "Failed to load"
|
|
181
|
-
}
|
|
182
241
|
}
|
|
183
242
|
},
|
|
184
243
|
"transactions-table": {
|