# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
# 
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-05-16 17:50+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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"

#: .\shop\admin.py:15
msgid "BanshiMart Admin"
msgstr ""

#: .\shop\admin.py:16
msgid "BanshiMart Administration"
msgstr ""

#: .\shop\admin.py:17 .\templates\navbar.html:151
msgid "Dashboard"
msgstr ""

#: .\shop\models.py:45
msgid "Name"
msgstr ""

#: .\shop\models.py:46
msgid "Slug"
msgstr ""

#: .\shop\models.py:48
msgid "Description"
msgstr ""

#: .\shop\models.py:49
msgid "Price in dollars"
msgstr ""

#: .\shop\models.py:68
msgid "Delivery is free to your door step"
msgstr ""

#: .\shop\models.py:70
msgid "Let customers submit their own offer for this product"
msgstr ""

#: .\shop\models.py:71
msgid "Optional minimum offer price customers must meet"
msgstr ""

#: .\shop\order_views.py:96
msgid "Month {}"
msgstr ""

#: .\shop\order_views.py:209
msgid "You can only cancel orders that are still pending."
msgstr ""

#: .\shop\order_views.py:227
msgid "Order cancelled by customer"
msgstr ""

#: .\shop\order_views.py:230
msgid "Order #{} cancelled successfully."
msgstr ""

#: .\shop\templates\shop\index.html:110
msgid "Global marketplace for modern shopping"
msgstr ""

#: .\shop\templates\shop\index.html:111
msgid "Discover premium products, trusted brands, and fast delivery worldwide."
msgstr ""

#: .\shop\templates\shop\index.html:112
msgid ""
"BanshiX brings electronics, vehicles, appliances and lifestyle essentials "
"together in one polished storefront designed for effortless shopping."
msgstr ""

#: .\shop\templates\shop\index.html:115
msgid "Shop Now"
msgstr ""

#: .\shop\templates\shop\index.html:116
msgid "See Deals"
msgstr ""

#: .\shop\templates\shop\index.html:123
msgid "Customer satisfaction"
msgstr ""

#: .\shop\templates\shop\index.html:129
msgid "Products available"
msgstr ""

#: .\shop\templates\shop\index.html:139
msgid "Shop electronics, autos, home essentials and more."
msgstr ""

#: .\shop\templates\shop\index.html:140
msgid "Fast shipping, secure checkout, and curated offers for every budget."
msgstr ""

#: .\shop\templates\shop\index.html:142
msgid "Premium quality"
msgstr ""

#: .\shop\templates\shop\index.html:143
msgid "Worldwide delivery"
msgstr ""

#: .\shop\templates\shop\index.html:153
msgid "Popular Categories"
msgstr ""

#: .\shop\templates\shop\index.html:154
msgid "Browse top collections across our store."
msgstr ""

#: .\shop\templates\shop\index.html:156
msgid "Browse all products"
msgstr ""

#: .\shop\templates\shop\index.html:166
#, python-format
msgid "%(category.name)s "
msgstr ""

#: .\shop\templates\shop\index.html:167
#, python-format
msgid " Products : %(category.products.count)s"
msgstr ""

#: .\shop\templates\shop\index.html:169
msgid "View collection"
msgstr ""

#: .\shop\templates\shop\index.html:175
msgid "No product categories are available at the moment."
msgstr ""

#: .\shop\templates\shop\index.html:184
msgid "Featured Products"
msgstr ""

#: .\shop\templates\shop\index.html:185
msgid "Handpicked deals that customers love."
msgstr ""

#: .\shop\templates\shop\index.html:187
msgid "View all products"
msgstr ""

#: .\shop\templates\shop\index.html:212
#, python-format
msgid "%(product.name|truncatechars:45)s"
msgstr ""

#: .\shop\templates\shop\index.html:213
#, python-format
msgid "%(product.description|truncatechars:75)s"
msgstr ""

#: .\shop\templates\shop\index.html:229
msgid "View product"
msgstr ""

