|
1 | 1 | /* In Order List, the pattern to show the order number. For example, “#123456”. The %@ placeholder is the order number. */ |
2 | 2 | "#%@ %@" = "#%1$@ %2$@"; |
3 | 3 |
|
| 4 | +/* In Shipping Labels Package Details, the pattern used to show the weight of a product. For example, “1lbs”. */ |
| 5 | +"%1$@" = "%1$@"; |
| 6 | + |
4 | 7 | /* Format for each Product attribute */ |
5 | 8 | "%1$@ (%2$ld options)" = "%1$@ (%2$ld options)"; |
6 | 9 |
|
|
28 | 31 | /* Payment on <date> received via (payment method title) */ |
29 | 32 | "%1$@ via %2$@" = "%1$@ via %2$@"; |
30 | 33 |
|
31 | | -/* In Order Details, the pattern used to show the quantity multiplied by the price. For example, “23 x $400.00”. The %1$@ is the quantity. The %2$@ is the formatted price with currency (e.g. $400.00). |
32 | | - In Shipping Labels Package Details, the pattern used to show the quantity multiplied by the price. For example, “23 x $400.00”. The %1$@ is the quantity. The %2$@ is the formatted price with currency (e.g. $400.00). */ |
| 34 | +/* In Order Details, the pattern used to show the quantity multiplied by the price. For example, “23 x $400.00”. The %1$@ is the quantity. The %2$@ is the formatted price with currency (e.g. $400.00). */ |
33 | 35 | "%1$@ x %2$@" = "%1$@ x %2$@"; |
34 | 36 |
|
35 | 37 | /* Order refunded shipping label title. The first variable shows the refunded amount (e.g. $12.90). The second variable shows the requested date (e.g. Jan 12, 2020 12:34 PM). */ |
|
41 | 43 | /* Displays a date range for a stats interval */ |
42 | 44 | "%1$@-%2$@" = "%1$@-%2$@"; |
43 | 45 |
|
44 | | -/* In Order Details > product details: if the product has attributes, the pattern used to show the attributes and quantity multiplied by the price. For example, “purple, has logo・23 x $400.00”. The %1$@ is the list of attributes (e.g. from variation). The %2$@ is the quantity. The %3$@ is the formatted price with currency (e.g. $400.00). |
45 | | - In Shipping Labels Package Details if the product has attributes, the pattern used to show the attributes and quantity multiplied by the price. For example, “purple, has logo・23 x $400.00”. The %1$@ is the list of attributes (e.g. from variation). The %2$@ is the quantity. The %3$@ is the formatted price with currency (e.g. $400.00). */ |
| 46 | +/* In Shipping Labels Package Details if the product has attributes, the pattern used to show the attributes and weight. For example, “purple, has logo・1lbs”. The %1$@ is the list of attributes (e.g. from variation). The %2$@ is the weight with the unit. */ |
| 47 | +"%1$@・%2$@" = "%1$@・%2$@"; |
| 48 | + |
| 49 | +/* In Order Details > product details: if the product has attributes, the pattern used to show the attributes and quantity multiplied by the price. For example, “purple, has logo・23 x $400.00”. The %1$@ is the list of attributes (e.g. from variation). The %2$@ is the quantity. The %3$@ is the formatted price with currency (e.g. $400.00). */ |
46 | 50 | "%1$@・%2$@ x %3$@" = "%1$@・%2$@ x %3$@"; |
47 | 51 |
|
48 | 52 | /* 1 Item */ |
|
107 | 111 | /* Step 2 of shipping label printing instructions screen. The content inside two double asterisks **...** denote bolded text. */ |
108 | 112 | "**Ensure AirPrint is enabled** in your printer settings. You may need to configure this setting on the printer itself.\n\nSee the documentation that came with your printer for details." = "**Ensure AirPrint is enabled** in your printer settings. You may need to configure this setting on the printer itself.\n\nSee the documentation that came with your printer for details."; |
109 | 113 |
|
110 | | -/* Number of items in packages in Shipping Labels. Reads like - 10 items */ |
| 114 | +/* Number of item in packages in Shipping Labels in singular form. Reads like - 1 items */ |
| 115 | +"- %1$d item" = "- %1$d item"; |
| 116 | + |
| 117 | +/* Number of items in packages in Shipping Labels in plural form. Reads like - 10 items */ |
111 | 118 | "- %1$d items" = "- %1$d items"; |
112 | 119 |
|
113 | 120 | /* Title of the label indicating that there is 1 item to refund. */ |
|
470 | 477 | Title of the alert when there is an error uploading image(s) */ |
471 | 478 | "Cannot upload image" = "Cannot upload image"; |
472 | 479 |
|
| 480 | +/* Detailed message shown in the Reviews tab if the list is empty |
| 481 | + Detailed message shown on the Product Reviews screen if the list is empty */ |
| 482 | +"Capture high-quality product reviews for your store." = "Capture high-quality product reviews for your store."; |
| 483 | + |
473 | 484 | /* Card reader settings screen title */ |
474 | 485 | "Card Readers" = "Card Readers"; |
475 | 486 |
|
|
665 | 676 | Placeholder name of a custom shipment tracking carrier - Title of button to add a custom tracking carrier if filtering the list yields no results. */ |
666 | 677 | "Custom Carrier" = "Custom Carrier"; |
667 | 678 |
|
| 679 | +/* Header for the Custom Packages section in Shipping Label Package listing */ |
| 680 | +"CUSTOM PACKAGES" = "CUSTOM PACKAGES"; |
| 681 | + |
668 | 682 | /* Customer info section title */ |
669 | 683 | "Customer" = "Customer"; |
670 | 684 |
|
|
935 | 949 | Navigates to experimental features screen */ |
936 | 950 | "Experimental Features" = "Experimental Features"; |
937 | 951 |
|
| 952 | +/* The detailed message shown in the Orders → All Orders tab if the list is empty. */ |
| 953 | +"Explore how you can increase your store sales" = "Explore how you can increase your store sales"; |
| 954 | + |
938 | 955 | /* Action sheet option when the user wants to change the Product type to external product */ |
939 | 956 | "External product" = "External product"; |
940 | 957 |
|
|
1025 | 1042 | /* View title for initial auth views. */ |
1026 | 1043 | "Get Started" = "Get Started"; |
1027 | 1044 |
|
| 1045 | +/* Message shown in the Reviews tab if the list is empty |
| 1046 | + Message shown on the Product Reviews screen if the list is empty */ |
| 1047 | +"Get your first reviews" = "Get your first reviews"; |
| 1048 | + |
1028 | 1049 | /* Alerts the user that wpcom account information is being retrieved. */ |
1029 | 1050 | "Getting account information" = "Getting account information"; |
1030 | 1051 |
|
|
1258 | 1279 | "Launch Wormholy Debug" = "Launch Wormholy Debug"; |
1259 | 1280 |
|
1260 | 1281 | /* Button title in the shipping label creation info screen |
1261 | | - Settings > Privacy Settings. A text link to the cookie policy. - Title of button shown in the Orders → All Orders tab if the list is empty. */ |
| 1282 | + Settings > Privacy Settings. A text link to the cookie policy. - Title of button shown in the Orders → All Orders tab if the list is empty. - Title of button shown in the Reviews tab if the list is empty - Title of button shown on the Product Reviews screen if the list is empty */ |
1262 | 1283 | "Learn more" = "Learn more"; |
1263 | 1284 |
|
1264 | 1285 | /* Title of button in order details > info link for creating a shipping label on the mobile device. */ |
|
1529 | 1550 | /* Text displayed when no order data are available for the selected time range. */ |
1530 | 1551 | "No revenue this period" = "No revenue this period"; |
1531 | 1552 |
|
1532 | | -/* Empty Product Reviews List Message */ |
1533 | | -"No Reviews Yet for this Product!" = "No Reviews Yet for this Product!"; |
1534 | | - |
1535 | | -/* Empty Reviews List Message */ |
1536 | | -"No Reviews Yet!" = "No Reviews Yet!"; |
1537 | | - |
1538 | 1553 | /* The text on the placeholder overlay when there are no shipping classes on the Shipping Class list picker */ |
1539 | 1554 | "No shipping classes yet" = "No shipping classes yet"; |
1540 | 1555 |
|
|
1681 | 1696 | /* Header section package details in Shipping Label Package Detail */ |
1682 | 1697 | "PACKAGE DETAILS" = "PACKAGE DETAILS"; |
1683 | 1698 |
|
1684 | | -/* Title of the row for selecting a package in Shipping Label Package Detail screen */ |
| 1699 | +/* Package Selected screen title in Shipping Label flow |
| 1700 | + Title of the row for selecting a package in Shipping Label Package Detail screen */ |
1685 | 1701 | "Package Selected" = "Package Selected"; |
1686 | 1702 |
|
1687 | 1703 | /* The title for the customer payment cell */ |
|
1863 | 1879 | /* Product section title */ |
1864 | 1880 | "PRODUCT" = "PRODUCT"; |
1865 | 1881 |
|
| 1882 | +/* The title on the navigation bar when viewing an order item add-ons */ |
| 1883 | +"Product Add-ons" = "Product Add-ons"; |
| 1884 | + |
1866 | 1885 | /* Edit Product External Link navigation title */ |
1867 | 1886 | "Product Link" = "Product Link"; |
1868 | 1887 |
|
|
2219 | 2238 | /* Settings > Privacy Settings > collect info section. Explains what the 'collect information' toggle is collecting */ |
2220 | 2239 | "Share information with our analytics tool about your use of services while logged in to your WordPress.com account." = "Share information with our analytics tool about your use of services while logged in to your WordPress.com account."; |
2221 | 2240 |
|
2222 | | -/* Action: Opens the Store in a browser */ |
2223 | | -"Share your Store" = "Share your Store"; |
2224 | | - |
2225 | 2241 | /* Shipping Label Address Validation navigation title |
2226 | 2242 | Shipping Label Suggested Address navigation title - Title of origin address in shipping label details - Title of the cell Ship from inside Create Shipping Label form */ |
2227 | 2243 | "Ship from" = "Ship from"; |
|
3066 | 3082 | /* Displays the version of the App */ |
3067 | 3083 | "Version %@" = "Version %@"; |
3068 | 3084 |
|
| 3085 | +/* Title of the button on the order detail item to navigate to add-ons */ |
| 3086 | +"View Add-Ons" = "View Add-Ons"; |
| 3087 | + |
3069 | 3088 | /* View application log cell title */ |
3070 | 3089 | "View Application Log" = "View Application Log"; |
3071 | 3090 |
|
|
3138 | 3157 | /* Settings > Privacy Settings > cookie info section. Explains what we do with the cookie information we collect. */ |
3139 | 3158 | "We use other tracking tools, including some from third parties. Read about these and how to control them." = "We use other tracking tools, including some from third parties. Read about these and how to control them."; |
3140 | 3159 |
|
3141 | | -/* Banner caption in Shipping Label Address Validation when the address can't be verified. */ |
| 3160 | +/* Banner caption in Shipping Label Address Validation when the origin address can't be verified. */ |
| 3161 | +"We were unable to automatically verify the origin address." = "We were unable to automatically verify the origin address."; |
| 3162 | + |
| 3163 | +/* Banner caption in Shipping Label Address Validation when the destination address can't be verified. */ |
3142 | 3164 | "We were unable to automatically verify the shipping address. View on Apple Maps or try contacting the customer to make sure the address is correct." = "We were unable to automatically verify the shipping address. View on Apple Maps or try contacting the customer to make sure the address is correct."; |
3143 | 3165 |
|
3144 | 3166 | /* Error message displayed when an error occurred sending the magic link email. */ |
|
3150 | 3172 | /* Instruction text on the Sign Up screen. */ |
3151 | 3173 | "We'll email you a signup link to create your new WordPress.com account." = "We'll email you a signup link to create your new WordPress.com account."; |
3152 | 3174 |
|
3153 | | -/* The detailed message shown in the Orders → All Orders tab if the list is empty. */ |
3154 | | -"We'll notify you when you receive a new order. In the meantime, explore how you can increase your store sales." = "We'll notify you when you receive a new order. In the meantime, explore how you can increase your store sales."; |
3155 | | - |
3156 | 3175 | /* Text confirming email address to be used for new account. */ |
3157 | 3176 | "We'll use this email address to create your new WordPress.com account." = "We'll use this email address to create your new WordPress.com account."; |
3158 | 3177 |
|
|
0 commit comments