|
50 | 50 | "ViewListing": "View Listing", |
51 | 51 | "Unfollow": "Unfollow", |
52 | 52 | "ConfirmUnfollow": "Confirm Unfollow", |
| 53 | + "AddModerator": "Add as Moderator", |
| 54 | + "RemoveModerator": "Remove as Moderator", |
53 | 55 | "About": "About", |
54 | 56 | "Version": "Version %{version}", |
55 | 57 | "NoDescriptionAdded": "No description added", |
|
96 | 98 | "ReturnPolicyPlaceholder": "Enter return policy...", |
97 | 99 | "CategoryPlaceholder": "Enter category", |
98 | 100 | "CategoryHelperText": "Categories are used to group and organize listing within your store.", |
99 | | - "KeywordsHelperText": "Adding tags helps your listing to be discovered in the market. You can only have one of each tag, and a maximum of 10 tags", |
| 101 | + "KeywordsPlaceholder": "Enter One or More Tags", |
| 102 | + "KeywordsHelperText": "Adding tags helps your listing to be discovered in the market. You can only have one of each tag, and a maximum of 10 tags, separated by commas or the enter key.", |
100 | 103 | "ExpirationDateHelperText": "Set a date for the listing to automatically be pulled from your store.", |
101 | 104 | "ClearExpirationDate": "Clear Expiration Date", |
102 | 105 | "ReturnPolicy": "Return Policy", |
|
232 | 235 | "SearchForCategory": "Search for category", |
233 | 236 | "Moderators": "Moderators", |
234 | 237 | "CurrentModerators": "Current Moderators", |
235 | | - "AddModerators": "Add New Moderators", |
| 238 | + "AddModerators": "Add Moderators", |
| 239 | + "ManualAddModerator": "Add Moderators by GUID", |
| 240 | + "ManualAddModeratorHelp": "Enter the GUIDs of one or more moderators, separated by commas, here. The GUID is on the right side of their About tab on their page. Adding the GUID of a user that is not a moderator will have no effect, that GUID will be ignored.", |
236 | 241 | "DeselectToRemoveModerator": "Deselect the moderators you want to remove", |
237 | 242 | "SelectToAddModerator": "Select the moderators you want to add", |
238 | 243 | "Categories": "Categories", |
|
325 | 330 | "ServerChangeWarningHeadline": "Caution: Record Your Settings", |
326 | 331 | "ServerChangeWarning": "We recommend you make a copy of your previous settings, shown below. Your previous username and password will no longer be available beyond this point.", |
327 | 332 | "ModeratorFee": "Fee:", |
328 | | - "PriceForOne": "Price per single item, file, or service.", |
| 333 | + "PriceForOne": "Price per single item, file, or service. Based on the listing's base price and the current exchange rate of BTC. This may not match the order total, which is based on the exchange rate of BTC at the time you purchased this listing.", |
329 | 334 | "Avatar": "Avatar", |
330 | 335 | "AdditionalPaymentData": "Additional payment data", |
331 | 336 | "AdditionalPaymentDataInfo": "Include name of purchase and order number in payment QR code?", |
| 337 | + "ShippableHelp": "This product can be shipped to one of your currently saved addresses. Add more addresses in the Settings/Addresses section to be able to purchase more listings.", |
332 | 338 | "firewall": { |
333 | 339 | "Open": "Open", |
334 | 340 | "Restricted": "Restricted", |
|
492 | 498 | "UpdatingOrder": "Updating your transaction", |
493 | 499 | "UpdateComplete": "Your transaction update is complete", |
494 | 500 | "UpdateFailed": "Your transaction update did not complete. Open the transaction and try again", |
495 | | - "UpdateInvalid": "Your transaction update returned invalid data. Open the transaction and try again" |
| 501 | + "UpdateInvalid": "Your transaction update returned invalid data. Open the transaction and try again", |
| 502 | + "ExportCSV": "Export to CSV" |
496 | 503 | }, |
497 | 504 | "errorMessages": { |
498 | 505 | "saveError": "Data could not be saved.", |
|
513 | 520 | "tooManyPhotosBody": "Some or all of your photos were prevented from being uploaded because you would exceeded the maximum allowable amount.", |
514 | 521 | "badJSON": "The JSON data returned from the server was malformed", |
515 | 522 | "refundAlreadySent": "The refund has already been successfully sent for this order", |
516 | | - "serverTimeout": "No response was received from the server. It may be unreachable or taking a very long time to respond." |
| 523 | + "serverTimeout": "No response was received from the server. It may be unreachable or taking a very long time to respond.", |
| 524 | + "noData": "No data is available for the options you have selected." |
517 | 525 | }, |
518 | 526 | "pageConnectingMessages": { |
519 | 527 | "listingConnect": "Connecting to listing ${listing}", |
|
0 commit comments