#: .\shop\templates\shop\index.html:245
msgid "There are no featured products right now. Please check back soon."
msgstr ""

#: .\shop\templates\shop\index.html:255
msgid "Secure checkout"
msgstr ""

#: .\shop\templates\shop\index.html:256
msgid ""
"Protect your payment details with encrypted checkout and trusted payment "
"partners."
msgstr ""

#: .\shop\templates\shop\index.html:262
msgid "Fast delivery"
msgstr ""

#: .\shop\templates\shop\index.html:263
msgid ""
"Enjoy reliable global shipping and transparent tracking from order to "
"delivery."
msgstr ""

#: .\shop\templates\shop\index.html:269
msgid "24/7 support"
msgstr ""

#: .\shop\templates\shop\index.html:270
msgid ""
"Our customer care team is ready to help you with product questions and order "
"support."
msgstr ""

#: .\shop\templates\shop\partials\product_grid.html:52
#, python-format
msgid " %(product.name)s "
msgstr ""

#: .\shop\templates\shop\partials\product_grid.html:153
msgid "No products found matching your search."
msgstr ""

#: .\shop\templates\shop\product_detail.html:69
#, python-format
msgid ""
"          \n"
"        \n"
"        %(translated_product.name|default:product.name)s "
msgstr ""

#: .\shop\templates\shop\product_detail.html:200
msgid "Availability"
msgstr ""

#: .\shop\templates\shop\product_detail.html:203
msgid "units in stock"
msgstr ""

#: .\shop\templates\shop\product_detail.html:207
msgid "Out of Stock"
msgstr ""

#: .\shop\templates\shop\product_detail.html:217
msgid "Customer Offer Available"
msgstr ""

#: .\shop\templates\shop\product_detail.html:225
msgid "Add to Cart"
msgstr ""

#: .\shop\templates\shop\product_list.html:6
msgid "Our Products"
msgstr ""

#: .\shop\templates\shop\product_list.html:24 .\templates\navbar.html:124
msgid "Categories"
msgstr ""

#: .\shop\templates\shop\product_list.html:32
msgid "View All Categories"
msgstr ""

#: .\templates\account\confirm_email_verification_code.html:7
msgid "Email Verification"
msgstr ""

#: .\templates\account\confirm_email_verification_code.html:10
msgid "Enter Email Verification Code"
msgstr ""

#: .\templates\account\confirm_email_verification_code.html:18
msgid "Use a different email address"
msgstr ""

#: .\templates\account\email.html:7 .\templates\account\email.html:14
msgid "Email Addresses"
msgstr ""

#: .\templates\account\email.html:20
msgid "The following email addresses are associated with your account:"
msgstr ""

#: .\templates\account\email.html:33
msgid "Verified"
msgstr ""

#: .\templates\account\email.html:37
msgid "Unverified"
msgstr ""

#: .\templates\account\email.html:42
msgid "Primary"
msgstr ""

#: .\templates\account\email.html:52
msgid "Make Primary"
msgstr ""

#: .\templates\account\email.html:55 .\templates\account\email_change.html:41
msgid "Re-send Verification"
msgstr ""

#: .\templates\account\email.html:58
#: .\templates\mfa\webauthn\authenticator_confirm_delete.html:26
#: .\templates\mfa\webauthn\authenticator_list.html:79
msgid "Remove"
msgstr ""

#: .\templates\account\email.html:67
msgid "Add Email Address"
msgstr ""

#: .\templates\account\email.html:78
msgid "Add Email"
msgstr ""

#: .\templates\account\email.html:95
msgid "Do you really want to remove the selected email address?"
msgstr ""

#: .\templates\account\email_change.html:8
#: .\templates\account\email_change.html:13 .\templates\contact.html:174
msgid "Email Address"
msgstr ""

#: .\templates\account\email_change.html:25
#: .\templates\account\email_change.html:33
msgid "Current email"
msgstr ""

#: .\templates\account\email_change.html:35
msgid "Changing to"
msgstr ""

#: .\templates\account\email_change.html:39
msgid "Your email address is still pending verification."
msgstr ""

