# This file is part of TALER # (C) 2016 GNUnet e.V. # # TALER is free software; you can redistribute it and/or modify it under the # terms of the GNU General Public License as published by the Free Software # Foundation; either version 3, or (at your option) any later version. # # TALER is distributed in the hope that it will be useful, but WITHOUT ANY # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # # You should have received a copy of the GNU General Public License along with # TALER; see the file COPYING. If not, see # #, fuzzy msgid "" msgstr "" "Project-Id-Version: Taler Wallet\n" "Report-Msgid-Bugs-To: taler@gnu.org\n" "POT-Creation-Date: 2016-11-23 00:00+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: src/components/modal/index.tsx:71 #, c-format msgid "Cancel" msgstr "" #: src/components/modal/index.tsx:79 #, c-format msgid "%1$s" msgstr "" #: src/components/modal/index.tsx:84 #, c-format msgid "Close" msgstr "" #: src/components/modal/index.tsx:124 #, c-format msgid "Continue" msgstr "" #: src/components/modal/index.tsx:178 #, c-format msgid "Clear" msgstr "" #: src/components/modal/index.tsx:190 #, c-format msgid "Confirm" msgstr "" #: src/components/modal/index.tsx:296 #, c-format msgid "is not the same as the current access token" msgstr "" #: src/components/modal/index.tsx:299 #, c-format msgid "cannot be empty" msgstr "" #: src/components/modal/index.tsx:301 #, c-format msgid "cannot be the same as the old token" msgstr "" #: src/components/modal/index.tsx:305 #, c-format msgid "is not the same" msgstr "" #: src/components/modal/index.tsx:315 #, c-format msgid "You are updating the access token from instance with id %1$s" msgstr "" #: src/components/modal/index.tsx:331 #, c-format msgid "Old access token" msgstr "" #: src/components/modal/index.tsx:332 #, c-format msgid "access token currently in use" msgstr "" #: src/components/modal/index.tsx:338 #, c-format msgid "New access token" msgstr "" #: src/components/modal/index.tsx:339 #, c-format msgid "next access token to be used" msgstr "" #: src/components/modal/index.tsx:344 #, c-format msgid "Repeat access token" msgstr "" #: src/components/modal/index.tsx:345 #, c-format msgid "confirm the same access token" msgstr "" #: src/components/modal/index.tsx:350 #, c-format msgid "Clearing the access token will mean public access to the instance" msgstr "" #: src/components/modal/index.tsx:377 #, c-format msgid "cannot be the same as the old access token" msgstr "" #: src/components/modal/index.tsx:394 #, c-format msgid "You are setting the access token for the new instance" msgstr "" #: src/components/modal/index.tsx:420 #, c-format msgid "" "With external authorization method no check will be done by the merchant " "backend" msgstr "" #: src/components/modal/index.tsx:436 #, c-format msgid "Set external authorization" msgstr "" #: src/components/modal/index.tsx:448 #, c-format msgid "Set access token" msgstr "" #: src/components/modal/index.tsx:470 #, c-format msgid "Operation in progress..." msgstr "" #: src/components/modal/index.tsx:479 #, c-format msgid "The operation will be automatically canceled after %1$s seconds" msgstr "" #: src/paths/admin/list/TableActive.tsx:80 #, c-format msgid "Instances" msgstr "" #: src/paths/admin/list/TableActive.tsx:93 #, c-format msgid "Delete" msgstr "" #: src/paths/admin/list/TableActive.tsx:99 #, c-format msgid "add new instance" msgstr "" #: src/paths/admin/list/TableActive.tsx:178 #, c-format msgid "ID" msgstr "" #: src/paths/admin/list/TableActive.tsx:181 #, c-format msgid "Name" msgstr "" #: src/paths/admin/list/TableActive.tsx:220 #, c-format msgid "Edit" msgstr "" #: src/paths/admin/list/TableActive.tsx:237 #, c-format msgid "Purge" msgstr "" #: src/paths/admin/list/TableActive.tsx:261 #, c-format msgid "There is no instances yet, add more pressing the + sign" msgstr "" #: src/paths/admin/list/View.tsx:68 #, c-format msgid "Only show active instances" msgstr "" #: src/paths/admin/list/View.tsx:71 #, c-format msgid "Active" msgstr "" #: src/paths/admin/list/View.tsx:78 #, c-format msgid "Only show deleted instances" msgstr "" #: src/paths/admin/list/View.tsx:81 #, c-format msgid "Deleted" msgstr "" #: src/paths/admin/list/View.tsx:88 #, c-format msgid "Show all instances" msgstr "" #: src/paths/admin/list/View.tsx:91 #, c-format msgid "All" msgstr "" #: src/paths/admin/list/index.tsx:101 #, c-format msgid "Instance \"%1$s\" (ID: %2$s) has been deleted" msgstr "" #: src/paths/admin/list/index.tsx:106 #, c-format msgid "Failed to delete instance" msgstr "" #: src/paths/admin/list/index.tsx:124 #, c-format msgid "Instance '%1$s' (ID: %2$s) has been disabled" msgstr "" #: src/paths/admin/list/index.tsx:129 #, c-format msgid "Failed to purge instance" msgstr "" #: src/paths/instance/kyc/list/ListPage.tsx:41 #, c-format msgid "Pending KYC verification" msgstr "" #: src/paths/instance/kyc/list/ListPage.tsx:66 #, c-format msgid "Timed out" msgstr "" #: src/paths/instance/kyc/list/ListPage.tsx:103 #, c-format msgid "Exchange" msgstr "" #: src/paths/instance/kyc/list/ListPage.tsx:106 #, c-format msgid "Target account" msgstr "" #: src/paths/instance/kyc/list/ListPage.tsx:109 #, c-format msgid "KYC URL" msgstr "" #: src/paths/instance/kyc/list/ListPage.tsx:144 #, c-format msgid "Code" msgstr "" #: src/paths/instance/kyc/list/ListPage.tsx:147 #, c-format msgid "Http Status" msgstr "" #: src/paths/instance/kyc/list/ListPage.tsx:177 #, c-format msgid "No pending kyc verification!" msgstr "" #: src/components/form/InputDate.tsx:123 #, c-format msgid "change value to unknown date" msgstr "" #: src/components/form/InputDate.tsx:124 #, c-format msgid "change value to empty" msgstr "" #: src/components/form/InputDate.tsx:131 #, c-format msgid "clear" msgstr "" #: src/components/form/InputDate.tsx:136 #, c-format msgid "change value to never" msgstr "" #: src/components/form/InputDate.tsx:141 #, c-format msgid "never" msgstr "" #: src/components/form/InputLocation.tsx:29 #, c-format msgid "Country" msgstr "" #: src/components/form/InputLocation.tsx:33 #, c-format msgid "Address" msgstr "" #: src/components/form/InputLocation.tsx:39 #, c-format msgid "Building number" msgstr "" #: src/components/form/InputLocation.tsx:41 #, c-format msgid "Building name" msgstr "" #: src/components/form/InputLocation.tsx:42 #, c-format msgid "Street" msgstr "" #: src/components/form/InputLocation.tsx:43 #, c-format msgid "Post code" msgstr "" #: src/components/form/InputLocation.tsx:44 #, c-format msgid "Town location" msgstr "" #: src/components/form/InputLocation.tsx:45 #, c-format msgid "Town" msgstr "" #: src/components/form/InputLocation.tsx:46 #, c-format msgid "District" msgstr "" #: src/components/form/InputLocation.tsx:49 #, c-format msgid "Country subdivision" msgstr "" #: src/components/form/InputSearchProduct.tsx:66 #, c-format msgid "Product id" msgstr "" #: src/components/form/InputSearchProduct.tsx:69 #, c-format msgid "Description" msgstr "" #: src/components/form/InputSearchProduct.tsx:94 #, c-format msgid "Product" msgstr "" #: src/components/form/InputSearchProduct.tsx:95 #, c-format msgid "search products by it's description or id" msgstr "" #: src/components/form/InputSearchProduct.tsx:151 #, c-format msgid "no products found with that description" msgstr "" #: src/components/product/InventoryProductForm.tsx:56 #, c-format msgid "You must enter a valid product identifier." msgstr "" #: src/components/product/InventoryProductForm.tsx:64 #, c-format msgid "Quantity must be greater than 0!" msgstr "" #: src/components/product/InventoryProductForm.tsx:76 #, c-format msgid "" "This quantity exceeds remaining stock. Currently, only %1$s units remain " "unreserved in stock." msgstr "" #: src/components/product/InventoryProductForm.tsx:109 #, c-format msgid "Quantity" msgstr "" #: src/components/product/InventoryProductForm.tsx:110 #, c-format msgid "how many products will be added" msgstr "" #: src/components/product/InventoryProductForm.tsx:117 #, c-format msgid "Add from inventory" msgstr "" #: src/components/form/InputImage.tsx:105 #, c-format msgid "Image should be smaller than 1 MB" msgstr "" #: src/components/form/InputImage.tsx:110 #, c-format msgid "Add" msgstr "" #: src/components/form/InputImage.tsx:115 #, c-format msgid "Remove" msgstr "" #: src/components/form/InputTaxes.tsx:113 #, c-format msgid "No taxes configured for this product." msgstr "" #: src/components/form/InputTaxes.tsx:119 #, c-format msgid "Amount" msgstr "" #: src/components/form/InputTaxes.tsx:120 #, c-format msgid "" "Taxes can be in currencies that differ from the main currency used by the " "merchant." msgstr "" #: src/components/form/InputTaxes.tsx:122 #, c-format msgid "" "Enter currency and value separated with a colon, e.g. "USD:2.3"." msgstr "" #: src/components/form/InputTaxes.tsx:131 #, c-format msgid "Legal name of the tax, e.g. VAT or import duties." msgstr "" #: src/components/form/InputTaxes.tsx:137 #, c-format msgid "add tax to the tax list" msgstr "" #: src/components/product/NonInventoryProductForm.tsx:72 #, c-format msgid "describe and add a product that is not in the inventory list" msgstr "" #: src/components/product/NonInventoryProductForm.tsx:75 #, c-format msgid "Add custom product" msgstr "" #: src/components/product/NonInventoryProductForm.tsx:86 #, c-format msgid "Complete information of the product" msgstr "" #: src/components/product/NonInventoryProductForm.tsx:185 #, c-format msgid "Image" msgstr "" #: src/components/product/NonInventoryProductForm.tsx:186 #, c-format msgid "photo of the product" msgstr "" #: src/components/product/NonInventoryProductForm.tsx:192 #, c-format msgid "full product description" msgstr "" #: src/components/product/NonInventoryProductForm.tsx:196 #, c-format msgid "Unit" msgstr "" #: src/components/product/NonInventoryProductForm.tsx:197 #, c-format msgid "name of the product unit" msgstr "" #: src/components/product/NonInventoryProductForm.tsx:201 #, c-format msgid "Price" msgstr "" #: src/components/product/NonInventoryProductForm.tsx:202 #, c-format msgid "amount in the current currency" msgstr "" #: src/components/product/NonInventoryProductForm.tsx:211 #, c-format msgid "Taxes" msgstr "" #: src/components/product/ProductList.tsx:38 #, c-format msgid "image" msgstr "" #: src/components/product/ProductList.tsx:41 #, c-format msgid "description" msgstr "" #: src/components/product/ProductList.tsx:44 #, c-format msgid "quantity" msgstr "" #: src/components/product/ProductList.tsx:47 #, c-format msgid "unit price" msgstr "" #: src/components/product/ProductList.tsx:50 #, c-format msgid "total price" msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:153 #, c-format msgid "required" msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:157 #, c-format msgid "not valid" msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:159 #, c-format msgid "must be greater than 0" msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:164 #, c-format msgid "not a valid json" msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:170 #, c-format msgid "should be in the future" msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:173 #, c-format msgid "refund deadline cannot be before pay deadline" msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:179 #, c-format msgid "wire transfer deadline cannot be before refund deadline" msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:190 #, c-format msgid "wire transfer deadline cannot be before pay deadline" msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:197 #, c-format msgid "should have a refund deadline" msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:202 #, c-format msgid "auto refund cannot be after refund deadline" msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:360 #, c-format msgid "Manage products in order" msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:369 #, c-format msgid "Manage list of products in the order." msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:391 #, c-format msgid "Remove this product from the order." msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:415 #, c-format msgid "Total price" msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:417 #, c-format msgid "total product price added up" msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:430 #, c-format msgid "Amount to be paid by the customer" msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:436 #, c-format msgid "Order price" msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:437 #, c-format msgid "final order price" msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:444 #, c-format msgid "Summary" msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:445 #, c-format msgid "Title of the order to be shown to the customer" msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:450 #, c-format msgid "Shipping and Fulfillment" msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:455 #, c-format msgid "Delivery date" msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:456 #, c-format msgid "Deadline for physical delivery assured by the merchant." msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:461 #, c-format msgid "Location" msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:462 #, c-format msgid "address where the products will be delivered" msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:469 #, c-format msgid "Fulfillment URL" msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:470 #, c-format msgid "URL to which the user will be redirected after successful payment." msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:476 #, c-format msgid "Taler payment options" msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:477 #, c-format msgid "Override default Taler payment settings for this order" msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:481 #, c-format msgid "Payment deadline" msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:482 #, c-format msgid "" "Deadline for the customer to pay for the offer before it expires. Inventory " "products will be reserved until this deadline." msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:486 #, c-format msgid "Refund deadline" msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:487 #, c-format msgid "Time until which the order can be refunded by the merchant." msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:491 #, c-format msgid "Wire transfer deadline" msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:492 #, c-format msgid "Deadline for the exchange to make the wire transfer." msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:496 #, c-format msgid "Auto-refund deadline" msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:497 #, c-format msgid "" "Time until which the wallet will automatically check for refunds without " "user interaction." msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:502 #, c-format msgid "Maximum deposit fee" msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:503 #, c-format msgid "" "Maximum deposit fees the merchant is willing to cover for this order. Higher " "deposit fees must be covered in full by the consumer." msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:507 #, c-format msgid "Maximum wire fee" msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:508 #, c-format msgid "" "Maximum aggregate wire fees the merchant is willing to cover for this order. " "Wire fees exceeding this amount are to be covered by the customers." msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:512 #, c-format msgid "Wire fee amortization" msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:513 #, c-format msgid "" "Factor by which wire fees exceeding the above threshold are divided to " "determine the share of excess wire fees to be paid explicitly by the " "consumer." msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:517 #, c-format msgid "Create token" msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:518 #, c-format msgid "" "Uncheck this option if the merchant backend generated an order ID with " "enough entropy to prevent adversarial claims." msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:522 #, c-format msgid "Minimum age required" msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:523 #, c-format msgid "" "Any value greater than 0 will limit the coins able be used to pay this " "contract. If empty the age restriction will be defined by the products" msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:526 #, c-format msgid "Min age defined by the producs is %1$s" msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:534 #, c-format msgid "Additional information" msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:535 #, c-format msgid "Custom information to be included in the contract for this order." msgstr "" #: src/paths/instance/orders/create/CreatePage.tsx:541 #, c-format msgid "You must enter a value in JavaScript Object Notation (JSON)." msgstr "" #: src/components/picker/DurationPicker.tsx:55 #, c-format msgid "days" msgstr "" #: src/components/picker/DurationPicker.tsx:65 #, c-format msgid "hours" msgstr "" #: src/components/picker/DurationPicker.tsx:76 #, c-format msgid "minutes" msgstr "" #: src/components/picker/DurationPicker.tsx:87 #, c-format msgid "seconds" msgstr "" #: src/components/form/InputDuration.tsx:53 #, c-format msgid "forever" msgstr "" #: src/components/form/InputDuration.tsx:62 #, c-format msgid "%1$sM" msgstr "" #: src/components/form/InputDuration.tsx:64 #, c-format msgid "%1$sY" msgstr "" #: src/components/form/InputDuration.tsx:66 #, c-format msgid "%1$sd" msgstr "" #: src/components/form/InputDuration.tsx:68 #, c-format msgid "%1$sh" msgstr "" #: src/components/form/InputDuration.tsx:70 #, c-format msgid "%1$smin" msgstr "" #: src/components/form/InputDuration.tsx:72 #, c-format msgid "%1$ssec" msgstr "" #: src/paths/instance/orders/list/Table.tsx:75 #, c-format msgid "Orders" msgstr "" #: src/paths/instance/orders/list/Table.tsx:81 #, c-format msgid "create order" msgstr "" #: src/paths/instance/orders/list/Table.tsx:147 #, c-format msgid "load newer orders" msgstr "" #: src/paths/instance/orders/list/Table.tsx:154 #, c-format msgid "Date" msgstr "" #: src/paths/instance/orders/list/Table.tsx:200 #, c-format msgid "Refund" msgstr "" #: src/paths/instance/orders/list/Table.tsx:209 #, c-format msgid "copy url" msgstr "" #: src/paths/instance/orders/list/Table.tsx:225 #, c-format msgid "load older orders" msgstr "" #: src/paths/instance/orders/list/Table.tsx:242 #, c-format msgid "No orders have been found matching your query!" msgstr "" #: src/paths/instance/orders/list/Table.tsx:288 #, c-format msgid "duplicated" msgstr "" #: src/paths/instance/orders/list/Table.tsx:299 #, c-format msgid "invalid format" msgstr "" #: src/paths/instance/orders/list/Table.tsx:301 #, c-format msgid "this value exceed the refundable amount" msgstr "" #: src/paths/instance/orders/list/Table.tsx:346 #, c-format msgid "date" msgstr "" #: src/paths/instance/orders/list/Table.tsx:349 #, c-format msgid "amount" msgstr "" #: src/paths/instance/orders/list/Table.tsx:352 #, c-format msgid "reason" msgstr "" #: src/paths/instance/orders/list/Table.tsx:389 #, c-format msgid "amount to be refunded" msgstr "" #: src/paths/instance/orders/list/Table.tsx:391 #, c-format msgid "Max refundable:" msgstr "" #: src/paths/instance/orders/list/Table.tsx:396 #, c-format msgid "Reason" msgstr "" #: src/paths/instance/orders/list/Table.tsx:397 #, c-format msgid "Choose one..." msgstr "" #: src/paths/instance/orders/list/Table.tsx:399 #, c-format msgid "requested by the customer" msgstr "" #: src/paths/instance/orders/list/Table.tsx:400 #, c-format msgid "other" msgstr "" #: src/paths/instance/orders/list/Table.tsx:403 #, c-format msgid "why this order is being refunded" msgstr "" #: src/paths/instance/orders/list/Table.tsx:409 #, c-format msgid "more information to give context" msgstr "" #: src/paths/instance/orders/details/DetailPage.tsx:62 #, c-format msgid "Contract Terms" msgstr "" #: src/paths/instance/orders/details/DetailPage.tsx:68 #, c-format msgid "human-readable description of the whole purchase" msgstr "" #: src/paths/instance/orders/details/DetailPage.tsx:74 #, c-format msgid "total price for the transaction" msgstr "" #: src/paths/instance/orders/details/DetailPage.tsx:81 #, c-format msgid "URL for this purchase" msgstr "" #: src/paths/instance/orders/details/DetailPage.tsx:87 #, c-format msgid "Max fee" msgstr "" #: src/paths/instance/orders/details/DetailPage.tsx:88 #, c-format msgid "maximum total deposit fee accepted by the merchant for this contract" msgstr "" #: src/paths/instance/orders/details/DetailPage.tsx:93 #, c-format msgid "Max wire fee" msgstr "" #: src/paths/instance/orders/details/DetailPage.tsx:94 #, c-format msgid "maximum wire fee accepted by the merchant" msgstr "" #: src/paths/instance/orders/details/DetailPage.tsx:100 #, c-format msgid "" "over how many customer transactions does the merchant expect to amortize " "wire fees on average" msgstr "" #: src/paths/instance/orders/details/DetailPage.tsx:105 #, c-format msgid "Created at" msgstr "" #: src/paths/instance/orders/details/DetailPage.tsx:106 #, c-format msgid "time when this contract was generated" msgstr "" #: src/paths/instance/orders/details/DetailPage.tsx:112 #, c-format msgid "after this deadline has passed no refunds will be accepted" msgstr "" #: src/paths/instance/orders/details/DetailPage.tsx:118 #, c-format msgid "" "after this deadline, the merchant won't accept payments for the contract" msgstr "" #: src/paths/instance/orders/details/DetailPage.tsx:124 #, c-format msgid "transfer deadline for the exchange" msgstr "" #: src/paths/instance/orders/details/DetailPage.tsx:130 #, c-format msgid "time indicating when the order should be delivered" msgstr "" #: src/paths/instance/orders/details/DetailPage.tsx:136 #, c-format msgid "where the order will be delivered" msgstr "" #: src/paths/instance/orders/details/DetailPage.tsx:144 #, c-format msgid "Auto-refund delay" msgstr "" #: src/paths/instance/orders/details/DetailPage.tsx:145 #, c-format msgid "" "how long the wallet should try to get an automatic refund for the purchase" msgstr "" #: src/paths/instance/orders/details/DetailPage.tsx:150 #, c-format msgid "Extra info" msgstr "" #: src/paths/instance/orders/details/DetailPage.tsx:151 #, c-format msgid "extra data that is only interpreted by the merchant frontend" msgstr "" #: src/paths/instance/orders/details/DetailPage.tsx:219 #, c-format msgid "Order" msgstr "" #: src/paths/instance/orders/details/DetailPage.tsx:221 #, c-format msgid "claimed" msgstr "" #: src/paths/instance/orders/details/DetailPage.tsx:247 #, c-format msgid "claimed at" msgstr "" #: src/paths/instance/orders/details/DetailPage.tsx:265 #, c-format msgid "Timeline" msgstr "" #: src/paths/instance/orders/details/DetailPage.tsx:271 #, c-format msgid "Payment details" msgstr "" #: src/paths/instance/orders/details/DetailPage.tsx:291 #, c-format msgid "Order status" msgstr "" #: src/paths/instance/orders/details/DetailPage.tsx:301 #, c-format msgid "Product list" msgstr "" #: src/paths/instance/orders/details/DetailPage.tsx:451 #, c-format msgid "paid" msgstr "" #: src/paths/instance/orders/details/DetailPage.tsx:455 #, c-format msgid "wired" msgstr "" #: src/paths/instance/orders/details/DetailPage.tsx:460 #, c-format msgid "refunded" msgstr "" #: src/paths/instance/orders/details/DetailPage.tsx:480 #, c-format msgid "refund order" msgstr "" #: src/paths/instance/orders/details/DetailPage.tsx:481 #, c-format msgid "not refundable" msgstr "" #: src/paths/instance/orders/details/DetailPage.tsx:489 #, c-format msgid "refund" msgstr "" #: src/paths/instance/orders/details/DetailPage.tsx:553 #, c-format msgid "Refunded amount" msgstr "" #: src/paths/instance/orders/details/DetailPage.tsx:560 #, c-format msgid "Refund taken" msgstr "" #: src/paths/instance/orders/details/DetailPage.tsx:570 #, c-format msgid "Status URL" msgstr "" #: src/paths/instance/orders/details/DetailPage.tsx:583 #, c-format msgid "Refund URI" msgstr "" #: src/paths/instance/orders/details/DetailPage.tsx:636 #, c-format msgid "unpaid" msgstr "" #: src/paths/instance/orders/details/DetailPage.tsx:654 #, c-format msgid "pay at" msgstr "" #: src/paths/instance/orders/details/DetailPage.tsx:666 #, c-format msgid "created at" msgstr "" #: src/paths/instance/orders/details/DetailPage.tsx:707 #, c-format msgid "Order status URL" msgstr "" #: src/paths/instance/orders/details/DetailPage.tsx:711 #, c-format msgid "Payment URI" msgstr "" #: src/paths/instance/orders/details/DetailPage.tsx:740 #, c-format msgid "" "Unknown order status. This is an error, please contact the administrator." msgstr "" #: src/paths/instance/orders/details/DetailPage.tsx:767 #, c-format msgid "Back" msgstr "" #: src/paths/instance/orders/details/index.tsx:79 #, c-format msgid "refund created successfully" msgstr "" #: src/paths/instance/orders/details/index.tsx:85 #, c-format msgid "could not create the refund" msgstr "" #: src/paths/instance/orders/list/ListPage.tsx:78 #, c-format msgid "select date to show nearby orders" msgstr "" #: src/paths/instance/orders/list/ListPage.tsx:94 #, c-format msgid "order id" msgstr "" #: src/paths/instance/orders/list/ListPage.tsx:100 #, c-format msgid "jump to order with the given order ID" msgstr "" #: src/paths/instance/orders/list/ListPage.tsx:122 #, c-format msgid "remove all filters" msgstr "" #: src/paths/instance/orders/list/ListPage.tsx:132 #, c-format msgid "only show paid orders" msgstr "" #: src/paths/instance/orders/list/ListPage.tsx:135 #, c-format msgid "Paid" msgstr "" #: src/paths/instance/orders/list/ListPage.tsx:142 #, c-format msgid "only show orders with refunds" msgstr "" #: src/paths/instance/orders/list/ListPage.tsx:145 #, c-format msgid "Refunded" msgstr "" #: src/paths/instance/orders/list/ListPage.tsx:152 #, c-format msgid "" "only show orders where customers paid, but wire payments from payment " "provider are still pending" msgstr "" #: src/paths/instance/orders/list/ListPage.tsx:155 #, c-format msgid "Not wired" msgstr "" #: src/paths/instance/orders/list/ListPage.tsx:170 #, c-format msgid "clear date filter" msgstr "" #: src/paths/instance/orders/list/ListPage.tsx:184 #, c-format msgid "date (YYYY/MM/DD)" msgstr "" #: src/paths/instance/orders/list/index.tsx:103 #, c-format msgid "Enter an order id" msgstr "" #: src/paths/instance/orders/list/index.tsx:111 #, c-format msgid "order not found" msgstr "" #: src/paths/instance/orders/list/index.tsx:178 #, c-format msgid "could not get the order to refund" msgstr "" #: src/components/exception/AsyncButton.tsx:43 #, c-format msgid "Loading..." msgstr "" #: src/components/form/InputStock.tsx:99 #, c-format msgid "" "click here to configure the stock of the product, leave it as is and the " "backend will not control stock" msgstr "" #: src/components/form/InputStock.tsx:109 #, c-format msgid "Manage stock" msgstr "" #: src/components/form/InputStock.tsx:115 #, c-format msgid "this product has been configured without stock control" msgstr "" #: src/components/form/InputStock.tsx:119 #, c-format msgid "Infinite" msgstr "" #: src/components/form/InputStock.tsx:136 #, c-format msgid "lost cannot be greater than current and incoming (max %1$s)" msgstr "" #: src/components/form/InputStock.tsx:176 #, c-format msgid "Incoming" msgstr "" #: src/components/form/InputStock.tsx:177 #, c-format msgid "Lost" msgstr "" #: src/components/form/InputStock.tsx:192 #, c-format msgid "Current" msgstr "" #: src/components/form/InputStock.tsx:196 #, c-format msgid "remove stock control for this product" msgstr "" #: src/components/form/InputStock.tsx:202 #, c-format msgid "without stock" msgstr "" #: src/components/form/InputStock.tsx:211 #, c-format msgid "Next restock" msgstr "" #: src/components/form/InputStock.tsx:217 #, c-format msgid "Delivery address" msgstr "" #: src/components/product/ProductForm.tsx:133 #, c-format msgid "product identification to use in URLs (for internal use only)" msgstr "" #: src/components/product/ProductForm.tsx:139 #, c-format msgid "illustration of the product for customers" msgstr "" #: src/components/product/ProductForm.tsx:145 #, c-format msgid "product description for customers" msgstr "" #: src/components/product/ProductForm.tsx:149 #, c-format msgid "Age restricted" msgstr "" #: src/components/product/ProductForm.tsx:150 #, c-format msgid "is this product restricted for customer below certain age?" msgstr "" #: src/components/product/ProductForm.tsx:155 #, c-format msgid "" "unit describing quantity of product sold (e.g. 2 kilograms, 5 liters, 3 " "items, 5 meters) for customers" msgstr "" #: src/components/product/ProductForm.tsx:160 #, c-format msgid "" "sale price for customers, including taxes, for above units of the product" msgstr "" #: src/components/product/ProductForm.tsx:164 #, c-format msgid "Stock" msgstr "" #: src/components/product/ProductForm.tsx:166 #, c-format msgid "" "product inventory for products with finite supply (for internal use only)" msgstr "" #: src/components/product/ProductForm.tsx:171 #, c-format msgid "taxes included in the product price, exposed to customers" msgstr "" #: src/paths/instance/products/create/CreatePage.tsx:66 #, c-format msgid "Need to complete marked fields" msgstr "" #: src/paths/instance/products/create/index.tsx:51 #, c-format msgid "could not create product" msgstr "" #: src/paths/instance/products/list/Table.tsx:68 #, c-format msgid "Products" msgstr "" #: src/paths/instance/products/list/Table.tsx:73 #, c-format msgid "add product to inventory" msgstr "" #: src/paths/instance/products/list/Table.tsx:137 #, c-format msgid "Sell" msgstr "" #: src/paths/instance/products/list/Table.tsx:143 #, c-format msgid "Profit" msgstr "" #: src/paths/instance/products/list/Table.tsx:149 #, c-format msgid "Sold" msgstr "" #: src/paths/instance/products/list/Table.tsx:210 #, c-format msgid "free" msgstr "" #: src/paths/instance/products/list/Table.tsx:248 #, c-format msgid "go to product update page" msgstr "" #: src/paths/instance/products/list/Table.tsx:255 #, c-format msgid "Update" msgstr "" #: src/paths/instance/products/list/Table.tsx:260 #, c-format msgid "remove this product from the database" msgstr "" #: src/paths/instance/products/list/Table.tsx:331 #, c-format msgid "update the product with new price" msgstr "" #: src/paths/instance/products/list/Table.tsx:341 #, c-format msgid "update product with new price" msgstr "" #: src/paths/instance/products/list/Table.tsx:399 #, c-format msgid "add more elements to the inventory" msgstr "" #: src/paths/instance/products/list/Table.tsx:404 #, c-format msgid "report elements lost in the inventory" msgstr "" #: src/paths/instance/products/list/Table.tsx:409 #, c-format msgid "new price for the product" msgstr "" #: src/paths/instance/products/list/Table.tsx:421 #, c-format msgid "the are value with errors" msgstr "" #: src/paths/instance/products/list/Table.tsx:422 #, c-format msgid "update product with new stock and price" msgstr "" #: src/paths/instance/products/list/Table.tsx:463 #, c-format msgid "There is no products yet, add more pressing the + sign" msgstr "" #: src/paths/instance/products/list/index.tsx:86 #, c-format msgid "product updated successfully" msgstr "" #: src/paths/instance/products/list/index.tsx:92 #, c-format msgid "could not update the product" msgstr "" #: src/paths/instance/products/list/index.tsx:103 #, c-format msgid "product delete successfully" msgstr "" #: src/paths/instance/products/list/index.tsx:109 #, c-format msgid "could not delete the product" msgstr "" #: src/paths/instance/products/update/UpdatePage.tsx:56 #, c-format msgid "Product id:" msgstr "" #: src/paths/instance/reserves/create/CreatedSuccessfully.tsx:95 #, c-format msgid "" "To complete the setup of the reserve, you must now initiate a wire transfer " "using the given wire transfer subject and crediting the specified amount to " "the indicated account of the exchange." msgstr "" #: src/paths/instance/reserves/create/CreatedSuccessfully.tsx:102 #, c-format msgid "If your system supports RFC 8905, you can do this by opening this URI:" msgstr "" #: src/paths/instance/reserves/create/CreatePage.tsx:83 #, c-format msgid "it should be greater than 0" msgstr "" #: src/paths/instance/reserves/create/CreatePage.tsx:88 #, c-format msgid "must be a valid URL" msgstr "" #: src/paths/instance/reserves/create/CreatePage.tsx:107 #, c-format msgid "Initial balance" msgstr "" #: src/paths/instance/reserves/create/CreatePage.tsx:108 #, c-format msgid "balance prior to deposit" msgstr "" #: src/paths/instance/reserves/create/CreatePage.tsx:112 #, c-format msgid "Exchange URL" msgstr "" #: src/paths/instance/reserves/create/CreatePage.tsx:113 #, c-format msgid "URL of exchange" msgstr "" #: src/paths/instance/reserves/create/CreatePage.tsx:148 #, c-format msgid "Next" msgstr "" #: src/paths/instance/reserves/create/CreatePage.tsx:186 #, c-format msgid "Wire method" msgstr "" #: src/paths/instance/reserves/create/CreatePage.tsx:187 #, c-format msgid "method to use for wire transfer" msgstr "" #: src/paths/instance/reserves/create/CreatePage.tsx:189 #, c-format msgid "Select one wire method" msgstr "" #: src/paths/instance/reserves/create/index.tsx:62 #, c-format msgid "could not create reserve" msgstr "" #: src/paths/instance/reserves/details/DetailPage.tsx:77 #, c-format msgid "Valid until" msgstr "" #: src/paths/instance/reserves/details/DetailPage.tsx:82 #, c-format msgid "Created balance" msgstr "" #: src/paths/instance/reserves/details/DetailPage.tsx:99 #, c-format msgid "Exchange balance" msgstr "" #: src/paths/instance/reserves/details/DetailPage.tsx:104 #, c-format msgid "Picked up" msgstr "" #: src/paths/instance/reserves/details/DetailPage.tsx:109 #, c-format msgid "Committed" msgstr "" #: src/paths/instance/reserves/details/DetailPage.tsx:116 #, c-format msgid "Account address" msgstr "" #: src/paths/instance/reserves/details/DetailPage.tsx:119 #, c-format msgid "Subject" msgstr "" #: src/paths/instance/reserves/details/DetailPage.tsx:130 #, c-format msgid "Tips" msgstr "" #: src/paths/instance/reserves/details/DetailPage.tsx:193 #, c-format msgid "No tips has been authorized from this reserve" msgstr "" #: src/paths/instance/reserves/details/DetailPage.tsx:213 #, c-format msgid "Authorized" msgstr "" #: src/paths/instance/reserves/details/DetailPage.tsx:222 #, c-format msgid "Expiration" msgstr "" #: src/paths/instance/reserves/list/AutorizeTipModal.tsx:108 #, c-format msgid "amount of tip" msgstr "" #: src/paths/instance/reserves/list/AutorizeTipModal.tsx:112 #, c-format msgid "Justification" msgstr "" #: src/paths/instance/reserves/list/AutorizeTipModal.tsx:114 #, c-format msgid "reason for the tip" msgstr "" #: src/paths/instance/reserves/list/AutorizeTipModal.tsx:118 #, c-format msgid "URL after tip" msgstr "" #: src/paths/instance/reserves/list/AutorizeTipModal.tsx:119 #, c-format msgid "URL to visit after tip payment" msgstr "" #: src/paths/instance/reserves/list/Table.tsx:65 #, c-format msgid "Reserves not yet funded" msgstr "" #: src/paths/instance/reserves/list/Table.tsx:89 #, c-format msgid "Reserves ready" msgstr "" #: src/paths/instance/reserves/list/Table.tsx:95 #, c-format msgid "add new reserve" msgstr "" #: src/paths/instance/reserves/list/Table.tsx:143 #, c-format msgid "Expires at" msgstr "" #: src/paths/instance/reserves/list/Table.tsx:146 #, c-format msgid "Initial" msgstr "" #: src/paths/instance/reserves/list/Table.tsx:202 #, c-format msgid "delete selected reserve from the database" msgstr "" #: src/paths/instance/reserves/list/Table.tsx:210 #, c-format msgid "authorize new tip from selected reserve" msgstr "" #: src/paths/instance/reserves/list/Table.tsx:237 #, c-format msgid "" "There is no ready reserves yet, add more pressing the + sign or fund them" msgstr "" #: src/paths/instance/reserves/list/Table.tsx:264 #, c-format msgid "Expected Balance" msgstr "" #: src/paths/instance/reserves/list/index.tsx:110 #, c-format msgid "could not create the tip" msgstr "" #: src/paths/instance/templates/create/CreatePage.tsx:77 #, c-format msgid "should not be empty" msgstr "" #: src/paths/instance/templates/create/CreatePage.tsx:93 #, c-format msgid "should be greater that 0" msgstr "" #: src/paths/instance/templates/create/CreatePage.tsx:96 #, c-format msgid "can't be empty" msgstr "" #: src/paths/instance/templates/create/CreatePage.tsx:100 #, c-format msgid "to short" msgstr "" #: src/paths/instance/templates/create/CreatePage.tsx:108 #, c-format msgid "just letters and numbers from 2 to 7" msgstr "" #: src/paths/instance/templates/create/CreatePage.tsx:110 #, c-format msgid "size of the key should be 32" msgstr "" #: src/paths/instance/templates/create/CreatePage.tsx:137 #, c-format msgid "Identifier" msgstr "" #: src/paths/instance/templates/create/CreatePage.tsx:138 #, c-format msgid "Name of the template in URLs." msgstr "" #: src/paths/instance/templates/create/CreatePage.tsx:144 #, c-format msgid "Describe what this template stands for" msgstr "" #: src/paths/instance/templates/create/CreatePage.tsx:149 #, c-format msgid "Fixed summary" msgstr "" #: src/paths/instance/templates/create/CreatePage.tsx:150 #, c-format msgid "If specified, this template will create order with the same summary" msgstr "" #: src/paths/instance/templates/create/CreatePage.tsx:154 #, c-format msgid "Fixed price" msgstr "" #: src/paths/instance/templates/create/CreatePage.tsx:155 #, c-format msgid "If specified, this template will create order with the same price" msgstr "" #: src/paths/instance/templates/create/CreatePage.tsx:159 #, c-format msgid "Minimum age" msgstr "" #: src/paths/instance/templates/create/CreatePage.tsx:161 #, c-format msgid "Is this contract restricted to some age?" msgstr "" #: src/paths/instance/templates/create/CreatePage.tsx:165 #, c-format msgid "Payment timeout" msgstr "" #: src/paths/instance/templates/create/CreatePage.tsx:167 #, c-format msgid "" "How much time has the customer to complete the payment once the order was " "created." msgstr "" #: src/paths/instance/templates/create/CreatePage.tsx:171 #, c-format msgid "Verification algorithm" msgstr "" #: src/paths/instance/templates/create/CreatePage.tsx:172 #, c-format msgid "Algorithm to use to verify transaction in offline mode" msgstr "" #: src/paths/instance/templates/create/CreatePage.tsx:180 #, c-format msgid "Point-of-sale key" msgstr "" #: src/paths/instance/templates/create/CreatePage.tsx:182 #, c-format msgid "Useful to validate the purchase" msgstr "" #: src/paths/instance/templates/create/CreatePage.tsx:196 #, c-format msgid "generate random secret key" msgstr "" #: src/paths/instance/templates/create/CreatePage.tsx:203 #, c-format msgid "random" msgstr "" #: src/paths/instance/templates/create/CreatePage.tsx:208 #, c-format msgid "show secret key" msgstr "" #: src/paths/instance/templates/create/CreatePage.tsx:209 #, c-format msgid "hide secret key" msgstr "" #: src/paths/instance/templates/create/CreatePage.tsx:216 #, c-format msgid "hide" msgstr "" #: src/paths/instance/templates/create/CreatePage.tsx:218 #, c-format msgid "show" msgstr "" #: src/paths/instance/templates/create/index.tsx:52 #, c-format msgid "could not inform template" msgstr "" #: src/paths/instance/templates/use/UsePage.tsx:54 #, c-format msgid "Amount is required" msgstr "" #: src/paths/instance/templates/use/UsePage.tsx:58 #, c-format msgid "Order summary is required" msgstr "" #: src/paths/instance/templates/use/UsePage.tsx:86 #, c-format msgid "New order for template" msgstr "" #: src/paths/instance/templates/use/UsePage.tsx:108 #, c-format msgid "Amount of the order" msgstr "" #: src/paths/instance/templates/use/UsePage.tsx:113 #, c-format msgid "Order summary" msgstr "" #: src/paths/instance/templates/use/index.tsx:92 #, c-format msgid "could not create order from template" msgstr "" #: src/paths/instance/templates/qr/QrPage.tsx:131 #, c-format msgid "" "Here you can specify a default value for fields that are not fixed. Default " "values can be edited by the customer before the payment." msgstr "" #: src/paths/instance/templates/qr/QrPage.tsx:148 #, c-format msgid "Fixed amount" msgstr "" #: src/paths/instance/templates/qr/QrPage.tsx:149 #, c-format msgid "Default amount" msgstr "" #: src/paths/instance/templates/qr/QrPage.tsx:161 #, c-format msgid "Default summary" msgstr "" #: src/paths/instance/templates/qr/QrPage.tsx:177 #, c-format msgid "Print" msgstr "" #: src/paths/instance/templates/qr/QrPage.tsx:184 #, c-format msgid "Setup TOTP" msgstr "" #: src/paths/instance/templates/list/Table.tsx:65 #, c-format msgid "Templates" msgstr "" #: src/paths/instance/templates/list/Table.tsx:70 #, c-format msgid "add new templates" msgstr "" #: src/paths/instance/templates/list/Table.tsx:142 #, c-format msgid "load more templates before the first one" msgstr "" #: src/paths/instance/templates/list/Table.tsx:146 #, c-format msgid "load newer templates" msgstr "" #: src/paths/instance/templates/list/Table.tsx:181 #, c-format msgid "delete selected templates from the database" msgstr "" #: src/paths/instance/templates/list/Table.tsx:188 #, c-format msgid "use template to create new order" msgstr "" #: src/paths/instance/templates/list/Table.tsx:195 #, c-format msgid "create qr code for the template" msgstr "" #: src/paths/instance/templates/list/Table.tsx:210 #, c-format msgid "load more templates after the last one" msgstr "" #: src/paths/instance/templates/list/Table.tsx:214 #, c-format msgid "load older templates" msgstr "" #: src/paths/instance/templates/list/Table.tsx:231 #, c-format msgid "There is no templates yet, add more pressing the + sign" msgstr "" #: src/paths/instance/templates/list/index.tsx:104 #, c-format msgid "template delete successfully" msgstr "" #: src/paths/instance/templates/list/index.tsx:110 #, c-format msgid "could not delete the template" msgstr "" #: src/paths/instance/templates/update/index.tsx:90 #, c-format msgid "could not update template" msgstr "" #: src/paths/instance/webhooks/create/CreatePage.tsx:57 #, c-format msgid "should be one of '%1$s'" msgstr "" #: src/paths/instance/webhooks/create/CreatePage.tsx:85 #, c-format msgid "Webhook ID to use" msgstr "" #: src/paths/instance/webhooks/create/CreatePage.tsx:89 #, c-format msgid "Event" msgstr "" #: src/paths/instance/webhooks/create/CreatePage.tsx:90 #, c-format msgid "The event of the webhook: why the webhook is used" msgstr "" #: src/paths/instance/webhooks/create/CreatePage.tsx:94 #, c-format msgid "Method" msgstr "" #: src/paths/instance/webhooks/create/CreatePage.tsx:95 #, c-format msgid "Method used by the webhook" msgstr "" #: src/paths/instance/webhooks/create/CreatePage.tsx:99 #, c-format msgid "URL" msgstr "" #: src/paths/instance/webhooks/create/CreatePage.tsx:100 #, c-format msgid "URL of the webhook where the customer will be redirected" msgstr "" #: src/paths/instance/webhooks/create/CreatePage.tsx:104 #, c-format msgid "Header" msgstr "" #: src/paths/instance/webhooks/create/CreatePage.tsx:106 #, c-format msgid "Header template of the webhook" msgstr "" #: src/paths/instance/webhooks/create/CreatePage.tsx:111 #, c-format msgid "Body" msgstr "" #: src/paths/instance/webhooks/create/CreatePage.tsx:112 #, c-format msgid "Body template by the webhook" msgstr "" #: src/paths/instance/webhooks/list/Table.tsx:61 #, c-format msgid "Webhooks" msgstr "" #: src/paths/instance/webhooks/list/Table.tsx:66 #, c-format msgid "add new webhooks" msgstr "" #: src/paths/instance/webhooks/list/Table.tsx:137 #, c-format msgid "load more webhooks before the first one" msgstr "" #: src/paths/instance/webhooks/list/Table.tsx:141 #, c-format msgid "load newer webhooks" msgstr "" #: src/paths/instance/webhooks/list/Table.tsx:151 #, c-format msgid "Event type" msgstr "" #: src/paths/instance/webhooks/list/Table.tsx:176 #, c-format msgid "delete selected webhook from the database" msgstr "" #: src/paths/instance/webhooks/list/Table.tsx:198 #, c-format msgid "load more webhooks after the last one" msgstr "" #: src/paths/instance/webhooks/list/Table.tsx:202 #, c-format msgid "load older webhooks" msgstr "" #: src/paths/instance/webhooks/list/Table.tsx:219 #, c-format msgid "There is no webhooks yet, add more pressing the + sign" msgstr "" #: src/paths/instance/webhooks/list/index.tsx:94 #, c-format msgid "webhook delete successfully" msgstr "" #: src/paths/instance/webhooks/list/index.tsx:100 #, c-format msgid "could not delete the webhook" msgstr "" #: src/paths/instance/transfers/create/CreatePage.tsx:63 #, c-format msgid "check the id, does not look valid" msgstr "" #: src/paths/instance/transfers/create/CreatePage.tsx:65 #, c-format msgid "should have 52 characters, current %1$s" msgstr "" #: src/paths/instance/transfers/create/CreatePage.tsx:72 #, c-format msgid "URL doesn't have the right format" msgstr "" #: src/paths/instance/transfers/create/CreatePage.tsx:98 #, c-format msgid "Credited bank account" msgstr "" #: src/paths/instance/transfers/create/CreatePage.tsx:100 #, c-format msgid "Select one account" msgstr "" #: src/paths/instance/transfers/create/CreatePage.tsx:101 #, c-format msgid "Bank account of the merchant where the payment was received" msgstr "" #: src/paths/instance/transfers/create/CreatePage.tsx:105 #, c-format msgid "Wire transfer ID" msgstr "" #: src/paths/instance/transfers/create/CreatePage.tsx:107 #, c-format msgid "" "unique identifier of the wire transfer used by the exchange, must be 52 " "characters long" msgstr "" #: src/paths/instance/transfers/create/CreatePage.tsx:112 #, c-format msgid "" "Base URL of the exchange that made the transfer, should have been in the " "wire transfer subject" msgstr "" #: src/paths/instance/transfers/create/CreatePage.tsx:117 #, c-format msgid "Amount credited" msgstr "" #: src/paths/instance/transfers/create/CreatePage.tsx:118 #, c-format msgid "Actual amount that was wired to the merchant's bank account" msgstr "" #: src/paths/instance/transfers/create/index.tsx:58 #, c-format msgid "could not inform transfer" msgstr "" #: src/paths/instance/transfers/list/Table.tsx:61 #, c-format msgid "Transfers" msgstr "" #: src/paths/instance/transfers/list/Table.tsx:66 #, c-format msgid "add new transfer" msgstr "" #: src/paths/instance/transfers/list/Table.tsx:129 #, c-format msgid "load more transfers before the first one" msgstr "" #: src/paths/instance/transfers/list/Table.tsx:133 #, c-format msgid "load newer transfers" msgstr "" #: src/paths/instance/transfers/list/Table.tsx:143 #, c-format msgid "Credit" msgstr "" #: src/paths/instance/transfers/list/Table.tsx:152 #, c-format msgid "Confirmed" msgstr "" #: src/paths/instance/transfers/list/Table.tsx:155 #, c-format msgid "Verified" msgstr "" #: src/paths/instance/transfers/list/Table.tsx:158 #, c-format msgid "Executed at" msgstr "" #: src/paths/instance/transfers/list/Table.tsx:171 #, c-format msgid "yes" msgstr "" #: src/paths/instance/transfers/list/Table.tsx:171 #, c-format msgid "no" msgstr "" #: src/paths/instance/transfers/list/Table.tsx:181 #, c-format msgid "unknown" msgstr "" #: src/paths/instance/transfers/list/Table.tsx:187 #, c-format msgid "delete selected transfer from the database" msgstr "" #: src/paths/instance/transfers/list/Table.tsx:202 #, c-format msgid "load more transfer after the last one" msgstr "" #: src/paths/instance/transfers/list/Table.tsx:206 #, c-format msgid "load older transfers" msgstr "" #: src/paths/instance/transfers/list/Table.tsx:223 #, c-format msgid "There is no transfer yet, add more pressing the + sign" msgstr "" #: src/paths/instance/transfers/list/ListPage.tsx:79 #, c-format msgid "filter by account address" msgstr "" #: src/paths/instance/transfers/list/ListPage.tsx:100 #, c-format msgid "only show wire transfers confirmed by the merchant" msgstr "" #: src/paths/instance/transfers/list/ListPage.tsx:110 #, c-format msgid "only show wire transfers claimed by the exchange" msgstr "" #: src/paths/instance/transfers/list/ListPage.tsx:113 #, c-format msgid "Unverified" msgstr "" #: src/paths/admin/create/CreatePage.tsx:69 #, c-format msgid "is not valid" msgstr "" #: src/paths/admin/create/CreatePage.tsx:94 #, c-format msgid "is not a number" msgstr "" #: src/paths/admin/create/CreatePage.tsx:96 #, c-format msgid "must be 1 or greater" msgstr "" #: src/paths/admin/create/CreatePage.tsx:107 #, c-format msgid "max 7 lines" msgstr "" #: src/paths/admin/create/CreatePage.tsx:178 #, c-format msgid "change authorization configuration" msgstr "" #: src/paths/admin/create/CreatePage.tsx:217 #, c-format msgid "Need to complete marked fields and choose authorization method" msgstr "" #: src/components/form/InputPaytoForm.tsx:82 #, c-format msgid "This is not a valid bitcoin address." msgstr "" #: src/components/form/InputPaytoForm.tsx:95 #, c-format msgid "This is not a valid Ethereum address." msgstr "" #: src/components/form/InputPaytoForm.tsx:118 #, c-format msgid "IBAN numbers usually have more that 4 digits" msgstr "" #: src/components/form/InputPaytoForm.tsx:120 #, c-format msgid "IBAN numbers usually have less that 34 digits" msgstr "" #: src/components/form/InputPaytoForm.tsx:128 #, c-format msgid "IBAN country code not found" msgstr "" #: src/components/form/InputPaytoForm.tsx:153 #, c-format msgid "IBAN number is not valid, checksum is wrong" msgstr "" #: src/components/form/InputPaytoForm.tsx:248 #, c-format msgid "Target type" msgstr "" #: src/components/form/InputPaytoForm.tsx:249 #, c-format msgid "Method to use for wire transfer" msgstr "" #: src/components/form/InputPaytoForm.tsx:258 #, c-format msgid "Routing" msgstr "" #: src/components/form/InputPaytoForm.tsx:259 #, c-format msgid "Routing number." msgstr "" #: src/components/form/InputPaytoForm.tsx:263 #, c-format msgid "Account" msgstr "" #: src/components/form/InputPaytoForm.tsx:264 #, c-format msgid "Account number." msgstr "" #: src/components/form/InputPaytoForm.tsx:273 #, c-format msgid "Business Identifier Code." msgstr "" #: src/components/form/InputPaytoForm.tsx:282 #, c-format msgid "Bank Account Number." msgstr "" #: src/components/form/InputPaytoForm.tsx:292 #, c-format msgid "Unified Payment Interface." msgstr "" #: src/components/form/InputPaytoForm.tsx:301 #, c-format msgid "Bitcoin protocol." msgstr "" #: src/components/form/InputPaytoForm.tsx:310 #, c-format msgid "Ethereum protocol." msgstr "" #: src/components/form/InputPaytoForm.tsx:319 #, c-format msgid "Interledger protocol." msgstr "" #: src/components/form/InputPaytoForm.tsx:328 #, c-format msgid "Host" msgstr "" #: src/components/form/InputPaytoForm.tsx:329 #, c-format msgid "Bank host." msgstr "" #: src/components/form/InputPaytoForm.tsx:334 #, c-format msgid "Bank account." msgstr "" #: src/components/form/InputPaytoForm.tsx:343 #, c-format msgid "Bank account owner's name." msgstr "" #: src/components/form/InputPaytoForm.tsx:370 #, c-format msgid "No accounts yet." msgstr "" #: src/components/instance/DefaultInstanceFormFields.tsx:52 #, c-format msgid "" "Name of the instance in URLs. The 'default' instance is special in that it " "is used to administer other instances." msgstr "" #: src/components/instance/DefaultInstanceFormFields.tsx:58 #, c-format msgid "Business name" msgstr "" #: src/components/instance/DefaultInstanceFormFields.tsx:59 #, c-format msgid "Legal name of the business represented by this instance." msgstr "" #: src/components/instance/DefaultInstanceFormFields.tsx:64 #, c-format msgid "Email" msgstr "" #: src/components/instance/DefaultInstanceFormFields.tsx:65 #, c-format msgid "Contact email" msgstr "" #: src/components/instance/DefaultInstanceFormFields.tsx:70 #, c-format msgid "Website URL" msgstr "" #: src/components/instance/DefaultInstanceFormFields.tsx:71 #, c-format msgid "URL." msgstr "" #: src/components/instance/DefaultInstanceFormFields.tsx:76 #, c-format msgid "Logo" msgstr "" #: src/components/instance/DefaultInstanceFormFields.tsx:77 #, c-format msgid "Logo image." msgstr "" #: src/components/instance/DefaultInstanceFormFields.tsx:82 #, c-format msgid "Bank account" msgstr "" #: src/components/instance/DefaultInstanceFormFields.tsx:83 #, c-format msgid "URI specifying bank account for crediting revenue." msgstr "" #: src/components/instance/DefaultInstanceFormFields.tsx:88 #, c-format msgid "Default max deposit fee" msgstr "" #: src/components/instance/DefaultInstanceFormFields.tsx:89 #, c-format msgid "" "Maximum deposit fees this merchant is willing to pay per order by default." msgstr "" #: src/components/instance/DefaultInstanceFormFields.tsx:94 #, c-format msgid "Default max wire fee" msgstr "" #: src/components/instance/DefaultInstanceFormFields.tsx:95 #, c-format msgid "" "Maximum wire fees this merchant is willing to pay per wire transfer by " "default." msgstr "" #: src/components/instance/DefaultInstanceFormFields.tsx:100 #, c-format msgid "Default wire fee amortization" msgstr "" #: src/components/instance/DefaultInstanceFormFields.tsx:101 #, c-format msgid "" "Number of orders excess wire transfer fees will be divided by to compute per " "order surcharge." msgstr "" #: src/components/instance/DefaultInstanceFormFields.tsx:107 #, c-format msgid "Physical location of the merchant." msgstr "" #: src/components/instance/DefaultInstanceFormFields.tsx:114 #, c-format msgid "Jurisdiction" msgstr "" #: src/components/instance/DefaultInstanceFormFields.tsx:115 #, c-format msgid "Jurisdiction for legal disputes with the merchant." msgstr "" #: src/components/instance/DefaultInstanceFormFields.tsx:122 #, c-format msgid "Default payment delay" msgstr "" #: src/components/instance/DefaultInstanceFormFields.tsx:124 #, c-format msgid "" "Time customers have to pay an order before the offer expires by default." msgstr "" #: src/components/instance/DefaultInstanceFormFields.tsx:129 #, c-format msgid "Default wire transfer delay" msgstr "" #: src/components/instance/DefaultInstanceFormFields.tsx:130 #, c-format msgid "" "Maximum time an exchange is allowed to delay wiring funds to the merchant, " "enabling it to aggregate smaller payments into larger wire transfers and " "reducing wire fees." msgstr "" #: src/paths/instance/update/UpdatePage.tsx:164 #, c-format msgid "Instance id" msgstr "" #: src/paths/instance/update/UpdatePage.tsx:173 #, c-format msgid "Change the authorization method use for this instance." msgstr "" #: src/paths/instance/update/UpdatePage.tsx:182 #, c-format msgid "Manage access token" msgstr "" #: src/paths/instance/update/index.tsx:112 #, c-format msgid "Failed to create instance" msgstr "" #: src/components/exception/login.tsx:74 #, c-format msgid "Login required" msgstr "" #: src/components/exception/login.tsx:80 #, c-format msgid "Please enter your access token." msgstr "" #: src/components/exception/login.tsx:108 #, c-format msgid "Access Token" msgstr "" #: src/InstanceRoutes.tsx:171 #, c-format msgid "The request to the backend take too long and was cancelled" msgstr "" #: src/InstanceRoutes.tsx:172 #, c-format msgid "Diagnostic from %1$s is \"%2$s\"" msgstr "" #: src/InstanceRoutes.tsx:178 #, c-format msgid "The backend reported a problem: HTTP status #%1$s" msgstr "" #: src/InstanceRoutes.tsx:179 #, c-format msgid "Diagnostic from %1$s is '%2$s'" msgstr "" #: src/InstanceRoutes.tsx:196 #, c-format msgid "Access denied" msgstr "" #: src/InstanceRoutes.tsx:197 #, c-format msgid "The access token provided is invalid." msgstr "" #: src/InstanceRoutes.tsx:212 #, c-format msgid "No 'default' instance configured yet." msgstr "" #: src/InstanceRoutes.tsx:213 #, c-format msgid "Create a 'default' instance to begin using the merchant backoffice." msgstr "" #: src/InstanceRoutes.tsx:630 #, c-format msgid "The access token provided is invalid" msgstr "" #: src/InstanceRoutes.tsx:664 #, c-format msgid "Hide for today" msgstr "" #: src/components/menu/SideBar.tsx:82 #, c-format msgid "Instance" msgstr "" #: src/components/menu/SideBar.tsx:91 #, c-format msgid "Settings" msgstr "" #: src/components/menu/SideBar.tsx:167 #, c-format msgid "Connection" msgstr "" #: src/components/menu/SideBar.tsx:209 #, c-format msgid "New" msgstr "" #: src/components/menu/SideBar.tsx:219 #, c-format msgid "List" msgstr "" #: src/components/menu/SideBar.tsx:234 #, c-format msgid "Log out" msgstr "" #: src/ApplicationReadyRoutes.tsx:71 #, c-format msgid "Check your token is valid" msgstr "" #: src/ApplicationReadyRoutes.tsx:90 #, c-format msgid "Couldn't access the server." msgstr "" #: src/ApplicationReadyRoutes.tsx:91 #, c-format msgid "Could not infer instance id from url %1$s" msgstr "" #: src/Application.tsx:104 #, c-format msgid "Server not found" msgstr "" #: src/Application.tsx:118 #, c-format msgid "Server response with an error code" msgstr "" #: src/Application.tsx:120 #, c-format msgid "Got message %1$s from %2$s" msgstr "" #: src/Application.tsx:131 #, c-format msgid "Response from server is unreadable, http status: %1$s" msgstr "" #: src/Application.tsx:144 #, c-format msgid "Unexpected Error" msgstr "" #: src/components/form/InputArray.tsx:101 #, c-format msgid "The value %1$s is invalid for a payment url" msgstr "" #: src/components/form/InputArray.tsx:110 #, c-format msgid "add element to the list" msgstr "" #: src/components/form/InputArray.tsx:112 #, c-format msgid "add" msgstr "" #: src/components/form/InputSecured.tsx:37 #, c-format msgid "Deleting" msgstr "" #: src/components/form/InputSecured.tsx:41 #, c-format msgid "Changing" msgstr "" #: src/paths/instance/orders/create/OrderCreatedSuccessfully.tsx:87 #, c-format msgid "Order ID" msgstr "" #: src/paths/instance/orders/create/OrderCreatedSuccessfully.tsx:101 #, c-format msgid "Payment URL" msgstr ""