Skip to content

Commit

Permalink
Merge pull request #83 from ilyarolf/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ilyarolf authored Dec 7, 2024
2 parents 4a61b95 + 8ffbd68 commit 4d368ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"add_items_txt": "📄 TXT",
"add_items_category": "🗂️ <b>Please send category name or \"<code>cancel</code>\":</b>\nExample: <code>Category#1</code>",
"add_items_description": "✍️ <b>Please send description or \"<code>cancel</code>\":</b>\nExample: <code>Description#1</code>",
"add_items_json_msg": "📄 <b>Send .json file with new items or type \"cancel\" for cancel.</b>\nFile content example:\n<pre><code class=\"language-json\">[\n {\n \"category\": \"Category#1\",\n \"subcategory\": \"Subcategory#1\",\n \"price\": 50,\n \"description\": \"Mocked description\",\n \"private_data\": \"Mocked private data\"\n },\n {\n \"category\": \"Category#2\",\n \"subcategory\": \"Subcategory#2\",\n \"price\": 100,\n \"description\": \"Mocked description\",\n \"private_data\": \"Mocked private data\"\n }\n]\n}</code></pre>",
"add_items_json_msg": "📄 <b>Send .json file with new items or type \"cancel\" for cancel.</b>\nFile content example:\n<pre><code class=\"language-json\">[\n {\n \"category\": \"Category#1\",\n \"subcategory\": \"Subcategory#1\",\n \"price\": 50,\n \"description\": \"Mocked description\",\n \"private_data\": \"Mocked private data\"\n },\n {\n \"category\": \"Category#2\",\n \"subcategory\": \"Subcategory#2\",\n \"price\": 100,\n \"description\": \"Mocked description\",\n \"private_data\": \"Mocked private data\"\n }\n]</code></pre>",
"add_items_price": "💵 <b>Please send price in {currency_text} or \"<code>cancel</code>\":</b>\nExample: <code>50.0</code>",
"add_items_private_data": "ℹ️ <b>Please send the data that the user will receive after purchase.</b>\n\n<u>Note</u>:\nIf you enter one line, you will add one product, if you enter multiple lines, you will add multiple products.\n1 line=1 item\n10 rows=10 items.\n\nIf you want to abort adding items enter \"<code>cancel</code>\".",
"add_items_txt_msg": "📄 <b>Send .txt file with new items or type \"cancel\" for cancel.</b>\nFile content example:\n<pre><code class=\"language-txt\">CATEGORY#1:SUBCATEGORY#1:DESCRIPTION#1:50.0:PRIVATE_DATA#1\nCATEGORY#1:SUBCATEGORY#1:DESCRIPTION#1:50.0:PRIVATE_DATA#2\nCATEGORY#1:SUBCATEGORY#1:DESCRIPTION#1:50.0:PRIVATE_DATA#3\nCATEGORY#1:SUBCATEGORY#1:DESCRIPTION#1:50.0:PRIVATE_DATA#4\nCATEGORY#1:SUBCATEGORY#1:DESCRIPTION#1:50.0:PRIVATE_DATA#5\nCATEGORY#1:SUBCATEGORY#1:DESCRIPTION#1:50.0:PRIVATE_DATA#6\nCATEGORY#1:SUBCATEGORY#1:DESCRIPTION#1:50.0:PRIVATE_DATA#7\nCATEGORY#1:SUBCATEGORY#1:DESCRIPTION#1:50.0:PRIVATE_DATA#8\n</code></pre>",
Expand Down

0 comments on commit 4d368ce

Please sign in to comment.