#: .\templates\account\email_change.html:45
msgid "Cancel Change"
msgstr ""

#: .\templates\account\email_change.html:53
msgid "Change to"
msgstr ""

#: .\templates\account\email_change.html:59
msgid "Change Email"
msgstr ""

#: .\templates\account\email_confirm.html:9
#: .\templates\account\email_confirm.html:16
msgid "Confirm Email Address"
msgstr ""

#: .\templates\account\email_confirm.html:22
#, python-format
msgid ""
"Please confirm that <a href=\"mailto:%(email)s\">%(email)s</a> is an email "
"address for user %(user_display)s."
msgstr ""

#: .\templates\account\email_confirm.html:30
#: .\templates\mfa\reauthenticate.html:49
msgid "Confirm"
msgstr ""

#: .\templates\account\email_confirm.html:36
#, python-format
msgid ""
"Unable to confirm %(email)s because it is already confirmed by a different "
"account."
msgstr ""

#: .\templates\account\email_confirm.html:42
#, python-format
msgid ""
"This email confirmation link expired or is invalid. Please <a "
"href=\"%(email_url)s\">issue a new email confirmation request</a>."
msgstr ""

#: .\templates\account\logout.html:8 .\templates\account\logout.html:13
#: .\templates\account\logout.html:26
msgid "Sign Out"
msgstr ""

#: .\templates\account\logout.html:16
msgid "Are you sure you want to sign out?"
msgstr ""

#: .\templates\account\password_change.html:5
#: .\templates\account\password_change.html:15
#: .\templates\account\password_change.html:39
#: .\templates\account\password_reset_from_key.html:5
#: .\templates\account\password_reset_from_key.html:18
#: .\templates\account\password_reset_from_key.html:36
#: .\templates\account\password_reset_from_key_done.html:5
#: .\templates\account\password_reset_from_key_done.html:15
msgid "Change Password"
msgstr ""

#: .\templates\account\password_change.html:17
msgid "Enter your current and new password below."
msgstr ""

#: .\templates\account\password_change.html:44
msgid "Forgot Password?"
msgstr ""

#: .\templates\account\password_reset_done.html:8
#: .\templates\account\password_reset_done.html:12
msgid "Password Reset"
msgstr ""

#: .\templates\account\password_reset_done.html:18
msgid ""
"We have sent you an email. If you have not received it please check your "
"spam folder. Otherwise contact us if you do not receive it in a few minutes."
msgstr ""

#: .\templates\account\password_reset_from_key.html:16
msgid "Bad Token"
msgstr ""

#: .\templates\account\password_reset_from_key.html:24
#, python-format
msgid ""
"The password reset link was invalid, possibly because it has already been "
"used.  Please request a <a href=\"%(passwd_reset_url)s\">new password reset</"
"a>."
msgstr ""

#: .\templates\account\password_reset_from_key.html:39
#: .\templates\mfa\authenticate.html:67 .\templates\mfa\authenticate.html:80
#: .\templates\mfa\recovery_codes\generate.html:32
#: .\templates\mfa\totp\deactivate_form.html:33 .\templates\mfa\trust.html:38
#: .\templates\mfa\webauthn\authenticator_confirm_delete.html:29
#: .\templates\mfa\webauthn\reauthenticate.html:34
#: .\templates\mfa\webauthn\signup_form.html:54
msgid "Cancel"
msgstr ""

#: .\templates\account\password_reset_from_key_done.html:18
msgid "Your password is now changed."
msgstr ""

#: .\templates\account\verification_sent.html:8
#: .\templates\account\verification_sent.html:15
#: .\templates\account\verified_email_required.html:8
#: .\templates\account\verified_email_required.html:12
msgid "Verify Your Email Address"
msgstr ""

#: .\templates\account\verification_sent.html:18
msgid ""
"We have sent an email to you for verification. Follow the link provided to "
"finalize the signup process. If you do not see the verification email in "
"your main inbox, check your spam folder. Please contact us if you do not "
"receive the verification email within a few minutes."
msgstr ""

