PluginProbe
seQura / 3.0.6
seQura v3.0.6
4.3.4 4.3.3 4.3.2 4.3.1 trunk 2.0.0 2.0.10 2.0.11 2.0.12 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 3.0.0 3.0.2 3.0.5 3.0.6 3.0.7 3.1.0 3.1.1 3.2.0 3.2.1 3.2.2 4.0.0 All 30 releases
sequra / assets / lang / en.json

en.json in seQura 3.0.6, at assets/lang/en.json

419 lines 17.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "general": {
3 "save": "Save",
4 "saveChanges": "Save changes",
5 "cancel": "Cancel",
6 "disconnect": "Disconnect",
7 "confirm": "Confirm",
8 "continue": "Continue",
9 "search": "Search...",
10 "selectStore": "Select store:",
11 "selectStorePlaceholder": "Select store",
12 "switchStore": "Switch store:",
13 "downloadNewVersion": "Download new version",
14 "merchant": "Merchant:",
15 "settings": "Settings",
16 "paymentMethods": "Payment methods",
17 "transactionLogs": "Transaction logs",
18 "advanced": "Advanced",
19 "changesSaved": "Changes saved successfully.",
20 "noItemsAvailable": "No items available",
21 "mode": {
22 "test": "Sandbox mode",
23 "live": "Live mode"
24 },
25 "errors": {
26 "InvalidOperationException": "An error occurred on the server side. Please check the data and try again.",
27 "unknown": "An unknown error occurred. Please try again later.",
28 "empty": "Parameter can't be empty.",
29 "saveEntityFailed": "Failed to save entity because %s",
30 "getEntityFailed": "Failed to retrieve entity because %s",
31 "failedToRetrieveStores": "Failed to retrieve stores.",
32 "failedToRetrieveOrderStatuses": "Failed to retrieve order statuses.",
33 "stores": {
34 "failed": "Failed to retrieve stores.",
35 "invalidIdAndStatus": "Status ID and status name are invalid."
36 },
37 "version": {
38 "failed": "Failed to retrieve version."
39 },
40 "connection": {
41 "invalidUsernameOrPassword": "Invalid username or password. Validate connection data.",
42 "invalidMerchantId": "Invalid merchant id.",
43 "invalidEnvironment": "Invalid environment.",
44 "emptyStoreId": "Empty store id.",
45 "invalidMode": "Invalid mode.",
46 "emptyData": "Empty connection data.",
47 "settingsNotFound": "Connection settings not found.",
48 "invalidRoles": "User does not have all necessary roles.",
49 "invalidSettings": "Connection settings are not valid.",
50 "credentialsDoNotExist": "Api credential details do not exist.",
51 "testKeyChanged": "Test api key has been changed.",
52 "liveKeyChanged": "Live api key has been changed.",
53 "testMerchantIdChanged": "Test merchant id has been changed.",
54 "liveMerchantIdChanged": "Live merchant id has been changed.",
55 "companyLevelKey": "Api key is not merchant level.",
56 "invalidKey": "Api key is not valid.",
57 "originFailed": "Adding allowed origin failed",
58 "clientKeyGenerationFailed": "Failed to generate client key."
59 },
60 "countries": {
61 "noCountries": "Your store does not have any of the supported SeQura selling countries currently active. In order to process payments with SeQura payment methods please make sure to have at least one supported country in your store. For more information, please contact SeQura support.",
62 "empty": "Country configuration parameter cannot be an empty string.",
63 "countryCode": "Invalid country code in the country configuration.",
64 "sellingCountries": "Failed to retrieve selling countries."
65 },
66 "payments": {
67 "requiredFieldsError": "Method id and code fields are required.",
68 "notConfigured": "Payment method with id %s is not configured",
69 "emptyDataError": "Empty payment method data.",
70 "failedToRetrieveMethods": "Failed to retrieve payment methods.",
71 "saveFailed": "Failed to save payment method.",
72 "updateFailed": "Failed to update payment method.",
73 "deleteFailed": "Failed to delete payment method.",
74 "failedToRetrieveMethodssequra": "Failed to retrieve payment methods from sequra."
75 },
76 "generalSettings": {
77 "captureDelayError": "Capture delay number of days must be between 1 and 7.",
78 "retentionPeriodError": "Minimum number of retention period is 60.",
79 "categories": "Failed to retrieve categories.",
80 "paymentMethods": "Failed to retrieve active payment methods."
81 },
82 "orderStatusSettings": {
83 "orderStatuses": "Failed to retrieve order statuses."
84 },
85 "webhooks": {
86 "merchantError": "Merchant with id %s not found.",
87 "failedToRegisterWebhook": "Failed to register webhook.",
88 "hmacError": "Error generating HMAC."
89 },
90 "failedToRetrieveLog": "Failed to retrieve log content.",
91 "failedToRemoveLog": "Failed to remove log content."
92 }
93 },
94 "sidebar": {
95 "generalSettings": "General Settings",
96 "connectionSettings": "Connection settings",
97 "orderStatusSettings": "Order status settings",
98 "widgetSettings": "Widget settings",
99 "stepOneLabel": "Install e-commerce integration",
100 "stepOneDescription": "Your integration is ready for connection.",
101 "stepTwoLabel": "Connect integration",
102 "stepThreeLabel": "Configure selling countries",
103 "stepFourLabel": "Configure widgets",
104 "stepFiveLabel": "Start selling with SeQura"
105 },
106 "validation": {
107 "requiredField": "This field is required.",
108 "invalidField": "This field is invalid.",
109 "invalidIPAddress": "This field must contain only valid IP addresses.",
110 "invalidJSON": "This field must be a valid JSON.",
111 "invalidEmail": "This field must be a valid email.",
112 "maxLength": "The field cannot have more than %s characters.",
113 "numeric": "Value must be a valid number with max two decimals.",
114 "greaterThanZero": "Value must be greater than 0.",
115 "nonNegative": "Field cannot have a negative value.",
116 "numberOfDecimalPlaces": "Field must have 2 decimal places.",
117 "integer": "Field must be an integer.",
118 "invalidUrl": "Field must be a valid URL.",
119 "invalidFieldValue": "Field must be set to \"%s\".",
120 "invalidMaxValue": "Maximal allowed value is %s.",
121 "invalidImageType": "Please provide a file in one of the supported image types (PNG, JPG, SVG).",
122 "invalidImageSize": "The selected file exceeds the limit of 10MB.",
123 "invalidJson": "This field contains invalid JSON.",
124 "invalidTimeDuration": "This field must contain only dates as 2017-08-31 or time duration as P3M15D (3 months and 15 days). Check ISO 8601"
125 },
126 "payments": {
127 "title": "Payment methods",
128 "description": "Payment methods description",
129 "countries": {
130 "label": "Countries",
131 "description": "Select customer country"
132 },
133 "paymentMethods": "Payment methods",
134 "minimumAmount": "Minimum amount",
135 "maximumAmount": "Maximum amount",
136 "availableFrom": "Available from",
137 "availableTo": "Available to"
138 },
139 "transaction": {
140 "title": "Transaction logs",
141 "description": "Transaction logs description",
142 "noLogs": "There are no transaction logs available",
143 "orderId": "Order ID",
144 "paymentMethod": "Payment method",
145 "dateTime": "Date and time",
146 "eventType": "Event type",
147 "successful": "Successful",
148 "status": {
149 "title": "Status",
150 "created": "Created",
151 "queued": "Queued",
152 "in_progress": "In Progress",
153 "completed": "Completed",
154 "failed": "Failed",
155 "aborted": "Aborted"
156 },
157 "details": {
158 "title": "Details",
159 "label": "Show details",
160 "reason": "Reason:",
161 "failureDescription": "Notification processing failure description:",
162 "sequraLink": "Go to order in the SeQura portal",
163 "shopLink": "Go to shop order"
164 },
165 "yes": "Yes",
166 "no": "No"
167 },
168 "debug": {
169 "title": "Enable logs",
170 "description": "Help to diagnose issues with the seQura integration",
171 "noLogs": "There are no logs available",
172 "log": {
173 "severity": "Severity",
174 "message": "Message",
175 "datetime": "Date and time",
176 "removeModal": {
177 "title": "Delete logs",
178 "message": "Are you sure you want to clear the logs? You won't be able to recover them."
179 },
180 "minLevel": "Minimum severity level",
181 "minLevelDescription": "Set the minimum severity level of logs to write to the log file."
182 },
183 "reload": "Reload",
184 "remove": "Remove"
185 },
186 "connection": {
187 "title": {
188 "onboarding": "Getting started",
189 "settings": "Connection settings"
190 },
191 "description": {
192 "onboarding": "Make sure you're logged in the merchant portal because you need to copy several settings from there to fill in the following information. If you don't have an account, contact us ",
193 "settings": "Settings description ",
194 "endLink": "here"
195 },
196 "environment": {
197 "label": "Environment",
198 "options": {
199 "live": "Live",
200 "sandbox": "Sandbox"
201 }
202 },
203 "username": {
204 "label": "Username",
205 "description": "You can find your username in the email sent by SeQura."
206 },
207 "password": {
208 "label": "Password",
209 "description": "Following information should be provided by seQura, you can sign-up <a class=\"sq-link-button\" href=\"https://sqra.es/signupwen\">here</a> to get it."
210 },
211 "sendStatisticalData": {
212 "description": {
213 "text": "I want to contribute SeQura products by sending statistical data ",
214 "endLink": "(info)"
215 }
216 },
217 "modal": {
218 "title": "Change the environment?",
219 "message": "Are you sure you want to change the environment? This will remove all configured settings on the current environment, and reconnect you to the newly selected environment."
220 },
221 "disconnect": {
222 "title": "Disconnect",
223 "message": "Are you sure you want to disconnect?"
224 }
225 },
226 "countries": {
227 "title": "Selling countries",
228 "description": "Please select countries where you want to offer SeQura payment methods. Please make sure to add SeQura merchant ID for each selected country.",
229 "selector": {
230 "label": "In which countries do you want to offer SeQura payment methods?",
231 "description": "Please select countries where SeQura payment methods should be available."
232 },
233 "ES": {
234 "label": "Spain",
235 "description": "Please enter SeQura merchant ID that should be used for Spanish customers."
236 },
237 "FR": {
238 "label": "France",
239 "description": "Please enter SeQura merchant ID that should be used for French customers."
240 },
241 "CO": {
242 "label": "Columbia",
243 "description": "Please enter SeQura merchant ID that should be used for Columbian customers."
244 },
245 "IT": {
246 "label": "Italy",
247 "description": "Please enter SeQura merchant ID that should be used for Italian customers."
248 },
249 "PT": {
250 "label": "Portugal",
251 "description": "Please enter SeQura merchant ID that should be used for Portuguese customers."
252 },
253 "PE": {
254 "label": "Peru",
255 "description": "Please enter SeQura merchant ID that should be used for Peruvian customers."
256 }
257 },
258 "widgets": {
259 "title": {
260 "onboarding": "Promotional widgets",
261 "settings": "Promotional widgets settings"
262 },
263 "description": "Promotional components allows you to display promotional widgets and educational pop-ups that shows and explains which SeQura products the shopper offers and how they work, which will help the shop increase average order value and conversion rates.",
264 "usePromotionalComponents": {
265 "label": "Would you like to use promotional components?",
266 "options": {
267 "yes": "Yes",
268 "no": "No, thanks"
269 }
270 },
271 "assetKey": {
272 "label": "Assets key",
273 "description": "You can find your assets key in the email sent by SeQura."
274 },
275 "displayOnProductPage": {
276 "label": "Display widget on product page",
277 "description": "Specify whether payment method icon should be displayed to customers on the product page."
278 },
279 "configurator": {
280 "label": "Widget Configurator",
281 "description": {
282 "start": "Please go to the ",
283 "link": "following link",
284 "end": " to configure widget styles."
285 }
286 },
287 "showInProductListing": {
288 "label": "Show installment amount in product listing",
289 "description": "Display installment amount on product listing page"
290 },
291 "showInCartPage": {
292 "label": "Show installment amount in cart page",
293 "description": "Display installment amount for current cart amount on cart page"
294 },
295 "teaserMessage": {
296 "label": "Teaser message",
297 "description": "Use %s as a placeholder for the price"
298 },
299 "messageBelowLimit": {
300 "label": "Message below limit",
301 "description": "Use %s as a placeholder for the price. Leave empty to hide the widget when the price is below the limit"
302 },
303 "selForPrice": {
304 "label": "Price selector",
305 "description": "Define a CSS selector to retrieve the product price"
306 },
307 "selForAltPrice": {
308 "label": "Alternative price selector",
309 "description": "An alternative CSS selector to retrieve the product price for special product page layouts. Ex: variable products"
310 },
311 "selForAltPriceTrigger": {
312 "label": "Selector for alternative price detection",
313 "description": "A CSS selector that points an element that, when present, indicates that the alternative price selector should be used"
314 },
315 "defaultLocationSel": {
316 "label": "Default widget location selector",
317 "description": "CSS selector to define the default container element for the widget"
318 },
319 "locations": {
320 "headerTitle": "Customize widgets",
321 "headerDescription": "Define alternative configuration per payment method",
322 "addRow": "Add new",
323 "removeRow": "Remove",
324 "paymentMethod": "Payment method",
325 "selector": "Location CSS selector",
326 "leaveEmptyToUseDefault": "Leave empty to use default value",
327 "showWidget": "Display widget"
328 },
329 "selForCartPrice": {
330 "label": "Cart price selector",
331 "description": "Define a CSS selector to retrieve the cart total price"
332 },
333 "cartDefaultLocationSel": {
334 "label": "Cart widget location selector",
335 "description": "CSS selector to define the container element for the cart widget"
336 },
337 "cartConfig": {
338 "headerTitle": "Customize widgets",
339 "headerDescription": "Define custom selectors, messages and availability per country for the cart widget",
340 "paymentMethod": "Payment method to promote",
341 "disable": "None (won't show the widget)",
342 "locationSelector": "Location CSS selector",
343 "leaveEmptyToUseDefault": "Leave empty to use default value",
344 "locationSelLabel": "Location CSS selector"
345 },
346 "selForListingPrice": {
347 "label": "Product listing price selector",
348 "description": "Define a CSS selector to retrieve the product price in the listing"
349 },
350 "selForListingLocation": {
351 "label": "Product listing widget location selector",
352 "description": "CSS selector to define the container element for the product listing widget"
353 }
354 },
355 "orderStatusSettings": {
356 "title": "Order status settings",
357 "description": "Order status settings description",
358 "paid": {
359 "label": "Paid",
360 "description": "When a payment has status Paid."
361 },
362 "inReview": {
363 "label": "In review",
364 "description": "When a payment has status In review."
365 },
366 "cancelled": {
367 "label": "Cancelled",
368 "description": "When a payment has status Cancelled."
369 },
370 "informCancellations": {
371 "label": "Inform cancellations to SeQura",
372 "description": "When cancelling an order paid in {{shopName}}, you will try to cancel order in SeQura."
373 }
374 },
375 "generalSettings": {
376 "title": "General settings",
377 "description": "General settings description",
378 "showCheckoutAsHostedPage": {
379 "label": "Show SeQura checkout as hosted page",
380 "description": "Specify whether SeQura checkout should be displayed as hosted page or popup."
381 },
382 "sendOrderReports": {
383 "label": "Send orders reports periodically to SeQura",
384 "description": "Specify whether integration should send periodic orders reports to SeQura system."
385 },
386 "allowedIPAddresses": {
387 "label": "Allowed IP addresses",
388 "description": "Define which IP addresses will be able to see SeQura services (i.e. only users whose IPs are in this field will be able to use SeQura)."
389 },
390 "excludedCategories": {
391 "label": "Excluded categories",
392 "description": "The store categories in this field will not be allowed to be purchased with SeQura payment methods."
393 },
394 "excludedProducts": {
395 "label": "Excluded products",
396 "description": "The store products in this field will not be allowed to be purchased with SeQura payment methods. Please enter a valid SKU for every product you would like to exclude."
397 },
398 "enabledForServices": {
399 "label": "Enabled for services",
400 "description": "Your contract must allow selling services. Only one product can be purchased at a time."
401 },
402 "allowFirstServicePaymentDelay": {
403 "label": "Allow first service payment delay",
404 "description": "Do not enable except by indication of seQura"
405 },
406 "allowServiceRegItems": {
407 "label": "Allow registration items",
408 "description": "Allows configuring part of the product price to be paid in advance as registration. Do not enable except by indication of seQura"
409 },
410 "defaultServicesEndDate": {
411 "label": "Default services end date",
412 "description": "Dates as 2017-08-31, time duration as P3M15D (3 months and 15 days). The default value for all products."
413 }
414 },
415 "supportLink": {
416 "label": "Need help?",
417 "link": "https://sqra.es/supportes"
418 }
419 }