#: .\templates\account\verified_email_required.html:16
msgid ""
"This part of the site requires us to verify that\n"
"you are who you claim to be. For this purpose, we require that you\n"
"verify ownership of your email address. "
msgstr ""

#: .\templates\account\verified_email_required.html:21
msgid ""
"We have sent an email to you for\n"
"verification. Please click on the link inside that email. If you do not see "
"the verification email in your main inbox, check your spam folder. "
"Otherwise\n"
"contact us if you do not receive it within a few minutes."
msgstr ""

#: .\templates\account\verified_email_required.html:26
#, python-format
msgid ""
"<strong>Note:</strong> you can still <a href=\"%(email_url)s\">change your "
"email address</a>."
msgstr ""

#: .\templates\base.html:18
msgid "BanshiX - Shop Smart"
msgstr ""

#: .\templates\contact.html:8
msgid "Get in Touch"
msgstr ""

#: .\templates\contact.html:10
msgid ""
"We're here to help! Reach out to us through any of the following channels."
msgstr ""

#: .\templates\contact.html:24
msgid "Email"
msgstr ""

#: .\templates\contact.html:26
msgid "Send us an email anytime"
msgstr ""

#: .\templates\contact.html:42
msgid "Phone"
msgstr ""

#: .\templates\contact.html:44
msgid "Call us during business hours"
msgstr ""

#: .\templates\contact.html:62
msgid "Chat with us on WhatsApp"
msgstr ""

#: .\templates\contact.html:65
msgid "Chat Now"
msgstr ""

#: .\templates\contact.html:78
msgid "Support"
msgstr ""

#: .\templates\contact.html:80
msgid "Chat with our AI assistant"
msgstr ""

#: .\templates\contact.html:83
msgid "Start Chat"
msgstr ""

#: .\templates\contact.html:97
msgid "Visit Us"
msgstr ""

#: .\templates\contact.html:100
msgid "Headquarters"
msgstr ""

#: .\templates\contact.html:117
msgid "Business Hours"
msgstr ""

#: .\templates\contact.html:122
msgid "Monday - Friday"
msgstr ""

#: .\templates\contact.html:126
msgid "Saturday"
msgstr ""

#: .\templates\contact.html:130
msgid "Sunday"
msgstr ""

#: .\templates\contact.html:131
msgid "Closed"
msgstr ""

#: .\templates\contact.html:138
msgid "Social Media"
msgstr ""

#: .\templates\contact.html:166
msgid "Send us a Message"
msgstr ""

#: .\templates\contact.html:170
msgid "Full Name"
msgstr ""

#: .\templates\contact.html:171
msgid "Your name"
msgstr ""

#: .\templates\contact.html:175
msgid "your.email@example.com"
msgstr ""

#: .\templates\contact.html:179
msgid "Subject"
msgstr ""

#: .\templates\contact.html:180
msgid "How can we help?"
msgstr ""

#: .\templates\contact.html:183
msgid "Message"
msgstr ""

#: .\templates\contact.html:184
msgid "Your message here..."
msgstr ""

#: .\templates\contact.html:188
msgid "Send Message"
msgstr ""

#: .\templates\contact.html:202
msgid "Have questions?"
msgstr ""

#: .\templates\contact.html:205
msgid "Check out our"
msgstr ""

#: .\templates\contact.html:205
msgid "Frequently Asked Questions"
msgstr ""

#: .\templates\contact.html:205
msgid "page for quick answers."
msgstr ""

#: .\templates\mfa\authenticate.html:6 .\templates\mfa\authenticate.html:60
msgid "Sign In"
msgstr ""

#: .\templates\mfa\authenticate.html:17 .\templates\mfa\index.html:5
#: .\templates\mfa\index.html:14
msgid "Two-Factor Authentication"
msgstr ""

#: .\templates\mfa\authenticate.html:19
msgid ""
"Your account is protected by two-factor authentication. Please enter an "
"authenticator code:"
msgstr ""

#: .\templates\mfa\authenticate.html:74
msgid "Alternative options"
msgstr ""

#: .\templates\mfa\authenticate.html:77
#: .\templates\mfa\webauthn\reauthenticate.html:5
#: .\templates\mfa\webauthn\reauthenticate.html:31
msgid "Use a security key"
msgstr ""

#: .\templates\mfa\email\recovery_codes_generated_message.txt:4
msgid ""
"A new set of Two-Factor Authentication recovery codes has been generated."
msgstr ""

#: .\templates\mfa\email\recovery_codes_generated_subject.txt:3
msgid "New Recovery Codes Generated"
msgstr ""

#: .\templates\mfa\email\totp_activated_message.txt:4
#: .\templates\mfa\messages\totp_activated.txt:2
msgid "Authenticator app activated."
msgstr ""

#: .\templates\mfa\email\totp_activated_subject.txt:3
msgid "Authenticator App Activated"
msgstr ""

#: .\templates\mfa\email\totp_deactivated_message.txt:4
#: .\templates\mfa\messages\totp_deactivated.txt:2
msgid "Authenticator app deactivated."
msgstr ""

#: .\templates\mfa\email\totp_deactivated_subject.txt:3
msgid "Authenticator App Deactivated"
msgstr ""

#: .\templates\mfa\email\webauthn_added_message.txt:4
msgid "A new security key has been added."
msgstr ""

#: .\templates\mfa\email\webauthn_added_subject.txt:3
msgid "Security Key Added"
msgstr ""

#: .\templates\mfa\email\webauthn_removed_message.txt:4
msgid "A security key has been removed."
msgstr ""

#: .\templates\mfa\email\webauthn_removed_subject.txt:3
msgid "Security Key Removed"
msgstr ""

#: .\templates\mfa\index.html:17
msgid ""
"Enhance your account security with multi-factor authentication. Choose from "
"authenticator apps, security keys, and recovery codes."
msgstr ""

#: .\templates\mfa\index.html:40 .\templates\mfa\totp\base.html:4
msgid "Authenticator App"
msgstr ""

#: .\templates\mfa\index.html:43
msgid "Authentication using an authenticator app is active."
msgstr ""

#: .\templates\mfa\index.html:45
msgid "An authenticator app is not active."
msgstr ""

#: .\templates\mfa\index.html:53 .\templates\mfa\totp\deactivate_form.html:30
msgid "Deactivate"
msgstr ""

#: .\templates\mfa\index.html:57 .\templates\mfa\totp\activate_form.html:59
msgid "Activate"
msgstr ""

#: .\templates\mfa\index.html:73
#: .\templates\mfa\webauthn\authenticator_list.html:16
#: .\templates\mfa\webauthn\base.html:4
msgid "Security Keys"
msgstr ""

#: .\templates\mfa\index.html:76
#, python-format
msgid "You have added %(count)s security key."
msgid_plural "You have added %(count)s security keys."
msgstr[0] ""
msgstr[1] ""

#: .\templates\mfa\index.html:78
#: .\templates\mfa\webauthn\authenticator_list.html:30
msgid "No security keys have been added."
msgstr ""

#: .\templates\mfa\index.html:85
msgid "Manage"
msgstr ""

#: .\templates\mfa\index.html:90 .\templates\mfa\webauthn\add_form.html:46
#: .\templates\mfa\webauthn\authenticator_list.html:21
msgid "Add"
msgstr ""

#: .\templates\mfa\index.html:107 .\templates\mfa\recovery_codes\base.html:4
#: .\templates\mfa\recovery_codes\generate.html:13
#: .\templates\mfa\recovery_codes\index.html:13
msgid "Recovery Codes"
msgstr ""

#: .\templates\mfa\index.html:110 .\templates\mfa\recovery_codes\index.html:15
#, python-format
msgid ""
"There is %(unused_count)s out of %(total_count)s recovery codes available."
msgid_plural ""
"There are %(unused_count)s out of %(total_count)s recovery codes available."
msgstr[0] ""
msgstr[1] ""

#: .\templates\mfa\index.html:112
msgid "No recovery codes set up."
msgstr ""

#: .\templates\mfa\index.html:121
msgid "View"
msgstr ""

#: .\templates\mfa\index.html:125
msgid "Download"
msgstr ""

#: .\templates\mfa\index.html:131
#: .\templates\mfa\recovery_codes\generate.html:29
msgid "Generate"
msgstr ""

#: .\templates\mfa\messages\recovery_codes_generated.txt:2
msgid "A new set of recovery codes has been generated."
msgstr ""

#: .\templates\mfa\messages\webauthn_added.txt:2
msgid "Security key added."
msgstr ""

#: .\templates\mfa\messages\webauthn_removed.txt:2
msgid "Security key removed."
msgstr ""

#: .\templates\mfa\reauthenticate.html:5
msgid "Reauthenticate"
msgstr ""

#: .\templates\mfa\reauthenticate.html:16
msgid "Reauthentication Required"
msgstr ""

#: .\templates\mfa\reauthenticate.html:18
msgid "Enter an authenticator code:"
msgstr ""

#: .\templates\mfa\recovery_codes\generate.html:15
msgid "You are about to generate a new set of recovery codes for your account."
msgstr ""

#: .\templates\mfa\recovery_codes\generate.html:17
msgid "This action will invalidate your existing codes."
msgstr ""

#: .\templates\mfa\recovery_codes\generate.html:19
msgid "Are you sure?"
msgstr ""

#: .\templates\mfa\recovery_codes\index.html:22
msgid "Unused codes"
msgstr ""

#: .\templates\mfa\recovery_codes\index.html:28
msgid "Keep these codes safe. Each code can only be used once."
msgstr ""

#: .\templates\mfa\recovery_codes\index.html:35
msgid "Download codes"
msgstr ""

#: .\templates\mfa\recovery_codes\index.html:39
msgid "Generate new codes"
msgstr ""

#: .\templates\mfa\recovery_codes\index.html:44
msgid "No unused recovery codes available."
msgstr ""

#: .\templates\mfa\recovery_codes\index.html:47
msgid "Generate codes"
msgstr ""

#: .\templates\mfa\totp\activate_form.html:4
#: .\templates\mfa\totp\activate_form.html:15
msgid "Activate Authenticator App"
msgstr ""

#: .\templates\mfa\totp\activate_form.html:17
msgid ""
"To protect your account with two-factor authentication, scan the QR code "
"below with your authenticator app. Then, input the verification code "
"generated by the app below."
msgstr ""

#: .\templates\mfa\totp\activate_form.html:32
msgid "Authenticator secret"
msgstr ""

#: .\templates\mfa\totp\activate_form.html:38
msgid ""
"You can store this secret and use it to reinstall your authenticator app at "
"a later time."
msgstr ""

#: .\templates\mfa\totp\activate_form.html:44
msgid "Verification Code"
msgstr ""

#: .\templates\mfa\totp\deactivate_form.html:5
#: .\templates\mfa\totp\deactivate_form.html:16
msgid "Deactivate Authenticator App"
msgstr ""

#: .\templates\mfa\totp\deactivate_form.html:18
msgid ""
"You are about to deactivate authenticator app based authentication. Are you "
"sure?"
msgstr ""

#: .\templates\mfa\trust.html:4 .\templates\mfa\trust.html:15
msgid "Trust this Browser?"
msgstr ""

#: .\templates\mfa\trust.html:17
msgid ""
"If you choose to trust this browser, you will not be asked for a "
"verification code the next time you sign in."
msgstr ""

#: .\templates\mfa\trust.html:32
#, python-format
msgid "Trust for %(period)s"
msgstr ""

#: .\templates\mfa\trust.html:35
msgid "Don't Trust"
msgstr ""

#: .\templates\mfa\webauthn\add_form.html:14
msgid "Add Security Key"
msgstr ""

#: .\templates\mfa\webauthn\add_form.html:16
msgid "Add a security key to enhance your account security."
msgstr ""

#: .\templates\mfa\webauthn\authenticator_confirm_delete.html:5
#: .\templates\mfa\webauthn\authenticator_confirm_delete.html:16
msgid "Remove Security Key"
msgstr ""

#: .\templates\mfa\webauthn\authenticator_confirm_delete.html:18
msgid "Are you sure you want to remove this security key?"
msgstr ""

#: .\templates\mfa\webauthn\authenticator_list.html:38
msgid "Key"
msgstr ""

#: .\templates\mfa\webauthn\authenticator_list.html:39
msgid "Usage"
msgstr ""

#: .\templates\mfa\webauthn\authenticator_list.html:40
msgid "Actions"
msgstr ""

#: .\templates\mfa\webauthn\authenticator_list.html:52
msgid "Passkey"
msgstr ""

#: .\templates\mfa\webauthn\authenticator_list.html:54
msgid "Security key"
msgstr ""

#: .\templates\mfa\webauthn\authenticator_list.html:56
msgid "This key does not indicate whether it is a passkey."
msgstr ""

#: .\templates\mfa\webauthn\authenticator_list.html:56
msgid "Unspecified"
msgstr ""

#: .\templates\mfa\webauthn\authenticator_list.html:63
#, python-format
msgid "Added on %(created_at)s"
msgstr ""

#: .\templates\mfa\webauthn\authenticator_list.html:65
#, python-format
msgid "Last used %(last_used)s"
msgstr ""

#: .\templates\mfa\webauthn\authenticator_list.html:75
msgid "Edit"
msgstr ""

#: .\templates\mfa\webauthn\edit_form.html:14
msgid "Edit Security Key"
msgstr ""

#: .\templates\mfa\webauthn\edit_form.html:16
msgid "Update the details for your security key."
msgstr ""

#: .\templates\mfa\webauthn\edit_form.html:47
msgid "Save"
msgstr ""

#: .\templates\mfa\webauthn\edit_form.html:50
msgid "Back"
msgstr ""

#: .\templates\mfa\webauthn\reauthenticate.html:16
msgid "Use a Security Key"
msgstr ""

#: .\templates\mfa\webauthn\reauthenticate.html:18
msgid "Authenticate with your security key to continue."
msgstr ""

#: .\templates\mfa\webauthn\signup_form.html:6
#: .\templates\mfa\webauthn\signup_form.html:17
msgid "Create Passkey"
msgstr ""

#: .\templates\mfa\webauthn\signup_form.html:19
msgid ""
"You are about to create a passkey for your account. As you can add "
"additional keys later on, you can use a descriptive name to tell the keys "
"apart."
msgstr ""

#: .\templates\mfa\webauthn\signup_form.html:51
msgid "Create"
msgstr ""

#: .\templates\mfa\webauthn\snippets\scripts.html:2
msgid "This functionality requires JavaScript."
msgstr ""

#: .\templates\navbar.html:26
msgid "Search products..."
msgstr ""

#: .\templates\navbar.html:44 .\templates\navbar.html:200
msgid "Login"
msgstr ""

#: .\templates\navbar.html:121
msgid "Shop"
msgstr ""

#: .\templates\navbar.html:134
msgid "About"
msgstr ""

#: .\templates\navbar.html:137
msgid "Help"
msgstr ""

#: .\templates\navbar.html:140
msgid "FAQ"
msgstr ""

#: .\templates\navbar.html:161
msgid "Admin Dashboard"
msgstr ""

#: .\templates\navbar.html:164
msgid "Manage Tickets"
msgstr ""

#: .\templates\navbar.html:167
msgid "Manage Inventory"
msgstr ""

#: .\templates\navbar.html:170
msgid "Manage Orders"
msgstr ""

#: .\templates\navbar.html:173
msgid "Manage Addresses"
msgstr ""

#: .\templates\navbar.html:176
msgid "Manage Category"
msgstr ""

#: .\templates\navbar.html:179
msgid "Manage Product"
msgstr ""

#: .\templates\navbar.html:203
msgid "Sign Up"
msgstr ""
