# Copyright (C) 2020 WooCommerce
# This file is distributed under the same license as the WooCommerce Subscriptions plugin.
#
msgid ""
msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Language: am\n"
"Language-Team: none\n"
"Last-Translator: Automatically generated\n"
"MIME-Version: 1.0\n"
"PO-Revision-Date: 2020-09-29T04:57:17+00:00\n"
"POT-Creation-Date: 2020-09-29T04:57:17+00:00\n"
"Project-Id-Version: WooCommerce Subscriptions 3.0.9\n"
"Report-Msgid-Bugs-To: https://woocommerce.com/contact-us\n"
"X-Domain: woocommerce-subscriptions\n"
"X-Generator: WP-CLI 2.3.0\n"

#. translators: placeholder is number of subscriptions that were checked and did not need repairs. There's a space at the beginning!
#: includes/upgrades/class-wc-subscriptions-upgrader.php:400
msgctxt "Repair message that gets sent to front end."
msgid " %d other subscription was checked and did not need any repairs."
msgid_plural "%d other subscriptions were checked and did not need any repairs."
msgstr[0] "%d ሌላ የደንበኝነት ምዝገባ ተረጋግጧል እና ምንም ጥገና አያስፈልገውም።"
msgstr[1] ""

#. translators: placeholder is next payment's date
#: includes/class-wc-subscriptions-change-payment-gateway.php:205
msgid " Next payment is due %s."
msgstr "የሚቀጥለው ክፍያ %s ነው።"

#: includes/class-wcs-webhooks.php:110
msgid " Subscription Created"
msgstr "ምዝገባ ተፈጥሯል።"

#: includes/class-wcs-webhooks.php:112
msgid " Subscription Deleted"
msgstr "የደንበኝነት ምዝገባ ተሰርዟል።"

#: includes/class-wcs-webhooks.php:113
msgid " Subscription Switched"
msgstr "የደንበኝነት ምዝገባ ተቀይሯል።"

#: includes/class-wcs-webhooks.php:111
msgid " Subscription Updated"
msgstr "የደንበኝነት ምዝገባ ተዘምኗል"

#. translators: placeholder is an order type.
#: includes/wcs-order-functions.php:377
msgid "\"%s\" is not a valid new order type."
msgstr "&quot;%s&quot; የሚሰራ አዲስ የትዕዛዝ አይነት አይደለም።"

#: includes/gateways/paypal/class-wcs-paypal.php:362
#: includes/gateways/paypal/includes/class-wcs-paypal-reference-transaction-api-request.php:208
#: includes/gateways/paypal/includes/class-wcs-paypal-reference-transaction-api-request.php:320
#: includes/gateways/paypal/includes/class-wcs-paypal-reference-transaction-api-request.php:336
#: includes/gateways/paypal/includes/class-wcs-paypal-reference-transaction-api-request.php:365
#: includes/gateways/paypal/includes/class-wcs-paypal-reference-transaction-api-request.php:384
#: includes/gateways/paypal/includes/class-wcs-paypal-standard-request.php:150
#: includes/gateways/paypal/includes/class-wcs-paypal-standard-request.php:156
msgctxt "hash before the order number. Used as a character to remove from the actual order number"
msgid "#"
msgstr "#"

#. translators: placeholder is an order number.
#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:114
msgid "#%1$s"
msgstr "#%1$s"

#. translators: placeholder is an order number.
#. translators: placeholder is an order ID.
#. translators: %s: order number.
#. translators: %s: order ID.
#: includes/admin/meta-boxes/views/html-related-orders-row.php:21
#: includes/admin/meta-boxes/views/html-unknown-related-orders-row.php:18
#: includes/class-wc-subscriptions-renewal-order.php:158
#: includes/early-renewal/class-wcs-cart-early-renewal.php:309
#: includes/early-renewal/wcs-early-renewal-functions.php:162
#: templates/myaccount/my-subscriptions.php:34
#: templates/myaccount/related-orders.php:44
#: templates/myaccount/related-subscriptions.php:33
msgctxt "hash before order number"
msgid "#%s"
msgstr "#%s"

#: templates/emails/subscription-info.php:35
msgctxt "subscription number in email table. (eg: #106)"
msgid "#%s"
msgstr "#%s"

#: includes/admin/class-wc-subscriptions-admin.php:1339
msgid "$0 Initial Checkout"
msgstr "$0 የመጀመሪያ ፍተሻ"

#: includes/wcs-order-functions.php:372
msgid "$type passed to the function was not a string."
msgstr "ወደ ተግባር የተላለፈው የ$ አይነት ሕብረቁምፊ አልነበረም።"

#. translators: 1$: initial amount, 2$: initial description (e.g. "up front"), 3$: recurring amount string (e.g. "£10 / month" )
#: includes/wcs-formatting-functions.php:99
msgid "%1$s %2$s then %3$s"
msgstr "%1$s %2$s ከዚያ %3$s"

#. translators: 1$: initial amount, 2$: initial description (e.g. "up front"), 3$: recurring amount, 4$: subscription period (e.g. "month" or "3 months")
#: includes/wcs-formatting-functions.php:194
msgid "%1$s %2$s then %3$s / %4$s"
msgid_plural "%1$s %2$s then %3$s every %4$s"
msgstr[0] "%1$s %2$s ከዚያ %3$s / %4$s"
msgstr[1] ""

#. translators: 1$: initial amount, 2$: initial description (e.g. "up front"), 3$: recurring amount string, 4$: payment day of the week (e.g. "$15 up front, then $10 every Wednesday")
#: includes/wcs-formatting-functions.php:113
msgid "%1$s %2$s then %3$s every %4$s"
msgstr "%1$s %2$s ከዚያ %3$s በየ %4$s"

#. translators: 1$: initial amount, 2$: initial description (e.g. "up front" ), 3$: recurring amount, 4$: interval (e.g. "2nd week"), 5$: day of the week (e.g. "Thursday"); (e.g. "$10 up front, then $20 every 2nd week on Wednesday")
#: includes/wcs-formatting-functions.php:122
msgid "%1$s %2$s then %3$s every %4$s on %5$s"
msgstr "%1$s %2$s ከዚያ %3$s በየ %4$s በ%5$s"

#. translators: 1$: initial amount, 2$: initial description (e.g. "up front"), 3$: recurring amount, 4$: month of year (e.g. "March"), 5$: day of the month (e.g. "23rd")
#: includes/wcs-formatting-functions.php:175
msgid "%1$s %2$s then %3$s on %4$s %5$s each year"
msgstr "%1$s %2$s ከዚያም %3$s በ%4$s %5$s ላይ በየዓመቱ"

#. translators: 1$: initial amount, 2$: initial description (e.g. "up front"), 3$: recurring amount, 4$: month (e.g. "March"), 5$: day of the month (e.g. "23rd"), 6$: interval (e.g. "3rd")
#: includes/wcs-formatting-functions.php:184
msgid "%1$s %2$s then %3$s on %4$s %5$s every %6$s year"
msgstr "%1$s %2$s ከዚያም %3$s በ%4$s %5$s በ%6$s አመት"

#. translators: 1$: initial amount, 2$: initial description (e.g. "up front"), 3$: recurring amount, 4$: day of the month (e.g. "23rd"), 5$: interval (e.g. "3rd")
#: includes/wcs-formatting-functions.php:157
msgid "%1$s %2$s then %3$s on the %4$s day of every %5$s month"
msgstr "%1$s %2$s ከዚያም %3$s በ%4$s ቀን በየ %5$s ወር"

#. translators: 1$: initial amount, 2$: initial description (e.g. "up front"), 3$: recurring amount, 4$: day of the month (e.g. "23rd"); (e.g. "$10 up front then $40 on the 23rd of each month")
#: includes/wcs-formatting-functions.php:138
msgid "%1$s %2$s then %3$s on the %4$s of each month"
msgstr "%1$s %2$s ከዚያም %3$s በየወሩ %4$s ላይ"

#. translators: 1$: initial amount, 2$: initial description (e.g. "up front"), 3$: recurring amount; (e.g. "$10 up front then $30 on the last day of each month")
#: includes/wcs-formatting-functions.php:135
msgid "%1$s %2$s then %3$s on the last day of each month"
msgstr "%1$s %2$s ከዚያ %3$s በየወሩ የመጨረሻ ቀን"

#. translators: 1$: initial amount, 2$: initial description (e.g. "up front"), 3$: recurring amount, 4$: interval (e.g. "3rd")
#: includes/wcs-formatting-functions.php:154
msgid "%1$s %2$s then %3$s on the last day of every %4$s month"
msgstr "%1$s %2$s ከዚያም %3$s በየ%4$s ወር የመጨረሻ ቀን"

#. translators: %1: product subtotal, %2: HTML span tag, %3: direction (upgrade, downgrade, crossgrade), %4: closing HTML span tag
#: includes/class-wc-subscriptions-switcher.php:1879
msgctxt "product subtotal string"
msgid "%1$s %2$s(%3$s)%4$s"
msgstr "%1$s %2$s(%3$s)%4$s"

#. translators: 1: user display name 2: user ID 3: user email
#: includes/admin/class-wcs-admin-post-types.php:1107
msgid "%1$s (#%2$s &ndash; %3$s)"
msgstr "%1$s (#%2$s – %3$s)"

#. translators: 1$: recurring amount, 2$: subscription period (e.g. "month" or "3 months") (e.g. "$15 / month" or "$15 every 2nd month").
#. translators: 1$: recurring amount, 2$: subscription period (e.g. "month" or "3 months") (e.g. "$15 / month" or "$15 every 2nd month")
#: includes/class-wc-subscriptions-product.php:363
#: includes/wcs-formatting-functions.php:198
msgid "%1$s / %2$s"
msgid_plural "%1$s every %2$s"
msgstr[0] "%1$s / %2$s"
msgstr[1] ""

#. translators: 1$: is the "You have already subscribed to this product" notice, 2$-4$: opening/closing link tags, 3$: an order number
#: includes/class-wc-subscriptions-switcher.php:281
msgid "%1$s Complete payment on %2$sOrder %3$s%4$s to be able to change your subscription."
msgstr "%1$s የደንበኝነት ምዝገባዎን ለመቀየር በ%2$s %3$s%4$s ላይ ክፍያ ያጠናቅቁ።"

#. translators: 1$: subscription string (e.g. "$10 up front then $5 on March 23rd every 3rd year"), 2$: trial length (e.g. "3 weeks")
#: includes/wcs-formatting-functions.php:216
msgid "%1$s after %2$s free trial"
msgstr "%1$s ከ%2$s ነጻ ሙከራ በኋላ"

#. translators: 1$: subscription string (e.g. "$15 on March 15th every 3 years for 6 years with 2 months free trial"), 2$: signup fee price (e.g. "and a $30 sign-up fee").
#: includes/class-wc-subscriptions-product.php:394
msgid "%1$s and a %2$s sign-up fee"
msgstr "%1$s እና %2$s የመመዝገቢያ ክፍያ"

#. translators: 1$: recurring amount string, 2$: day of the week (e.g. "$10 every Wednesday").
#. translators: 1$: recurring amount string, 2$: day of the week (e.g. "$10 every Wednesday")
#. translators: %1$: recurring amount (e.g. "$15"), %2$: subscription period (e.g. "month") (e.g. "$15 every 2nd month")
#: includes/class-wc-subscriptions-product.php:296
#: includes/wcs-formatting-functions.php:116
#: includes/wcs-formatting-functions.php:201
msgid "%1$s every %2$s"
msgstr "%1$s በየ%2$s"

#. translators: 1$: recurring amount string, 2$: period, 3$: day of the week (e.g. "$10 every 2nd week on Wednesday").
#. translators: 1$: recurring amount string, 2$: period, 3$: day of the week (e.g. "$10 every 2nd week on Wednesday")
#: includes/class-wc-subscriptions-product.php:300
#: includes/wcs-formatting-functions.php:125
msgid "%1$s every %2$s on %3$s"
msgstr "%1$s በየ %2$s በ%3$s"

#. translators: $1: formatted order total for the order, $2: number of items bought
#: templates/myaccount/related-orders.php:56
msgid "%1$s for %2$d item"
msgid_plural "%1$s for %2$d items"
msgstr[0] "%1$s ለ%2$d ንጥል ነገር"
msgstr[1] ""

#. translators: 1$: subscription string (e.g. "$10 up front then $5 on March 23rd every 3rd year"), 2$: length (e.g. "4 years").
#. translators: 1$: subscription string (e.g. "$10 up front then $5 on March 23rd every 3rd year"), 2$: length (e.g. "4 years")
#: includes/class-wc-subscriptions-product.php:383
#: includes/wcs-formatting-functions.php:209
msgid "%1$s for %2$s"
msgstr "%1$s ለ%2$s"

#. translators: 1$: trial length (e.g. "3 weeks"), 2$: subscription string (e.g. "$10 up front then $5 on March 23rd every 3rd year")
#: includes/wcs-formatting-functions.php:219
msgid "%1$s free trial then %2$s"
msgstr "%1$s ነፃ ሙከራ ከዚያ %2$s"

#. translators: %1$s refers to the price. This string is meant to prefix another string below, e.g. "$5 now, and $5 on March 15th each year"
#: includes/class-wc-subscriptions-product.php:287
msgid "%1$s now, and "
msgstr "%1$s አሁን፣ እና"

#. translators: 1$: <price> on, 2$: <date>, 3$: <month> each year (e.g. "$15 on March 15th each year").
#. translators: 1$: recurring amount, 2$: month (e.g. "March"), 3$: day of the month (e.g. "23rd") (e.g. "$15 on March 15th every 3rd year")
#: includes/class-wc-subscriptions-product.php:343
#: includes/wcs-formatting-functions.php:178
msgid "%1$s on %2$s %3$s each year"
msgstr "%1$s በ%2$s %3$s ላይ በየዓመቱ"

#. translators: 1$: recurring amount, 2$: month (e.g. "March"), 3$: day of the month (e.g. "23rd").
#. translators: 1$: recurring amount, 2$: month (e.g. "March"), 3$: day of the month (e.g. "23rd") (e.g. "$15 on March 15th every 3rd year")
#: includes/class-wc-subscriptions-product.php:351
#: includes/wcs-formatting-functions.php:187
msgid "%1$s on %2$s %3$s every %4$s year"
msgstr "%1$s በ%2$s %3$s በየ%4$s አመት"

#. translators: 1$: <price> on the, 2$: <date> day of every, 3$: <interval> month (e.g. "$10 on the 23rd day of every 2nd month").
#. translators: 1$: recurring amount, 2$: day of the month (e.g. "23rd") (e.g. "$5 every 23rd of each month")
#: includes/class-wc-subscriptions-product.php:331
#: includes/wcs-formatting-functions.php:165
msgid "%1$s on the %2$s day of every %3$s month"
msgstr "%1$s በ%2$s ቀን በየ %3$s ወር"

#. translators: 1$: recurring amount, 2$: day of the month (e.g. "23rd") (e.g. "$5 every 23rd of each month").
#. translators: 1$: recurring amount, 2$: day of the month (e.g. "23rd") (e.g. "$5 every 23rd of each month")
#: includes/class-wc-subscriptions-product.php:315
#: includes/wcs-formatting-functions.php:146
msgid "%1$s on the %2$s of each month"
msgstr "%1$s በየወሩ %2$s ላይ"

#. translators: 1$: recurring amount, 2$: interval (e.g. "3rd") (e.g. "$10 on the last day of every 3rd month").
#. translators: 1$: recurring amount, 2$: interval (e.g. "3rd") (e.g. "$10 on the last day of every 3rd month")
#: includes/class-wc-subscriptions-product.php:324
#: includes/wcs-formatting-functions.php:162
msgid "%1$s on the last day of every %2$s month"
msgstr "%1$s በየ %2$s ወር የመጨረሻ ቀን"

#. translators: 1$: is the number of subscriptions not updated, 2$: is the error message
#: includes/admin/class-wcs-admin-post-types.php:398
msgid "%1$s subscription could not be updated: %2$s"
msgid_plural "%1$s subscriptions could not be updated: %2$s"
msgstr[0] "የ%1$s ምዝገባ ሊዘመን አልቻለም፡ %2$s"
msgstr[1] ""

#. translators: 1$: new status (e.g. "Cancel"), 2$: blog name
#: includes/gateways/paypal/includes/class-wcs-paypal-reference-transaction-api-request.php:416
msgctxt "data sent to paypal"
msgid "%1$s subscription event triggered at %2$s"
msgstr "%1$s የደንበኝነት ምዝገባ ክስተት በ%2$s ተቀስቅሷል"

#. translators: 1$: subscription string (e.g. "$15 on March 15th every 3 years for 6 years"), 2$: trial length (e.g.: "with 4 months free trial").
#: includes/class-wc-subscriptions-product.php:389
msgid "%1$s with %2$s free trial"
msgstr "%1$s ከ%2$s ነጻ ሙከራ ጋር"

#. translators: $1: is opening link, $2: is subscription order number, $3: is closing link tag, $4: is user's name
#: includes/admin/class-wcs-admin-post-types.php:565
msgctxt "Subscription title on admin table. (e.g.: #211 for John Doe)"
msgid "%1$s#%2$s%3$s for %4$s"
msgstr "%1$s#%2$s%3$s ለ%4$s"

#. translators: $1: "Repaired x subs with incorrect dates...", $2: "X others were checked and no repair needed", $3: "(in X seconds)". Ordering for RTL languages.
#: includes/upgrades/class-wc-subscriptions-upgrader.php:407
msgctxt "The assembled repair message that gets sent to front end."
msgid "%1$s%2$s %3$s"
msgstr "%1$s%2$s %3$s"

#. translators: all fields are full html nodes: 1$: month input, 2$: day input, 3$: year input. Change the order if you'd like
#: includes/class-wc-subscriptions-manager.php:1833
msgid "%1$s%2$s, %3$s"
msgstr "%1$s%2$s፣ %3$s"

#. translators: all fields are full html nodes: 1$: month input, 2$: day input, 3$: year input, 4$: hour input, 5$: minute input. Change the order if you'd like
#: includes/class-wc-subscriptions-manager.php:1829
msgid "%1$s%2$s, %3$s @ %4$s : %5$s"
msgstr "%1$s%2$s፣ %3$s @ %4$s : %5$s"

#. translators: 1$: month number (e.g. "01"), 2$: month abbreviation (e.g. "Jan")
#: includes/class-wc-subscriptions-manager.php:1816
msgctxt "used in a select box"
msgid "%1$s-%2$s"
msgstr "%1$s-%2$s"

#. translators: placeholders are opening and closing link tags
#: woocommerce-subscriptions.php:329
msgid "%1$sAdd a subscription product &raquo;%2$s"
msgstr "%1$s የምዝገባ ምርት አክል »%2$s"

#. translators: placeholers are link tags: 1$-2$ new subscription page, 3$-4$: docs on woocommerce.com
#: includes/upgrades/templates/wcs-about-2-0.php:76
msgid "%1$sAdd a subscription%2$s now or %3$slearn more%4$s about the new interface."
msgstr "አሁን %1$s ምዝገባን %2$s አክል ወይም %3$s ስለ አዲሱ በይነገጽ %4$s የበለጠ ተማር።"

#. translators: placeholders are for HTML tags. They are 1$: "<h3>", 2$: "</h3>", 3$: "<p>", 4$: "<em>", 5$: "</em>", 6$: "<em>", 7$: "</em>", 8$: "</p>"
#: includes/admin/class-wc-subscriptions-admin.php:886
msgctxt "used in admin pointer script params in javascript as type pointer content"
msgid "%1$sChoose Subscription%2$s%3$sThe WooCommerce Subscriptions extension adds two new subscription product types - %4$sSimple subscription%5$s and %6$sVariable subscription%7$s.%8$s"
msgstr "%1$s ምዝገባን ምረጥ%2$s%3$s የ WooCommerce ምዝገባዎች ቅጥያ ሁለት አዲስ የደንበኝነት ምዝገባ የምርት አይነቶችን ይጨምራል - %4$sቀላል የደንበኝነት ምዝገባ%5$s እና %6$sተለዋዋጭ የደንበኝነት ምዝገባ%7$s።%8$s"

#. translators: placeholders are opening/closing tags linking to documentation on outdated templates.
#: includes/admin/class-wcs-admin-system-status.php:145
msgid "%1$sLearn how to update%2$s"
msgstr "%1$s%2$sን እንዴት ማዘመን እንደሚችሉ ይወቁ"

#. translators: placeholders are opening and closing link tags
#: woocommerce-subscriptions.php:327
msgid "%1$sLearn more about managing subscriptions &raquo;%2$s"
msgstr "%1$s ስለ ምዝገባዎች ማስተዳደር የበለጠ ይወቁ »%2$s"

#. translators: placeholders are opening and closing tags.
#: includes/privacy/class-wcs-privacy.php:195
msgid "%1$sNote:%2$s Orders which are related to subscriptions will not be included in the orders affected by these settings."
msgstr "%1$sማስታወሻ፡%2$s ከደንበኝነት ምዝገባ ጋር የተያያዙ ትዕዛዞች በእነዚህ ቅንጅቶች በተነካካቸው ትዕዛዞች ውስጥ አይካተቱም።"

#. translators: $1-$2: opening and closing <a> tags $3: order's order number $4: date of order in <time> element
#: templates/emails/email-order-details.php:24
msgctxt "Used in email notification"
msgid "%1$sOrder #%3$s%2$s (%4$s)"
msgstr "%1$sትእዛዝ #%3$s%2$s (%4$s)"

#. translators: placeholders are opening and closing strong tags.
#: includes/gateways/paypal/includes/admin/class-wcs-paypal-admin.php:148
msgid "%1$sPayPal Reference Transactions are enabled on your account%2$s. All subscription management features are now enabled. Happy selling!"
msgstr "%1$sPayPal ዋቢ ግብይቶች በእርስዎ መለያ%2$s ላይ ነቅተዋል። ሁሉም የደንበኝነት ምዝገባ አስተዳደር ባህሪያት አሁን ነቅተዋል። መልካም መሸጥ!"

#. translators: opening/closing tags - links to documentation.
#: includes/gateways/paypal/includes/admin/class-wcs-paypal-admin.php:122
msgid "%1$sPayPal Reference Transactions are not enabled on your account%2$s, some subscription management features are not enabled. Please contact PayPal and request they %3$senable PayPal Reference Transactions%4$s on your account. %5$sCheck PayPal Account%6$s  %3$sLearn more %7$s"
msgstr "%1$sPayPal ዋቢ ግብይቶች በ%2$s መለያዎ ላይ አልነቁም፣ አንዳንድ የደንበኝነት ምዝገባ አስተዳደር ባህሪያት አልነቁም። እባክህ PayPalን አግኝ እና %3$ሊቻል የሚችል የPayPal ማጣቀሻ ግብይቶች%4$s በመለያህ ላይ ጠይቅ። %5$sCheck PayPal Account%6$s %3$s የበለጠ ተማር %7$s"

#. translators: opening/closing tags - links to documentation.
#: includes/gateways/paypal/includes/admin/class-wcs-paypal-admin.php:126
msgid "%1$sPayPal Reference Transactions are not enabled on your account%2$s. If you wish to use PayPal Reference Transactions with Subscriptions, please contact PayPal and request they %3$senable PayPal Reference Transactions%4$s on your account. %5$sCheck PayPal Account%6$s  %3$sLearn more %7$s"
msgstr "የ%1$sPayPal ዋቢ ግብይቶች በ%2$s መለያዎ ላይ አልነቁም። የPayPal ማጣቀሻ ግብይቶችን ከደንበኝነት ምዝገባዎች ጋር ለመጠቀም ከፈለጉ፣ እባክዎ PayPalን ያግኙ እና በመለያዎ ላይ %3$ሊቻሉ የሚችሉ የPayPal ማጣቀሻ ግብይቶች%4$s ይጠይቁ። %5$sCheck PayPal Account%6$s %3$s የበለጠ ተማር %7$s"

#. translators: placeholders are for HTML tags. They are 1$: "<h3>", 2$: "</h3>", 3$: "<p>", 4$: "</p>"
#: includes/admin/class-wc-subscriptions-admin.php:888
msgctxt "used in admin pointer script params in javascript as price pointer content"
msgid "%1$sSet a Price%2$s%3$sSubscription prices are a little different to other product prices. For a subscription, you can set a billing period, length, sign-up fee and free trial.%4$s"
msgstr "%1$s ዋጋ አዘጋጅ%2$s%3$s የደንበኝነት ምዝገባ ዋጋዎች ከሌሎች የምርት ዋጋዎች ትንሽ ለየት ያሉ ናቸው። ለደንበኝነት ምዝገባ፣ የክፍያ ጊዜ፣ ርዝመት፣ የምዝገባ ክፍያ እና ነጻ ሙከራን ማቀናበር ይችላሉ።%4$s"

#. translators: 1-2: opening/closing <strong> tags, 3: active version of Subscriptions, 4: current version of Subscriptions, 5-6: opening/closing tags linked to ticket form, 7-8: opening/closing tags linked to documentation.
#: includes/upgrades/class-wc-subscriptions-upgrader.php:812
msgid "%1$sWarning!%2$s It appears that you have downgraded %1$sWooCommerce Subscriptions%2$s from %3$s to %4$s. Downgrading the plugin in this way may cause issues. Please update to %3$s or higher, or %5$sopen a new support ticket%6$s for further assistance. %7$sLearn more &raquo;%8$s"
msgstr "%1$sማስጠንቀቂያ!%2$s %1$sWooCommerce ምዝገባዎችን%2$sን ከ%3$s ወደ %4$s ያሳነሱት ይመስላል። ተሰኪውን በዚህ መንገድ ዝቅ ማድረግ ችግሮችን ሊያስከትል ይችላል። እባክዎ ወደ %3$s ወይም ከዚያ በላይ ያዘምኑ ወይም ለተጨማሪ እርዳታ %5$s አዲስ የድጋፍ ትኬት%6$s ይክፈቱ። %7$s የበለጠ ተማር »%8$s"

#. translators: 1-2: opening/closing <b> tags, 3: Subscriptions version.
#: woocommerce-subscriptions.php:855
msgid "%1$sWarning!%2$s We can see the %1$sWooCommerce Subscriptions Early Renewal%2$s plugin is active. Version %3$s of %1$sWooCommerce Subscriptions%2$s comes with that plugin's functionality packaged into the core plugin. Please deactivate WooCommerce Subscriptions Early Renewal to avoid any conflicts."
msgstr "%1$sማስጠንቀቂያ!%2$s የ%1$sWooCommerce ምዝገባዎች ቀደም እድሳት%2$s ተሰኪ ገባሪ መሆኑን ማየት እንችላለን። የ%3$s የ%1$sWooCommerce ምዝገባዎች%2$s የዚያ ተሰኪ ተግባር ወደ ዋናው ተሰኪ ከታሸገ ነው። እባኮትን ግጭቶችን ለማስወገድ የWooCommerce ምዝገባዎችን ቀደም ብሎ መታደስን ያሰናክሉ።"

#. translators: 1-2: opening/closing <strong> tags, 3-4: opening/closing tags linked to ticket form.
#: includes/upgrades/class-wc-subscriptions-upgrader.php:885
msgid "%1$sWarning!%2$s We discovered an issue in %1$sWooCommerce Subscriptions 2.3.0 - 2.3.2%2$s that may cause your subscription renewal order and customer subscription caches to contain invalid data. For information about how to update the cached data, please %3$sopen a new support ticket%4$s."
msgstr "%1$sማስጠንቀቂያ!%2$s በ%1$sWooCommerce ደንበኝነት ምዝገባዎች 2.3.0 - 2.3.2%2$s ውስጥ የእርስዎን የደንበኝነት ምዝገባ እድሳት ትእዛዝ እና የደንበኛ ምዝገባ መሸጎጫዎች ልክ ያልሆነ ውሂብ እንዲይዙ የሚያደርግ ችግር አግኝተናል። የተሸጎጠ ውሂብን እንዴት ማዘመን እንደሚቻል መረጃ ለማግኘት፣ እባክዎ %3$ አዲስ የድጋፍ ትኬት%4$s ይክፈቱ።"

#. translators: $1-$2: opening and closing <strong> tags, $3-$4: opening and closing <em> tags
#: includes/admin/class-wc-subscriptions-admin.php:1395
msgid "%1$sWooCommerce Subscriptions Installed%2$s &#8211; %3$sYou're ready to start selling subscriptions!%4$s"
msgstr "%1$sWooCommerce ምዝገባዎች ተጭነዋል%2$s – %3$s የደንበኝነት ምዝገባዎችን መሸጥ ለመጀመር ዝግጁ ነዎት!%4$s"

#. translators: 1$-2$: opening and closing <strong> tags, 3$-4$: link tags, takes to woocommerce plugin on wp.org, 5$-6$: opening and closing link tags, leads to plugins.php in admin
#: woocommerce-subscriptions.php:724
msgid "%1$sWooCommerce Subscriptions is inactive.%2$s The %3$sWooCommerce plugin%4$s must be active for WooCommerce Subscriptions to work. Please %5$sinstall & activate WooCommerce &raquo;%6$s"
msgstr "%1$sWooCommerce የደንበኝነት ምዝገባዎች ንቁ አይደሉም።%2$s የ%3$sWooCommerce ተሰኪ%4$s WooCommerce ደንበኝነት ምዝገባዎች እንዲሰሩ ንቁ መሆን አለበት። እባክዎ %5$sጫን እና WooCommerce »%6$sን ያግብሩ"

#. translators: 1$-2$: opening and closing <strong> tags, 3$: minimum supported WooCommerce version, 4$-5$: opening and closing link tags, leads to plugin admin
#: woocommerce-subscriptions.php:727
msgid "%1$sWooCommerce Subscriptions is inactive.%2$s This version of Subscriptions requires WooCommerce %3$s or newer. Please %4$supdate WooCommerce to version %3$s or newer &raquo;%5$s"
msgstr "%1$sWooCommerce የደንበኝነት ምዝገባዎች የቦዘኑ ናቸው።%2$s ይህ የደንበኝነት ምዝገባዎች ስሪት WooCommerce %3$s ወይም ከዚያ በላይ ያስፈልገዋል። እባክህ WooCommerceን ወደ %3$s ስሪት ወይም አዲስ »%5$s %4$ አዘምን"

#. translators: 2: link opening tag, 1: subscription count and closing tag.
#: includes/admin/reports/class-wcs-report-subscription-events-by-date.php:678
msgid "%2$s %1$s current subscriptions"
msgstr "%2$s %1$s ወቅታዊ የደንበኝነት ምዝገባዎች"

#. translators: 2: link opening tag, 1: subscription count and closing tag.
#: includes/admin/reports/class-wcs-report-subscription-events-by-date.php:653
msgid "%2$s %1$s ended subscriptions"
msgstr "%2$s %1$s ያለቁ የደንበኝነት ምዝገባዎች"

#. translators: 2: link opening tag, 1: subscription count and closing tag.
#: includes/admin/reports/class-wcs-report-subscription-events-by-date.php:521
msgid "%2$s %1$s new subscriptions"
msgstr "%2$s %1$s አዲስ የደንበኝነት ምዝገባዎች"

#. translators: 2: link opening tag, 1: subscription count and closing tag.
#: includes/admin/reports/class-wcs-report-subscription-events-by-date.php:631
msgid "%2$s %1$s subscription cancellations"
msgstr "%2$s %1$s የደንበኝነት ምዝገባ ስረዛ"

#. translators: 2: link opening tag, 1: subscription count and closing tag.
#: includes/admin/reports/class-wcs-report-subscription-events-by-date.php:587
msgid "%2$s %1$s subscription renewals"
msgstr "%2$s %1$s የደንበኝነት ምዝገባ እድሳት"

#. translators: 2: link opening tag, 1: subscription count and closing tag.
#: includes/admin/reports/class-wcs-report-subscription-events-by-date.php:565
msgid "%2$s %1$s subscription resubscribes"
msgstr "%2$s %1$s የደንበኝነት ምዝገባ ዳግም ተመዝግቧል"

#. translators: 2: link opening tag, 1: subscription count and closing tag.
#: includes/admin/reports/class-wcs-report-subscription-events-by-date.php:543
msgid "%2$s %1$s subscription signups"
msgstr "%2$s %1$s የደንበኝነት ምዝገባዎች"

#. translators: 2: link opening tag, 1: subscription count and closing tag.
#: includes/admin/reports/class-wcs-report-subscription-events-by-date.php:609
msgid "%2$s %1$s subscription switches"
msgstr "%2$s %1$s የደንበኝነት ምዝገባ መቀየሪያዎች"

#. translators: 1$: count, 2$ and 3$ are opening and closing strong tags, respectively.
#: includes/admin/reports/class-wcs-report-dashboard.php:244
msgid "%2$s%1$s cancellation%3$s subscription cancellations this month"
msgid_plural "%2$s%1$s cancellations%3$s subscription cancellations this month"
msgstr[0] "በዚህ ወር %2$s%1$s የ%3$s የደንበኝነት ምዝገባ ስረዛ"
msgstr[1] ""

#. translators: 1$: count, 2$ and 3$ are opening and closing strong tags, respectively.
#: includes/admin/reports/class-wcs-report-dashboard.php:228
msgid "%2$s%1$s renewal%3$s subscription renewals this month"
msgid_plural "%2$s%1$s renewals%3$s subscription renewals this month"
msgstr[0] "%2$s%1$s እድሳት%3$s የደንበኝነት ምዝገባ እድሳት በዚህ ወር"
msgstr[1] ""

#. translators: 1$: count, 2$ and 3$ are opening and closing strong tags, respectively.
#: includes/admin/reports/class-wcs-report-dashboard.php:212
msgid "%2$s%1$s signup%3$s subscription signups this month"
msgid_plural "%2$s%1$s signups%3$s subscription signups this month"
msgstr[0] "የ%2$s%1$s ምዝገባ%3$s የደንበኝነት ምዝገባ ምዝገባዎች በዚህ ወር"
msgstr[1] ""

#. translators: placeholders are strftime() strings.
#. translators: Order date parsed by strftime
#: includes/wcs-order-functions.php:344
#: wcs-functions.php:161
msgctxt "Used in subscription post title. \"Subscription renewal order - <this>\""
msgid "%b %d, %Y @ %I:%M %p"
msgstr "%b %d፣ %Y @ %I:%M %p"

#. translators: %d: retry count.
#: includes/payment-retry/class-wcs-retry-admin.php:116
msgid "%d Cancelled Payment Retry"
msgid_plural "%d Cancelled Payment Retries"
msgstr[0] "%d የተሰረዘ ክፍያ እንደገና ይሞክሩ"
msgstr[1] ""

#. translators: %d: retry count.
#: includes/payment-retry/class-wcs-retry-admin.php:108
msgid "%d Failed Payment Retry"
msgid_plural "%d Failed Payment Retries"
msgstr[0] "%d ያልተሳካ ክፍያ እንደገና ይሞክሩ"
msgstr[1] ""

#. translators: %d: retry count.
#: includes/payment-retry/class-wcs-retry-admin.php:100
msgid "%d Pending Payment Retry"
msgid_plural "%d Pending Payment Retries"
msgstr[0] "%d በመጠባበቅ ላይ ያለ ክፍያ እንደገና ይሞክሩ"
msgstr[1] ""

#. translators: %d: retry count.
#: includes/payment-retry/class-wcs-retry-admin.php:104
msgid "%d Processing Payment Retry"
msgid_plural "%d Processing Payment Retries"
msgstr[0] "%d በሂደት ላይ ያለ ክፍያ እንደገና ይሞክሩ"
msgstr[1] ""

#. translators: %d: retry count.
#: includes/payment-retry/class-wcs-retry-admin.php:112
msgid "%d Successful Payment Retry"
msgid_plural "%d Successful Payment Retries"
msgstr[0] "%d የተሳካ ክፍያ እንደገና ይሞክሩ"
msgstr[1] ""

#. translators: %d refers to the number of times we have detected cache update failures
#: includes/admin/reports/class-wcs-report-cache-manager.php:324
msgid "%d failures"
msgid_plural "%d failure"
msgstr[0] "%d ውድቀቶች"
msgstr[1] ""

#. translators: %d: item count.
#: includes/admin/class-wcs-admin-post-types.php:590
msgid "%d item"
msgid_plural "%d items"
msgstr[0] "%d ንጥል ነገር"
msgstr[1] ""

#. translators: placeholder is a localized date and time (e.g. "February 1, 2018 10:20 PM")
#: includes/wcs-formatting-functions.php:251
msgctxt "wcs_get_human_time_diff"
msgid "%s"
msgstr "%s"

#. translators: placeholder is blogname
#: includes/gateways/paypal/includes/class-wcs-paypal-reference-transaction-api-request.php:306
msgid "%s - Order"
msgstr "%s - ማዘዝ"

#. translators: placeholder is human time diff (e.g. "3 weeks")
#: includes/class-wc-subscription.php:1195
#: includes/wcs-formatting-functions.php:246
msgid "%s ago"
msgstr "ከ%s በፊት"

#. translators: %s: formatted amount.
#: includes/admin/reports/class-wcs-report-upcoming-recurring-revenue.php:103
msgid "%s average renewal amount"
msgstr "%s አማካኝ እድሳት መጠን"

#. translators: placeholder is a number of days.
#: includes/wcs-time-functions.php:58
msgid "%s day"
msgid_plural "a %s-day"
msgstr[0] "%s ቀን"
msgstr[1] ""

#. translators: placeholder is a number of day with language specific suffix applied (e.g. "1st", "3rd", "5th", etc...)
#: includes/class-wc-subscriptions-synchroniser.php:781
msgid "%s day of the month"
msgstr "የወሩ %s ቀን"

#. translators: placeholder is a day of the week
#: includes/class-wc-subscriptions-synchroniser.php:775
msgid "%s each week"
msgstr "%s በየሳምንቱ"

#. translators: placeholder is a number of months.
#: includes/wcs-time-functions.php:62
msgid "%s month"
msgid_plural "a %s-month"
msgstr[0] "%s ወር"
msgstr[1] ""

#. translators: %s: subscription net gain (with percentage).
#: includes/admin/reports/class-wcs-report-subscription-events-by-date.php:710
msgid "%s net subscription gain"
msgstr "%s የተጣራ የደንበኝነት ምዝገባ ትርፍ"

#. translators: %s: subscription net loss (with percentage).
#: includes/admin/reports/class-wcs-report-subscription-events-by-date.php:713
msgid "%s net subscription loss"
msgstr "%s የተጣራ የደንበኝነት ምዝገባ መጥፋት"

#. translators: placeholder is recurring amount.
#. translators: placeholder is recurring amount
#: includes/class-wc-subscriptions-product.php:311
#: includes/wcs-formatting-functions.php:143
msgid "%s on the last day of each month"
msgstr "%s በእያንዳንዱ ወር የመጨረሻ ቀን"

#. translators: %s: formatted amount.
#: includes/admin/reports/class-wcs-report-upcoming-recurring-revenue.php:89
msgid "%s renewal income in this period"
msgstr "በዚህ ጊዜ ውስጥ %s የእድሳት ገቢ"

#. translators: %s: renewal count.
#: includes/admin/reports/class-wcs-report-subscription-payment-retry.php:121
#: includes/admin/reports/class-wcs-report-upcoming-recurring-revenue.php:96
msgid "%s renewal orders"
msgstr "%s እድሳት ትዕዛዞች"

#. translators: %s: formatted total amount.
#: includes/admin/reports/class-wcs-report-subscription-events-by-date.php:496
msgid "%s renewal revenue in this period"
msgstr "በዚህ ጊዜ ውስጥ %s የእድሳት ገቢ"

#. translators: %s: formatted amount.
#: includes/admin/reports/class-wcs-report-subscription-payment-retry.php:113
msgid "%s renewal revenue recovered"
msgstr "የ%s እድሳት ገቢ ተገኝቷል"

#. translators: %s: formatted amount.
#: includes/admin/reports/class-wcs-report-dashboard.php:236
msgid "%s renewal revenue this month"
msgstr "በዚህ ወር የ%s እድሳት ገቢ"

#. translators: %s: formatted total amount.
#: includes/admin/reports/class-wcs-report-subscription-events-by-date.php:504
msgid "%s resubscribe revenue in this period"
msgstr "በዚህ ጊዜ ውስጥ %s ገቢን እንደገና ይመዝገቡ"

#. translators: %s: retry count.
#: includes/admin/reports/class-wcs-report-subscription-payment-retry.php:136
msgid "%s retry attempts failed"
msgstr "%s እንደገና መሞከር አልተሳካም።"

#. translators: %s: retry count.
#: includes/admin/reports/class-wcs-report-subscription-payment-retry.php:144
msgid "%s retry attempts pending"
msgstr "%s እንደገና ይሞክሩ በመጠባበቅ ላይ"

#. translators: %s: retry count.
#: includes/admin/reports/class-wcs-report-subscription-payment-retry.php:128
msgid "%s retry attempts succeeded"
msgstr "%s እንደገና የመሞከር ሙከራዎች ተሳክተዋል።"

#. translators: %s: formatted total amount.
#: includes/admin/reports/class-wcs-report-subscription-events-by-date.php:488
msgid "%s signup revenue in this period"
msgstr "በዚህ ጊዜ ውስጥ %s የምዝገባ ገቢ"

#. translators: %s: formatted amount.
#: includes/admin/reports/class-wcs-report-dashboard.php:220
msgid "%s signup revenue this month"
msgstr "በዚህ ወር የ%s ምዝገባ ገቢ"

#. translators: placeholder is the number of subscriptions updated
#: includes/admin/class-wcs-admin-post-types.php:391
msgid "%s subscription status changed."
msgid_plural "%s subscription statuses changed."
msgstr[0] "%s የደንበኝነት ምዝገባ ሁኔታ ተቀይሯል።"
msgstr[1] ""

#. translators: %s: formatted total amount.
#: includes/admin/reports/class-wcs-report-subscription-events-by-date.php:512
msgid "%s switch revenue in this period"
msgstr "በዚህ ጊዜ ውስጥ %s ገቢ ይቀየራል።"

#. translators: placeholder is a number of weeks.
#: includes/wcs-time-functions.php:60
msgid "%s week"
msgid_plural "a %s-week"
msgstr[0] "%s ሳምንት"
msgstr[1] ""

#. translators: placeholder is a number of years.
#: includes/wcs-time-functions.php:64
msgid "%s year"
msgid_plural "a %s-year"
msgstr[0] "%s ዓመት"
msgstr[1] ""

#. translators: placeholders are for opening and closing link (<a>) tags
#. translators: placeholders are opening and closing anchor tags linking to documentation
#: includes/upgrades/templates/wcs-about-2-0.php:115
#: includes/upgrades/templates/wcs-about-2-0.php:128
#: includes/upgrades/templates/wcs-about-2-0.php:141
#: includes/upgrades/templates/wcs-about.php:120
#: includes/upgrades/templates/wcs-about.php:131
#: includes/upgrades/templates/wcs-about.php:142
#: includes/upgrades/templates/wcs-about.php:170
#: includes/upgrades/templates/wcs-about.php:191
msgid "%sLearn more &raquo;%s"
msgstr "%s የበለጠ ተማር »%s"

#. translators: placeholder is a number, numbers ending in 2
#: woocommerce-subscriptions.php:681
msgid "%snd"
msgstr "%snd"

#. translators: placeholder is a number, numbers ending in 3
#: woocommerce-subscriptions.php:685
msgid "%srd"
msgstr "%srd"

#. translators: placeholder is a number, numbers ending in 1
#: woocommerce-subscriptions.php:677
msgid "%sst"
msgstr "%sst"

#. translators: placeholder is a number, this is for the teens
#. translators: placeholder is a number, numbers ending in 4-9, 0
#: woocommerce-subscriptions.php:672
#: woocommerce-subscriptions.php:689
msgid "%sth"
msgstr "%sth"

#. translators: placeholder is "{execution_time}", which will be replaced on front end with actual time
#: includes/upgrades/class-wc-subscriptions-upgrader.php:404
msgctxt "Repair message that gets sent to front end."
msgid "(in %s seconds)"
msgstr "(በ%s ሰከንዶች ውስጥ)"

#. translators: placeholder is price string, denotes tax included in cart/order total
#: includes/wcs-cart-functions.php:320
msgctxt "includes tax"
msgid "(includes %s)"
msgstr "(%sን ይጨምራል)"

#: templates/emails/cancelled-subscription.php:41
#: templates/emails/expired-subscription.php:41
#: templates/emails/on-hold-subscription.php:41
msgid "-"
msgstr "-"

#: includes/class-wc-subscription.php:1210
msgctxt "original denotes there is no date to display"
msgid "-"
msgstr "-"

#: includes/wcs-time-functions.php:93
msgctxt "Subscription lengths. e.g. \"For 1 day...\""
msgid "1 day"
msgstr "1 ቀን"

#: includes/wcs-time-functions.php:101
msgctxt "Subscription lengths. e.g. \"For 1 month...\""
msgid "1 month"
msgstr "1 ወር"

#: includes/wcs-time-functions.php:97
msgctxt "Subscription lengths. e.g. \"For 1 week...\""
msgid "1 week"
msgstr "1 ሳምንት"

#: includes/wcs-time-functions.php:105
msgctxt "Subscription lengths. e.g. \"For 1 year...\""
msgid "1 year"
msgstr "1 ዓመት"

#: includes/upgrades/class-wcs-upgrade-notice-manager.php:80
msgctxt "plugin version number used in admin notice"
msgid "3.0"
msgstr "3.0"

#. translators: $1 and $2 are opening link tags, $3 is a closing link tag.
#: includes/gateways/paypal/includes/templates/html-ipn-failure-notice.php:18
msgid "A fatal error has occurred while processing a recent subscription payment with PayPal. Please %1$sopen a new ticket at WooCommerce Support%3$s immediately to get this resolved. %2$sLearn more &raquo;%3$s"
msgstr "የቅርብ ጊዜ የደንበኝነት ምዝገባ ክፍያን በPayPal በማስኬድ ላይ እያለ ገዳይ ስህተት አጋጥሟል። እባክህ %1$ይህን ለመፍታት አዲስ ትኬት በWooCommerce Support%3$s ወዲያውኑ ክፈት። %2$s የበለጠ ተማር »%3$s"

#: includes/admin/class-wc-subscriptions-admin.php:1212
msgid "A product displays a button with the text \"Add to cart\". By default, a subscription changes this to \"Sign up now\". You can customise the button text for subscriptions here."
msgstr "አንድ ምርት &quot;ወደ ጋሪ አክል&quot; የሚል ጽሑፍ ያለው አዝራር ያሳያል. በነባሪ፣ የደንበኝነት ምዝገባ ይህንን ወደ &quot;አሁን ይመዝገቡ&quot; ይለውጠዋል። እዚህ ለደንበኝነት ምዝገባዎች የአዝራሩን ጽሑፍ ማበጀት ይችላሉ።"

#. translators: $1: customer's billing first name and last name
#: templates/emails/cancelled-subscription.php:16
#: templates/emails/plain/cancelled-subscription.php:16
msgid "A subscription belonging to %1$s has been cancelled. Their subscription's details are as follows:"
msgstr "የ%1$s ደንበኝነት ምዝገባ ተሰርዟል። የደንበኝነት ምዝገባቸው ዝርዝር እንደሚከተለው ነው።"

#. translators: $1: customer's billing first name and last name
#: templates/emails/on-hold-subscription.php:16
#: templates/emails/plain/on-hold-subscription.php:16
msgid "A subscription belonging to %1$s has been suspended by the user. Their subscription's details are as follows:"
msgstr "የ%1$s ደንበኝነት ምዝገባ በተጠቃሚው ታግዷል። የደንበኝነት ምዝገባቸው ዝርዝር እንደሚከተለው ነው።"

#. translators: $1: customer's billing first name and last name
#: templates/emails/expired-subscription.php:16
#: templates/emails/plain/expired-subscription.php:16
msgid "A subscription belonging to %1$s has expired. Their subscription's details are as follows:"
msgstr "የ%1$s ደንበኝነት ምዝገባ ጊዜው አልፎበታል። የደንበኝነት ምዝገባቸው ዝርዝር እንደሚከተለው ነው።"

#: includes/class-wc-subscriptions-cart-validator.php:62
#: woocommerce-subscriptions.php:526
msgid "A subscription has been removed from your cart. Due to payment gateway restrictions, different subscription products can not be purchased at the same time."
msgstr "የደንበኝነት ምዝገባ ከእርስዎ ጋሪ ተወግዷል። በክፍያ መግቢያ በር ገደቦች ምክንያት የተለያዩ የደንበኝነት ምዝገባ ምርቶች በአንድ ጊዜ ሊገዙ አይችሉም።"

#: includes/class-wc-subscriptions-cart-validator.php:68
#: woocommerce-subscriptions.php:532
msgid "A subscription has been removed from your cart. Products and subscriptions can not be purchased at the same time."
msgstr "የደንበኝነት ምዝገባ ከእርስዎ ጋሪ ተወግዷል። ምርቶች እና የደንበኝነት ምዝገባዎች በተመሳሳይ ጊዜ ሊገዙ አይችሉም።"

#: includes/class-wc-subscriptions-cart-validator.php:56
#: woocommerce-subscriptions.php:520
msgid "A subscription renewal has been removed from your cart. Multiple subscriptions can not be purchased at the same time."
msgstr "የደንበኝነት ምዝገባ እድሳት ከእርስዎ ጋሪ ተወግዷል። በርካታ የደንበኝነት ምዝገባዎች በተመሳሳይ ጊዜ ሊገዙ አይችሉም።"

#: includes/upgrades/class-wc-subscriptions-upgrader.php:630
msgid "About WooCommerce Subscriptions"
msgstr "ስለ WooCommerce ምዝገባዎች"

#: includes/early-renewal/class-wcs-early-renewal-manager.php:54
msgid "Accept Early Renewal Payments"
msgstr "የቅድመ እድሳት ክፍያዎችን ተቀበል"

#: includes/early-renewal/class-wcs-early-renewal-manager.php:63
msgid "Accept Early Renewal Payments via a Modal"
msgstr "የቅድመ እድሳት ክፍያዎችን በሞዳል በኩል ይቀበሉ"

#: includes/admin/class-wc-subscriptions-admin.php:1285
msgid "Accept Manual Renewals"
msgstr "በእጅ እድሳትን ተቀበል"

#: templates/myaccount/subscription-details.php:81
msgid "Actions"
msgstr "ድርጊቶች"

#: includes/admin/class-wcs-admin-post-types.php:258
msgctxt "an action on a subscription"
msgid "Activate"
msgstr "አግብር"

#: includes/class-wc-subscriptions-manager.php:1048
#: wcs-functions.php:233
msgctxt "Subscription status"
msgid "Active"
msgstr "ንቁ"

#. translators: placeholder is a post count.
#: woocommerce-subscriptions.php:344
msgctxt "post status label including post count"
msgid "Active <span class=\"count\">(%s)</span>"
msgid_plural "Active <span class=\"count\">(%s)</span>"
msgstr[0] "ገቢር <span class=\"count\">(%s)</span>"
msgstr[1] ""

#: includes/admin/class-wcs-admin-system-status.php:265
msgctxt "label for the system status page"
msgid "Active Product Key"
msgstr "ንቁ የምርት ቁልፍ"

#: includes/admin/reports/class-wcs-report-subscription-by-customer.php:45
msgid "Active Subscriptions"
msgstr "ንቁ የደንበኝነት ምዝገባዎች"

#. translators: %s: help tip.
#: includes/admin/reports/class-wcs-report-subscription-by-customer.php:99
msgid "Active Subscriptions %s"
msgstr "ንቁ የደንበኝነት ምዝገባዎች %s"

#. translators: %d refers to the number of payments the coupon can be used for.
#: includes/class-wc-subscriptions-coupon.php:1082
msgid "Active for %d payment"
msgid_plural "Active for %d payments"
msgstr[0] "ለ%d ክፍያ ገቢር ነው።"
msgstr[1] ""

#: includes/class-wc-subscriptions-coupon.php:1086
msgid "Active for unlimited payments"
msgstr "ላልተወሰነ ክፍያዎች ንቁ"

#: includes/class-wc-subscriptions-coupon.php:948
msgid "Active for x payments"
msgstr "ለ x ክፍያዎች ንቁ"

#: includes/admin/class-wc-subscriptions-admin.php:943
msgid "Active subscriber?"
msgstr "ንቁ የደንበኝነት ተመዝጋቢ?"

#: includes/payment-retry/class-wcs-retry-post-store.php:38
msgid "Add"
msgstr "አክል"

#: includes/admin/class-wcs-wc-admin-manager.php:46
msgid "Add New"
msgstr "አዲስ አስገባ"

#: includes/payment-retry/class-wcs-retry-post-store.php:39
msgid "Add New Retry"
msgstr "አዲስ ሙከራ ያክሉ"

#: woocommerce-subscriptions.php:266
msgctxt "custom post type setting"
msgid "Add New Subscription"
msgstr "አዲስ የደንበኝነት ምዝገባን ያክሉ"

#: woocommerce-subscriptions.php:265
msgctxt "custom post type setting"
msgid "Add Subscription"
msgstr "የደንበኝነት ምዝገባን ያክሉ"

#: includes/admin/class-wc-subscriptions-admin.php:1413
msgid "Add a Subscription Product"
msgstr "የምዝገባ ምርት ያክሉ"

#: includes/class-wc-subscriptions-change-payment-gateway.php:279
msgctxt "label on button, imperative"
msgid "Add payment"
msgstr "ክፍያ ጨምር"

#: templates/checkout/form-change-payment-method.php:49
msgctxt "text on button on checkout page"
msgid "Add payment method"
msgstr "የመክፈያ ዘዴ ያክሉ"

#: includes/class-wc-subscriptions-change-payment-gateway.php:707
#: includes/class-wc-subscriptions-change-payment-gateway.php:748
msgctxt "the page title of the add payment method form"
msgid "Add payment method"
msgstr "የመክፈያ ዘዴ ያክሉ"

#: includes/admin/class-wc-subscriptions-admin.php:1211
msgid "Add to Cart Button Text"
msgstr "ወደ የካርት ቁልፍ ጽሑፍ ያክሉ"

#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:148
#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:150
#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:240
#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:242
msgid "Address"
msgstr "አድራሻ"

#: templates/admin/html-failed-scheduled-action-notice.php:31
msgid "Affected event:"
msgid_plural "Affected events:"
msgstr[0] "የተጎዳ ክስተት፡-"
msgstr[1] ""

#: includes/class-wc-subscriptions-synchroniser.php:219
msgid "Align Subscription Renewal Day"
msgstr "የደንበኝነት ምዝገባ እድሳት ቀን አሰልፍ"

#. translators: placeholders are opening and closing link tags
#: includes/class-wc-subscriptions-synchroniser.php:213
msgctxt "used in the general subscription options page"
msgid "Align subscription renewal to a specific day of the week, month or year. For example, the first day of the month. %1$sLearn more%2$s."
msgstr "የደንበኝነት ምዝገባ እድሳትን ከተወሰነ የሳምንቱ፣ ወር ወይም አመት ቀን ጋር አሰልፍ። ለምሳሌ, የወሩ የመጀመሪያ ቀን. %1$s የበለጠ ተማር%2$s።"

#: includes/class-wc-subscriptions-synchroniser.php:49
msgid "Align the payment date for all customers who purchase this subscription to a specific day of the week or month."
msgstr "ይህንን የደንበኝነት ምዝገባ ለሚገዙ ደንበኞች ሁሉ የመክፈያ ቀንን ከተወሰነ የሳምንቱ ወይም ወር ቀን ጋር ያስተካክሉ።"

#. translators: placeholder is a year (e.g. "2016")
#: includes/class-wc-subscriptions-synchroniser.php:51
msgctxt "used in subscription product edit screen"
msgid "Align the payment date for this subscription to a specific day of the year. If the date has already taken place this year, the first payment will be processed in %s. Set the day to 0 to disable payment syncing for this product."
msgstr "ለዚህ የደንበኝነት ምዝገባ የሚከፈልበትን ቀን ከዓመቱ የተወሰነ ቀን ጋር ያስተካክሉ። ቀኑ በዚህ አመት የተፈፀመ ከሆነ፣ የመጀመሪያው ክፍያ በ%s ውስጥ ይከናወናል። ለዚህ ምርት የክፍያ ማመሳሰልን ለማሰናከል ቀኑን ወደ 0 ያቀናብሩ።"

#: includes/class-wcs-cart-renewal.php:643
msgid "All linked subscription items have been removed from the cart."
msgstr "ሁሉም የተገናኙ የደንበኝነት ምዝገባ ንጥሎች ከጋሪው ተወግደዋል።"

#: includes/class-wcs-cart-renewal.php:672
msgctxt "Used in WooCommerce by removed item notification: \"_All linked subscription items were_ removed. Undo?\" Filter for item title."
msgid "All linked subscription items were"
msgstr "ሁሉም የተገናኙ የደንበኝነት ምዝገባ ንጥሎች ነበሩ።"

#: includes/class-wc-subscriptions-order.php:696
msgid "All orders types"
msgstr "ሁሉም የትዕዛዝ ዓይነቶች"

#: includes/admin/class-wc-subscriptions-admin.php:1340
msgid "Allow $0 initial checkout without a payment method."
msgstr "ያለ የመክፈያ ዘዴ የ$0 የመጀመሪያ ፍተሻ ፍቀድ።"

#: includes/class-wc-subscriptions-switcher.php:479
msgid "Allow Switching"
msgstr "መቀያየርን ፍቀድ"

#: includes/admin/class-wc-subscriptions-admin.php:1335
msgid "Allow a subscription product to be purchased with other products and subscriptions in the same transaction."
msgstr "የደንበኝነት ምዝገባ ምርት ከሌሎች ምርቶች እና የደንበኝነት ምዝገባዎች ጋር በተመሳሳይ ግብይት እንዲገዛ ይፍቀዱ።"

#: includes/admin/class-wc-subscriptions-admin.php:1344
msgid "Allow a subscription product with a $0 initial payment to be purchased without providing a payment method. The customer will be required to provide a payment method at the end of the initial period to keep the subscription active."
msgstr "የመክፈያ ዘዴን ሳያቀርቡ የደንበኝነት ምዝገባ ምርት ከ$0 የመጀመሪያ ክፍያ ጋር እንዲገዛ ይፍቀዱ። የደንበኝነት ምዝገባውን ገቢር ለማድረግ ደንበኛው በመጀመሪያው ክፍለ ጊዜ መጨረሻ ላይ የመክፈያ ዘዴ እንዲያቀርብ ይጠየቃል።"

#. translators: 1-2: opening/closing <strong> tags , 2-3: opening/closing tags for a link to docs on early renewal.
#: includes/early-renewal/class-wcs-early-renewal-manager.php:66
msgid "Allow customers to bypass the checkout and renew their subscription early from their %1$sMy Account > View Subscription%2$s page. %3$sLearn more.%4$s"
msgstr "ደንበኞች ፍተሻውን እንዲያልፉ እና ከ%1$sMy መለያ &gt; የደንበኝነት ምዝገባን%2$s ገጻቸውን አስቀድመው እንዲያድሱ ይፍቀዱላቸው። %3$s የበለጠ ተማር።%4$s"

#: includes/class-wcs-my-account-auto-renew-toggle.php:155
msgid "Allow customers to turn on and off automatic renewals from their View Subscription page."
msgstr "ደንበኞች ከእይታ የደንበኝነት ምዝገባ ገጻቸው ላይ አውቶማቲክ እድሳትን እንዲያበሩ እና እንዲያጠፉ ይፍቀዱላቸው።"

#: includes/admin/class-wc-subscriptions-admin.php:1331
msgid "Allow multiple subscriptions and products to be purchased simultaneously."
msgstr "ብዙ የደንበኝነት ምዝገባዎች እና ምርቶች በአንድ ጊዜ እንዲገዙ ፍቀድ።"

#. translators: placeholders are opening and closing link tags
#: includes/class-wc-subscriptions-switcher.php:379
msgid "Allow subscribers to switch (upgrade or downgrade) between different subscriptions. %1$sLearn more%2$s."
msgstr "ተመዝጋቢዎች በተለያዩ የደንበኝነት ምዝገባዎች መካከል እንዲቀይሩ (ያሻሽሉ ወይም እንዲቀንሱ) ይፍቀዱ። %1$s የበለጠ ተማር%2$s።"

#: includes/class-wc-subscriptions-switcher.php:417
msgctxt "when to prorate signup fee when switching"
msgid "Always"
msgstr "ሁሌም"

#: templates/admin/html-failed-scheduled-action-notice.php:21
msgid "An error has occurred while processing a recent subscription related event. For steps on how to fix the affected subscription and to learn more about the possible causes of this error, please read our guide %1$shere%2$s."
msgid_plural "An error has occurred while processing recent subscription related events. For steps on how to fix the affected subscriptions and to learn more about the possible causes of this error, please read our guide %1$shere%2$s."
msgstr[0] "በቅርብ ጊዜ ከደንበኝነት ምዝገባ ጋር የተያያዘ ክስተትን በማስኬድ ላይ ስህተት አጋጥሟል። የተጎዳውን የደንበኝነት ምዝገባ እንዴት ማስተካከል እንደሚቻል እና የዚህ ስህተት መንስኤዎች የበለጠ ለማወቅ እባክዎ የእኛን መመሪያ %1$shere%2$s ያንብቡ።"
msgstr[1] ""

#: includes/gateways/paypal/class-wcs-paypal.php:282
msgid "An error occurred, please try again or try an alternate form of payment."
msgstr "ስህተት ተከስቷል፣ እባክዎ እንደገና ይሞክሩ ወይም አማራጭ የክፍያ ዘዴ ይሞክሩ።"

#. translators: placeholder is trial period validation message if passed an invalid value (e.g. "Trial period can not exceed 4 weeks")
#: templates/admin/deprecated/html-variation-price.php:118
#: templates/admin/html-variation-price.php:27
msgctxt "Trial period dropdown's description in pricing fields"
msgid "An optional period of time to wait before charging the first recurring payment. Any sign up fee will still be charged at the outset of the subscription. %s"
msgstr "የመጀመሪያውን ተደጋጋሚ ክፍያ ከመክፈሉ በፊት የሚጠበቅበት አማራጭ ጊዜ። ማንኛውም የመመዝገቢያ ክፍያ አሁንም በደንበኝነት ምዝገባው መጀመሪያ ላይ ይከፈላል. %s"

#. translators: placeholder is trial period validation message if passed an invalid value (e.g. "Trial period can not exceed 4 weeks")
#: includes/admin/class-wc-subscriptions-admin.php:287
msgctxt "Trial period field tooltip on Edit Product administration screen"
msgid "An optional period of time to wait before charging the first recurring payment. Any sign up fee will still be charged at the outset of the subscription. %s"
msgstr "የመጀመሪያውን ተደጋጋሚ ክፍያ ከመክፈሉ በፊት የሚጠበቅበት አማራጭ ጊዜ። ማንኛውም የመመዝገቢያ ክፍያ አሁንም በደንበኝነት ምዝገባው መጀመሪያ ላይ ይከፈላል. %s"

#. translators: %1$s: name of the blog, %2$s: link to checkout payment url, note: no full stop due to url at the end
#: templates/emails/customer-renewal-invoice.php:22
#: templates/emails/plain/customer-renewal-invoice.php:20
msgctxt "In customer renewal invoice email"
msgid "An order has been created for you to renew your subscription on %1$s. To pay for this invoice please use the following link: %2$s"
msgstr "የደንበኝነት ምዝገባዎን በ%1$s እንዲያድሱ ትዕዛዝ ተፈጥሯል። ለዚህ ደረሰኝ ለመክፈል እባክዎ የሚከተለውን ሊንክ ይጠቀሙ፡ %2$s"

#: includes/upgrades/templates/wcs-about-2-0.php:150
msgid "And much more..."
msgstr "እና ብዙ ተጨማሪ..."

#: includes/admin/class-wcs-admin-post-types.php:954
msgid "Any Payment Method"
msgstr "ማንኛውም የመክፈያ ዘዴ"

#: templates/myaccount/subscription-totals-table.php:35
msgid "Are you sure you want remove this item from your subscription?"
msgstr "እርግጠኛ ነዎት ይህን ንጥል ከምዝገባዎ ማስወገድ ይፈልጋሉ?"

#: includes/gateways/paypal/class-wcs-paypal.php:460
msgid ""
"Are you sure you want to change the payment method from PayPal standard?\n"
"\n"
"This will suspend the subscription at PayPal."
msgstr "እርግጠኛ ነዎት የመክፈያ ዘዴን ከ PayPal መደበኛ መቀየር ይፈልጋሉ? ይህ በ PayPal ላይ ያለውን የደንበኝነት ምዝገባን ያቆማል።"

#: includes/admin/class-wcs-admin-meta-boxes.php:119
msgid ""
"Are you sure you want to process a renewal?\n"
"\n"
"This will charge the customer and email them the renewal order (if emails are enabled)."
msgstr "እርግጠኛ ነህ እድሳትን ማካሄድ ትፈልጋለህ? ይህ ደንበኛውን ያስከፍላል እና የእድሳት ትዕዛዙን በኢሜል ይላካል (ኢሜይሎች ከነቃ)።"

#: includes/admin/class-wcs-admin-meta-boxes.php:132
msgid ""
"Are you sure you want to retry payment for this renewal order?\n"
"\n"
"This will attempt to charge the customer and send renewal order emails (if emails are enabled)."
msgstr "እርግጠኛ ነዎት ለዚህ እድሳት ትእዛዝ ክፍያ እንደገና መሞከር ይፈልጋሉ? ይህ ደንበኛውን ለማስከፈል እና የእድሳት ትዕዛዝ ኢሜይሎችን ለመላክ ይሞክራል (ኢሜይሎች ከነቃ)።"

#. translators: 1,2: opening/closing link tags (to documentation).
#: includes/payment-retry/class-wcs-retry-admin.php:150
msgid "Attempt to recover recurring revenue that would otherwise be lost due to payment methods being declined only temporarily. %1$sLearn more%2$s."
msgstr "በመክፈያ ዘዴዎች ምክንያት የሚጠፋውን ተደጋጋሚ ገቢ ለማግኘት የተደረገው ሙከራ ለጊዜው ብቻ ውድቅ እየተደረገ ነው። %1$s የበለጠ ተማር%2$s።"

#: includes/class-wcs-my-account-auto-renew-toggle.php:153
msgid "Auto Renewal Toggle"
msgstr "ራስ-እድሳት መቀያየር"

#: templates/myaccount/subscription-details.php:42
msgid "Auto renew"
msgstr "ራስ-ሰር እድሳት"

#: includes/payment-retry/class-wcs-retry-admin.php:46
msgid "Automatic Failed Payment Retries"
msgstr "በራስ ሰር ያልተሳኩ የክፍያ ሙከራዎች"

#: includes/upgrades/templates/wcs-about.php:67
msgid "Automatic Failed Payment Retry"
msgstr "ራስ-ሰር ያልተሳካ ክፍያ እንደገና ይሞክሩ"

#: includes/admin/class-wc-subscriptions-admin.php:1760
msgid "Automatic Recurring Payments"
msgstr "ራስ-ሰር ተደጋጋሚ ክፍያዎች"

#: includes/emails/class-wcs-email-customer-payment-retry.php:33
msgid "Automatic payment failed for order {order_number}"
msgstr "ለትዕዛዝ {order_number} ራስ-ሰር ክፍያ አልተሳካም"

#: includes/emails/class-wcs-email-customer-payment-retry.php:32
msgid "Automatic payment failed for {order_number}, we will retry {retry_time}"
msgstr "ለ{order_number} አውቶማቲክ ክፍያ አልተሳካም፣ {retry_time}ን እንደገና እንሞክራለን።"

#: includes/emails/class-wcs-email-payment-retry.php:29
msgid "Automatic renewal payment failed"
msgstr "ራስ-ሰር እድሳት ክፍያ አልተሳካም።"

#: includes/admin/class-wc-subscriptions-admin.php:330
msgid "Automatically expire the subscription after this length of time. This length is in addition to any free trial or amount of time provided before a synchronised first renewal date."
msgstr "ከዚህ የጊዜ ርዝማኔ በኋላ የደንበኝነት ምዝገባው በራስ-ሰር ያበቃል። ይህ ርዝማኔ ከተመሳሰለው የመጀመሪያ እድሳት ቀን በፊት ከማንኛውም ነፃ ሙከራ ወይም የጊዜ መጠን በተጨማሪ ነው።"

#: templates/admin/html-variation-price.php:67
msgctxt "Subscription Length dropdown's description in pricing fields"
msgid "Automatically expire the subscription after this length of time. This length is in addition to any free trial or amount of time provided before a synchronised first renewal date."
msgstr "ከዚህ የጊዜ ርዝማኔ በኋላ የደንበኝነት ምዝገባው በራስ-ሰር ያበቃል። ይህ ርዝማኔ ከተመሳሰለው የመጀመሪያ እድሳት ቀን በፊት ከማንኛውም ነፃ ሙከራ ወይም የጊዜ መጠን በተጨማሪ ነው።"

#: includes/admin/reports/class-wcs-report-subscription-by-customer.php:48
msgid "Average Lifetime Value"
msgstr "አማካይ የህይወት ዘመን እሴት"

#. translators: %s: help tip.
#: includes/admin/reports/class-wcs-report-subscription-by-product.php:95
msgid "Average Lifetime Value %s"
msgstr "አማካይ የህይወት ዘመን ዋጋ %s"

#. translators: %s: help tip.
#: includes/admin/reports/class-wcs-report-subscription-by-product.php:93
msgid "Average Recurring Line Total %s"
msgstr "አማካይ ተደጋጋሚ መስመር ጠቅላላ %s"

#: includes/class-wc-subscription.php:2454
#: includes/class-wc-subscriptions-checkout.php:328
#: includes/wcs-order-functions.php:308
msgid "Backordered"
msgstr "ወደ ኋላ ታዝዟል።"

#: includes/admin/class-wc-subscriptions-admin.php:868
msgid "Because of this, it is not recommended as a payment method for Subscriptions unless it is the only available option for your country."
msgstr "በዚህ ምክንያት ለአገርዎ ያለው ብቸኛ አማራጭ ካልሆነ በስተቀር ለደንበኝነት ምዝገባዎች እንደ የመክፈያ ዘዴ አይመከርም።"

#. translators: all placeholders are opening and closing <code> tags, no need to order them
#: includes/upgrades/templates/wcs-about-2-0.php:180
msgid "Because the %sWC_Subscription%s class extends %sWC_Order%s, you can use its familiar methods, like %s$subscription->update_status()%s or %s$subscription->get_total()%s."
msgstr "የ%sWC_Subscription%s ክፍል %sWC_Order%sን ስለሚያሰፋ፣እንደ %s$subscription-&gt;update_status()%s ወይም %s$subscription-&gt;get_total()%s ያሉ የታወቁ ስልቶቹን መጠቀም ትችላለህ።"

#. translators: Placeholders are the opening and closing link tags.
#: includes/gateways/paypal/includes/admin/class-wcs-paypal-admin.php:320
msgid "Before enabling PayPal Standard for Subscriptions, please note, when using PayPal Standard, customers are locked into using PayPal Standard for the life of their subscription, and PayPal Standard has a number of limitations. Please read the guide on %1$swhy we don't recommend PayPal Standard%2$s for Subscriptions before choosing to enable this option."
msgstr "የPayPal ስታንዳርድን ለደንበኝነት ምዝገባዎች ከማንቃትዎ በፊት፣ እባክዎን ያስተውሉ፣ PayPal Standardን ሲጠቀሙ ደንበኞች ለምዝገባ ዘመናቸው የፔይፓል ስታንዳርድን ለመጠቀም ተቆልፈዋል፣ እና የፔይፓል ስታንዳርድ የተወሰኑ ገደቦች አሉት። ይህንን አማራጭ ለማንቃት ከመምረጥዎ በፊት እባክዎ በ%1$shy ላይ ያለውን መመሪያ ያንብቡ።"

#. translators: placeholders are opening and closing tags
#: includes/upgrades/templates/wcs-upgrade.php:33
msgid "Before we send you on your way, we need to update your database to the newest version. If you do not have a recent backup of your site, %snow is the time to create one%s."
msgstr "በመንገድዎ ላይ ከመላካዎ በፊት፣ የውሂብ ጎታዎን ወደ አዲሱ ስሪት ማዘመን አለብን። የጣቢያዎ የቅርብ ጊዜ ምትኬ ከሌለዎት %snow አንድ%s ለመፍጠር ጊዜው ነው።"

#: includes/class-wc-subscriptions-switcher.php:490
msgctxt "when to allow switching"
msgid "Between Grouped Subscriptions"
msgstr "በቡድን የደንበኝነት ምዝገባዎች መካከል"

#: includes/class-wc-subscriptions-switcher.php:486
msgctxt "when to allow switching"
msgid "Between Subscription Variations"
msgstr "በምዝገባ ልዩነቶች መካከል"

#: tests/unit/wcs_test_wcs_functions.php:833
msgctxt "table column header"
msgid "Big Bang"
msgstr "ቢግ ባንግ"

#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:137
msgid "Billing"
msgstr "የሂሳብ አከፋፈል"

#: includes/privacy/class-wcs-privacy-exporters.php:83
#: wcs-functions.php:284
msgid "Billing Address"
msgstr "የመክፈያ አድራሻ"

#: includes/admin/meta-boxes/views/html-subscription-schedule.php:34
#: templates/admin/deprecated/html-variation-price.php:57
msgid "Billing Period"
msgstr "የመክፈያ ጊዜ"

#: templates/admin/html-variation-price.php:56
msgid "Billing Period:"
msgstr "የክፍያ ጊዜ፡-"

#: includes/gateways/paypal/includes/class-wcs-paypal-reference-transaction-ipn-handler.php:94
msgid "Billing agreement cancelled at PayPal."
msgstr "የሂሳብ አከፋፈል ስምምነት በ PayPal ተሰርዟል።"

#: templates/admin/html-variation-price.php:49
msgid "Billing interval:"
msgstr "የሂሳብ አከፋፈል ክፍተት፡-"

#: includes/api/class-wc-rest-subscriptions-controller.php:504
#: includes/api/legacy/class-wc-rest-subscriptions-controller.php:355
msgid "Billing period for the subscription."
msgstr "ለደንበኝነት ምዝገባው የክፍያ ጊዜ።"

#: includes/admin/class-wcs-admin-post-types.php:527
msgctxt "meaning billing address"
msgid "Billing:"
msgstr "የሂሳብ አከፋፈል፡"

#: includes/class-wc-subscriptions-addresses.php:71
msgid "Both the shipping address used for the subscription and your default shipping address for future purchases will be updated."
msgstr "ለደንበኝነት ምዝገባው የሚያገለግለው የመላኪያ አድራሻ እና የእርስዎ ነባሪ የመላኪያ አድራሻ ለወደፊት ግዢዎች ይዘምናሉ።"

#: templates/myaccount/my-subscriptions.php:77
msgid "Browse products"
msgstr "ምርቶችን ያስሱ"

#: includes/privacy/class-wcs-privacy-exporters.php:82
msgid "Browser User Agent"
msgstr "የአሳሽ ተጠቃሚ ወኪል"

#: includes/upgrades/templates/wcs-about.php:108
msgid "But wait, there's more!"
msgstr "ቆይ ግን ሌላም አለ!"

#: includes/admin/class-wc-subscriptions-admin.php:1204
msgid "Button Text"
msgstr "የአዝራር ጽሑፍ"

#: includes/upgrades/templates/wcs-about.php:69
msgid "By default, Subscriptions will retry the payment 5 times over 7 days. The rules that control the retry system can be modified to customise:"
msgstr "በነባሪ፣ የደንበኝነት ምዝገባዎች ክፍያውን በ7 ቀናት ውስጥ 5 ጊዜ እንደገና ይሞክራሉ። የድጋሚ ሙከራ ስርዓቱን የሚቆጣጠሩት ህጎች ወደ ማበጀት ሊቀየሩ ይችላሉ፡-"

#. translators: placeholders are for opening and closing link (<a>) tags
#: includes/upgrades/templates/wcs-about-2-0.php:111
msgid "By default, adding new files to an existing subscription product will automatically provide active subscribers with access to the new files. However, now you can enable a %snew content dripping setting%s to provide subscribers with access to new files only after the next renewal payment."
msgstr "በነባሪ፣ አዲስ ፋይሎችን ወደ የደንበኝነት ምዝገባ ምርት ማከል ወዲያውኑ ንቁ ተመዝጋቢዎችን ለአዲሶቹ ፋይሎች መዳረሻ ይሰጣል። ነገር ግን፣ አሁን ለደንበኝነት ተመዝጋቢዎች አዲስ ፋይሎችን ከሚቀጥለው የእድሳት ክፍያ በኋላ ብቻ ለማቅረብ %snew ይዘት የሚንጠባጠብ መቼት%s ማንቃት ይችላሉ።"

#: includes/upgrades/templates/wcs-about-2-0.php:166
msgid "By making a subscription a Custom Order Type, a subscription is also now a custom post type. This makes it faster to query subscriptions and it uses a database schema that is as scalable as WordPress posts and pages."
msgstr "የደንበኝነት ምዝገባን ብጁ የትዕዛዝ አይነት በማድረግ፣ የደንበኝነት ምዝገባ እንዲሁ አሁን ብጁ የፖስታ አይነት ነው። ይህ የደንበኝነት ምዝገባዎችን ለመጠየቅ ፈጣን ያደርገዋል እና እንደ ዎርድፕረስ ልጥፎች እና ገጾች ሊሰፋ የሚችል የውሂብ ጎታ ንድፍ ይጠቀማል።"

#: templates/html-early-renewal-modal-content.php:23
msgid "By renewing your subscription early your next payment will be %s."
msgstr "የደንበኝነት ምዝገባዎን ቀደም ብለው በማደስ ቀጣዩ ክፍያዎ %s ይሆናል።"

#: templates/html-early-renewal-modal-content.php:28
msgid "By renewing your subscription early, your scheduled next payment on %s will be cancelled."
msgstr "የደንበኝነት ምዝገባዎን ቀደም ብለው በማደስ፣ የሚቀጥለው ክፍያ በ%s ይሰረዛል።"

#: includes/privacy/class-wcs-privacy.php:92
msgid "By using WooCommerce Subscriptions, you may be storing personal data and depending on which third-party payment processors you’re using to take subscription payments, you may be sharing personal data with external sources."
msgstr "WooCommerce Subscriptionsን በመጠቀም የግል መረጃን እያጠራቀምክ ሊሆን ይችላል እና በየትኞቹ የሶስተኛ ወገን የክፍያ ፕሮጄክቶች ላይ በመመስረት የደንበኝነት ምዝገባ ክፍያዎችን ለመፈጸም እየተጠቀምክ ነው የግል ውሂብን ለውጭ ምንጮች እያጋራህ ነው።"

#: includes/admin/reports/class-wcs-report-cache-manager.php:321
msgid "Cache Update Failures"
msgstr "መሸጎጫ ማዘመን አለመሳካቶች"

#: wcs-functions.php:277
msgid "Can not get address type display name. Address type is not a string."
msgstr "የአድራሻ አይነት የማሳያ ስም ማግኘት አልተቻለም። የአድራሻ አይነት ሕብረቁምፊ አይደለም።"

#: wcs-functions.php:254
msgid "Can not get status name. Status is not a string."
msgstr "የሁኔታ ስም ማግኘት አልተቻለም። ሁኔታ ሕብረቁምፊ አይደለም።"

#: includes/early-renewal/class-wcs-cart-early-renewal.php:367
msgid "Cancel"
msgstr "ሰርዝ"

#: includes/admin/class-wcs-admin-post-types.php:260
#: includes/admin/class-wcs-admin-post-types.php:473
#: includes/class-wc-subscriptions-manager.php:1839
#: includes/wcs-user-functions.php:354
#: templates/myaccount/related-orders.php:78
msgctxt "an action on a subscription"
msgid "Cancel"
msgstr "ሰርዝ"

#: includes/admin/class-wcs-admin-post-types.php:499
msgid "Cancel Now"
msgstr "አሁን ሰርዝ"

#: includes/privacy/class-wcs-privacy.php:109
msgid "Cancel and remove personal data"
msgstr "የግል ውሂብን ሰርዝ እና አስወግድ"

#: includes/admin/reports/class-wcs-report-subscription-events-by-date.php:949
msgid "Cancellations"
msgstr "ስረዛዎች"

#: includes/class-wc-subscriptions-manager.php:1051
#: wcs-functions.php:235
msgctxt "Subscription status"
msgid "Cancelled"
msgstr "ተሰርዟል።"

#: tests/unit/scheduler/scheduler.php:69
#: wcs-functions.php:307
msgctxt "table heading"
msgid "Cancelled Date"
msgstr "የተሰረዘበት ቀን"

#: includes/emails/class-wcs-email-cancelled-subscription.php:26
msgid "Cancelled Subscription"
msgstr "የደንበኝነት ምዝገባ ተሰርዟል።"

#: includes/emails/class-wcs-email-cancelled-subscription.php:27
msgid "Cancelled Subscription emails are sent when a customer's subscription is cancelled (either by a store manager, or the customer)."
msgstr "የተሰረዙ የደንበኝነት ምዝገባ ኢሜይሎች የሚላኩት የደንበኛ ምዝገባ ሲሰረዝ (በሱቅ አስተዳዳሪ ወይም በደንበኛው) ነው።"

#. translators: placeholder is an error message.
#: includes/api/legacy/class-wc-rest-subscriptions-controller.php:242
msgid "Cannot create subscription: %s."
msgstr "ምዝገባ መፍጠር አልተቻለም፡ %s።"

#: includes/class-wc-subscriptions-manager.php:1838
msgid "Change"
msgstr "ለውጥ"

#. translators: %s: address type (eg. 'billing' or 'shipping').
#: includes/class-wc-subscriptions-addresses.php:213
msgctxt "change billing or shipping address"
msgid "Change %s address"
msgstr "%s አድራሻ ቀይር"

#: includes/upgrades/templates/wcs-about-2-0.php:121
msgctxt "h3 on the About Subscriptions page for this new feature"
msgid "Change Payment Method"
msgstr "የመክፈያ ዘዴን ይቀይሩ"

#: includes/upgrades/templates/wcs-about-2-0.php:134
msgid "Change Trial and End Dates"
msgstr "የሙከራ እና የመጨረሻ ቀኖችን ይለውጡ"

#: includes/class-wc-subscriptions-addresses.php:47
msgid "Change address"
msgstr "አድራሻ ቀይር"

#: includes/admin/reports/class-wcs-report-subscription-events-by-date.php:718
msgid "Change in subscriptions between the start and end of the period."
msgstr "በጊዜው መጀመሪያ እና መጨረሻ መካከል የደንበኝነት ምዝገባዎች ለውጥ።"

#: includes/class-wc-subscriptions-change-payment-gateway.php:277
msgctxt "label on button, imperative"
msgid "Change payment"
msgstr "ክፍያ ቀይር"

#: includes/gateways/class-wc-subscriptions-payment-gateways.php:279
msgid "Change payment features:"
msgstr "የክፍያ ባህሪያትን ይቀይሩ፡"

#: templates/checkout/form-change-payment-method.php:47
msgctxt "text on button on checkout page"
msgid "Change payment method"
msgstr "የመክፈያ ዘዴን ይቀይሩ"

#: includes/class-wc-subscriptions-change-payment-gateway.php:705
#: includes/class-wc-subscriptions-change-payment-gateway.php:743
msgctxt "the page title of the change payment method form"
msgid "Change payment method"
msgstr "የመክፈያ ዘዴን ይቀይሩ"

#: includes/upgrades/templates/wcs-about-2-0.php:42
#: includes/upgrades/templates/wcs-about.php:41
msgid "Check Out What's New"
msgstr "ምን አዲስ ነገር እንዳለ ይመልከቱ"

#. translators: placeholder is either empty or "Next payment is due..."
#: includes/class-wc-subscriptions-change-payment-gateway.php:211
msgid "Choose a new payment method.%s"
msgstr "አዲስ የመክፈያ ዘዴ ይምረጡ።%s"

#: includes/class-wc-subscriptions-switcher.php:190
msgid "Choose a new subscription."
msgstr "አዲስ የደንበኝነት ምዝገባ ይምረጡ።"

#. translators: placeholders are <em> tags
#: includes/admin/class-wc-subscriptions-admin.php:1243
msgid "Choose the default roles to assign to active and inactive subscribers. For record keeping purposes, a user account must be created for subscribers. Users with the %1$sadministrator%2$s role, such as yourself, will never be allocated these roles to prevent locking out administrators."
msgstr "ንቁ እና ንቁ ያልሆኑ ተመዝጋቢዎችን ለመመደብ ነባሪ ሚናዎችን ይምረጡ። ለመዝገብ አያያዝ ዓላማዎች የተጠቃሚ መለያ ለተመዝጋቢዎች መፈጠር አለበት። እንደ ራስዎ ያሉ የ%1$sadministrator%2$s ሚና ያላቸው ተጠቃሚዎች አስተዳዳሪዎችን መቆለፍን ለመከላከል መቼም ቢሆን እነዚህ ሚናዎች አይመደቡም።"

#: includes/admin/class-wc-subscriptions-admin.php:285
msgid "Choose the subscription price, billing interval and period."
msgstr "የደንበኝነት ምዝገባውን ዋጋ፣ የክፍያ ክፍተት እና ጊዜ ይምረጡ።"

#: includes/emails/class-wcs-email-cancelled-subscription.php:175
#: includes/emails/class-wcs-email-expired-subscription.php:173
#: includes/emails/class-wcs-email-on-hold-subscription.php:173
msgid "Choose which format of email to send."
msgstr "የትኛውን የኢሜል ቅርጸት እንደሚልክ ይምረጡ።"

#: templates/single-product/add-to-cart/variable-subscription.php:45
msgid "Clear"
msgstr "ግልጽ"

#: includes/early-renewal/class-wcs-cart-early-renewal.php:105
msgid "Complete checkout to renew now."
msgstr "አሁን ለመታደስ ፍተሻውን ያጠናቅቁ።"

#: includes/class-wcs-cart-renewal.php:227
msgid "Complete checkout to renew your subscription."
msgstr "የደንበኝነት ምዝገባዎን ለማደስ ፍተሻውን ያጠናቅቁ።"

#: includes/class-wcs-cart-resubscribe.php:91
#: includes/class-wcs-cart-resubscribe.php:119
msgid "Complete checkout to resubscribe."
msgstr "እንደገና ለመመዝገብ ፍተሻን ያጠናቅቁ።"

#: includes/emails/class-wcs-email-completed-renewal-order.php:25
msgid "Completed Renewal Order"
msgstr "የተጠናቀቀ የእድሳት ትእዛዝ"

#: includes/upgrades/templates/wcs-upgrade.php:63
msgid "Continue"
msgstr "ቀጥል"

#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:232
msgid "Copy billing address"
msgstr "የክፍያ መጠየቂያ አድራሻ ይቅዱ"

#. translators: placeholder is either subscription key or a subscription id, or, failing that, empty (e.g. "145_21" or "145")
#: includes/wcs-deprecated-functions.php:180
msgid "Could not get subscription. Most likely the subscription key does not refer to a subscription. The key was: \"%s\"."
msgstr "ምዝገባ ማግኘት አልተቻለም። ምናልባት የመመዝገቢያ ቁልፉ የደንበኝነት ምዝገባን አያመለክትም። ቁልፉ፡ &quot;%s&quot; ነበር።"

#: includes/admin/class-wcs-admin-system-status.php:357
msgctxt "label for the system status page"
msgid "Country / State"
msgstr "ሀገር / ግዛት"

#: includes/class-wc-subscriptions-coupon.php:950
msgid "Coupon will be limited to the given number of payments. It will then be automatically removed from the subscription. \"Payments\" also includes the initial subscription payment."
msgstr "ኩፖኑ በተሰጠው የክፍያዎች ብዛት ብቻ የተገደበ ይሆናል። ከዚያ በራስ-ሰር ከደንበኝነት ምዝገባው ይወገዳል። &quot;ክፍያዎች&quot; የመጀመሪያውን የደንበኝነት ምዝገባ ክፍያንም ያካትታል።"

#: includes/admin/class-wcs-admin-meta-boxes.php:171
msgid "Create pending parent order"
msgstr "በመጠባበቅ ላይ ያለ የወላጅ ትዕዛዝ ይፍጠሩ"

#: includes/admin/class-wcs-admin-meta-boxes.php:241
msgid "Create pending parent order requested by admin action."
msgstr "በአስተዳዳሪ እርምጃ የተጠየቀውን በመጠባበቅ ላይ ያለ የወላጅ ትዕዛዝ ይፍጠሩ።"

#: includes/admin/class-wcs-admin-meta-boxes.php:169
msgid "Create pending renewal order"
msgstr "በመጠባበቅ ላይ ያለ የእድሳት ትዕዛዝ ይፍጠሩ"

#: includes/admin/class-wcs-admin-meta-boxes.php:199
msgid "Create pending renewal order requested by admin action."
msgstr "በአስተዳዳሪ እርምጃ የተጠየቀውን በመጠባበቅ ላይ ያለ የእድሳት ትዕዛዝ ይፍጠሩ።"

#: includes/class-wcs-auth.php:42
msgid "Create subscriptions"
msgstr "የደንበኝነት ምዝገባዎችን ይፍጠሩ"

#: includes/privacy/class-wcs-privacy-exporters.php:78
msgid "Created Date"
msgstr "የተፈጠረበት ቀን"

#: includes/class-wc-subscriptions-switcher.php:1874
msgctxt "a switch type"
msgid "Crossgrade"
msgstr "መሻገር"

#: includes/payment-retry/class-wcs-retry-admin.php:188
msgctxt "label for the system status page"
msgid "Custom Raw Retry Rule"
msgstr "ብጁ ጥሬ ድጋሚ ሙከራ ደንብ"

#: includes/payment-retry/class-wcs-retry-admin.php:196
msgctxt "label for the system status page"
msgid "Custom Retry Rule"
msgstr "ብጁ የድጋሚ ሙከራ ደንብ"

#: includes/payment-retry/class-wcs-retry-admin.php:180
msgctxt "label for the system status page"
msgid "Custom Retry Rule Class"
msgstr "ብጁ እንደገና ሞክር ደንብ ክፍል"

#: includes/payment-retry/class-wcs-retry-admin.php:172
msgctxt "label for the system status page"
msgid "Custom Retry Rules"
msgstr "ብጁ የድጋሚ ሙከራ ህጎች"

#: includes/admin/class-wcs-admin-post-types.php:909
msgid "Custom field deleted."
msgstr "ብጁ መስክ ተሰርዟል።"

#: includes/admin/class-wcs-admin-post-types.php:908
msgid "Custom field updated."
msgstr "ብጁ መስክ ተዘምኗል።"

#: includes/admin/reports/class-wcs-report-subscription-by-customer.php:22
#: includes/admin/reports/class-wcs-report-subscription-by-customer.php:97
msgid "Customer"
msgstr "ደንበኛ"

#. translators: $1: customer's first name and last name, $2: how many subscriptions customer switched
#: templates/emails/admin-new-switch-order.php:18
#: templates/emails/plain/admin-new-switch-order.php:18
msgctxt "Used in switch notification admin email"
msgid "Customer %1$s has switched their subscription. The details of their new subscription are as follows:"
msgid_plural "Customer %1$s has switched %2$d of their subscriptions. The details of their new subscriptions are as follows:"
msgstr[0] "ደንበኛ %1$s የደንበኝነት ምዝገባቸውን ቀይረዋል። የአዲሱ የደንበኝነት ምዝገባቸው ዝርዝር እንደሚከተለው ነው።"
msgstr[1] ""

#: includes/api/class-wc-rest-subscriptions-controller.php:184
msgid "Customer ID is invalid."
msgstr "የደንበኛ መታወቂያ ልክ ያልሆነ ነው።"

#: includes/emails/class-wcs-email-customer-payment-retry.php:24
msgid "Customer Payment Retry"
msgstr "የደንበኛ ክፍያ እንደገና ይሞክሩ"

#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:264
#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:294
msgid "Customer Provided Note"
msgstr "ለደንበኛ የቀረበ ማስታወሻ"

#: includes/emails/class-wcs-email-customer-renewal-invoice.php:40
msgid "Customer Renewal Invoice"
msgstr "የደንበኛ እድሳት ደረሰኝ"

#: includes/admin/class-wc-subscriptions-admin.php:1319
msgid "Customer Suspensions"
msgstr "የደንበኛ እገዳዎች"

#: includes/admin/reports/class-wcs-report-subscription-by-customer.php:43
msgid "Customer Totals"
msgstr "የደንበኛ ድምር"

#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:214
msgid "Customer add payment method page &rarr;"
msgstr "ደንበኛ የመክፈያ ዘዴ ገጽ → ያክሉ"

#. translators: 1$: product name, 2$: product id
#: includes/class-wcs-remove-item.php:114
msgctxt "used in order note"
msgid "Customer added \"%1$s\" (Product ID: #%2$d) via the My Account page."
msgstr "ደንበኛው &quot;%1$s&quot; (የምርት መታወቂያ፡ #%2$d) በየእኔ መለያ ገፅ ታክሏል።"

#. translators: %s: new item name.
#: includes/class-wc-subscriptions-switcher.php:2001
msgctxt "used in order notes"
msgid "Customer added %s."
msgstr "ደንበኛ %s አክለዋል።"

#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:212
msgid "Customer change payment method page &rarr;"
msgstr "የደንበኛ ለውጥ የመክፈያ ዘዴ ገጽ →"

#. translators: 1$: product name, 2$: product id
#: includes/class-wcs-remove-item.php:137
msgctxt "used in order note"
msgid "Customer removed \"%1$s\" (Product ID: #%2$d) via the My Account page."
msgstr "ደንበኛው &quot;%1$s&quot; (የምርት መታወቂያ፡ #%2$d) በእኔ መለያ ገጽ በኩል ተወግዷል።"

#: includes/early-renewal/class-wcs-cart-early-renewal.php:150
#: includes/early-renewal/class-wcs-cart-early-renewal.php:198
msgctxt "used in order note as reason for why subscription status changed"
msgid "Customer requested to renew early:"
msgstr "ደንበኛው ቀደም ብሎ ለማደስ ጠየቀ፡-"

#. translators: %s: order number.
#: includes/class-wcs-cart-resubscribe.php:320
msgid "Customer resubscribed in order #%s"
msgstr "ደንበኛው በቅደም ተከተል #%s ተመዝግቧል"

#: includes/class-wcs-cached-data-manager.php:110
#: includes/class-wcs-cached-data-manager.php:240
msgid "Customer subscription caching is now handled by %1$s and %2$s."
msgstr "የደንበኛ ምዝገባ መሸጎጫ አሁን በ%1$s እና %2$s ተይዟል።"

#: includes/class-wcs-cached-data-manager.php:86
msgid "Customer subscription caching is now handled by %1$s."
msgstr "የደንበኛ ምዝገባ መሸጎጫ አሁን በ%1$s ተይዟል።"

#. translators: placeholder contains a link to the order's edit screen.
#: includes/early-renewal/wcs-early-renewal-functions.php:169
msgid "Customer successfully renewed early with order %s."
msgstr "%sን በማዘዝ ደንበኛው በተሳካ ሁኔታ ቀድሞ ታድሷል።"

#. translators: 1$: old item, 2$: new item when switching
#: includes/class-wc-subscriptions-switcher.php:1998
msgctxt "used in order notes"
msgid "Customer switched from: %1$s to %2$s."
msgstr "ደንበኛው ከ፡ %1$s ወደ %2$s ተቀይሯል።"

#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:295
msgid "Customer's notes about the order"
msgstr "ስለ ትዕዛዙ የደንበኛ ማስታወሻዎች"

#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:55
msgid "Customer:"
msgstr "ደንበኛ፡-"

#: includes/admin/reports/class-wcs-report-subscription-by-customer.php:23
msgid "Customers"
msgstr "ደንበኞች"

#: includes/upgrades/templates/wcs-upgrade.php:43
msgid "Customers and other non-administrative users can browse and purchase from your store without interruption while the update is in progress."
msgstr "ዝማኔው በሂደት ላይ እያለ ደንበኞች እና ሌሎች አስተዳደራዊ ያልሆኑ ተጠቃሚዎች ያለማቋረጥ ከሱቅዎ ሆነው መግዛት ይችላሉ።"

#: includes/upgrades/templates/wcs-about-2-0.php:53
msgid "Customers can now purchase different subscription products in one transaction. The products can bill on any schedule and have any combination of sign-up fees and/or free trials."
msgstr "ደንበኞች አሁን የተለያዩ የደንበኝነት ምዝገባ ምርቶችን በአንድ ግብይት መግዛት ይችላሉ። ምርቶቹ በማንኛውም የጊዜ ሰሌዳ ማስከፈል ይችላሉ እና ማንኛውም የመመዝገቢያ ክፍያዎች እና/ወይም የነጻ ሙከራዎች ጥምረት አላቸው።"

#: includes/privacy/class-wcs-privacy.php:277
msgid "Customers with a subscription are excluded from this setting."
msgstr "የደንበኝነት ምዝገባ ያላቸው ደንበኞች ከዚህ ቅንብር ተገለሉ።"

#. translators: placeholders are opening and closing <code> tags
#: includes/upgrades/templates/wcs-about.php:157
msgid "Customise Retry Rules"
msgstr "የድጋሚ ሙከራ ደንቦችን አብጅ"

#: includes/class-wc-subscriptions-switcher.php:440
msgid "Customise the text displayed on the button next to the subscription on the subscriber's account page. The default is \"Switch Subscription\", but you may wish to change this to \"Upgrade\" or \"Change Subscription\"."
msgstr "በተመዝጋቢው መለያ ገጽ ላይ ካለው የደንበኝነት ምዝገባ ቀጥሎ ባለው ቁልፍ ላይ የሚታየውን ጽሑፍ ያብጁ። ነባሪው &quot;የደንበኝነት ምዝገባን ቀይር&quot; ነው፣ ግን ይህንን ወደ &quot;አሻሽል&quot; ወይም &quot;የደንበኝነት ምዝገባን ቀይር&quot; መቀየር ትፈልጋለህ።"

#: includes/upgrades/templates/wcs-upgrade.php:29
msgid "Database Update Required"
msgstr "የውሂብ ጎታ ማዘመን ያስፈልጋል"

#. translators: placeholder is a list of version numbers (e.g. "1.3 & 1.4 & 1.5")
#: includes/upgrades/class-wc-subscriptions-upgrader.php:337
msgid "Database updated to version %s"
msgstr "የውሂብ ጎታ ወደ ስሪት %s ተዘምኗል"

#: includes/admin/meta-boxes/views/html-related-orders-table.php:19
#: includes/admin/reports/class-wcs-report-subscription-events-by-date.php:776
#: includes/admin/reports/class-wcs-report-subscription-payment-retry.php:195
#: includes/admin/reports/class-wcs-report-upcoming-recurring-revenue.php:209
#: templates/myaccount/related-orders.php:23
#: templates/myaccount/related-orders.php:47
msgid "Date"
msgstr "ቀን"

#: includes/class-wc-subscriptions-manager.php:2295
msgid "Date Changed"
msgstr "የተቀየረበት ቀን"

#: templates/emails/on-hold-subscription.php:24
msgctxt "table headings in notification email"
msgid "Date Suspended"
msgstr "የታገደበት ቀን"

#. translators: placeholder is localised date string
#: templates/emails/plain/on-hold-subscription.php:36
msgid "Date Suspended: %s"
msgstr "የታገደበት ቀን፡ %s"

#: wcs-functions.php:345
msgid "Date type can not be an empty string."
msgstr "የቀን አይነት ባዶ ሕብረቁምፊ ሊሆን አይችልም።"

#: wcs-functions.php:343
msgid "Date type is not a string."
msgstr "የቀን አይነት ሕብረቁምፊ አይደለም።"

#: includes/class-wc-subscriptions-synchroniser.php:319
#: templates/admin/deprecated/html-variation-synchronisation.php:36
#: templates/admin/html-variation-synchronisation.php:42
msgctxt "input field placeholder for day field for annual subscriptions"
msgid "Day"
msgstr "ቀን"

#: includes/data-stores/class-wcs-customer-store-cached-cpt.php:55
msgid "Delete Customer Subscription Cache"
msgstr "የደንበኛ ምዝገባ መሸጎጫ ይሰርዙ"

#: includes/admin/class-wcs-admin-post-types.php:475
#: includes/admin/class-wcs-admin-post-types.php:493
msgid "Delete Permanently"
msgstr "በቋሚነት ሰርዝ"

#: includes/data-stores/class-wcs-related-order-store-cached-cpt.php:70
msgid "Delete Related Order Cache"
msgstr "ተዛማጅ የትእዛዝ መሸጎጫ ይሰርዙ"

#: includes/admin/class-wc-subscriptions-admin.php:836
msgid "Delete all variations without a subscription"
msgstr "ያለ ምዝገባ ሁሉንም ልዩነቶች ሰርዝ"

#: includes/admin/class-wcs-admin-post-types.php:493
msgid "Delete this item permanently"
msgstr "ይህን ንጥል እስከመጨረሻው ሰርዝ"

#. translators: placeholders are opening and closing <code> tags
#: includes/upgrades/templates/wcs-about-2-0.php:169
msgid "Developers can also now use all the familiar WordPress functions, like %sget_posts()%s, to query or modify subscription data."
msgstr "ገንቢዎች እንደ %sget_posts()%s ያሉ የደንበኝነት ምዝገባ ውሂብን ለመጠየቅ ወይም ለመቀየር አሁን ሁሉንም የታወቁ የዎርድፕረስ ተግባራትን መጠቀም ይችላሉ።"

#: templates/myaccount/subscription-details.php:57
msgid "Disable auto renew"
msgstr "ራስ-ሰር እድሳትን አሰናክል"

#: includes/class-wc-subscriptions-coupon.php:717
msgid "Discount"
msgstr "ቅናሽ"

#: includes/class-wcs-my-account-auto-renew-toggle.php:154
msgid "Display the auto renewal toggle"
msgstr "ራስ-ሰር እድሳት መቀያየርን አሳይ"

#: includes/class-wcs-limiter.php:50
msgid "Do not limit"
msgstr "አትገድብ"

#: includes/class-wc-subscriptions-synchroniser.php:750
#: includes/class-wc-subscriptions-synchroniser.php:767
msgid "Do not synchronise"
msgstr "አታስምር"

#: includes/upgrades/templates/wcs-about-2-0.php:36
#: woocommerce-subscriptions.php:1146
msgctxt "short for documents"
msgid "Docs"
msgstr "ሰነዶች"

#: includes/upgrades/templates/wcs-about.php:35
msgctxt "short for documents"
msgid "Documentation"
msgstr "ሰነድ"

#: includes/class-wc-subscriptions-switcher.php:1868
msgctxt "a switch type"
msgid "Downgrade"
msgstr "ዝቅ ማድረግ"

#: includes/admin/class-wc-subscriptions-admin.php:220
msgid "Downloadable"
msgstr "ሊወርድ የሚችል"

#: includes/admin/class-wc-subscriptions-admin.php:1348
#: includes/upgrades/templates/wcs-about-2-0.php:108
msgid "Drip Downloadable Content"
msgstr "ሊወርድ የሚችል ይዘት ይንጠባጠባል።"

#: includes/early-renewal/class-wcs-early-renewal-manager.php:53
msgid "Early Renewal"
msgstr "ቀደምት እድሳት"

#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:138
#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:229
#: includes/payment-retry/class-wcs-retry-post-store.php:40
msgid "Edit"
msgstr "አርትዕ"

#: woocommerce-subscriptions.php:267
msgctxt "custom post type setting"
msgid "Edit"
msgstr "አርትዕ"

#: includes/payment-retry/class-wcs-retry-post-store.php:41
msgid "Edit Retry"
msgstr "እንደገና ይሞክሩ"

#: includes/admin/class-wcs-wc-admin-manager.php:56
msgid "Edit Subscription"
msgstr "የደንበኝነት ምዝገባን ያርትዑ"

#: woocommerce-subscriptions.php:268
msgctxt "custom post type setting"
msgid "Edit Subscription"
msgstr "የደንበኝነት ምዝገባን ያርትዑ"

#. translators: placeholder is error message
#: includes/api/legacy/class-wc-api-subscriptions.php:276
msgctxt "API error message when editing the order failed"
msgid "Edit subscription failed with error: %s"
msgstr "የደንበኝነት ምዝገባን ማስተካከል በስህተት: %s አልተሳካም።"

#: includes/admin/meta-boxes/views/html-retries-table.php:31
msgid "Email"
msgstr "ኢሜይል"

#: includes/privacy/class-wcs-privacy-exporters.php:86
msgid "Email Address"
msgstr "የ ኢሜል አድራሻ"

#: includes/emails/class-wcs-email-cancelled-subscription.php:165
#: includes/emails/class-wcs-email-expired-subscription.php:163
#: includes/emails/class-wcs-email-on-hold-subscription.php:163
msgctxt "Name the setting that controls the main heading contained within the email notification"
msgid "Email Heading"
msgstr "የኢሜል ርዕስ"

#: includes/emails/class-wcs-email-cancelled-subscription.php:173
#: includes/emails/class-wcs-email-expired-subscription.php:171
#: includes/emails/class-wcs-email-on-hold-subscription.php:171
msgctxt "text, html or multipart"
msgid "Email type"
msgstr "የኢሜል ዓይነት"

#. translators: placeholder is customer's billing email
#: includes/admin/class-wcs-admin-post-types.php:532
msgid "Email: %s"
msgstr "ኢሜይል፡ %s"

#: includes/upgrades/templates/wcs-about.php:78
msgid "Enable Automatic Retry"
msgstr "ራስ-ሰር ዳግም መሞከርን አንቃ"

#: includes/gateways/paypal/includes/admin/class-wcs-paypal-admin.php:312
msgid "Enable PayPal Standard for Subscriptions"
msgstr "ለደንበኝነት ምዝገባዎች የፔይፓል ደረጃን አንቃ"

#: templates/myaccount/subscription-details.php:50
msgid "Enable auto renew"
msgstr "ራስ-ሰር እድሳትን አንቃ"

#: woocommerce-subscriptions.php:941
msgid "Enable automatic payments"
msgstr "አውቶማቲክ ክፍያዎችን አንቃ"

#: includes/payment-retry/class-wcs-retry-admin.php:145
msgid "Enable automatic retry of failed recurring payments"
msgstr "ያልተሳኩ ተደጋጋሚ ክፍያዎችን በራስ ሰር እንደገና መሞከርን አንቃ"

#: includes/admin/class-wc-subscriptions-admin.php:1349
msgid "Enable dripping for downloadable content on subscription products."
msgstr "በደንበኝነት ምዝገባ ምርቶች ላይ ለሚወርድ ይዘት መንጠባጠብን አንቃ።"

#: includes/emails/class-wcs-email-cancelled-subscription.php:145
#: includes/emails/class-wcs-email-customer-renewal-invoice.php:212
#: includes/emails/class-wcs-email-expired-subscription.php:143
#: includes/emails/class-wcs-email-on-hold-subscription.php:143
msgid "Enable this email notification"
msgstr "ይህን የኢሜይል ማሳወቂያ አንቃ"

#: includes/emails/class-wcs-email-cancelled-subscription.php:143
#: includes/emails/class-wcs-email-customer-renewal-invoice.php:210
#: includes/emails/class-wcs-email-expired-subscription.php:141
#: includes/emails/class-wcs-email-on-hold-subscription.php:141
msgctxt "an email notification"
msgid "Enable/Disable"
msgstr "ማስቻል አለማስቻል"

#. translators: %s is a line break.
#: includes/admin/class-wc-subscriptions-admin.php:1354
msgid "Enabling this grants access to new downloadable files added to a product only after the next renewal is processed.%sBy default, access to new downloadable files added to a product is granted immediately to any customer that has an active subscription with that product."
msgstr "ይህንን ማንቃት ወደ ምርት የሚታከሉ አዲስ ሊወርዱ የሚችሉ ፋይሎችን የሚቀጥለው እድሳት ከተሰራ በኋላ ብቻ ነው።%sበነባሪነት ወደ ምርት የታከሉ አዲስ ሊወርዱ የሚችሉ ፋይሎችን ማግኘት ለዚያ ምርት ንቁ የደንበኝነት ምዝገባ ላለው ማንኛውም ደንበኛ ወዲያውኑ ይሰጣል።"

#: includes/admin/class-wcs-admin-post-types.php:430
msgid "End Date"
msgstr "የመጨረሻ ቀን"

#: tests/unit/scheduler/scheduler.php:70
#: wcs-functions.php:308
msgctxt "table heading"
msgid "End Date"
msgstr "የመጨረሻ ቀን"

#: templates/emails/expired-subscription.php:24
msgctxt "table headings in notification email"
msgid "End Date"
msgstr "የመጨረሻ ቀን"

#. translators: placeholder is localised date string
#: templates/emails/plain/expired-subscription.php:39
msgid "End Date: %s"
msgstr "ማብቂያ ቀን፡ %s"

#: templates/myaccount/subscription-details.php:27
msgctxt "customer subscription table header"
msgid "End date"
msgstr "የመጨረሻ ቀን"

#: templates/emails/subscription-info.php:27
msgctxt "table heading"
msgid "End date"
msgstr "የመጨረሻ ቀን"

#. translators: placeholder is localised end date, or "when cancelled"
#: templates/emails/plain/subscription-info.php:33
msgctxt "in plain emails for subscription information"
msgid "End date: %s"
msgstr "የመጨረሻ ቀን፡ %s"

#: templates/emails/cancelled-subscription.php:24
msgctxt "table headings in notification email"
msgid "End of Prepaid Term"
msgstr "የቅድመ ክፍያ ጊዜ ማብቂያ"

#. translators: placeholder is localised date string
#: templates/emails/plain/cancelled-subscription.php:39
msgid "End of Prepaid Term: %s"
msgstr "የቅድመ ክፍያ ጊዜ ማብቂያ፡ %s"

#: includes/class-wcs-query.php:318
msgid "Endpoint for the My Account &rarr; Change Subscription Payment Method page"
msgstr "የመጨረሻ ነጥብ የእኔ መለያ → የደንበኝነት ምዝገባ መክፈያ ዘዴ ገጽን ይቀይሩ"

#: includes/class-wcs-query.php:300
msgid "Endpoint for the My Account &rarr; Subscriptions page"
msgstr "የእኔ መለያ → የደንበኝነት ምዝገባዎች ገጽ የመጨረሻ ነጥብ"

#: includes/class-wcs-query.php:309
msgid "Endpoint for the My Account &rarr; View Subscription page"
msgstr "የእኔ መለያ የመጨረሻ ነጥብ → የደንበኝነት ምዝገባ ገጽን ይመልከቱ"

#: includes/admin/class-wc-subscriptions-admin.php:835
msgid "Enter a new interval as a single number (e.g. to charge every 2nd month, enter 2):"
msgstr "አዲስ ክፍተት እንደ ነጠላ ቁጥር ያስገቡ (ለምሳሌ በየሁለት ወሩ ለመሙላት፣ 2 ያስገቡ)፡"

#: includes/admin/class-wc-subscriptions-admin.php:834
msgid "Enter a new length (e.g. 5):"
msgstr "አዲስ ርዝመት አስገባ (ለምሳሌ 5)"

#. translators: placeholder is admin email
#: includes/emails/class-wcs-email-cancelled-subscription.php:152
#: includes/emails/class-wcs-email-expired-subscription.php:150
#: includes/emails/class-wcs-email-on-hold-subscription.php:150
msgid "Enter recipients (comma separated) for this email. Defaults to %s."
msgstr "ለዚህ ኢሜይል ተቀባዮች አስገባ (በነጠላ ሰረዝ ተለይቷል)። የ%s ነባሪዎች።"

#: includes/admin/class-wc-subscriptions-admin.php:833
msgid "Enter the new period, either day, week, month or year:"
msgstr "አዲሱን ክፍለ ጊዜ ወይ ቀን፣ ሳምንት፣ ወር ወይም አመት አስገባ፡"

#: includes/gateways/paypal/includes/class-wcs-paypal-reference-transaction-api-response.php:136
msgctxt "used in api error message if there is no severity code from PayPal"
msgid "Error"
msgstr "ስህተት"

#. translators: placeholder is an internal error number
#: includes/class-wc-subscriptions-checkout.php:205
msgid "Error %d: Unable to add tax to subscription. Please try again."
msgstr "ስህተት %d፡ ወደ ምዝገባው ግብር ማከል አልተቻለም። እባክዎ ዳግም ይሞክሩ."

#. translators: placeholder is an internal error number
#: includes/class-wc-subscriptions-checkout.php:217
msgid "Error %d: Unable to create order. Please try again."
msgstr "ስህተት %d፡ ትዕዛዝ መፍጠር አልተቻለም። እባክዎ ዳግም ይሞክሩ."

#. translators: placeholder is an internal error number
#: includes/class-wc-subscriptions-checkout.php:188
#: includes/class-wc-subscriptions-checkout.php:374
msgid "Error %d: Unable to create subscription. Please try again."
msgstr "ስህተት %d፡ የደንበኝነት ምዝገባ መፍጠር አልተቻለም። እባክዎ ዳግም ይሞክሩ."

#: includes/class-wc-subscription.php:596
msgid "Error during subscription status transition."
msgstr "የደንበኝነት ምዝገባ ሁኔታ ሽግግር ወቅት ስህተት።"

#. translators: 1$-2$: opening and closing <strong> tags.
#: includes/class-wcs-permalink-manager.php:91
msgid "Error saving Subscriptions endpoints: %1$sSubscriptions%2$s, %1$sView subscription%2$s and %1$sSubscription payment method%2$s cannot be the same. The changes have been reverted."
msgstr "የደንበኝነት ምዝገባዎችን የመጨረሻ ነጥቦችን ማስቀመጥ ላይ ስህተት፡ %1$sSubscriptions%2$s፣ %1$sደንበኝነትን ይመልከቱ%2$s እና %1$s የደንበኝነት ምዝገባ መክፈያ ዘዴ%2$s ተመሳሳይ ሊሆኑ አይችሉም። ለውጦቹ ተመልሰዋል።"

#. translators: placeholder is error message from the payment gateway or subscriptions when updating the status
#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:401
msgid "Error updating some information: %s"
msgstr "አንዳንድ መረጃን ማዘመን ላይ ስህተት፡ %s"

#: includes/class-wc-subscriptions-manager.php:520
msgid "Error: Unable to add product to created subscription. Please try again."
msgstr "ስህተት፡ ምርትን ወደ ተፈጠረ የደንበኝነት ምዝገባ ማከል አልተቻለም። እባክዎ ዳግም ይሞክሩ."

#. translators: placeholder is an order note.
#: includes/class-wc-subscriptions-manager.php:124
msgid "Error: Unable to create renewal order with note \"%s\""
msgstr "ስህተት፡ ከ%s ማስታወሻ ጋር የእድሳት ትዕዛዝ መፍጠር አልተቻለም"

#: includes/class-wc-subscriptions-manager.php:498
msgid "Error: Unable to create subscription. Please try again."
msgstr "ስህተት፡ የደንበኝነት ምዝገባ መፍጠር አልተቻለም። እባክዎ ዳግም ይሞክሩ."

#: includes/admin/meta-boxes/views/html-subscription-schedule.php:63
msgid "Error: unable to find timezone of your browser."
msgstr "ስህተት፡ የአሳሽዎን የሰዓት ሰቅ ማግኘት አልተቻለም።"

#. translators: placeholder is "{time_left}", will be replaced on front end with actual time
#: includes/upgrades/class-wc-subscriptions-upgrader.php:369
#: includes/upgrades/class-wc-subscriptions-upgrader.php:415
msgctxt "Message that gets sent to front end."
msgid "Estimated time left (minutes:seconds): %s"
msgstr "የተገመተው ጊዜ ይቀራል (ደቂቃዎች: ሰከንድ): %s"

#: includes/admin/class-wc-subscriptions-admin.php:327
#: includes/admin/class-wc-subscriptions-admin.php:451
#: templates/admin/html-variation-price.php:66
msgid "Expire after"
msgstr "በኋላ ጊዜው ያበቃል"

#: includes/class-wc-subscriptions-manager.php:1054
#: wcs-functions.php:237
msgctxt "Subscription status"
msgid "Expired"
msgstr "ጊዜው አልፎበታል።"

#. translators: placeholder is a post count.
#: woocommerce-subscriptions.php:348
msgctxt "post status label including post count"
msgid "Expired <span class=\"count\">(%s)</span>"
msgid_plural "Expired <span class=\"count\">(%s)</span>"
msgstr[0] "ጊዜው ያለፈበት <span class=\"count\">(%s)</span>"
msgstr[1] ""

#: includes/emails/class-wcs-email-expired-subscription.php:26
msgid "Expired Subscription"
msgstr "ጊዜው ያለፈበት የደንበኝነት ምዝገባ"

#: includes/emails/class-wcs-email-expired-subscription.php:27
msgid "Expired Subscription emails are sent when a customer's subscription expires."
msgstr "ጊዜው ያለፈበት የደንበኝነት ምዝገባ ኢሜይሎች የሚላኩት የደንበኛ ምዝገባ ሲያልቅ ነው።"

#: includes/admin/reports/class-wcs-report-subscription-events-by-date.php:780
#: includes/admin/reports/class-wcs-report-subscription-payment-retry.php:199
#: includes/admin/reports/class-wcs-report-upcoming-recurring-revenue.php:213
msgid "Export CSV"
msgstr "CSV ወደ ውጪ ላክ"

#: includes/class-wc-subscriptions-manager.php:1060
msgctxt "Subscription status"
msgid "Failed"
msgstr "አልተሳካም።"

#: includes/admin/class-wcs-admin-reports.php:83
msgid "Failed Payment Retries"
msgstr "ያልተሳኩ የክፍያ ድጋሚ ሙከራዎች"

#: includes/upgrades/templates/wcs-about.php:68
msgid "Failed recurring payments can now be retried automatically. This helps recover revenue that would otherwise be lost due to payment methods being declined only temporarily."
msgstr "ያልተሳኩ ተደጋጋሚ ክፍያዎች አሁን በራስ ሰር እንደገና መሞከር ይችላሉ። ይህ የመክፈያ ዘዴዎች ለጊዜው ብቻ ውድቅ በመደረጉ ምክንያት የሚጠፋውን ገቢ መልሶ ለማግኘት ይረዳል።"

#: includes/admin/reports/class-wcs-report-subscription-payment-retry.php:263
msgid "Failed retries"
msgstr "ያልተሳኩ ሙከራዎች"

#. translators: placeholder is subscription ID
#: includes/class-wc-subscriptions-manager.php:2171
msgid "Failed sign-up for subscription %s."
msgstr "ለ%s ምዝገባ አልተሳካም።"

#. translators: $1: order number, $2: error message
#: includes/class-wc-subscriptions-manager.php:304
msgid "Failed to activate subscription status for order #%1$s: %2$s"
msgstr "ለትዕዛዝ #%1$s፡ %2$s የደንበኝነት ምዝገባ ሁኔታን ማግበር አልተሳካም።"

#. translators: $1: order number, $2: error message
#: includes/class-wc-subscriptions-manager.php:360
msgid "Failed to cancel subscription after order #%1$s was cancelled: %2$s"
msgstr "ትዕዛዙ #%1$s ከተሰረዘ በኋላ የደንበኝነት ምዝገባን መሰረዝ አልተቻለም፡ %2$s"

#. translators: $1: order number, $2: error message
#: includes/class-wc-subscriptions-manager.php:424
msgid "Failed to process failed payment on subscription for order #%1$s: %2$s"
msgstr "በትዕዛዝ #%1$s፡ %2$s የደንበኝነት ምዝገባ ላይ ያልተሳካ ክፍያ ማካሄድ አልተሳካም።"

#. translators: $1: order number, $2: error message
#: includes/class-wc-subscriptions-manager.php:388
msgid "Failed to set subscription as expired for order #%1$s: %2$s"
msgstr "የደንበኝነት ምዝገባን ለትዕዛዝ #%1$s፡ %2$s ጊዜው ያለፈበትን ማቀናበር አልተሳካም።"

#. translators: placeholder contains a link to the order's edit screen.
#: includes/early-renewal/wcs-early-renewal-functions.php:172
msgid "Failed to update subscription dates after customer renewed early with order %s."
msgstr "ደንበኛው ቀደም ብሎ በ%s ትዕዛዝ ከታደሰ በኋላ የምዝገባ ቀናትን ማዘመን አልተሳካም።"

#. translators: $1: order number, $2: error message
#: includes/class-wc-subscriptions-manager.php:332
msgid "Failed to update subscription status after order #%1$s was put on-hold: %2$s"
msgstr "ትዕዛዙ #%1$s እንዲቆይ ከተደረገ በኋላ የደንበኝነት ምዝገባን ሁኔታ ማዘመን አልተሳካም፦ %2$s"

#. translators: $1-$2: opening and closing tags. Link to documents->payment gateways, 3$-4$: opening and closing tags. Link to WooCommerce extensions shop page
#: includes/admin/class-wc-subscriptions-admin.php:1932
msgid "Find new gateways that %1$ssupport automatic subscription payments%2$s in the official %3$sWooCommerce Marketplace%4$s."
msgstr "በኦፊሴላዊው %3$sWooCommerce የገበያ ቦታ%4$s ውስጥ %1$s %2$s አውቶማቲክ የደንበኝነት ምዝገባ ክፍያዎችን የሚደግፉ አዳዲስ መግቢያዎችን ያግኙ።"

#. translators: placeholder is a date
#: includes/class-wc-subscriptions-synchroniser.php:838
msgid "First payment prorated. Next payment: %s"
msgstr "የመጀመሪያ ክፍያ ተመጣጣኝ ነው። ቀጣይ ክፍያ፡ %s"

#. translators: placeholder is a date
#: includes/class-wc-subscriptions-synchroniser.php:841
msgid "First payment: %s"
msgstr "የመጀመሪያ ክፍያ፡ %s"

#. translators: placeholder is a date
#: includes/wcs-cart-functions.php:389
#: tests/unit/wcs_test_wcs_cart_functions.php:225
msgid "First renewal: %s"
msgstr "የመጀመሪያ መታደስ፡ %s"

#: includes/class-wc-subscriptions-switcher.php:433
#: includes/class-wc-subscriptions-synchroniser.php:236
msgctxt "when to prorate first payment / subscription length"
msgid "For All Subscription Products"
msgstr "ለሁሉም የምዝገባ ምርቶች"

#: includes/class-wc-subscriptions-switcher.php:401
msgctxt "when to prorate recurring fee when switching"
msgid "For Upgrades & Downgrades of All Subscription Products"
msgstr "ለሁሉም የደንበኝነት ምዝገባ ምርቶች ማሻሻያዎች እና ማሽቆልቆሎች"

#: includes/class-wc-subscriptions-switcher.php:400
msgctxt "when to prorate recurring fee when switching"
msgid "For Upgrades & Downgrades of Virtual Subscription Products Only"
msgstr "ለምናባዊ የደንበኝነት ምዝገባ ምርቶች ማሻሻያዎች እና ማሽቆልቆሎች ብቻ"

#: includes/class-wc-subscriptions-switcher.php:399
msgctxt "when to prorate recurring fee when switching"
msgid "For Upgrades of All Subscription Products"
msgstr "ለሁሉም የደንበኝነት ምዝገባ ምርቶች ማሻሻያዎች"

#: includes/class-wc-subscriptions-switcher.php:398
msgctxt "when to prorate recurring fee when switching"
msgid "For Upgrades of Virtual Subscription Products Only"
msgstr "ለምናባዊ የደንበኝነት ምዝገባ ምርቶች ማሻሻያዎች ብቻ"

#: includes/class-wc-subscriptions-switcher.php:432
#: includes/class-wc-subscriptions-synchroniser.php:235
msgctxt "when to prorate first payment / subscription length"
msgid "For Virtual Subscription Products Only"
msgstr "ለምናባዊ የደንበኝነት ምዝገባ ምርቶች ብቻ"

#. translators: placeholders are opening and closing <strong> tags
#: includes/upgrades/templates/wcs-about-2-0.php:124
msgid "For a store manager to change a subscription from automatic to manual renewal payments (or manual to automatic) with Subscriptions v1.5, the database needed to be modified directly. Subscriptions now provides a way for payment gateways to allow you to change that from the new %sEdit Subscription%s interface."
msgstr "አንድ የመደብር አስተዳዳሪ የደንበኝነት ምዝገባን ከአውቶማቲክ ወደ በእጅ እድሳት ክፍያዎች (ወይም በእጅ ወደ አውቶማቲክ) በደንበኝነት ምዝገባ v1.5 ለመቀየር የውሂብ ጎታውን በቀጥታ ማሻሻል ነበረበት። የደንበኝነት ምዝገባዎች አሁን ያንን ከአዲሱ %sEdit Subscription%s በይነገጽ እንድትቀይሩ የሚያስችልዎትን የክፍያ መግቢያ መንገዶችን ያቀርባል።"

#. translators: placeholders are opening and closing link tags, linking to additional privacy policy documentation.
#: includes/privacy/class-wcs-privacy.php:95
msgid "For the purposes of processing recurring subscription payments, we store the customer's name, billing address, shipping address, email address, phone number and credit card/payment details."
msgstr "ተደጋጋሚ የደንበኝነት ምዝገባ ክፍያዎችን ለማስኬድ ዓላማ የደንበኛውን ስም ፣ የክፍያ መጠየቂያ አድራሻ ፣ የመላኪያ አድራሻ ፣ የኢሜል አድራሻ ፣ የስልክ ቁጥር እና የክሬዲት ካርድ / የክፍያ ዝርዝሮችን እናከማቻለን ።"

#: includes/wcs-cart-functions.php:227
msgctxt "shipping method price"
msgid "Free"
msgstr "ፍርይ"

#: templates/admin/deprecated/html-variation-price.php:97
#: templates/admin/deprecated/html-variation-price.php:104
msgid "Free Trial"
msgstr "የነጳ ሙከራ"

#: includes/wcs-cart-functions.php:282
msgid "Free shipping coupon"
msgstr "ነጻ የማጓጓዣ ኩፖን"

#: includes/admin/class-wc-subscriptions-admin.php:354
#: templates/admin/html-variation-price.php:25
msgid "Free trial"
msgstr "የነጳ ሙከራ"

#: includes/admin/class-wc-subscriptions-admin.php:452
msgid "Free trial length"
msgstr "ነጻ የሙከራ ጊዜ"

#: includes/admin/class-wc-subscriptions-admin.php:453
msgid "Free trial period"
msgstr "ነፃ የሙከራ ጊዜ"

#. translators: %s: gateway ID.
#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:175
#: includes/class-wcs-change-payment-method-admin.php:53
msgctxt "The gateway ID displayed on the Edit Subscriptions screen when editing payment method."
msgid "Gateway ID: [%s]"
msgstr "ጌትዌይ መታወቂያ፡ [%s]"

#: includes/api/class-wc-rest-subscriptions-controller.php:360
#: includes/api/legacy/class-wc-api-subscriptions.php:315
#: includes/api/legacy/class-wc-rest-subscriptions-controller.php:306
msgid "Gateway does not support admin changing the payment method on a Subscription."
msgstr "ጌትዌይ አስተዳዳሪ በደንበኝነት ምዝገባ ላይ የመክፈያ ዘዴ መቀየርን አይደግፍም።"

#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:52
msgid "General"
msgstr "አጠቃላይ"

#: includes/data-stores/class-wcs-customer-store-cached-cpt.php:54
msgid "Generate Customer Subscription Cache"
msgstr "የደንበኛ ምዝገባ መሸጎጫ ይፍጠሩ"

#: includes/data-stores/class-wcs-related-order-store-cached-cpt.php:69
msgid "Generate Related Order Cache"
msgstr "ተዛማጅ የትዕዛዝ መሸጎጫ ይፍጠሩ"

#: includes/upgrades/templates/wcs-about-2-0.php:194
msgid "Go to WooCommerce Subscriptions Settings"
msgstr "ወደ WooCommerce የደንበኝነት ምዝገባዎች ቅንብሮች ይሂዱ"

#: includes/upgrades/templates/wcs-about.php:213
msgid "Go to WooCommerce Subscriptions Settings &raquo;"
msgstr "ወደ WooCommerce የደንበኝነት ምዝገባዎች ቅንብሮች ይሂዱ »"

#. translators: hour placeholder for time input, javascript format
#: includes/wcs-helper-functions.php:45
msgid "HH"
msgstr "ህ"

#: includes/emails/class-wcs-email-cancelled-subscription.php:180
#: includes/emails/class-wcs-email-expired-subscription.php:178
#: includes/emails/class-wcs-email-on-hold-subscription.php:178
msgctxt "email type"
msgid "HTML"
msgstr "HTML"

#. translators: %s: Customer first name
#: templates/emails/customer-completed-renewal-order.php:17
#: templates/emails/customer-completed-switch-order.php:17
#: templates/emails/customer-on-hold-renewal-order.php:17
#: templates/emails/customer-payment-retry.php:16
#: templates/emails/customer-processing-renewal-order.php:17
#: templates/emails/customer-renewal-invoice.php:16
#: templates/emails/plain/customer-completed-renewal-order.php:16
#: templates/emails/plain/customer-completed-switch-order.php:16
#: templates/emails/plain/customer-on-hold-renewal-order.php:16
#: templates/emails/plain/customer-payment-retry.php:16
#: templates/emails/plain/customer-processing-renewal-order.php:16
#: templates/emails/plain/customer-renewal-invoice.php:16
msgid "Hi %s,"
msgstr "ሰላም %s፣"

#. translators: placeholders are opening and closing code tags
#: includes/upgrades/templates/wcs-about.php:197
msgid "Honour Renewal Order Data"
msgstr "የክብር እድሳት ትዕዛዝ ውሂብ"

#: includes/upgrades/templates/wcs-about.php:50
msgid "How many customers stay subscribed for more than 6 months? What is the average lifetime value of your subscribers? How much renewal revenue will your store earn next month?"
msgstr "ስንት ደንበኞች ከ6 ወር በላይ ተመዝጋቢ ሆነው ይቆያሉ? የተመዝጋቢዎችዎ አማካይ የህይወት ዘመን ዋጋ ስንት ነው? በሚቀጥለው ወር ሱቅዎ ምን ያህል የእድሳት ገቢ ያገኛል?"

#: templates/myaccount/my-subscriptions.php:33
#: templates/myaccount/related-subscriptions.php:31
msgid "ID"
msgstr "መታወቂያ"

#: templates/emails/subscription-info.php:25
msgctxt "subscription ID table heading"
msgid "ID"
msgstr "መታወቂያ"

#: includes/privacy/class-wcs-privacy-exporters.php:81
msgid "IP Address"
msgstr "የአይፒ አድራሻ"

#: includes/gateways/paypal/includes/class-wcs-paypal-standard-ipn-handler.php:491
msgid "IPN subscription cancelled."
msgstr "የአይፒኤን ምዝገባ ተሰርዟል።"

#: includes/gateways/paypal/includes/class-wcs-paypal-standard-ipn-handler.php:378
msgid "IPN subscription failing payment method changed."
msgstr "የአይፒኤን ምዝገባ አለመሳካት የመክፈያ ዘዴ ተቀይሯል።"

#. translators: 1: payment status (e.g. "completed"), 2: pending reason.
#: includes/gateways/paypal/includes/class-wcs-paypal-standard-ipn-handler.php:439
msgctxt "used in order note"
msgid "IPN subscription payment %1$s for reason: %2$s."
msgstr "የአይፒኤን ምዝገባ ክፍያ %1$s በምክንያት፡ %2$s።"

#. translators: placeholder is payment status (e.g. "completed")
#: includes/gateways/paypal/includes/class-wcs-paypal-standard-ipn-handler.php:426
#: includes/gateways/paypal/includes/class-wcs-paypal-standard-ipn-handler.php:435
msgctxt "used in order note"
msgid "IPN subscription payment %s."
msgstr "የአይፒኤን የደንበኝነት ክፍያ %s።"

#: includes/gateways/paypal/includes/class-wcs-paypal-standard-ipn-handler.php:332
#: includes/gateways/paypal/includes/class-wcs-paypal-standard-ipn-handler.php:416
msgid "IPN subscription payment completed."
msgstr "የአይፒኤን ምዝገባ ክፍያ ተጠናቅቋል።"

#: includes/gateways/paypal/includes/class-wcs-paypal-standard-ipn-handler.php:507
msgid "IPN subscription payment failure."
msgstr "የአይፒኤን የደንበኝነት ምዝገባ ክፍያ አለመሳካት።"

#: includes/gateways/paypal/includes/class-wcs-paypal-standard-ipn-handler.php:275
msgctxt "when it is a payment change, and there is a subscr_signup message, this will be a confirmation message that PayPal accepted it being the new payment method"
msgid "IPN subscription payment method changed to PayPal."
msgstr "የአይፒኤን የደንበኝነት መክፈያ ዘዴ ወደ PayPal ተቀይሯል።"

#: includes/gateways/paypal/includes/class-wcs-paypal-standard-ipn-handler.php:279
msgid "IPN subscription sign up completed."
msgstr "የአይፒኤን ምዝገባ ተጠናቅቋል።"

#: includes/gateways/paypal/includes/class-wcs-paypal-standard-ipn-handler.php:468
msgid "IPN subscription suspended."
msgstr "የአይፒኤን ምዝገባ ታግዷል።"

#: includes/admin/class-wc-subscriptions-admin.php:1261
msgid "If a subscriber's subscription is manually cancelled or expires, she will be assigned this role."
msgstr "የአንድ ተመዝጋቢ ደንበኝነት ምዝገባ በእጅ ከተሰረዘ ወይም ጊዜው ካለፈ፣ይህን ሚና ትሰጣለች።"

#: includes/class-wc-subscriptions-synchroniser.php:227
msgid "If a subscription is synchronised to a specific day of the week, month or year, charge a prorated amount for the subscription at the time of sign up."
msgstr "የደንበኝነት ምዝገባ ከተወሰነ የሳምንቱ፣ ወር ወይም አመት ቀን ጋር ከተመሳሰለ፣ በምዝገባ ወቅት ለደንበኝነት የተከፈለውን መጠን ያስከፍሉ።"

#. translators: placeholders are opening and closing link tags, linking to additional privacy policy documentation.
#: includes/privacy/class-wcs-privacy.php:99
msgid "If you are using PayPal Standard or PayPal Reference transactions please see the %1$sPayPal Privacy Policy%2$s for more details."
msgstr "የPayPal ስታንዳርድ ወይም የፔይፓል ማመሳከሪያ ግብይቶችን እየተጠቀሙ ከሆነ እባክዎን ለበለጠ ዝርዝር %1$sPayPal የግላዊነት ፖሊሲ%2$s ይመልከቱ።"

#. translators: placeholders are opening and closing link tags
#: includes/admin/class-wc-subscriptions-admin.php:1301
msgid "If you don't want new subscription purchases to automatically charge renewal payments, you can turn off automatic payments. Existing automatic subscriptions will continue to charge customers automatically. %1$sLearn more%2$s."
msgstr "አዲስ የደንበኝነት ግዢዎች የእድሳት ክፍያዎችን በራስ ሰር እንዲከፍሉ ካልፈለጉ፣ አውቶማቲክ ክፍያዎችን ማጥፋት ይችላሉ። ነባር አውቶማቲክ ምዝገባዎች ደንበኞችን በራስ ሰር ማስከፈል ይቀጥላሉ። %1$s የበለጠ ተማር%2$s።"

#. translators: placeholder is number of seconds
#: includes/upgrades/templates/wcs-upgrade-in-progress.php:34
msgid "If you received a server error and reloaded the page to find this notice, please refresh the page in %s seconds and the upgrade routine will recommence without issues."
msgstr "የአገልጋይ ስህተት ከደረሰህ እና ይህን ማስታወቂያ ለማግኘት ገጹን ከጫንክ፣ እባክህ ገጹን በ%s ሰከንድ ውስጥ አድስ እና የማሻሻያ እለቱ ያለችግር ይጀምራል።"

#: includes/class-wcs-failed-scheduled-action-manager.php:134
msgid "Ignore this error"
msgstr "ይህንን ስህተት ችላ ይበሉ"

#: includes/gateways/paypal/includes/admin/class-wcs-paypal-admin.php:194
msgid "Ignore this error (not recommended)"
msgstr "ይህንን ስህተት ችላ ይበሉ (አይመከርም)"

#: includes/upgrades/templates/wcs-about.php:127
msgid "Import subscriptions to WooCommerce via CSV, or export your subscriptions from WooCommerce to a CSV with the WooCommerce Subscriptions Importer/Exporter extension."
msgstr "የደንበኝነት ምዝገባዎችን ወደ WooCommerce በCSV ያስመጡ፣ ወይም የደንበኝነት ምዝገባዎችዎን ከWooCommerce ወደ CSV በWooCommerce የደንበኝነት ምዝገባዎች አስመጪ/ ላኪ ቅጥያ ይላኩ።"

#: includes/upgrades/templates/wcs-about.php:126
msgctxt "h3 on the About Subscriptions page for this new feature"
msgid "Import/Export Subscriptions"
msgstr "የደንበኝነት ምዝገባዎችን አስመጣ/ላክ"

#: includes/upgrades/class-wcs-upgrade-notice-manager.php:85
msgid "Improved scheduled action data storage"
msgstr "የተሻሻለ የታቀደ የድርጊት ውሂብ ማከማቻ"

#. translators: placeholder is human time diff (e.g. "3 weeks")
#: includes/class-wc-subscription.php:1192
#: includes/class-wc-subscriptions-manager.php:2289
msgid "In %s"
msgstr "በ%s ውስጥ"

#: includes/upgrades/templates/wcs-about.php:199
msgid "In previous versions of Subscriptions, the subscription total was passed to payment gateways as the amount to charge for automatic renewal payments. This made it unnecessarily complicated to add one-time fees or discounts to a renewal."
msgstr "በቀደሙት የደንበኝነት ምዝገባዎች እትሞች፣ የደንበኝነት ምዝገባው ድምር ለራስ-ሰር እድሳት ክፍያዎች የሚያስከፍል መጠን ሆኖ ለክፍያ መግቢያ መንገዶች ተላልፏል። ይህ በእድሳት ላይ የአንድ ጊዜ ክፍያዎችን ወይም ቅናሾችን መጨመር ሳያስፈልግ ውስብስብ አድርጎታል።"

#: includes/admin/class-wc-subscriptions-admin.php:1260
msgid "Inactive Subscriber Role"
msgstr "ንቁ ያልሆነ የደንበኝነት ተመዝጋቢ ሚና"

#: includes/upgrades/class-wcs-upgrade-notice-manager.php:89
msgid "Increased processing rate for scheduled payments"
msgstr "የታቀዱ ክፍያዎች የማስኬጃ መጠን ጨምሯል።"

#: includes/admin/meta-boxes/class-wcs-meta-box-related-orders.php:82
msgctxt "relation to order"
msgid "Initial Subscription"
msgstr "የመጀመሪያ ምዝገባ"

#: includes/class-wc-subscriptions-coupon.php:697
msgid "Initial payment discount"
msgstr "የመጀመሪያ ክፍያ ቅናሽ"

#: woocommerce-subscriptions.php:858
msgid "Installed Plugins"
msgstr "የተጫኑ ፕለጊኖች"

#. translators: placeholder is date type (e.g. "end", "next_payment"...)
#: includes/class-wc-subscription.php:2364
msgctxt "appears in an error message if date is wrong format"
msgid "Invalid %s date. The date must be of the format: \"Y-m-d H:i:s\"."
msgstr "ልክ ያልሆነ %s ቀን። ቀኑ ቅርጸት መሆን አለበት፡ &quot;Ymd H:i:s&quot;።"

#: includes/gateways/paypal/includes/class-wcs-paypal-standard-ipn-handler.php:645
msgid "Invalid PayPal IPN Payload: unable to find matching subscription."
msgstr "ልክ ያልሆነ የPayPal IPN ክፍያ፡ ተዛማጅ የደንበኝነት ምዝገባን ማግኘት አልተቻለም።"

#: includes/class-wc-subscriptions-change-payment-gateway.php:250
#: includes/class-wcs-template-loader.php:28
#: includes/wcs-helper-functions.php:286
msgid "Invalid Subscription."
msgstr "ልክ ያልሆነ የደንበኝነት ምዝገባ"

#: wcs-functions.php:130
msgctxt "Error message while creating a subscription"
msgid "Invalid created date. The date must be a string and of the format: \"Y-m-d H:i:s\"."
msgstr "ልክ ያልሆነ የተፈጠረ ቀን። ቀኑ ሕብረቁምፊ እና የቅርጸቱ መሆን አለበት፡ &quot;Ymd H:i:s&quot;።"

#: includes/class-wc-subscription.php:2337
msgid "Invalid data. First parameter has a date that is not in the registered date types."
msgstr "ልክ ያልሆነ ውሂብ የመጀመሪያው መለኪያ በተመዘገቡት የቀን ዓይነቶች ውስጥ ያልሆነ ቀን አለው."

#: includes/class-wc-subscription.php:2330
msgid "Invalid data. First parameter was empty when passed to update_dates()."
msgstr "ልክ ያልሆነ ውሂብ ወደ update_dates() ሲተላለፍ የመጀመሪያው ልኬት ባዶ ነበር።"

#: includes/wcs-order-functions.php:571
msgid "Invalid data. No valid item id was passed in."
msgstr "ልክ ያልሆነ ውሂብ ምንም የሚሰራ ንጥል መታወቂያ አልገባም።"

#: includes/wcs-order-functions.php:567
msgid "Invalid data. No valid subscription / order was passed in."
msgstr "ልክ ያልሆነ ውሂብ ምንም የሚሰራ የደንበኝነት ምዝገባ/ትእዛዝ አልተላለፈም።"

#: includes/wcs-order-functions.php:148
msgctxt "In wcs_copy_order_meta error message. Refers to origin and target order objects."
msgid "Invalid data. Orders expected aren't orders."
msgstr "ልክ ያልሆነ ውሂብ የሚጠበቁ ትዕዛዞች ትዕዛዞች አይደሉም።"

#: includes/wcs-order-functions.php:152
msgctxt "Refers to the type of the copy being performed: \"copy_order\", \"subscription\", \"renewal_order\", \"resubscribe_order\""
msgid "Invalid data. Type of copy is not a string."
msgstr "ልክ ያልሆነ ውሂብ የቅጂ አይነት ሕብረቁምፊ አይደለም።"

#: wcs-functions.php:137
msgctxt "Error message while creating a subscription"
msgid "Invalid date. The date must be a string and of the format: \"Y-m-d H:i:s\"."
msgstr "ልክ ያልሆነ ቀን ቀኑ ሕብረቁምፊ እና የቅርጸቱ መሆን አለበት፡ &quot;Ymd H:i:s&quot;።"

#: includes/class-wc-subscription.php:2326
msgid "Invalid format. First parameter needs to be an array."
msgstr "ልክ ያልሆነ ቅርጸት የመጀመሪያው መለኪያ ድርድር መሆን አለበት።"

#: includes/class-wc-subscriptions-change-payment-gateway.php:259
msgid "Invalid order."
msgstr "ልክ ያልሆነ ትዕዛዝ"

#: includes/class-wc-subscriptions-cart.php:1238
msgid "Invalid recurring shipping method."
msgstr "ልክ ያልሆነ ተደጋጋሚ የማጓጓዣ ዘዴ።"

#. translators: 1: relation type, 2: list of valid relation types.
#: includes/abstracts/abstract-wcs-related-order-store.php:148
msgid "Invalid relation type: %1$s. Order relationship type must be one of: %2$s."
msgstr "ልክ ያልሆነ የግንኙነት አይነት፡ %1$s። የትዕዛዝ ግንኙነት አይነት ከ %2$s አንዱ መሆን አለበት።"

#: includes/class-wc-subscriptions-manager.php:2262
msgid "Invalid security token, please reload the page and try again."
msgstr "ልክ ያልሆነ የደህንነት ማስመሰያ፣ እባክዎ ገጹን እንደገና ይጫኑ እና እንደገና ይሞክሩ።"

#. translators: 1) passed sort order type argument, 2) 'ascending', 3) 'descending'.
#: includes/wcs-helper-functions.php:266
msgid "Invalid sort order type: %1$s. The $sort_order argument must be %2$s or %3$s."
msgstr "ልክ ያልሆነ የመደርደር አይነት፡ %1$s። የ$ sort_order ነጋሪ እሴት %2$s ወይም %3$s መሆን አለበት።"

#: includes/api/legacy/class-wc-api-subscriptions.php:388
#: wcs-functions.php:152
msgid "Invalid subscription billing interval given. Must be an integer greater than 0."
msgstr "ልክ ያልሆነ የደንበኝነት ምዝገባ ክፍያ ክፍተት ተሰጥቷል። ኢንቲጀር ከ0 በላይ መሆን አለበት።"

#: includes/api/legacy/class-wc-api-subscriptions.php:399
#: wcs-functions.php:147
msgid "Invalid subscription billing period given."
msgstr "ልክ ያልሆነ የደንበኝነት ምዝገባ ክፍያ ጊዜ ተሰጥቷል።"

#: wcs-functions.php:142
msgctxt "Error message while creating a subscription"
msgid "Invalid subscription customer_id."
msgstr "ልክ ያልሆነ የደንበኝነት ምዝገባ ደንበኛ_መታወቂያ።"

#: includes/api/class-wc-rest-subscriptions-controller.php:289
#: includes/api/legacy/class-wc-rest-subscriptions-controller.php:172
msgid "Invalid subscription id."
msgstr "ልክ ያልሆነ የደንበኝነት ምዝገባ መታወቂያ።"

#: includes/api/legacy/class-wc-api-subscriptions.php:102
#: wcs-functions.php:178
msgid "Invalid subscription status given."
msgstr "የተሳሳተ የደንበኝነት ምዝገባ ሁኔታ ተሰጥቷል።"

#. translators: placeholder is a switch type.
#: includes/class-wcs-switch-cart-item.php:303
msgid "Invalid switch type \"%s\". Switch must be one of: \"upgrade\", \"downgrade\" or \"crossgrade\"."
msgstr "ልክ ያልሆነ የመቀየሪያ አይነት &quot;%s&quot;። መቀየሪያ ከሚከተሉት አንዱ መሆን አለበት፡ &quot;ማሻሻል&quot;፣ &quot;ማውረድ&quot; ወይም &quot;ማቋረጫ&quot;።"

#. translators: %s: invalid type of update argument.
#: includes/class-wcs-post-meta-cache-manager.php:199
msgid "Invalid update type: %s. Post update types supported are \"add\" or \"delete\". Updates are done on post meta directly."
msgstr "ልክ ያልሆነ የዝማኔ አይነት፡ %s የሚደገፉ የልጥፍ ዝመና ዓይነቶች &quot;አክል&quot; ወይም &quot;ሰርዝ&quot; ናቸው። ዝማኔዎች በፖስታ ሜታ ላይ በቀጥታ ይከናወናሉ."

#: includes/emails/class-wcs-email-customer-renewal-invoice.php:49
msgid "Invoice for renewal order {order_number}"
msgstr "የእድሳት ደረሰኝ {order_number}"

#: includes/emails/class-wcs-email-customer-renewal-invoice.php:48
msgid "Invoice for renewal order {order_number} from {order_date}"
msgstr "ከ{order_ቀን} ጀምሮ የእድሳት ደረሰኝ {order_number}"

#. translators: $1 and $2 are opening and closing strong tags, respectively.
#: includes/gateways/paypal/includes/admin/class-wcs-paypal-admin.php:63
msgid "It is %1$sstrongly recommended you do not change the Receiver Email address%2$s if you have active subscriptions with PayPal. Doing so can break existing subscriptions."
msgstr "በPayPay ንቁ የደንበኝነት ምዝገባዎች ካለዎት የተቀባዩን ኢሜይል አድራሻ%2$s እንዳይቀይሩ %1$ በጥብቅ ይመከራል። ይህን ማድረግ ነባር የደንበኝነት ምዝገባዎችን ሊያፈርስ ይችላል።"

#. translators: 1$-2$: opening and closing <strong> tags. 3$-4$: opening and closing link tags for learn more. Leads to duplicate site article on docs. 5$-6$: Opening and closing link to production URL. 7$: Production URL .
#: woocommerce-subscriptions.php:927
msgid "It looks like this site has moved or is a duplicate site. %1$sWooCommerce Subscriptions%2$s has disabled automatic payments and subscription related emails on this site to prevent duplicate payments from a staging or test environment. %1$sWooCommerce Subscriptions%2$s considers %5$s%7$s%6$s to be the site's URL. %3$sLearn more &raquo;%4$s."
msgstr "ይህ ጣቢያ የተዛወረ ወይም የተባዛ ጣቢያ ይመስላል። %1$sWooCommerce የደንበኝነት ምዝገባዎች%2$s የተባዙ ክፍያዎችን ከመድረክ ወይም ከሙከራ አካባቢ ለመከላከል በዚህ ጣቢያ ላይ አውቶማቲክ ክፍያዎችን እና ከደንበኝነት ምዝገባ ጋር የተያያዙ ኢሜሎችን አሰናክሏል። %1$sWooCommerce ምዝገባዎች%2$s %5$s%7$s%6$s የጣቢያው ዩአርኤል አድርገው ይቆጥሩታል። %3$s የበለጠ ተማር »%4$s።"

#. translators: placeholders are opening and closing <strong> tags
#: includes/upgrades/templates/wcs-about-2-0.php:137
msgid "It was already possible to change a subscription's next payment date, but some store managers wanted to provide a customer with an extended free trial or add an extra month to the expiration date. Now you can change all of these dates from the %sEdit Subscription%s screen."
msgstr "የደንበኝነት ምዝገባን ቀጣዩን የክፍያ ቀን መቀየር አስቀድሞ ተችሏል፣ ነገር ግን አንዳንድ የሱቅ አስተዳዳሪዎች ለደንበኛ የተራዘመ የነጻ ሙከራ ማቅረብ ወይም ተጨማሪ ወር ወደ ማብቂያው ቀን ማከል ፈልገዋል። አሁን እነዚህን ሁሉ ቀኖች ከ%sEdit Subscription%s ስክሪን መቀየር ትችላለህ።"

#: includes/upgrades/templates/wcs-about-2-0.php:52
msgid "It's now easier for your customers to buy more subscriptions!"
msgstr "ተጨማሪ የደንበኝነት ምዝገባዎችን ለመግዛት ለደንበኞችዎ አሁን ቀላል ሆኗል!"

#: includes/api/class-wc-rest-subscriptions-controller.php:573
msgid "Item ID."
msgstr "የንጥል መታወቂያ"

#: includes/admin/class-wcs-admin-post-types.php:424
msgid "Items"
msgstr "እቃዎች"

#. translators: %s: Order number
#: templates/emails/customer-processing-renewal-order.php:19
#: templates/emails/plain/customer-processing-renewal-order.php:18
msgid "Just to let you know &mdash; we've received your subscription renewal order #%s, and it is now being processed:"
msgstr "እርስዎን ለማሳወቅ ያህል — የደንበኝነት ምዝገባ እድሳት ትዕዛዝ #%s ደርሶናል እና አሁን በሂደት ላይ ነው፡-"

#: templates/admin/deprecated/order-shipping-html.php:8
msgid "Label"
msgstr "መለያ"

#: includes/admin/reports/class-wcs-report-subscription-events-by-date.php:735
#: includes/admin/reports/class-wcs-report-subscription-payment-retry.php:162
msgid "Last 7 Days"
msgstr "ያለፉት 7 ቀናት"

#: includes/admin/reports/class-wcs-report-subscription-events-by-date.php:733
#: includes/admin/reports/class-wcs-report-subscription-payment-retry.php:160
msgid "Last Month"
msgstr "ባለፈው ወር"

#: includes/admin/class-wcs-admin-post-types.php:429
msgid "Last Order Date"
msgstr "የመጨረሻው የትዕዛዝ ቀን"

#: templates/emails/cancelled-subscription.php:23
#: templates/emails/expired-subscription.php:23
#: templates/emails/on-hold-subscription.php:23
#: tests/unit/scheduler/scheduler.php:68
#: wcs-functions.php:306
msgctxt "table heading"
msgid "Last Order Date"
msgstr "የመጨረሻው የትዕዛዝ ቀን"

#. translators: placeholder is last time subscription was paid
#: templates/emails/plain/cancelled-subscription.php:32
#: templates/emails/plain/expired-subscription.php:32
msgid "Last Order Date: %s"
msgstr "የመጨረሻው የትዕዛዝ ቀን፡ %s"

#. translators: placeholder is last time subscription was paid
#: templates/emails/plain/on-hold-subscription.php:32
msgid "Last Order: %s"
msgstr "የመጨረሻው ትዕዛዝ፡ %s"

#: includes/class-wc-subscriptions-synchroniser.php:783
msgid "Last day of the month"
msgstr "የወሩ የመጨረሻ ቀን"

#: templates/myaccount/subscription-details.php:25
msgctxt "customer subscription table header"
msgid "Last order date"
msgstr "የመጨረሻው የትዕዛዝ ቀን"

#: includes/gateways/paypal/includes/templates/html-ipn-failure-notice.php:36
msgid "Last recorded error:"
msgstr "መጨረሻ የተመዘገበው ስህተት፡-"

#: includes/upgrades/templates/wcs-about.php:79
msgctxt "learn more link to failed payment retry documentation"
msgid "Learn More"
msgstr "ተጨማሪ እወቅ"

#: includes/upgrades/templates/wcs-about.php:100
msgctxt "learn more link to subscription emails documentation"
msgid "Learn More"
msgstr "ተጨማሪ እወቅ"

#: includes/upgrades/templates/wcs-about.php:55
msgctxt "learn more link to subscription reports documentation"
msgid "Learn More"
msgstr "ተጨማሪ እወቅ"

#: includes/class-wcs-failed-scheduled-action-manager.php:139
#: includes/upgrades/class-wcs-upgrade-notice-manager.php:106
msgid "Learn more"
msgstr "ተጨማሪ እወቅ"

#. translators: placeholders are opening and closing link tags
#: includes/upgrades/templates/wcs-about-2-0.php:97
msgid "Learn more about the new %sView Subscription page%s."
msgstr "ስለ አዲሱ የ%sView የደንበኝነት ምዝገባ ገጽ%s የበለጠ ይወቁ።"

#. translators: placeholders are opening and closing link tags
#: includes/upgrades/templates/wcs-about-2-0.php:56
msgid "Learn more about the new %smultiple subscriptions%s feature."
msgstr "ስለ አዲሱ %smultiple የደንበኝነት ምዝገባዎች%s ባህሪ የበለጠ ይወቁ።"

#. translators: %s: help tip.
#: includes/admin/reports/class-wcs-report-subscription-by-customer.php:105
msgid "Lifetime Value from Subscriptions %s"
msgstr "የዕድሜ ልክ ዋጋ ከደንበኝነት ምዝገባዎች %s"

#: includes/class-wcs-limiter.php:46
msgid "Limit subscription"
msgstr "የደንበኝነት ምዝገባን ይገድቡ"

#: includes/class-wcs-limiter.php:51
msgid "Limit to one active subscription"
msgstr "ለአንድ ንቁ የደንበኝነት ምዝገባ ይገድቡ"

#: includes/class-wcs-limiter.php:52
msgid "Limit to one of any status"
msgstr "ከማንኛውም ሁኔታ ወደ አንዱ ይገድቡ"

#. translators: %1$s is the coupon code, %2$d is the number of payment usages
#: includes/class-wc-subscriptions-coupon.php:1047
msgid "Limited use coupon \"%1$s\" removed from subscription. It has been used %2$d time."
msgid_plural "Limited use coupon \"%1$s\" removed from subscription. It has been used %2$d times."
msgstr[0] "የተገደበ የአጠቃቀም ኩፖን &quot;%1$s&quot; ከምዝገባ ተወግዷል። %2$d ጊዜ ጥቅም ላይ ውሏል።"
msgstr[1] ""

#: includes/api/class-wc-rest-subscriptions-controller.php:618
msgid "Line subtotal (before discounts)."
msgstr "የመስመር ንዑስ ድምር (ከቅናሾች በፊት)።"

#: includes/api/class-wc-rest-subscriptions-controller.php:623
msgid "Line subtotal tax (before discounts)."
msgstr "የመስመር ንዑስ ጠቅላላ ግብር (ከቅናሾች በፊት)።"

#: includes/api/class-wc-rest-subscriptions-controller.php:638
msgid "Line taxes."
msgstr "የመስመር ግብሮች."

#: includes/api/class-wc-rest-subscriptions-controller.php:628
msgid "Line total (after discounts)."
msgstr "የመስመር ጠቅላላ (ቅናሾች በኋላ)."

#: includes/api/class-wc-rest-subscriptions-controller.php:633
msgid "Line total tax (after discounts)."
msgstr "መስመር ጠቅላላ ግብር (ቅናሾች በኋላ)."

#: includes/admin/class-wc-subscriptions-admin.php:1730
#: includes/admin/class-wcs-admin-system-status.php:109
msgctxt "refers to live site"
msgid "Live"
msgstr "ቀጥታ"

#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:140
msgid "Load billing address"
msgstr "የክፍያ መጠየቂያ አድራሻን ጫን"

#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:231
msgid "Load shipping address"
msgstr "የመላኪያ አድራሻ ጫን"

#. translators: php date string
#: includes/admin/class-wcs-admin-post-types.php:917
msgctxt "used in \"Subscription scheduled for <date>\""
msgid "M j, Y @ G:i"
msgstr "M j፣ Y @ G:i"

#. translators: minute placeholder for time input, javascript format
#: includes/wcs-helper-functions.php:48
msgid "MM"
msgstr "ወ.ዘ.ተ"

#: includes/admin/class-wc-subscriptions-admin.php:986
msgid "Manage Subscriptions"
msgstr "የደንበኝነት ምዝገባዎችን ያስተዳድሩ"

#: includes/admin/class-wcs-admin-post-types.php:961
#: includes/class-wc-subscription.php:1999
#: includes/class-wcs-change-payment-method-admin.php:168
msgid "Manual Renewal"
msgstr "በእጅ እድሳት"

#: includes/admin/class-wc-subscriptions-admin.php:1284
msgid "Manual Renewal Payments"
msgstr "በእጅ የማደሻ ክፍያዎች"

#: includes/class-wc-subscriptions-manager.php:134
msgid "Manual renewal order awaiting customer payment."
msgstr "የደንበኛ ክፍያ በመጠባበቅ ላይ በእጅ እድሳት ትእዛዝ."

#. translators: placeholder is number of upgraded subscriptions
#: includes/upgrades/class-wc-subscriptions-upgrader.php:345
msgctxt "used in the subscriptions upgrader"
msgid "Marked %s subscription products as \"sold individually\"."
msgstr "የ%s የደንበኝነት ምዝገባ ምርቶች እንደ &quot;ለግል የተሸጡ&quot; የሚል ምልክት ተደርጎባቸዋል።"

#: includes/api/class-wc-rest-subscriptions-controller.php:675
msgid "Meta key."
msgstr "ሜታ ቁልፍ።"

#: includes/api/class-wc-rest-subscriptions-controller.php:681
msgid "Meta label."
msgstr "የሜታ መለያ"

#: includes/api/class-wc-rest-subscriptions-controller.php:687
msgid "Meta value."
msgstr "የሜታ እሴት።"

#. translators: 1$: number of action scheduler hooks upgraded, 2$: "{execution_time}", will be replaced on front end with actual time
#: includes/upgrades/class-wc-subscriptions-upgrader.php:354
msgid "Migrated %1$s subscription related hooks to the new scheduler (in %2$s seconds)."
msgstr "ከ%1$s የደንበኝነት ምዝገባ ጋር የተዛመዱ መንጠቆዎችን ወደ አዲሱ የጊዜ ሰሌዳ አስማሚ (በ%2$s ሰከንድ) ፈለሰ።"

#. translators: 1$: number of subscriptions upgraded, 2$: "{execution_time}", will be replaced on front end with actual time it took
#: includes/upgrades/class-wc-subscriptions-upgrader.php:366
msgid "Migrated %1$s subscriptions to the new structure (in %2$s seconds)."
msgstr "የ%1$s ምዝገባዎችን ወደ አዲሱ መዋቅር ተሸጋግሯል (በ%2$s ሰከንድ)።"

#: includes/admin/class-wc-subscriptions-admin.php:1312
msgctxt "options section heading"
msgid "Miscellaneous"
msgstr "የተለያዩ"

#: includes/admin/class-wc-subscriptions-admin.php:1330
msgid "Mixed Checkout"
msgstr "የተቀላቀለ Checkout"

#: includes/class-wc-subscriptions-synchroniser.php:311
msgid "Month for Synchronisation"
msgstr "ወር ለማመሳሰል"

#: includes/admin/class-wcs-admin-post-types.php:489
msgid "Move this item to the Trash"
msgstr "ይህን ንጥል ወደ መጣያው ይውሰዱት።"

#: includes/emails/class-wcs-email-cancelled-subscription.php:181
#: includes/emails/class-wcs-email-expired-subscription.php:179
#: includes/emails/class-wcs-email-on-hold-subscription.php:179
msgctxt "email type"
msgid "Multipart"
msgstr "ባለብዙ ክፍል"

#: includes/upgrades/templates/wcs-about-2-0.php:51
msgid "Multiple Subscriptions"
msgstr "በርካታ የደንበኝነት ምዝገባዎች"

#: includes/class-wcs-template-loader.php:28
msgid "My Account"
msgstr "አካውንቴ"

#: includes/class-wcs-query.php:143
msgid "My Subscription"
msgstr "የእኔ ምዝገባ"

#: includes/privacy/class-wcs-privacy.php:236
msgid "N/A"
msgstr "ኤን/ኤ"

#: includes/gateways/paypal/includes/class-wcs-paypal-reference-transaction-api-response.php:150
#: templates/admin/deprecated/order-shipping-html.php:14
#: templates/admin/deprecated/order-tax-html.php:9
msgctxt "no information about something"
msgid "N/A"
msgstr "ኤን/ኤ"

#: includes/class-wc-subscriptions-switcher.php:397
#: includes/class-wc-subscriptions-switcher.php:431
msgctxt "when to allow a setting"
msgid "Never"
msgstr "በጭራሽ"

#: includes/class-wc-subscriptions-synchroniser.php:234
msgctxt "when to prorate first payment / subscription length"
msgid "Never (charge the full recurring amount at sign-up)"
msgstr "በጭራሽ (በምዝገባ ወቅት ሙሉውን ተደጋጋሚ መጠን አያስከፍሉ)"

#: includes/class-wc-subscriptions-switcher.php:416
msgctxt "when to prorate signup fee when switching"
msgid "Never (charge the full sign up fee)"
msgstr "በጭራሽ (ሙሉውን የመመዝገቢያ ክፍያ አያስከፍሉ)"

#: includes/class-wc-subscriptions-switcher.php:415
msgctxt "when to prorate signup fee when switching"
msgid "Never (do not charge a sign up fee)"
msgstr "በጭራሽ (የምዝገባ ክፍያ አያስከፍሉ)"

#: includes/class-wc-subscriptions-synchroniser.php:233
msgctxt "when to prorate first payment / subscription length"
msgid "Never (do not charge any recurring amount)"
msgstr "በጭራሽ (ምንም አይነት ተደጋጋሚ መጠን አያስከፍሉ)"

#: includes/wcs-time-functions.php:88
msgctxt "Subscription length"
msgid "Never expire"
msgstr "በፍፁም አያልቅም።"

#. translators: placeholders are opening and closing <code> tags
#: includes/upgrades/templates/wcs-about-2-0.php:175
msgid "New %sWC_Subscription%s Object"
msgstr "አዲስ %sWC_Subscription%s ነገር"

#. translators: placeholders are opening and closing code tags
#: includes/upgrades/templates/wcs-about-2-0.php:164
msgid "New %sshop_subscription%s Post Type"
msgstr "አዲስ %sshop_subscription%s የፖስታ አይነት"

#: includes/upgrades/templates/wcs-about-2-0.php:68
msgid "New Add/Edit Subscription Screen"
msgstr "አዲስ የደንበኝነት ምዝገባ ስክሪን አክል/አርትዕ"

#: includes/emails/class-wcs-email-new-renewal-order.php:22
msgid "New Renewal Order"
msgstr "አዲስ የእድሳት ትእዛዝ"

#: includes/payment-retry/class-wcs-retry-post-store.php:42
msgid "New Retry"
msgstr "አዲስ ሙከራ"

#: woocommerce-subscriptions.php:269
msgctxt "custom post type setting"
msgid "New Subscription"
msgstr "አዲስ የደንበኝነት ምዝገባ"

#: includes/upgrades/templates/wcs-about.php:90
msgid "New Subscription Emails"
msgstr "አዲስ የደንበኝነት ምዝገባ ኢሜይሎች"

#: includes/admin/reports/class-wcs-report-subscription-events-by-date.php:855
msgid "New Subscriptions"
msgstr "አዲስ የደንበኝነት ምዝገባዎች"

#: includes/upgrades/templates/wcs-about-2-0.php:87
msgid "New View Subscription Page"
msgstr "አዲስ እይታ የደንበኝነት ምዝገባ ገጽ"

#: includes/emails/class-wcs-email-new-renewal-order.php:23
msgid "New renewal order emails are sent when a subscription renewal payment is processed."
msgstr "አዲስ የማደሻ ትዕዛዝ ኢሜይሎች የሚላኩት የምዝገባ እድሳት ክፍያ ሲፈፀም ነው።"

#: templates/emails/admin-new-switch-order.php:28
#: templates/emails/customer-completed-switch-order.php:26
msgid "New subscription details"
msgstr "አዲስ የደንበኝነት ምዝገባ ዝርዝሮች"

#: includes/emails/class-wcs-email-new-renewal-order.php:25
msgid "New subscription renewal order"
msgstr "አዲስ የደንበኝነት ምዝገባ እድሳት ትእዛዝ"

#: templates/myaccount/my-subscriptions.php:65
msgid "Next"
msgstr "ቀጥሎ"

#: includes/admin/reports/class-wcs-report-upcoming-recurring-revenue.php:179
msgid "Next 12 Months"
msgstr "የሚቀጥሉት 12 ወራት"

#: includes/admin/reports/class-wcs-report-upcoming-recurring-revenue.php:180
msgid "Next 30 Days"
msgstr "የሚቀጥሉት 30 ቀናት"

#: includes/admin/reports/class-wcs-report-upcoming-recurring-revenue.php:182
msgid "Next 7 Days"
msgstr "የሚቀጥሉት 7 ቀናት"

#: includes/admin/reports/class-wcs-report-upcoming-recurring-revenue.php:181
msgid "Next Month"
msgstr "በሚቀጥለው ወር"

#: includes/admin/class-wcs-admin-post-types.php:428
msgid "Next Payment"
msgstr "ቀጣይ ክፍያ"

#: templates/myaccount/my-subscriptions.php:40
#: tests/unit/scheduler/scheduler.php:67
#: wcs-functions.php:305
msgctxt "table heading"
msgid "Next Payment"
msgstr "ቀጣይ ክፍያ"

#. translators: placeholder is the subscription's next payment date (either human readable or normal date) wrapped in <strong> tags
#: templates/checkout/subscription-receipt.php:24
msgid "Next Payment Date: %s"
msgstr "የሚቀጥለው የክፍያ ቀን፡ %s"

#: templates/myaccount/my-subscriptions.php:23
#: templates/myaccount/related-subscriptions.php:23
#: templates/myaccount/related-subscriptions.php:39
msgctxt "table heading"
msgid "Next payment"
msgstr "ቀጣይ ክፍያ"

#: templates/myaccount/subscription-details.php:26
msgctxt "customer subscription table header"
msgid "Next payment date"
msgstr "የሚቀጥለው የክፍያ ቀን"

#: templates/emails/plain/subscription-info.php:38
#: templates/emails/subscription-info.php:42
msgid "Next payment: %s"
msgstr "ቀጣይ ክፍያ፡ %s"

#: includes/admin/class-wc-subscriptions-admin.php:1724
#: includes/admin/class-wcs-admin-system-status.php:95
#: includes/admin/reports/class-wcs-report-cache-manager.php:317
msgid "No"
msgstr "አይ"

#: woocommerce-subscriptions.php:323
msgid "No Subscriptions found"
msgstr "ምንም የደንበኝነት ምዝገባዎች አልተገኙም።"

#: woocommerce-subscriptions.php:274
msgctxt "custom post type setting"
msgid "No Subscriptions found in trash"
msgstr "በመጣያ ውስጥ ምንም የደንበኝነት ምዝገባዎች አልተገኙም።"

#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:150
msgid "No billing address set."
msgstr "ምንም የክፍያ መጠየቂያ አድራሻ አልተዘጋጀም።"

#: includes/admin/reports/class-wcs-report-subscription-by-customer.php:32
msgid "No customers found."
msgstr "ምንም ደንበኛ አልተገኙም።"

#. translators: $1-2: opening and closing tags of a link that takes to Woo marketplace / Stripe product page
#: includes/admin/class-wc-subscriptions-admin.php:1912
msgid "No payment gateways capable of processing automatic subscription payments are enabled. If you would like to process automatic payments, we recommend the %1$sfree Stripe extension%2$s."
msgstr "አውቶማቲክ የደንበኝነት ምዝገባ ክፍያዎችን ማካሄድ የሚችል ምንም የክፍያ መግቢያ መንገዶች አልነቁም። ራስ-ሰር ክፍያዎችን ማካሄድ ከፈለጉ፣ %1$sfree Stripe ቅጥያ%2$sን እንመክራለን።"

#: includes/admin/reports/class-wcs-report-subscription-by-product.php:30
msgid "No products found."
msgstr "ምንም ምርቶች አልተገኙም።"

#: includes/payment-retry/class-wcs-retry-post-store.php:46
msgid "No retries found"
msgstr "ምንም ሙከራዎች አልተገኙም።"

#: includes/payment-retry/class-wcs-retry-post-store.php:47
msgid "No retries found in trash"
msgstr "በመጣያ ውስጥ ምንም ሙከራዎች አልተገኙም።"

#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:242
msgid "No shipping address set."
msgstr "ምንም የመላኪያ አድራሻ አልተዘጋጀም።"

#: includes/class-wc-subscriptions-order.php:704
msgctxt "An order type"
msgid "Non-subscription"
msgstr "ያለደንበኝነት ምዝገባ"

#: includes/admin/class-wcs-admin-post-types.php:955
msgid "None"
msgstr "ምንም"

#: includes/class-wc-subscription.php:1205
msgid "Not cancelled"
msgstr "አልተሰረዘም"

#: includes/class-wc-subscription.php:1202
msgid "Not yet ended"
msgstr "ገና አላለቀም።"

#: includes/admin/class-wc-subscriptions-admin.php:2036
msgid "Note that purchasing a subscription still requires an account."
msgstr "የደንበኝነት ምዝገባን መግዛት አሁንም መለያ እንደሚያስፈልግ ልብ ይበሉ።"

#: templates/emails/email-order-details.php:61
msgid "Note:"
msgstr "ማስታወሻ:"

#: includes/admin/reports/class-wcs-report-retention-rate.php:156
msgctxt "X axis label on retention rate graph"
msgid "Number of days after sign-up"
msgstr "ከተመዘገቡ በኋላ የቀኖች ብዛት"

#: includes/admin/reports/class-wcs-report-retention-rate.php:162
msgctxt "X axis label on retention rate graph"
msgid "Number of months after sign-up"
msgstr "ከተመዘገቡ በኋላ የወራት ብዛት"

#: includes/admin/reports/class-wcs-report-subscription-events-by-date.php:901
msgid "Number of renewals"
msgstr "የእድሳት ብዛት"

#: includes/admin/reports/class-wcs-report-subscription-events-by-date.php:886
msgid "Number of resubscribes"
msgstr "የድጋሚ ተመዝጋቢዎች ብዛት"

#: includes/admin/reports/class-wcs-report-retention-rate.php:159
msgctxt "X axis label on retention rate graph"
msgid "Number of weeks after sign-up"
msgstr "ከተመዘገቡ በኋላ የሳምንት ብዛት"

#: wcs-functions.php:234
msgctxt "Subscription status"
msgid "On hold"
msgstr "በተጠንቀቅ"

#: includes/class-wc-subscriptions-manager.php:1064
msgctxt "Subscription status"
msgid "On-hold"
msgstr "በተጠንቀቅ"

#: includes/emails/class-wcs-email-customer-on-hold-renewal-order.php:23
msgid "On-hold Renewal Order"
msgstr "በይቆየው የእድሳት ትእዛዝ"

#: includes/admin/class-wc-subscriptions-admin.php:389
msgid "One time shipping"
msgstr "አንድ ጊዜ መላኪያ"

#. translators: placeholders are opening and closing link tags
#: includes/class-wcs-limiter.php:48
msgid "Only allow a customer to have one subscription to this product. %1$sLearn more%2$s."
msgstr "አንድ ደንበኛ ለዚህ ምርት አንድ ምዝገባ እንዲኖረው ብቻ ፍቀድ። %1$s የበለጠ ተማር%2$s።"

#: includes/class-wc-subscriptions-manager.php:2266
msgid "Only store managers can edit payment dates."
msgstr "የክፍያ ቀኖችን ማርትዕ የሚችሉት የሱቅ አስተዳዳሪዎች ብቻ ናቸው።"

#: includes/gateways/paypal/includes/admin/class-wcs-paypal-admin.php:199
msgid "Open a ticket"
msgstr "ትኬት ይክፈቱ"

#: includes/admin/class-wc-subscriptions-admin.php:342
msgid "Optionally include an amount to be charged at the outset of the subscription. The sign-up fee will be charged immediately, even if the product has a free trial or the payment dates are synced."
msgstr "እንደ አማራጭ በደንበኝነት ምዝገባው መጀመሪያ ላይ የሚከፍለውን መጠን ያካትቱ። ምንም እንኳን ምርቱ ነጻ ሙከራ ቢኖረውም ወይም የመክፈያ ቀኖቹ ቢመሳሰሉም የምዝገባ ክፍያው ወዲያውኑ እንዲከፍል ይደረጋል።"

#: templates/myaccount/related-orders.php:22
msgid "Order"
msgstr "ማዘዝ"

#. translators: %s is order's number
#: includes/class-wcs-cart-renewal.php:330
msgid "Order #%s has not been added to the cart."
msgstr "ትዕዛዝ #%s ወደ ጋሪው አልታከለም።"

#. translators: %s: order ID (linked to details page).
#: includes/early-renewal/class-wcs-cart-early-renewal.php:312
msgid "Order %s created to record early renewal."
msgstr "ቀደም እድሳትን ለመመዝገብ %s ትእዛዝ ተፈጥሯል።"

#. translators: placeholder is order ID
#: includes/class-wc-subscriptions-renewal-order.php:161
msgid "Order %s created to record renewal."
msgstr "እድሳትን ለመመዝገብ %s ትእዛዝ ተፈጥሯል።"

#: includes/admin/meta-boxes/views/html-related-orders-table.php:17
#: templates/myaccount/related-orders.php:42
msgid "Order Number"
msgstr "የትእዛዝ ቁጥር"

#: templates/emails/plain/email-order-details.php:17
msgid "Order date: %s"
msgstr "የትዕዛዝ ቀን፡ %s"

#: templates/emails/plain/email-order-details.php:16
msgid "Order number: %s"
msgstr "የትዕዛዝ ቁጥር፡ %s"

#: includes/admin/class-wcs-admin-post-types.php:431
msgctxt "number of orders linked to a subscription"
msgid "Orders"
msgstr "ትዕዛዞች"

#. translators: placeholder is blogname
#: includes/gateways/paypal/includes/class-wcs-paypal-reference-transaction-api-request.php:71
msgctxt "data sent to paypal"
msgid "Orders with %s"
msgstr "%s ያላቸው ትዕዛዞች"

#: includes/class-wc-subscriptions-order.php:699
msgctxt "An order type"
msgid "Original"
msgstr "ኦሪጅናል"

#: templates/admin/deprecated/order-shipping-html.php:34
#: templates/admin/deprecated/order-shipping-html.php:36
msgid "Other"
msgstr "ሌላ"

#: includes/admin/class-wcs-admin-system-status.php:295
msgctxt "label for the system status page"
msgid "Other"
msgstr "ሌላ"

#: includes/class-wc-subscriptions-order.php:473
msgid "Parent Order"
msgstr "የወላጅ ትዕዛዝ"

#: includes/admin/meta-boxes/class-wcs-meta-box-related-orders.php:96
msgctxt "relation to order"
msgid "Parent Order"
msgstr "የወላጅ ትዕዛዝ"

#: woocommerce-subscriptions.php:275
msgctxt "custom post type setting"
msgid "Parent Subscriptions"
msgstr "የወላጅ ምዝገባዎች"

#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:121
msgid "Parent order:"
msgstr "የወላጅ ትእዛዝ፡-"

#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:110
msgid "Parent order: "
msgstr "የወላጅ ትእዛዝ፡-"

#: templates/myaccount/related-orders.php:65
msgctxt "pay for a subscription"
msgid "Pay"
msgstr "ይክፈሉ"

#: templates/emails/customer-renewal-invoice.php:24
#: templates/emails/customer-renewal-invoice.php:33
msgid "Pay Now &raquo;"
msgstr "አሁን ይክፈሉ &quot;"

#: includes/early-renewal/class-wcs-early-renewal-modal-handler.php:39
msgid "Pay now"
msgstr "አሁን ይክፈሉ"

#: includes/gateways/paypal/includes/class-wcs-paypal-status-manager.php:113
msgid "PayPal API error - credentials are incorrect."
msgstr "የPayPal API ስህተት - ምስክርነቶች የተሳሳቱ ናቸው።"

#. translators: placeholders are PayPal API error code and PayPal API error message
#: includes/gateways/paypal/class-wcs-paypal.php:386
msgid "PayPal API error: (%1$d) %2$s"
msgstr "የPayPal API ስህተት፡ (%1$d) %2$s"

#: includes/admin/class-wcs-admin-system-status.php:329
msgctxt "label for the system status page"
msgid "PayPal Reference Transactions Enabled"
msgstr "የ PayPal ዋቢ ግብይቶች ነቅተዋል።"

#: includes/admin/class-wc-subscriptions-admin.php:868
msgid "PayPal Standard has a number of limitations and does not support all subscription features."
msgstr "የPayPal ስታንዳርድ በርካታ ገደቦች ያሉት ሲሆን ሁሉንም የደንበኝነት ምዝገባ ባህሪያትን አይደግፍም።"

#: includes/gateways/paypal/includes/admin/class-wcs-paypal-admin.php:286
msgid "PayPal Subscription ID:"
msgstr "የ PayPal ምዝገባ መታወቂያ፡-"

#. translators: placeholder is PayPal transaction status message
#: includes/gateways/paypal/class-wcs-paypal.php:391
msgid "PayPal Transaction Held: %s"
msgstr "የፔይፓል ግብይት ተይዟል፡ %s"

#. translators: placeholders are opening and closing link tags. 1$-2$: to docs on woocommerce, 3$-4$ to gateway settings on the site
#: includes/gateways/paypal/includes/admin/class-wcs-paypal-admin.php:110
msgid "PayPal is inactive for subscription transactions. Please %1$sset up the PayPal IPN%2$s and %3$senter your API credentials%4$s to enable PayPal for Subscriptions."
msgstr "PayPal ለምዝገባ ግብይቶች የቦዘነ ነው። እባኮትን %1$s የPayPayPayPayPayN%2$s አዘጋጁ እና %3$s የእርስዎን API ምስክርነቶች%4$s ላኩ PayPal ለደንበኝነት ምዝገባዎች።"

#. translators: placeholder is a transaction ID.
#: includes/gateways/paypal/class-wcs-paypal.php:407
msgid "PayPal payment approved (ID: %s)"
msgstr "የፔይፓል ክፍያ ጸድቋል (መታወቂያ፡%s)"

#. translators: placeholder is PayPal transaction status message
#: includes/gateways/paypal/class-wcs-paypal.php:403
msgid "PayPal payment declined: %s"
msgstr "የፔይፓል ክፍያ ውድቅ ተደርጓል፡ %s"

#: templates/myaccount/subscription-details.php:71
msgid "Payment"
msgstr "ክፍያ"

#: includes/admin/class-wcs-admin-system-status.php:71
msgid "Payment Gateway Support"
msgstr "የክፍያ ጌትዌይ ድጋፍ"

#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:170
#: includes/class-wcs-change-payment-method-admin.php:38
#: includes/class-wcs-change-payment-method-admin.php:51
msgid "Payment Method"
msgstr "የመክፈያ ዘዴ"

#. translators: placeholder is the display name of the payment method
#: templates/checkout/subscription-receipt.php:37
msgid "Payment Method: %s"
msgstr "የመክፈያ ዘዴ፡ %s"

#: includes/emails/class-wcs-email-payment-retry.php:26
msgid "Payment Retry"
msgstr "ክፍያ እንደገና ይሞክሩ"

#: includes/class-wc-subscription.php:1777
msgid "Payment failed."
msgstr "ክፍያ አልተሳካም።"

#: includes/early-renewal/class-wcs-early-renewal-modal-handler.php:145
msgid "Payment for the renewal order was unsuccessful with your payment method on file, please try again."
msgstr "የእድሳት ትዕዛዙ ክፍያ በፋይልዎ የመክፈያ ዘዴ አልተሳካም፣ እባክዎ እንደገና ይሞክሩ።"

#: includes/api/class-wc-rest-subscriptions-controller.php:515
#: includes/api/legacy/class-wc-rest-subscriptions-controller.php:366
msgid "Payment gateway ID."
msgstr "የክፍያ መግቢያ መታወቂያ።"

#. translators: placeholders are opening and closing link tags
#: includes/admin/class-wc-subscriptions-admin.php:1925
msgid "Payment gateways which don't support automatic recurring payments can be used to process %1$smanual subscription renewal payments%2$s."
msgstr "አውቶማቲክ ተደጋጋሚ ክፍያዎችን የማይደግፉ የክፍያ መግቢያ መንገዶች %1$smanual የደንበኝነት ምዝገባ እድሳት ክፍያዎች%2$sን ለማስኬድ ጥቅም ላይ ሊውሉ ይችላሉ።"

#: includes/class-wc-subscriptions-change-payment-gateway.php:340
msgid "Payment method added."
msgstr "የመክፈያ ዘዴ ታክሏል።"

#. translators: 1: old payment title, 2: new payment title.
#: includes/class-wc-subscriptions-change-payment-gateway.php:530
msgctxt "%1$s: old payment title, %2$s: new payment title"
msgid "Payment method changed from \"%1$s\" to \"%2$s\" by the subscriber from their account page."
msgstr "የመክፈያ ዘዴ ከ &quot;%1$s&quot; ወደ &quot;%2$s&quot; በደንበኝነት ተመዝጋቢው ከመለያ ገጻቸው ተቀይሯል።"

#: includes/class-wc-subscription.php:2090
#: wcs-functions.php:828
msgid "Payment method meta must be an array."
msgstr "የመክፈያ ዘዴ ሜታ ድርድር መሆን አለበት።"

#. translators: 1: previous token, 2: new token.
#: includes/class-wcs-my-account-payment-methods.php:199
msgctxt "used in subscription note"
msgid "Payment method meta updated after customer changed their default token and opted to update their subscriptions. Payment meta changed from %1$s to %2$s"
msgstr "ደንበኛው ነባሪ ማስመሰያቸውን ከቀየሩ እና የደንበኝነት ምዝገባቸውን ለማዘመን ከመረጡ በኋላ የመክፈያ ዘዴ ሜታ ተዘምኗል። የክፍያ ሜታ ከ%1$s ወደ %2$s ተቀይሯል።"

#. translators: 1: deleted token, 2: new token.
#: includes/class-wcs-my-account-payment-methods.php:98
msgctxt "used in subscription note"
msgid "Payment method meta updated after customer deleted a token from their My Account page. Payment meta changed from %1$s to %2$s"
msgstr "የመክፈያ ዘዴ ሜታ ተዘምኗል ደንበኛ ቶከንን ከመለያ ገጻቸው ላይ ከሰረዙ በኋላ። የክፍያ ሜታ ከ%1$s ወደ %2$s ተቀይሯል።"

#: includes/class-wc-subscriptions-change-payment-gateway.php:380
#: includes/class-wc-subscriptions-change-payment-gateway.php:382
msgid "Payment method updated for all your current subscriptions."
msgstr "የመክፈያ ዘዴ ለሁሉም የአሁኑ የደንበኝነት ምዝገባዎችዎ ተዘምኗል።"

#: includes/class-wc-subscriptions-change-payment-gateway.php:340
msgid "Payment method updated."
msgstr "የመክፈያ ዘዴ ተዘምኗል።"

#. translators: 1-2: opening/closing <a> tags - linked to staging site, 3: link to live site.
#: includes/class-wcs-staging.php:40
msgid "Payment processing skipped - renewal order created on %1$sstaging site%2$s under staging site lock. Live site is at %3$s"
msgstr "የክፍያ ሂደት ተዘሏል - በ%1$staging site%2$s ላይ የተፈጠረ የእድሳት ትእዛዝ በጣቢያ መቆለፊያ ስር። የቀጥታ ጣቢያ %3$s ላይ ነው።"

#: includes/class-wcs-retry-manager.php:347
msgid "Payment retry attempted on renewal order with multiple related subscriptions with no payment method in common."
msgstr "የክፍያ ድጋሚ ሞክር እድሳት ትእዛዝ ላይ ከበርካታ ተዛማጅ የደንበኝነት ምዝገባዎች ጋር ምንም የጋራ የመክፈያ ዘዴ የለም።"

#: includes/emails/class-wcs-email-payment-retry.php:27
msgid "Payment retry emails are sent to chosen recipient(s) when an attempt to automatically process a subscription renewal payment has failed and a retry rule has been applied to retry the payment in the future."
msgstr "የደንበኝነት ምዝገባ እድሳት ክፍያን በራስ ሰር ለማስኬድ የተደረገው ሙከራ ሳይሳካ ሲቀር እና ክፍያውን ወደፊት ለመሞከር እንደገና ለመሞከር ደንብ ሲተገበር የክፍያ ድጋሚ ሙከራ ኢሜይሎች ለተመረጡት ተቀባይ(ዎች) ይላካሉ።"

#: includes/payment-retry/class-wcs-retry-post-store.php:25
msgid "Payment retry posts store details about the automatic retry of failed renewal payments."
msgstr "የክፍያ ድጋሚ ሞክር ልጥፎች የማከማቻ ዝርዝሮች ያልተሳካላቸው የእድሳት ክፍያዎች በራስ-ሰር እንደገና መሞከር።"

#: includes/class-wc-subscription.php:1749
msgid "Payment status marked complete."
msgstr "የክፍያ ሁኔታ እንደተጠናቀቀ ምልክት ተደርጎበታል።"

#: includes/admin/meta-boxes/views/html-subscription-schedule.php:23
#: includes/early-renewal/class-wcs-early-renewal-modal-handler.php:72
msgid "Payment:"
msgstr "ክፍያ፡-"

#: includes/upgrades/templates/wcs-about-2-0.php:157
#: includes/upgrades/templates/wcs-about.php:151
msgid "Peek Under the Hood for Developers"
msgstr "ለገንቢዎች ከሆድ ስር ይመልከቱ"

#: includes/class-wc-subscriptions-manager.php:1057
#: wcs-functions.php:232
msgctxt "Subscription status"
msgid "Pending"
msgstr "በመጠባበቅ ላይ"

#: wcs-functions.php:238
msgctxt "Subscription status"
msgid "Pending Cancellation"
msgstr "በመጠባበቅ ላይ ያለ ስረዛ"

#. translators: placeholder is a post count.
#: woocommerce-subscriptions.php:350
msgctxt "post status label including post count"
msgid "Pending Cancellation <span class=\"count\">(%s)</span>"
msgid_plural "Pending Cancellation <span class=\"count\">(%s)</span>"
msgstr[0] "በመጠባበቅ ላይ ያለ ስረዛ <span class=\"count\">(%s)</span>"
msgstr[1] ""

#: includes/admin/reports/class-wcs-report-subscription-payment-retry.php:279
msgid "Pending retries"
msgstr "በመጠባበቅ ላይ ያሉ ሙከራዎች"

#: includes/class-wc-subscriptions-manager.php:565
msgid "Pending subscription created."
msgstr "በመጠባበቅ ላይ ያለ የደንበኝነት ምዝገባ ተፈጥሯል።"

#: includes/api/legacy/class-wc-api-subscriptions.php:614
msgctxt "API response confirming order note deleted from a subscription"
msgid "Permanently deleted subscription note"
msgstr "የደንበኝነት ምዝገባ ማስታወሻ እስከመጨረሻው ተሰርዟል።"

#: includes/privacy/class-wcs-privacy-erasers.php:189
msgid "Personal data removed."
msgstr "የግል ውሂብ ተወግዷል።"

#. Translators: %s subscription number.
#: includes/privacy/class-wcs-privacy-erasers.php:75
msgid "Personal data within subscription %s has been retained."
msgstr "በ%s ምዝገባ ውስጥ ያለ የግል ውሂብ ተጠብቆ ቆይቷል።"

#: includes/privacy/class-wcs-privacy-exporters.php:85
msgid "Phone Number"
msgstr "ስልክ ቁጥር"

#: includes/admin/class-wc-subscriptions-admin.php:1223
msgid "Place Order Button Text"
msgstr "የትዕዛዝ አዝራር ጽሑፍ"

#: includes/emails/class-wcs-email-cancelled-subscription.php:179
#: includes/emails/class-wcs-email-expired-subscription.php:177
#: includes/emails/class-wcs-email-on-hold-subscription.php:177
msgctxt "email type"
msgid "Plain text"
msgstr "በሚነበብ መልኩ"

#: includes/class-wcs-change-payment-method-admin.php:122
msgid "Please choose a valid payment gateway to change to."
msgstr "እባክዎ የሚቀይሩት ትክክለኛ የክፍያ መግቢያ ይምረጡ።"

#: includes/admin/class-wcs-admin-meta-boxes.php:118
msgid "Please enter a date after the next payment."
msgstr "እባክዎ ከሚቀጥለው ክፍያ በኋላ ቀን ያስገቡ።"

#: includes/admin/class-wcs-admin-meta-boxes.php:115
#: includes/admin/class-wcs-admin-meta-boxes.php:116
msgid "Please enter a date after the start date."
msgstr "እባክዎ ከመጀመሪያው ቀን በኋላ ቀን ያስገቡ።"

#: includes/admin/class-wcs-admin-meta-boxes.php:114
msgid "Please enter a date after the trial end."
msgstr "እባክዎ የፍርድ ሂደቱ ካለቀ በኋላ ቀን ያስገቡ።"

#: includes/admin/class-wcs-admin-meta-boxes.php:113
msgid "Please enter a date at least one hour into the future."
msgstr "እባኮትን ወደፊት ቢያንስ አንድ ሰአት አስገባ።"

#: includes/admin/class-wcs-admin-meta-boxes.php:117
msgid "Please enter a date before the next payment."
msgstr "እባክዎ ከሚቀጥለው ክፍያ በፊት ቀን ያስገቡ።"

#: includes/admin/class-wcs-admin-meta-boxes.php:112
msgid "Please enter a start date in the past."
msgstr "እባክዎ ያለፈው የመጀመሪያ ቀን ያስገቡ።"

#: includes/class-wc-subscriptions-cart.php:993
msgid "Please enter a valid postcode/ZIP."
msgstr "እባክዎ የሚሰራ የፖስታ ኮድ/ዚፕ ያስገቡ።"

#: includes/class-wc-subscriptions-manager.php:2270
msgid "Please enter all date fields."
msgstr "እባክዎ ሁሉንም የቀን መስኮች ያስገቡ።"

#: includes/upgrades/templates/wcs-upgrade.php:51
msgid "Please keep this page open until the update process completes. No need to refresh or restart the process."
msgstr "የዝማኔ ሂደቱ እስኪጠናቀቅ ድረስ እባክዎ ይህን ገጽ ክፍት ያድርጉት። ሂደቱን ማደስ ወይም እንደገና ማስጀመር አያስፈልግም."

#: includes/class-wc-subscriptions-change-payment-gateway.php:793
msgid "Please log in to your account below to choose a new payment method for your subscription."
msgstr "ለደንበኝነት ምዝገባዎ አዲስ የመክፈያ ዘዴ ለመምረጥ እባክዎ ከታች ወደ መለያዎ ይግቡ።"

#: includes/admin/reports/class-wcs-report-cache-manager.php:266
msgid "Please note: data for this report is cached. The data displayed may be out of date by up to 24 hours. The cache is updated each morning at 4am in your site's timezone."
msgstr "እባክዎ ልብ ይበሉ፡ የዚህ ሪፖርት ውሂብ ተደብቋል። የሚታየው ውሂብ እስከ 24 ሰዓታት ድረስ ጊዜው ያለፈበት ሊሆን ይችላል። መሸጎጫው በየጠዋቱ 4am በጣቢያዎ የሰዓት ሰቅ ውስጥ ይዘምናል።"

#. translators: opening/closing <a> tags - linked to ticket form.
#: woocommerce-subscriptions.php:1248
msgid "Please upgrade the WooCommerce Subscriptions plugin to version 2.0 or newer immediately. If you need assistance, after upgrading to Subscriptions v2.0, please %1$sopen a support ticket%2$s."
msgstr "እባክዎ የ WooCommerce ምዝገባዎች ተሰኪን ወደ ስሪት 2.0 ወይም ከዚያ በላይ ወዲያውኑ ያሻሽሉ። እርዳታ ከፈለጉ፣ ወደ የደንበኝነት ምዝገባዎች v2.0 ካሻሻሉ በኋላ፣ እባክዎ የድጋፍ ትኬት%2$s ይክፈቱ።"

#: templates/myaccount/my-subscriptions.php:61
msgid "Previous"
msgstr "ቀዳሚ"

#. translators: 1-2: opening/closing <a> tags - link to documentation.
#: includes/upgrades/class-wcs-upgrade-notice-manager.php:92
msgid "Previous versions of Subscriptions relied on %1$sWP Cron%2$s to process subscription payments and other scheduled events. In 3.0, these events will now run on admin request with loopback support. This will significantly increase the throughput of payment processing."
msgstr "የቀደሙት የደንበኝነት ምዝገባዎች ስሪቶች የደንበኝነት ምዝገባ ክፍያዎችን እና ሌሎች የታቀዱ ዝግጅቶችን ለማስኬድ በ%1$sWP ክሮን%2$s ላይ ይተማመናሉ። በ 3.0 ውስጥ፣ እነዚህ ክስተቶች አሁን በአስተዳዳሪ ጥያቄ ከ loopback ድጋፍ ጋር ይሰራሉ። ይህ የክፍያውን ሂደት በከፍተኛ ሁኔታ ይጨምራል።"

#: templates/emails/cancelled-subscription.php:22
#: templates/emails/email-order-details.php:38
#: templates/emails/expired-subscription.php:22
#: templates/emails/on-hold-subscription.php:22
msgctxt "table headings in notification email"
msgid "Price"
msgstr "ዋጋ"

#: includes/upgrades/templates/wcs-about.php:52
msgid "Prior to Subscriptions 2.1, they were not easy to answer. Subscriptions 2.1 introduces new reports to answer these questions, and many more."
msgstr "ከደንበኝነት ምዝገባዎች 2.1 በፊት፣ መልስ ለመስጠት ቀላል አልነበሩም። የደንበኝነት ምዝገባዎች 2.1 ለእነዚህ ጥያቄዎች መልስ ለመስጠት አዲስ ሪፖርቶችን እና ሌሎችንም ያስተዋውቃል።"

#: includes/admin/class-wcs-admin-meta-boxes.php:165
msgid "Process renewal"
msgstr "የሂደት እድሳት"

#: includes/admin/class-wcs-admin-meta-boxes.php:188
msgid "Process renewal order action requested by admin."
msgstr "የሂደት እድሳት ትዕዛዝ እርምጃ በአስተዳዳሪው ተጠይቋል።"

#: includes/emails/class-wcs-email-processing-renewal-order.php:24
msgid "Processing Renewal order"
msgstr "የእድሳት ትእዛዝ በሂደት ላይ"

#: includes/admin/reports/class-wcs-report-subscription-by-product.php:20
msgid "Product"
msgstr "ምርት"

#: templates/checkout/form-change-payment-method.php:20
#: templates/emails/email-order-details.php:36
#: templates/myaccount/subscription-totals-table.php:21
msgctxt "table headings in notification email"
msgid "Product"
msgstr "ምርት"

#: includes/api/class-wc-rest-subscriptions-controller.php:591
msgid "Product ID."
msgstr "የምርት መታወቂያ"

#: includes/api/class-wc-rest-subscriptions-controller.php:585
msgid "Product SKU."
msgstr "የምርት SKU"

#: includes/api/class-wc-rest-subscriptions-controller.php:579
msgid "Product name."
msgstr "የምርት ስም."

#: includes/api/class-wc-rest-subscriptions-controller.php:612
msgid "Product price."
msgstr "የምርት ዋጋ."

#: includes/admin/reports/class-wcs-report-subscription-by-product.php:21
msgid "Products"
msgstr "ምርቶች"

#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:69
msgid "Profile &rarr;"
msgstr "መገለጫ →"

#: includes/class-wc-subscriptions-synchroniser.php:226
msgid "Prorate First Renewal"
msgstr "የመጀመሪያ እድሳት ተመጣጣኝ"

#: includes/class-wc-subscriptions-switcher.php:389
msgid "Prorate Recurring Payment"
msgstr "ተመጣጣኝ ተደጋጋሚ ክፍያ"

#: includes/class-wc-subscriptions-switcher.php:407
msgid "Prorate Sign up Fee"
msgstr "የተመጣጠነ የምዝገባ ክፍያ"

#: includes/class-wc-subscriptions-switcher.php:423
msgid "Prorate Subscription Length"
msgstr "የተመጣጠነ የደንበኝነት ምዝገባ ርዝመት"

#: includes/admin/class-wcs-admin-post-types.php:259
msgctxt "an action on a subscription"
msgid "Put on-hold"
msgstr "በማቆየት ያስቀምጡ"

#: templates/checkout/form-change-payment-method.php:21
#: templates/emails/email-order-details.php:37
msgctxt "table headings in notification email"
msgid "Quantity"
msgstr "ብዛት"

#: includes/api/class-wc-rest-subscriptions-controller.php:601
msgid "Quantity ordered."
msgstr "የታዘዘ ብዛት።"

#: woocommerce-subscriptions.php:936
msgid "Quit nagging me (but don't enable automatic payments)"
msgstr "እኔን ማጉላላትን አቁም (ነገር ግን አውቶማቲክ ክፍያዎችን አታስችል)"

#: includes/upgrades/templates/wcs-about-2-0.php:184
msgid "REST API Endpoints"
msgstr "REST ኤፒአይ የመጨረሻ ነጥቦች"

#: includes/admin/class-wcs-admin-post-types.php:471
#: includes/wcs-user-functions.php:338
msgid "Reactivate"
msgstr "እንደገና አንቃ"

#: includes/class-wc-product-subscription.php:73
msgid "Read more"
msgstr "ተጨማሪ ያንብቡ"

#: includes/emails/class-wcs-email-cancelled-subscription.php:149
#: includes/emails/class-wcs-email-expired-subscription.php:147
#: includes/emails/class-wcs-email-on-hold-subscription.php:147
msgctxt "of an email"
msgid "Recipient(s)"
msgstr "ተቀባይ(ዎች)"

#: includes/admin/reports/class-wcs-report-subscription-payment-retry.php:295
msgid "Recovered Renewal Revenue"
msgstr "የተመለሰ የእድሳት ገቢ"

#: includes/admin/class-wc-subscriptions-admin.php:1917
msgid "Recurring Payments"
msgstr "ተደጋጋሚ ክፍያዎች"

#: includes/class-wc-subscriptions-coupon.php:167
msgid "Recurring Product % Discount"
msgstr "ተደጋጋሚ ምርት % ቅናሽ"

#: includes/class-wc-subscriptions-coupon.php:166
msgid "Recurring Product Discount"
msgstr "ተደጋጋሚ የምርት ቅናሽ"

#: templates/admin/deprecated/order-tax-html.php:17
msgid "Recurring Sales Tax:"
msgstr "ተደጋጋሚ የሽያጭ ግብር፡-"

#: includes/privacy/class-wcs-privacy-exporters.php:79
msgid "Recurring Total"
msgstr "ተደጋጋሚ ድምር"

#. translators: placeholder is the formatted order total for the subscription
#: templates/emails/plain/subscription-info.php:35
msgctxt "in plain emails for subscription information"
msgid "Recurring price: %s"
msgstr "ተደጋጋሚ ዋጋ፡ %s"

#: templates/checkout/recurring-totals.php:151
#: templates/checkout/recurring-totals.php:152
msgid "Recurring total"
msgstr "ተደጋጋሚ ድምር"

#: templates/emails/subscription-info.php:28
msgctxt "table heading"
msgid "Recurring total"
msgstr "ተደጋጋሚ ድምር"

#: templates/checkout/recurring-totals.php:19
msgid "Recurring totals"
msgstr "ተደጋጋሚ ድምር"

#: includes/admin/meta-boxes/views/html-subscription-schedule.php:43
msgid "Recurring:"
msgstr "ተደጋጋሚ፡"

#: includes/admin/class-wcs-admin-meta-boxes.php:68
#: includes/admin/class-wcs-admin-meta-boxes.php:72
msgid "Related Orders"
msgstr "ተዛማጅ ትዕዛዞች"

#: includes/class-wcs-cached-data-manager.php:79
msgid "Related order caching is now handled by %1$s."
msgstr "ተዛማጅ የትእዛዝ መሸጎጫ አሁን በ%1$s ተይዟል።"

#: templates/myaccount/related-orders.php:15
msgid "Related orders"
msgstr "ተዛማጅ ትዕዛዞች"

#: templates/myaccount/related-subscriptions.php:15
msgid "Related subscriptions"
msgstr "ተዛማጅ የደንበኝነት ምዝገባዎች"

#: includes/admin/meta-boxes/views/html-related-orders-table.php:18
msgid "Relationship"
msgstr "ግንኙነት"

#: includes/upgrades/templates/wcs-upgrade.php:53
msgid "Remember, although the update process may take a while, customers and other non-administrative users can browse and purchase from your store without interruption while the update is in progress."
msgstr "ያስታውሱ፣ የዝማኔ ሂደቱ ትንሽ ጊዜ የሚወስድ ቢሆንም፣ ዝማኔው በሂደት ላይ እያለ ደንበኞች እና ሌሎች አስተዳደራዊ ያልሆኑ ተጠቃሚዎች ያለማቋረጥ ከሱቅዎ ማሰስ እና መግዛት ይችላሉ።"

#: includes/privacy/class-wcs-privacy.php:221
msgid "Remove personal data from subscriptions"
msgstr "የግል ውሂብን ከምዝገባዎች ያስወግዱ"

#: includes/api/class-wc-rest-subscriptions-controller.php:667
msgid "Removed line item meta data."
msgstr "የመስመር ንጥል ዲበ ውሂብ ተወግዷል።"

#: includes/api/class-wc-rest-subscriptions-controller.php:566
msgid "Removed line items data."
msgstr "የተወገዱ የመስመር ንጥሎች ውሂብ።"

#. translators: %d: number of subscriptions affected.
#: includes/privacy/class-wcs-privacy.php:176
msgid "Removed personal data from %d subscription."
msgid_plural "Removed personal data from %d subscriptions."
msgstr[0] "ከ%d ምዝገባ ተወግዷል የግል ውሂብ።"
msgstr[1] ""

#. Translators: %s subscription number.
#: includes/privacy/class-wcs-privacy-erasers.php:71
msgid "Removed personal data from subscription %s."
msgstr "ከ%s የደንበኝነት ምዝገባ ተወግዷል።"

#: includes/early-renewal/class-wcs-early-renewal-modal-handler.php:56
msgid "Renew early"
msgstr "ቀደም ብለው ያድሱ"

#: includes/early-renewal/class-wcs-cart-early-renewal.php:71
msgid "Renew now"
msgstr "አሁን አድስ"

#: includes/class-wc-subscriptions-coupon.php:694
msgid "Renewal % discount"
msgstr "እድሳት % ቅናሽ"

#: includes/class-wc-subscriptions-coupon.php:714
msgid "Renewal Discount"
msgstr "የእድሳት ቅናሽ"

#: includes/class-wc-subscriptions-order.php:469
msgid "Renewal Order"
msgstr "የእድሳት ትእዛዝ"

#: includes/admin/meta-boxes/class-wcs-meta-box-related-orders.php:93
msgctxt "relation to order"
msgid "Renewal Order"
msgstr "የእድሳት ትእዛዝ"

#: includes/payment-retry/class-wcs-retry-post-store.php:37
msgctxt "Admin menu name"
msgid "Renewal Payment Retries"
msgstr "የእድሳት ክፍያ እንደገና ሙከራዎች"

#: includes/payment-retry/class-wcs-retry-post-store.php:35
msgctxt "Post type name"
msgid "Renewal Payment Retries"
msgstr "የእድሳት ክፍያ እንደገና ሙከራዎች"

#: includes/payment-retry/class-wcs-retry-post-store.php:36
msgid "Renewal Payment Retry"
msgstr "የእድሳት ክፍያ እንደገና ይሞክሩ"

#: includes/class-wcs-retry-manager.php:120
msgctxt "table heading"
msgid "Renewal Payment Retry"
msgstr "የእድሳት ክፍያ እንደገና ይሞክሩ"

#: includes/admin/reports/class-wcs-report-subscription-events-by-date.php:1004
msgid "Renewal Totals"
msgstr "የእድሳት ድምር"

#: includes/class-wc-subscriptions-coupon.php:696
msgid "Renewal cart discount"
msgstr "የእድሳት ጋሪ ቅናሽ"

#: includes/emails/class-wcs-email-completed-renewal-order.php:26
msgid "Renewal order complete emails are sent to the customer when a subscription renewal order is marked complete and usually indicates that the item for that renewal period has been shipped."
msgstr "የእድሳት ማዘዣ ሙሉ ኢሜይሎች ለደንበኛው የሚላኩት የደንበኝነት ምዝገባ እድሳት ትእዛዝ እንደተጠናቀቀ ምልክት ሲደረግ እና አብዛኛውን ጊዜ ለዚያ የእድሳት ጊዜ እቃው እንደተላከ ያሳያል።"

#: includes/class-wc-subscriptions-coupon.php:695
msgid "Renewal product discount"
msgstr "የእድሳት ምርት ቅናሽ"

#: includes/admin/class-wc-subscriptions-admin.php:1277
msgctxt "option section heading"
msgid "Renewals"
msgstr "እድሳት"

#: includes/admin/reports/class-wcs-report-upcoming-recurring-revenue.php:256
msgid "Renewals amount"
msgstr "የእድሳት መጠን"

#: includes/admin/reports/class-wcs-report-upcoming-recurring-revenue.php:247
msgid "Renewals count"
msgstr "የእድሳት ብዛት"

#. translators: placeholder is the number of subscriptions repaired
#: includes/upgrades/class-wc-subscriptions-upgrader.php:394
msgctxt "Repair message that gets sent to front end."
msgid "Repaired %d subscriptions with incorrect dates, line tax data or missing customer notes."
msgstr "የተስተካከሉ %d የደንበኝነት ምዝገባዎች ከተሳሳተ ቀናት፣ የመስመር የታክስ ውሂብ ወይም የጎደሉ የደንበኛ ማስታወሻዎች ጋር።"

#: includes/admin/reports/class-wcs-report-cache-manager.php:315
msgctxt "Whether the Report Cache has been enabled"
msgid "Report Cache Enabled"
msgstr "መሸጎጫ ሪፖርት አድርግ ነቅቷል።"

#: includes/upgrades/templates/wcs-upgrade-in-progress.php:36
msgid "Rest assured, although the update process may take a little while, it is coded to prevent defects, your site is safe and will be up and running again, faster than ever, shortly."
msgstr "እርግጠኛ ይሁኑ፣ ምንም እንኳን የዝማኔ ሂደቱ ትንሽ ጊዜ ሊወስድ ቢችልም፣ ጉድለቶችን ለመከላከል ኮድ ተደርጎበታል፣ የእርስዎ ጣቢያ ደህንነቱ የተጠበቀ ነው እና እንደገና ይሰራል፣ ከመቼውም በበለጠ ፍጥነት፣ በአጭር ጊዜ ውስጥ።"

#: includes/admin/class-wcs-admin-post-types.php:487
#: includes/class-wc-subscriptions-product.php:763
msgid "Restore"
msgstr "እነበረበት መልስ"

#: includes/admin/class-wcs-admin-post-types.php:487
#: includes/class-wc-subscriptions-product.php:762
msgid "Restore this item from the Trash"
msgstr "ይህን ንጥል ከመጣያው እነበረበት መልስ"

#: includes/wcs-user-functions.php:345
#: templates/single-product/add-to-cart/subscription.php:30
#: templates/single-product/add-to-cart/variable-subscription.php:28
msgid "Resubscribe"
msgstr "እንደገና ይመዝገቡ"

#: includes/class-wc-subscriptions-order.php:471
msgid "Resubscribe Order"
msgstr "ትእዛዝ እንደገና ይመዝገቡ"

#: includes/admin/meta-boxes/class-wcs-meta-box-related-orders.php:99
msgctxt "relation to order"
msgid "Resubscribe Order"
msgstr "ትእዛዝ እንደገና ይመዝገቡ"

#. translators: placeholder is a date.
#: includes/wcs-order-functions.php:353
msgid "Resubscribe Order &ndash; %s"
msgstr "የድጋሚ ምዝገባ ትዕዛዝ - %s"

#: includes/admin/reports/class-wcs-report-subscription-events-by-date.php:984
msgid "Resubscribe Totals"
msgstr "ድጋሚ ደንበኝነት ይመዝገቡ"

#: includes/admin/meta-boxes/class-wcs-meta-box-related-orders.php:99
msgctxt "relation to order"
msgid "Resubscribed Subscription"
msgstr "ዳግም የተመዘገበ የደንበኝነት ምዝገባ"

#: includes/privacy/class-wcs-privacy.php:232
msgid "Retain ended subscriptions"
msgstr "ያለቁ የደንበኝነት ምዝገባዎችን ያቆዩ"

#: includes/privacy/class-wcs-privacy.php:233
msgid "Retain ended subscriptions and their related orders for a specified duration before anonymizing the personal data within them."
msgstr "በውስጣቸው ያለውን የግል መረጃ ማንነት ከመግለጽዎ በፊት የተጠናቀቁ የደንበኝነት ምዝገባዎችን እና ተዛማጅ ትዕዛዞቻቸውን ለተወሰነ ጊዜ ያቆዩ።"

#: includes/admin/class-wcs-admin-reports.php:61
msgid "Retention Rate"
msgstr "የማቆያ መጠን"

#: includes/payment-retry/class-wcs-retry-admin.php:204
msgctxt "label for the system status page"
msgid "Retries Migration Status"
msgstr "የስደት ሁኔታን እንደገና ይሞክራል።"

#: includes/admin/meta-boxes/views/html-retries-table.php:17
msgid "Retry Date"
msgstr "የድጋሚ ሙከራ ቀን"

#: includes/payment-retry/class-wcs-retry-admin.php:144
msgid "Retry Failed Payments"
msgstr "ያልተሳኩ ክፍያዎችን እንደገና ይሞክሩ"

#: includes/admin/class-wcs-admin-meta-boxes.php:175
msgid "Retry Renewal Payment"
msgstr "የእድሳት ክፍያን እንደገና ይሞክሩ"

#: includes/admin/meta-boxes/views/html-retries-table.php:19
msgid "Retry Status"
msgstr "ሁኔታን እንደገና ሞክር"

#: includes/admin/class-wcs-admin-meta-boxes.php:272
msgid "Retry renewal payment action requested by admin."
msgstr "በአስተዳዳሪው የተጠየቀውን የእድሳት ክፍያ እርምጃ እንደገና ይሞክሩ።"

#: includes/class-wcs-retry-manager.php:230
msgctxt "used in order note as reason for why status changed"
msgid "Retry rule applied:"
msgstr "ደንቡን እንደገና ይሞክሩ፡-"

#: includes/class-wcs-retry-manager.php:268
msgctxt "used in order note as reason for why status changed"
msgid "Retry rule reapplied:"
msgstr "እንደገና ይሞክሩ ደንብ እንደገና ተተግብሯል፡-"

#: includes/admin/class-wc-subscriptions-admin.php:1240
msgid "Roles"
msgstr "ሚናዎች"

#. translators: %s: product SKU.
#: includes/gateways/paypal/includes/class-wcs-paypal-reference-transaction-api-request.php:536
msgid "SKU: %s"
msgstr "SKU፡%s"

#: includes/admin/class-wcs-admin-meta-boxes.php:64
msgctxt "meta box title"
msgid "Schedule"
msgstr "መርሐግብር"

#: includes/upgrades/class-wcs-upgrade-notice-manager.php:86
msgid "Scheduled action data, which was previously stored in the WordPress post tables, has been moved to a custom database table. Amongst other benefits, this will greatly improve the performance of processing scheduled actions such as subscription payments."
msgstr "ቀደም ሲል በዎርድፕረስ ፖስት ሰንጠረዦች ውስጥ የተከማቸ የታቀደ የድርጊት ውሂብ ወደ ብጁ የውሂብ ጎታ ሠንጠረዥ ተወስዷል። ከሌሎች ጥቅማጥቅሞች መካከል፣ ይህ እንደ የደንበኝነት ምዝገባ ክፍያዎች ያሉ የታቀዱ ድርጊቶችን ሂደት በእጅጉ ያሻሽላል።"

#: includes/payment-retry/class-wcs-retry-post-store.php:45
msgid "Search Renewal Payment Retries"
msgstr "የእድሳት ክፍያ ድጋሚ ሙከራዎችን ይፈልጉ"

#: includes/admin/class-wc-subscriptions-admin.php:990
#: woocommerce-subscriptions.php:272
msgid "Search Subscriptions"
msgstr "የደንበኝነት ምዝገባዎችን ፈልግ"

#: includes/admin/class-wcs-admin-post-types.php:1114
#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:85
msgid "Search for a customer&hellip;"
msgstr "ደንበኛን ይፈልጉ…"

#: includes/admin/class-wcs-admin-post-types.php:214
msgid "Search for a product&hellip;"
msgstr "ምርት ፈልግ…"

#: includes/class-wcs-remove-item.php:176
#: includes/class-wcs-user-change-status-handler.php:107
msgid "Security error. Please contact us if you need assistance."
msgstr "የደህንነት ስህተት። እርዳታ ከፈለጉ እባክዎ ያነጋግሩን።"

#: includes/upgrades/templates/wcs-about.php:212
msgid "See the full guide to What's New in Subscriptions version 2.1 &raquo;"
msgstr "በደንበኝነት ምዝገባዎች ስሪት 2.1 ውስጥ ምን አዲስ ነገር እንዳለ ሙሉውን መመሪያ ይመልከቱ"

#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:127
msgid "Select an order&hellip;"
msgstr "ትዕዛዝ ይምረጡ…"

#. Description of the plugin
msgid "Sell products and services with recurring payments in your WooCommerce Store."
msgstr "በWooCommerce ማከማቻዎ ውስጥ ተደጋጋሚ ክፍያዎችን በመጠቀም ምርቶችን እና አገልግሎቶችን ይሽጡ።"

#: includes/emails/class-wcs-email-customer-payment-retry.php:25
msgid "Sent to a customer when an attempt to automatically process a subscription renewal payment has failed and a retry rule has been applied to retry the payment in the future. The email contains the renewal order information, date of the scheduled retry and payment links to allow the customer to pay for the renewal order manually instead of waiting for the automatic retry."
msgstr "የደንበኝነት ምዝገባ እድሳት ክፍያን በራስ ሰር ለማስኬድ የተደረገው ሙከራ ሳይሳካ ሲቀር ለደንበኛ ተልኳል እና ክፍያውን ወደፊት ለመሞከር እንደገና ለመሞከር ደንብ ተተግብሯል። ኢሜይሉ የእድሳት ትዕዛዙን መረጃ፣ እንደገና መሞከር የታቀደበት ቀን እና የክፍያ አገናኞችን ይዟል።"

#: includes/emails/class-wcs-email-customer-renewal-invoice.php:41
msgid "Sent to a customer when the subscription is due for renewal and the renewal requires a manual payment, either because it uses manual renewals or the automatic recurring payment failed for the initial attempt and all automatic retries (if any). The email contains renewal order information and payment links."
msgstr "ለደንበኛ የተላከው የደንበኝነት ምዝገባው መታደስ ሲሆን እና እድሳቱ በእጅ ክፍያ ያስፈልገዋል, ምክንያቱም በእጅ እድሳት ስለሚጠቀም ወይም አውቶማቲክ ተደጋጋሚ ክፍያ ለመጀመሪያ ጊዜ ሙከራ እና ሁሉም አውቶማቲክ ሙከራዎች (ካለ) አልተሳካም. ኢሜይሉ የእድሳት ትዕዛዝ መረጃ እና የክፍያ አገናኞችን ይዟል።"

#: includes/admin/class-wc-subscriptions-admin.php:1326
msgid "Set a maximum number of times a customer can suspend their account for each billing period. For example, for a value of 3 and a subscription billed yearly, if the customer has suspended their account 3 times, they will not be presented with the option to suspend their account until the next year. Store managers will always be able to suspend an active subscription. Set this to 0 to turn off the customer suspension feature completely."
msgstr "ለእያንዳንዱ የክፍያ ጊዜ አንድ ደንበኛ መለያቸውን ማገድ የሚችሉበት ከፍተኛውን ጊዜ ያዘጋጁ። ለምሳሌ ለ 3 እሴት እና ለደንበኝነት ምዝገባ በየዓመቱ ደንበኛው መለያቸውን 3 ጊዜ ካቆመ እስከሚቀጥለው አመት ድረስ መለያቸውን የማገድ አማራጭ አይቀርብላቸውም. የመደብር አስተዳዳሪዎች ሁል ጊዜ ንቁ የደንበኝነት ምዝገባን ማገድ ይችላሉ። የደንበኛ እገዳ ባህሪን ሙሉ ለሙሉ ለማጥፋት ይህንን ወደ 0 ያቀናብሩት።"

#: includes/admin/class-wc-subscriptions-admin.php:1414
#: includes/upgrades/templates/wcs-about-2-0.php:35
#: includes/upgrades/templates/wcs-about.php:34
#: woocommerce-subscriptions.php:1145
msgid "Settings"
msgstr "ቅንብሮች"

#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:228
msgid "Shipping"
msgstr "ማጓጓዣ"

#: includes/privacy/class-wcs-privacy-exporters.php:84
#: wcs-functions.php:283
msgid "Shipping Address"
msgstr "የመላኪያ አድራሻ"

#: templates/admin/deprecated/order-shipping-html.php:13
msgid "Shipping Method"
msgstr "የማጓጓዣ ዘዴ"

#: templates/admin/deprecated/order-tax-html.php:21
msgid "Shipping Tax:"
msgstr "የመርከብ ግብር፡-"

#: templates/cart/cart-recurring-shipping.php:32
msgid "Shipping costs will be calculated once you have provided your address."
msgstr "አድራሻዎን ከሰጡ በኋላ የማጓጓዣ ወጪዎች ይሰላሉ."

#: includes/admin/class-wc-subscriptions-admin.php:390
msgid "Shipping for subscription products is normally charged on the initial order and all renewal orders. Enable this to only charge shipping once on the initial order. Note: for this setting to be enabled the subscription must not have a free trial or a synced renewal date."
msgstr "ለምዝገባ ምርቶች ማጓጓዣ በመነሻ ትእዛዝ እና በሁሉም የእድሳት ትዕዛዞች ላይ በመደበኛነት ይከፈላል ። በመጀመሪያው ትእዛዝ መላኪያ አንድ ጊዜ ብቻ ለማስከፈል ይህንን አንቃ። ማስታወሻ፡ ለዚህ ቅንብር እንዲነቃ የደንበኝነት ምዝገባው ነጻ ሙከራ ወይም የተመሳሰለ የእድሳት ቀን ሊኖረው አይገባም።"

#. translators: %s: shipping method label.
#: includes/wcs-cart-functions.php:97
#: includes/wcs-cart-functions.php:102
msgid "Shipping via %s"
msgstr "በ%s በኩል መላኪያ"

#: includes/admin/class-wcs-admin-post-types.php:569
msgid "Show more details"
msgstr "ተጨማሪ ዝርዝሮችን አሳይ"

#. translators: placeholders are opening link tag, ID of sub, and closing link tag
#: includes/admin/class-wc-subscriptions-admin.php:1627
#: includes/admin/class-wc-subscriptions-admin.php:1632
msgid "Showing orders for %1$sSubscription %2$s%3$s"
msgstr "ለ%1$sደንበኝነት ምዝገባ %2$s%3$s ትዕዛዞችን በማሳየት ላይ"

#: includes/class-wc-subscriptions-coupon.php:165
msgid "Sign Up Fee % Discount"
msgstr "የመመዝገቢያ ክፍያ % ቅናሽ"

#: includes/class-wc-subscriptions-coupon.php:164
msgid "Sign Up Fee Discount"
msgstr "የምዝገባ ክፍያ ቅናሽ"

#: includes/admin/class-wc-subscriptions-admin.php:1216
#: includes/admin/class-wc-subscriptions-admin.php:1219
#: includes/admin/class-wc-subscriptions-admin.php:1228
#: includes/admin/class-wc-subscriptions-admin.php:1231
#: includes/class-wc-product-subscription-variation.php:98
#: includes/class-wc-product-variable-subscription.php:73
#: includes/class-wc-subscriptions-product.php:1192
#: includes/class-wc-subscriptions-product.php:1210
#: woocommerce-subscriptions.php:603
msgid "Sign up now"
msgstr "አሁን ይመዝገቡ"

#: templates/admin/deprecated/html-variation-price.php:85
msgid "Sign-up Fee (%s)"
msgstr "የምዝገባ ክፍያ (%s)"

#. translators: %s is a currency symbol / code
#: includes/admin/class-wc-subscriptions-admin.php:340
#: templates/admin/html-variation-price.php:20
msgid "Sign-up fee (%s)"
msgstr "የምዝገባ ክፍያ (%s)"

#: includes/class-wc-subscriptions-synchroniser.php:242
msgid "Sign-up grace period"
msgstr "የምዝገባ የእፎይታ ጊዜ"

#: includes/admin/reports/class-wcs-report-subscription-events-by-date.php:964
msgid "Signup Totals"
msgstr "የመመዝገቢያ ድምር"

#: includes/admin/class-wc-subscriptions-admin.php:198
msgid "Simple subscription"
msgstr "ቀላል የደንበኝነት ምዝገባ"

#. translators: placeholder is coupon code
#: includes/class-wc-subscriptions-coupon.php:509
msgid "Sorry, \"%s\" can only be applied to subscription parent orders which contain a product with signup fees."
msgstr "ይቅርታ፣ &quot;%s&quot; የምዝገባ ክፍያ ያለው ምርት ለያዙ የወላጅ ትዕዛዞች ብቻ ነው ሊተገበር የሚችለው።"

#: templates/checkout/form-change-payment-method.php:82
msgid "Sorry, it seems no payment gateways support changing the recurring payment method. Please contact us if you require assistance or to make alternate arrangements."
msgstr "ይቅርታ፣ ተደጋጋሚ የመክፈያ ዘዴን ለመቀየር የክፍያ መግቢያ መንገዶችን የሚደግፍ አይመስልም። እርዳታ ከፈለጉ ወይም አማራጭ ዝግጅት ለማድረግ እባክዎ ያነጋግሩን።"

#: includes/gateways/class-wc-subscriptions-payment-gateways.php:137
msgid "Sorry, it seems there are no available payment methods which support subscriptions. Please contact us if you require assistance or wish to make alternate arrangements."
msgstr "ይቅርታ፣ የደንበኝነት ምዝገባዎችን የሚደግፉ ምንም የሚገኙ የመክፈያ ዘዴዎች ያለ አይመስሉም። እርዳታ ከፈለጉ ወይም አማራጭ ዝግጅት ለማድረግ ከፈለጉ እባክዎ ያነጋግሩን።"

#. translators: 1-2: opening/closing tags - link to documentation.
#: includes/gateways/class-wc-subscriptions-payment-gateways.php:135
msgid "Sorry, it seems there are no available payment methods which support subscriptions. Please see %1$sEnabling Payment Gateways for Subscriptions%2$s if you require assistance."
msgstr "ይቅርታ፣ የደንበኝነት ምዝገባዎችን የሚደግፉ ምንም የሚገኙ የመክፈያ ዘዴዎች ያለ አይመስሉም። እርዳታ ከፈለጉ እባክዎን %1$s ለደንበኝነት ምዝገባዎች የክፍያ ማስተናገጃ መንገዶችን %2$sን ይመልከቱ።"

#: includes/class-wc-subscriptions-coupon.php:933
msgid "Sorry, it seems there are no available payment methods which support the recurring coupon you are using. Please contact us if you require assistance or wish to make alternate arrangements."
msgstr "ይቅርታ፣ እየተጠቀሙበት ያለውን ተደጋጋሚ ኩፖን የሚደግፉ ምንም የሚገኙ የመክፈያ ዘዴዎች ያለ አይመስሉም። እርዳታ ከፈለጉ ወይም አማራጭ ዝግጅት ለማድረግ ከፈለጉ እባክዎ ያነጋግሩን።"

#: includes/class-wc-subscriptions-coupon.php:512
msgid "Sorry, only recurring coupons can be applied to subscriptions."
msgstr "ይቅርታ፣ ለደንበኝነት ምዝገባዎች ተደጋጋሚ ኩፖኖች ብቻ ሊተገበሩ ይችላሉ።"

#: includes/class-wc-subscriptions-coupon.php:505
msgid "Sorry, recurring coupons can only be applied to subscriptions or subscription orders."
msgstr "ይቅርታ፣ ተደጋጋሚ ኩፖኖች ለደንበኝነት ምዝገባዎች ወይም ለደንበኝነት ምዝገባዎች ብቻ ነው ሊተገበሩ የሚችሉት።"

#. translators: 1$: coupon code that is being removed
#: includes/class-wc-subscriptions-coupon.php:474
msgid "Sorry, the \"%1$s\" coupon is only valid for renewals."
msgstr "ይቅርታ፣ የ&quot;%1$s&quot; ኩፖን የሚሰራው ለማደስ ብቻ ነው።"

#: includes/class-wc-subscriptions-coupon.php:457
msgid "Sorry, this coupon is only valid for an initial payment and the cart does not require an initial payment."
msgstr "ይቅርታ፣ ይህ ኩፖን የሚሰራው ለመጀመሪያ ክፍያ ብቻ ነው እና ጋሪው የመጀመሪያ ክፍያ አያስፈልገውም።"

#: includes/class-wc-subscriptions-coupon.php:463
msgid "Sorry, this coupon is only valid for new subscriptions."
msgstr "ይቅርታ፣ ይህ ኩፖን የሚሰራው ለአዲስ ምዝገባዎች ብቻ ነው።"

#: includes/class-wc-subscriptions-coupon.php:479
msgid "Sorry, this coupon is only valid for subscription products with a sign-up fee."
msgstr "ይቅርታ፣ ይህ ኩፖን የሚሰራው የምዝገባ ክፍያ ላላቸው የደንበኝነት ምዝገባ ምርቶች ብቻ ነው።"

#: includes/class-wc-subscriptions-coupon.php:468
msgid "Sorry, this coupon is only valid for subscription products."
msgstr "ይቅርታ፣ ይህ ኩፖን የሚሰራው ለምዝገባ ምርቶች ብቻ ነው።"

#: includes/class-wc-subscriptions-change-payment-gateway.php:181
msgid "Sorry, this subscription change payment method request is invalid and cannot be processed."
msgstr "ይቅርታ፣ ይህ የደንበኝነት ምዝገባ ለውጥ የመክፈያ ዘዴ ጥያቄ ልክ ያልሆነ እና ሊካሄድ አይችልም።"

#: includes/admin/class-wc-subscriptions-admin.php:1730
#: includes/admin/class-wcs-admin-system-status.php:109
msgctxt "refers to staging site"
msgid "Staging"
msgstr "ዝግጅት"

#: includes/admin/class-wcs-admin-post-types.php:426
msgid "Start Date"
msgstr "የመጀመሪያ ቀን"

#: tests/unit/scheduler/scheduler.php:65
#: wcs-functions.php:303
msgctxt "table heading"
msgid "Start Date"
msgstr "የመጀመሪያ ቀን"

#: templates/myaccount/subscription-details.php:24
msgctxt "customer subscription table header"
msgid "Start date"
msgstr "የመጀመሪያ ቀን"

#: templates/emails/subscription-info.php:26
msgctxt "table heading"
msgid "Start date"
msgstr "የመጀመሪያ ቀን"

#. translators: placeholder is localised start date
#: templates/emails/plain/subscription-info.php:29
msgctxt "in plain emails for subscription information"
msgid "Start date: %s"
msgstr "የመጀመሪያ ቀን፡ %s"

#: includes/admin/class-wcs-admin-post-types.php:422
#: includes/admin/meta-boxes/views/html-related-orders-table.php:20
#: templates/myaccount/my-subscriptions.php:22
#: templates/myaccount/my-subscriptions.php:37
#: templates/myaccount/related-orders.php:24
#: templates/myaccount/related-orders.php:50
#: templates/myaccount/related-subscriptions.php:22
#: templates/myaccount/related-subscriptions.php:36
#: templates/myaccount/subscription-details.php:18
msgid "Status"
msgstr "ሁኔታ"

#. translators: 1: old subscription status 2: new subscription status
#: includes/class-wc-subscription.php:568
msgid "Status changed from %1$s to %2$s."
msgstr "ሁኔታ ከ%1$s ወደ %2$s ተቀይሯል።"

#: includes/admin/meta-boxes/views/html-retries-table.php:23
msgid "Status of Order"
msgstr "የትእዛዝ ሁኔታ"

#: includes/admin/meta-boxes/views/html-retries-table.php:27
msgid "Status of Subscription"
msgstr "የደንበኝነት ምዝገባ ሁኔታ"

#. translators: %s: new order status
#: includes/class-wc-subscription.php:582
msgid "Status set to %s."
msgstr "ሁኔታ ወደ %s ተቀናብሯል።"

#: includes/admin/class-wcs-admin-system-status.php:61
msgid "Store Setup"
msgstr "የመደብር ማዋቀር"

#: includes/emails/class-wcs-email-cancelled-subscription.php:157
#: includes/emails/class-wcs-email-expired-subscription.php:155
#: includes/emails/class-wcs-email-on-hold-subscription.php:155
msgctxt "of an email"
msgid "Subject"
msgstr "ርዕሰ ጉዳይ"

#: includes/upgrades/templates/wcs-about.php:137
msgid "Subscribe All the Things"
msgstr "ሁሉንም ነገር ሰብስክራይብ ያድርጉ"

#: includes/admin/class-wc-subscriptions-admin.php:1248
msgid "Subscriber Default Role"
msgstr "የተመዝጋቢ ነባሪ ሚና"

#: includes/admin/class-wcs-admin-post-types.php:423
#: templates/emails/cancelled-subscription.php:21
#: templates/emails/expired-subscription.php:21
#: templates/emails/on-hold-subscription.php:21
#: templates/myaccount/my-subscriptions.php:21
#: templates/myaccount/related-subscriptions.php:21
#: woocommerce-subscriptions.php:264
msgid "Subscription"
msgstr "የደንበኝነት ምዝገባ"

#: includes/admin/meta-boxes/class-wcs-meta-box-related-orders.php:77
msgctxt "relation to order"
msgid "Subscription"
msgstr "የደንበኝነት ምዝገባ"

#. translators: %d: subscription ID.
#: includes/class-wcs-remove-item.php:79
msgctxt "hash before subscription ID"
msgid "Subscription #%d does not exist."
msgstr "#%d ምዝገባ የለም።"

#. translators: %d: subscription ID.
#. translators: %d: order ID.
#: includes/class-wc-subscription.php:1335
#: includes/class-wc-subscription.php:2434
msgid "Subscription #%d: "
msgstr "የደንበኝነት ምዝገባ #%d፡"

#. translators: %s: subscription ID.
#. translators: %s: order number.
#. translators: placeholder is a subscription ID.
#: includes/class-wc-subscriptions-addresses.php:207
#: includes/class-wc-subscriptions-change-payment-gateway.php:737
#: includes/class-wcs-query.php:111
msgctxt "hash before order number"
msgid "Subscription #%s"
msgstr "የደንበኝነት ምዝገባ #%s"

#. translators: placeholder is the ID of the subscription
#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:48
msgctxt "edit subscription header"
msgid "Subscription #%s details"
msgstr "የደንበኝነት ምዝገባ #% ዝርዝሮች"

#. translators: %s is subscription's number
#: includes/class-wcs-cart-renewal.php:327
msgid "Subscription #%s has not been added to the cart."
msgstr "የ#% ምዝገባ ወደ ጋሪው አልታከለም።"

#. translators: 1$: subscription ID, 2$: order ID, 3$: names of items, comma separated
#: includes/gateways/paypal/includes/class-wcs-paypal-standard-request.php:78
msgctxt "item name sent to paypal"
msgid "Subscription %1$s (Order %2$s) - %3$s"
msgstr "የደንበኝነት ምዝገባ %1$s (ትዕዛዝ %2$s) - %3$s"

#. translators: 1$: subscription ID, 2$: names of items, comma separated
#: includes/gateways/paypal/includes/class-wcs-paypal-standard-request.php:75
msgctxt "item name sent to paypal"
msgid "Subscription %1$s - %2$s"
msgstr "የደንበኝነት ምዝገባ %1$s - %2$s"

#. translators: $1-$3: opening and closing <a> tags $2: subscription's order number
#: templates/emails/email-order-details.php:27
msgctxt "Used in email notification"
msgid "Subscription %1$s#%2$s%3$s"
msgstr "የደንበኝነት ምዝገባ %1$s#%2$s%3$s"

#. translators: placeholder is order date parsed by strftime
#: wcs-functions.php:163
msgctxt "The post title for the new subscription"
msgid "Subscription &ndash; %s"
msgstr "የደንበኝነት ምዝገባ - %s"

#: includes/emails/class-wcs-email-cancelled-subscription.php:29
msgid "Subscription Cancelled"
msgstr "የደንበኝነት ምዝገባ ተሰርዟል።"

#: includes/class-wc-subscription.php:1782
msgid "Subscription Cancelled: maximum number of failed payments reached."
msgstr "የደንበኝነት ምዝገባ ተሰርዟል፡ ከፍተኛው ያልተሳኩ ክፍያዎች ብዛት ላይ ደርሷል።"

#. translators: %s: help tip.
#: includes/admin/reports/class-wcs-report-subscription-by-product.php:91
msgid "Subscription Count %s"
msgstr "የደንበኝነት ምዝገባ ብዛት %s"

#: includes/admin/class-wcs-admin-meta-boxes.php:62
msgctxt "meta box title"
msgid "Subscription Data"
msgstr "የደንበኝነት ምዝገባ ውሂብ"

#: includes/admin/class-wcs-admin-reports.php:49
msgid "Subscription Events by Date"
msgstr "የደንበኝነት ምዝገባ ክስተቶች በቀን"

#: includes/emails/class-wcs-email-expired-subscription.php:29
msgid "Subscription Expired"
msgstr "የደንበኝነት ምዝገባ ጊዜው አልፎበታል።"

#: includes/upgrades/templates/wcs-about.php:115
msgid "Subscription Gifting"
msgstr "የደንበኝነት ምዝገባ ስጦታ"

#: includes/privacy/class-wcs-privacy-exporters.php:80
msgid "Subscription Items"
msgstr "የደንበኝነት ምዝገባ እቃዎች"

#: templates/admin/deprecated/html-variation-price.php:69
msgid "Subscription Length"
msgstr "የደንበኝነት ምዝገባ ርዝመት"

#: includes/privacy/class-wcs-privacy-exporters.php:77
msgid "Subscription Number"
msgstr "የደንበኝነት ምዝገባ ቁጥር"

#. translators: placeholder is the subscription order number wrapped in <strong> tags
#: templates/checkout/subscription-receipt.php:18
#: templates/emails/plain/email-order-details.php:19
msgid "Subscription Number: %s"
msgstr "የደንበኝነት ምዝገባ ቁጥር፡ %s"

#: includes/class-wc-subscriptions-order.php:700
msgctxt "An order type"
msgid "Subscription Parent"
msgstr "የደንበኝነት ምዝገባ ወላጅ"

#: templates/admin/deprecated/html-variation-price.php:46
msgid "Subscription Periods"
msgstr "የደንበኝነት ምዝገባ ጊዜያት"

#. translators: placeholder is a currency symbol / code
#: templates/admin/deprecated/html-variation-price.php:20
#: templates/admin/deprecated/html-variation-price.php:30
msgid "Subscription Price (%s)"
msgstr "የደንበኝነት ምዝገባ ዋጋ (%s)"

#: includes/admin/reports/class-wcs-report-subscription-by-product.php:89
msgid "Subscription Product"
msgstr "የደንበኝነት ምዝገባ ምርት"

#: includes/class-wc-subscriptions-order.php:449
msgid "Subscription Relationship"
msgstr "የደንበኝነት ምዝገባ ግንኙነት"

#: includes/class-wc-subscriptions-order.php:701
msgctxt "An order type"
msgid "Subscription Renewal"
msgstr "የደንበኝነት ምዝገባ እድሳት"

#. translators: placeholder is a date.
#: includes/wcs-order-functions.php:349
msgid "Subscription Renewal Order &ndash; %s"
msgstr "የደንበኝነት ምዝገባ እድሳት ትዕዛዝ - %s"

#: includes/upgrades/templates/wcs-about.php:49
msgid "Subscription Reports"
msgstr "የደንበኝነት ምዝገባ ሪፖርቶች"

#: includes/class-wc-subscriptions-order.php:702
msgctxt "An order type"
msgid "Subscription Resubscribe"
msgstr "የደንበኝነት ምዝገባ እንደገና ይመዝገቡ"

#: includes/admin/class-wcs-admin-system-status.php:221
msgctxt "label for the system status page"
msgid "Subscription Statuses"
msgstr "የደንበኝነት ምዝገባ ሁኔታዎች"

#: includes/emails/class-wcs-email-on-hold-subscription.php:29
msgid "Subscription Suspended"
msgstr "የደንበኝነት ምዝገባ ታግዷል"

#: includes/class-wc-subscriptions-order.php:703
msgctxt "An order type"
msgid "Subscription Switch"
msgstr "የደንበኝነት ምዝገባ መቀየሪያ"

#: includes/emails/class-wcs-email-completed-switch-order.php:26
msgid "Subscription Switch Complete"
msgstr "የደንበኝነት ምዝገባ መቀየሪያ ተጠናቅቋል"

#: includes/emails/class-wcs-email-new-switch-order.php:22
#: includes/emails/class-wcs-email-new-switch-order.php:25
msgid "Subscription Switched"
msgstr "የደንበኝነት ምዝገባ ተቀይሯል።"

#: includes/admin/class-wc-subscriptions-admin.php:357
#: templates/admin/deprecated/html-variation-price.php:115
msgid "Subscription Trial Period"
msgstr "የደንበኝነት ምዝገባ ሙከራ ጊዜ"

#: includes/emails/class-wcs-email-expired-subscription.php:78
#: includes/emails/class-wcs-email-on-hold-subscription.php:78
msgid "Subscription argument passed in is not an object."
msgstr "የገባው የደንበኝነት ምዝገባ ክርክር ዕቃ አይደለም።"

#: includes/admin/class-wc-subscriptions-admin.php:449
msgid "Subscription billing interval"
msgstr "የደንበኝነት ምዝገባ ክፍያ ክፍተት"

#: includes/class-wcs-user-change-status-handler.php:76
msgctxt "order note left on subscription after user action"
msgid "Subscription cancelled by the subscriber from their account page."
msgstr "የደንበኝነት ምዝገባ በተመዝጋቢው ከመለያ ገጻቸው ተሰርዟል።"

#. translators: $1: opening link tag, $2: order number, $3: closing link tag
#: includes/class-wc-subscriptions-order.php:1007
msgid "Subscription cancelled for refunded order %1$s#%2$s%3$s."
msgstr "ለተመላሽ %1$s#%2$s%3$s የደንበኝነት ምዝገባ ተሰርዟል።"

#: includes/gateways/paypal/includes/class-wcs-paypal-status-manager.php:42
msgid "Subscription cancelled with PayPal"
msgstr "የደንበኝነት ምዝገባ በ PayPal ተሰርዟል።"

#: wcs-functions.php:132
msgctxt "Error message while creating a subscription"
msgid "Subscription created date must be before current day."
msgstr "የደንበኝነት ምዝገባ የተፈጠረው ቀን ከአሁኑ ቀን በፊት መሆን አለበት።"

#. translators: placeholder is a subscription ID.
#. translators: %d: subscription ID.
#: includes/class-wc-subscriptions-manager.php:167
#: includes/gateways/class-wc-subscriptions-payment-gateways.php:215
msgid "Subscription doesn't exist in scheduled action: %d"
msgstr "የደንበኝነት ምዝገባ በታቀደው እርምጃ የለም፡ %d"

#. translators: php date string
#: includes/admin/class-wcs-admin-post-types.php:918
msgid "Subscription draft updated."
msgstr "የደንበኝነት ምዝገባ ረቂቅ ተዘምኗል።"

#: includes/upgrades/class-wcs-upgrade-2-2-7.php:60
msgid "Subscription end date in the past"
msgstr "ያለፈው የደንበኝነት ምዝገባ ማብቂያ ቀን"

#: includes/gateways/class-wc-subscriptions-payment-gateways.php:275
msgid "Subscription features:"
msgstr "የደንበኝነት ምዝገባ ባህሪያት:"

#: templates/emails/plain/subscription-info.php:20
#: templates/emails/subscription-info.php:21
msgid "Subscription information"
msgstr "የደንበኝነት ምዝገባ መረጃ"

#: includes/admin/class-wc-subscriptions-admin.php:306
msgid "Subscription interval"
msgstr "የደንበኝነት ምዝገባ ክፍተት"

#: includes/admin/class-wc-subscriptions-admin.php:1889
msgid "Subscription items can no longer be edited."
msgstr "የደንበኝነት ምዝገባ ንጥሎች ከአሁን በኋላ መስተካከል አይችሉም።"

#. translators: %s: parent order number (linked to its details screen).
#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:387
msgctxt "subscription note after linking to a parent order"
msgid "Subscription linked to parent order %s via admin."
msgstr "በአስተዳዳሪ በኩል ከወላጅ ትዕዛዝ %s ጋር የተገናኘ የደንበኝነት ምዝገባ።"

#. translators: placeholder is a payment method title.
#: includes/class-wcs-staging.php:97
msgid "Subscription locked to Manual Renewal while the store is in staging mode. Live payment method: %s"
msgstr "መደብሩ በማዘጋጀት ሁነታ ላይ እያለ የደንበኝነት ምዝገባ በእጅ እድሳት ተቆልፏል። የቀጥታ መክፈያ ዘዴ፡ %s"

#: includes/class-wcs-staging.php:83
msgid "Subscription locked to Manual Renewal while the store is in staging mode. Payment method changes will take effect in live mode."
msgstr "መደብሩ በማዘጋጀት ሁነታ ላይ እያለ የደንበኝነት ምዝገባ በእጅ እድሳት ተቆልፏል። የመክፈያ ዘዴ ለውጦች በቀጥታ ሁነታ ላይ ተግባራዊ ይሆናሉ።"

#: includes/api/class-wc-rest-subscriptions-controller.php:510
#: includes/api/legacy/class-wc-rest-subscriptions-controller.php:361
msgid "Subscription payment details."
msgstr "የደንበኝነት ምዝገባ ክፍያ ዝርዝሮች."

#: includes/class-wcs-query.php:317
msgid "Subscription payment method"
msgstr "የደንበኝነት መክፈያ ዘዴ"

#. translators: 1$: gateway id, 2$: error message
#: includes/api/legacy/class-wc-api-subscriptions.php:353
msgid "Subscription payment method could not be set to %1$s and has been set to manual with error message: %2$s"
msgstr "የደንበኝነት ምዝገባ መክፈያ ዘዴ ወደ %1$s ሊቀናበር አልቻለም እና የስህተት መልእክት ወደ መመሪያ ተቀናብሯል፡ %2$s"

#. translators: 1$: gateway id, 2$: error message
#: includes/api/class-wc-rest-subscriptions-controller.php:398
#: includes/api/legacy/class-wc-rest-subscriptions-controller.php:336
msgid "Subscription payment method could not be set to %1$s with error message: %2$s"
msgstr "የደንበኝነት መክፈያ ዘዴ ከስህተት መልእክት ጋር ወደ %1$s ማቀናበር አልተቻለም፡ %2$s"

#: includes/admin/class-wc-subscriptions-admin.php:312
#: includes/admin/class-wc-subscriptions-admin.php:450
msgid "Subscription period"
msgstr "የደንበኝነት ምዝገባ ጊዜ"

#. translators: %s: currency symbol.
#. translators: placeholder is a currency symbol / code
#: includes/admin/class-wc-subscriptions-admin.php:301
#: templates/admin/html-variation-price.php:44
msgid "Subscription price (%s)"
msgstr "የደንበኝነት ምዝገባ ዋጋ (%s)"

#: includes/admin/class-wc-subscriptions-admin.php:447
msgid "Subscription pricing"
msgstr "የደንበኝነት ምዝገባ ዋጋ"

#: includes/class-wcs-user-change-status-handler.php:67
msgctxt "order note left on subscription after user action"
msgid "Subscription put on hold by the subscriber from their account page."
msgstr "ምዝገባ በተመዝጋቢው ከመለያ ገጻቸው ተይዟል።"

#: includes/class-wcs-user-change-status-handler.php:57
msgctxt "order note left on subscription after user action"
msgid "Subscription reactivated by the subscriber from their account page."
msgstr "የደንበኝነት ምዝገባ በደንበኝነት ተመዝጋቢው ከመለያ ገጻቸው ላይ እንደገና ነቅቷል።"

#: includes/gateways/paypal/includes/class-wcs-paypal-status-manager.php:66
msgid "Subscription reactivated with PayPal"
msgstr "የደንበኝነት ምዝገባ በፔይፓል እንደገና ነቅቷል።"

#: includes/class-wc-subscriptions-renewal-order.php:181
msgid "Subscription renewal orders cannot be cancelled."
msgstr "የደንበኝነት ምዝገባ እድሳት ትዕዛዞች ሊሰረዙ አይችሉም።"

#: includes/class-wc-subscriptions-manager.php:87
#: includes/class-wc-subscriptions-manager.php:1903
#: includes/class-wc-subscriptions-manager.php:1921
msgctxt "used in order note as reason for why subscription status changed"
msgid "Subscription renewal payment due:"
msgstr "የደንበኝነት ምዝገባ እድሳት ክፍያ:"

#: includes/class-wcs-retry-manager.php:327
msgctxt "used in order note as reason for why order status changed"
msgid "Subscription renewal payment retry:"
msgstr "የደንበኝነት ምዝገባ እድሳት ክፍያ እንደገና ይሞክሩ፡"

#: includes/class-wcs-retry-manager.php:331
msgctxt "used in order note as reason for why subscription status changed"
msgid "Subscription renewal payment retry:"
msgstr "የደንበኝነት ምዝገባ እድሳት ክፍያ እንደገና ይሞክሩ፡"

#. translators: placeholder is previous post title
#: includes/admin/class-wcs-admin-post-types.php:912
msgctxt "used in post updated messages"
msgid "Subscription restored to revision from %s"
msgstr "የደንበኝነት ምዝገባ ከ%s ወደ ክለሳ ተመልሷል"

#: includes/admin/class-wcs-admin-post-types.php:914
msgid "Subscription saved."
msgstr "የደንበኝነት ምዝገባ ተቀምጧል።"

#. translators: php date string
#: includes/admin/class-wcs-admin-post-types.php:917
msgid "Subscription scheduled for: %1$s."
msgstr "የደንበኝነት ምዝገባ ለ %1$s መርሐግብር ተይዞለታል።"

#: includes/class-wc-subscriptions-manager.php:414
msgid "Subscription sign up failed."
msgstr "የደንበኝነት ምዝገባ አልተሳካም።"

#: includes/admin/class-wc-subscriptions-admin.php:448
msgid "Subscription sign-up fee"
msgstr "የደንበኝነት ምዝገባ ክፍያ"

#: includes/admin/class-wcs-admin-post-types.php:335
msgctxt "Used in order note. Reason why status changed."
msgid "Subscription status changed by bulk edit:"
msgstr "የደንበኝነት ምዝገባ ሁኔታ በጅምላ አርትዖት ተለውጧል፡-"

#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:93
msgid "Subscription status:"
msgstr "የደንበኝነት ምዝገባ ሁኔታ፡-"

#: includes/admin/class-wcs-admin-post-types.php:915
msgid "Subscription submitted."
msgstr "የደንበኝነት ምዝገባ ገብቷል።"

#: includes/upgrades/class-wcs-repair-suspended-paypal-subscriptions.php:51
msgid "Subscription suspended by Database repair script. This subscription was suspended via PayPal."
msgstr "የደንበኝነት ምዝገባ በመረጃ ቋት ጥገና ስክሪፕት ታግዷል። ይህ የደንበኝነት ምዝገባ በ PayPal በኩል ታግዷል።"

#: includes/gateways/paypal/includes/class-wcs-paypal-status-manager.php:53
msgid "Subscription suspended with PayPal"
msgstr "የደንበኝነት ምዝገባ በ PayPal ታግዷል"

#: includes/emails/class-wcs-email-completed-switch-order.php:27
msgid "Subscription switch complete emails are sent to the customer when a subscription is switched successfully."
msgstr "የደንበኝነት ምዝገባ መቀየሪያ ሙሉ ኢሜይሎች ለደንበኛው የደንበኝነት ምዝገባ በተሳካ ሁኔታ ሲቀየር ይላካሉ።"

#: includes/emails/class-wcs-email-new-switch-order.php:23
msgid "Subscription switched emails are sent when a customer switches a subscription."
msgstr "የደንበኝነት ምዝገባ የተቀየረ ኢሜይሎች ደንበኛ የደንበኝነት ምዝገባን ሲቀይሩ ይላካሉ።"

#: templates/myaccount/subscription-totals.php:23
msgid "Subscription totals"
msgstr "የደንበኝነት ምዝገባ ድምር"

#: templates/admin/html-variation-price.php:31
msgid "Subscription trial period:"
msgstr "የደንበኝነት ምዝገባ ሙከራ ጊዜ፡-"

#. translators: placeholder is previous post title
#: includes/admin/class-wcs-admin-post-types.php:907
#: includes/admin/class-wcs-admin-post-types.php:910
#: includes/admin/class-wcs-admin-post-types.php:913
msgid "Subscription updated."
msgstr "የደንበኝነት ምዝገባ ዘምኗል።"

#: templates/myaccount/subscription-details.php:94
msgid "Subscription updates"
msgstr "የደንበኝነት ምዝገባ ዝማኔዎች"

#. translators: placeholder is subscription's number
#: templates/emails/plain/subscription-info.php:25
msgctxt "in plain emails for subscription information"
msgid "Subscription: %s"
msgstr "ምዝገባ፡ %s"

#: includes/admin/class-wc-subscriptions-admin.php:1012
#: includes/admin/class-wc-subscriptions-admin.php:1164
#: includes/admin/class-wcs-admin-reports.php:46
#: includes/admin/class-wcs-admin-system-status.php:56
#: includes/admin/class-wcs-wc-admin-manager.php:35
#: includes/admin/reports/class-wcs-report-subscription-events-by-date.php:917
#: includes/class-wcs-query.php:118
#: includes/class-wcs-query.php:145
#: includes/class-wcs-query.php:299
#: includes/privacy/class-wcs-privacy-exporters.php:51
#: woocommerce-subscriptions.php:263
#: woocommerce-subscriptions.php:276
msgid "Subscriptions"
msgstr "የደንበኝነት ምዝገባዎች"

#. translators: placeholder is a page number.
#: includes/class-wcs-query.php:116
msgid "Subscriptions (page %d)"
msgstr "የደንበኝነት ምዝገባዎች (ገጽ %d)"

#: includes/upgrades/templates/wcs-about-2-0.php:158
msgid "Subscriptions 2.0 introduces a new architecture built on the WooCommerce Custom Order Types API."
msgstr "የደንበኝነት ምዝገባዎች 2.0 በWooCommerce Custom Order Types API ላይ የተገነባ አዲስ አርክቴክቸር ያስተዋውቃል።"

#: includes/upgrades/templates/wcs-about-2-0.php:177
msgid "Subscriptions 2.0 introduces a new object for working with a subscription at the application level. The cumbersome APIs for retrieving or modifying a subscription's data are gone!"
msgstr "የደንበኝነት ምዝገባዎች 2.0 በመተግበሪያ ደረጃ ከደንበኝነት ምዝገባ ጋር ለመስራት አዲስ ነገር ያስተዋውቃል። የደንበኝነት ምዝገባን ውሂብ ለማውጣት ወይም ለማሻሻል አስቸጋሪው ኤፒአይዎች ጠፍተዋል!"

#: includes/upgrades/templates/wcs-about.php:179
msgid "Subscriptions 2.1 adds support for subscription data to this infrastructure."
msgstr "የደንበኝነት ምዝገባዎች 2.1 ለዚህ መሠረተ ልማት የደንበኝነት ምዝገባ ውሂብ ድጋፍን ይጨምራል።"

#: includes/upgrades/templates/wcs-about.php:91
msgid "Subscriptions 2.1 also introduces a number of new emails to notify you when:"
msgstr "የደንበኝነት ምዝገባዎች 2.1 በተጨማሪም እርስዎን ለማሳወቅ በርካታ አዲስ ኢሜይሎችን ያስተዋውቃል፦"

#. translators: placeholders are opening and closing <code> tags
#: includes/upgrades/templates/wcs-about.php:202
msgid "Subscriptions 2.1 now passes the renewal order's total, making it possible to add a fee or discount to the renewal order with simple one-liners like %s$order->add_fee()%s or %s$order->add_coupon()%s."
msgstr "የደንበኝነት ምዝገባዎች 2.1 አሁን የእድሳት ትዕዛዙን ጠቅላላ አልፈዋል፣ ይህም በእድሳት ትዕዛዙ ላይ ክፍያ ወይም ቅናሽ ለመጨመር እንደ %s$order-&gt;add_fee()%s ወይም %s$order-&gt; add_coupon()% ኤስ."

#: includes/privacy/class-wcs-privacy.php:43
#: includes/privacy/class-wcs-privacy.php:44
msgid "Subscriptions Data"
msgstr "የደንበኝነት ምዝገባዎች ውሂብ"

#: includes/admin/reports/class-wcs-report-subscription-events-by-date.php:933
msgid "Subscriptions Ended"
msgstr "የደንበኝነት ምዝገባዎች አብቅተዋል።"

#: includes/admin/class-wcs-admin-system-status.php:119
msgctxt "Live URL, Label on WooCommerce -> System Status page"
msgid "Subscriptions Live URL"
msgstr "የደንበኝነት ምዝገባዎች የቀጥታ URL"

#: includes/admin/class-wc-subscriptions-admin.php:1729
#: includes/admin/class-wcs-admin-system-status.php:107
msgctxt "Live or Staging, Label on WooCommerce -> System Status page"
msgid "Subscriptions Mode"
msgstr "የደንበኝነት ምዝገባዎች ሁነታ"

#: includes/admin/class-wcs-admin-system-status.php:135
msgctxt "label for the system status page"
msgid "Subscriptions Template Theme Overrides"
msgstr "የደንበኝነት ምዝገባዎች የአብነት ገጽታ ይሽራል።"

#. translators: placeholders are opening and closing <a> tags
#: includes/upgrades/templates/wcs-about.php:206
msgid "Subscriptions also now uses the renewal order to setup the cart for %smanual renewals%s, making it easier to add products or discounts to a single renewal paid manually."
msgstr "የደንበኝነት ምዝገባዎች እንዲሁ አሁን ጋሪውን ለ%smanual እድሳት%s ለማዘጋጀት የእድሳት ትዕዛዙን ይጠቀማሉ፣ ይህም ምርቶችን ወይም ቅናሾችን በአንድ እድሳት ላይ ለመጨመር ቀላል ያደርገዋል።"

#: includes/admin/class-wcs-admin-reports.php:73
msgid "Subscriptions by Customer"
msgstr "የደንበኝነት ምዝገባዎች በደንበኛ"

#: includes/admin/class-wcs-admin-system-status.php:66
msgid "Subscriptions by Payment Gateway"
msgstr "በክፍያ ጌትዌይ የደንበኝነት ምዝገባዎች"

#: includes/admin/class-wcs-admin-reports.php:67
msgid "Subscriptions by Product"
msgstr "በምርት የደንበኝነት ምዝገባዎች"

#: includes/class-wc-subscriptions-synchroniser.php:247
msgid "Subscriptions created within this many days prior to the Renewal Day will not be charged at sign-up. Set to zero for all new Subscriptions to be charged the full recurring amount. Must be a positive number."
msgstr "ከዕድሳት ቀን በፊት ባሉት ብዙ ቀናት ውስጥ የተፈጠሩ የደንበኝነት ምዝገባዎች በምዝገባ ወቅት እንዲከፍሉ አይደረጉም። ሁሉም አዲስ የደንበኝነት ምዝገባዎች ሙሉውን ተደጋጋሚ መጠን እንዲከፍሉ ወደ ዜሮ ያቀናብሩ። አዎንታዊ ቁጥር መሆን አለበት."

#: includes/admin/reports/class-wcs-report-subscription-events-by-date.php:871
msgid "Subscriptions signups"
msgstr "የደንበኝነት ምዝገባዎች"

#: includes/upgrades/templates/wcs-about-2-0.php:69
msgid "Subscriptions v2.0 introduces a new administration interface to add or edit a subscription. You can make all the familiar changes, like modifying recurring totals or subscription status. You can also make some new modifications, like changing the expiration date, adding a shipping cost or adding a product line item."
msgstr "የደንበኝነት ምዝገባዎች v2.0 የደንበኝነት ምዝገባን ለመጨመር ወይም ለማርትዕ አዲስ የአስተዳደር በይነገጽ ያስተዋውቃል። እንደ ተደጋጋሚ ድምሮች ወይም የደንበኝነት ምዝገባ ሁኔታን የመሳሰሉ ሁሉንም የተለመዱ ለውጦችን ማድረግ ይችላሉ። እንዲሁም አንዳንድ አዲስ ማሻሻያዎችን ማድረግ ይችላሉ፣ ለምሳሌ የሚያበቃበትን ቀን መቀየር፣ የመላኪያ ወጪን ማከል ወይም የምርት መስመር ንጥልን ማከል።"

#: woocommerce-subscriptions.php:325
msgid "Subscriptions will appear here for you to view and manage once purchased by a customer."
msgstr "በደንበኛ ከተገዙ በኋላ እንዲያዩት እና እንዲያስተዳድሩዎት የደንበኝነት ምዝገባዎች እዚህ ይታያሉ።"

#: templates/checkout/recurring-totals.php:31
#: templates/checkout/recurring-totals.php:32
msgid "Subtotal"
msgstr "ንዑስ ድምር"

#: includes/admin/reports/class-wcs-report-subscription-payment-retry.php:247
msgid "Successful retries"
msgstr "የተሳካ ሙከራዎች"

#: woocommerce-subscriptions.php:1147
msgid "Support"
msgstr "ድጋፍ"

#: includes/gateways/class-wc-subscriptions-payment-gateways.php:272
msgid "Supported features:"
msgstr "የሚደገፉ ባህሪያት:"

#: includes/admin/class-wc-subscriptions-admin.php:1791
msgid "Supports automatic renewal payments with the WooCommerce Subscriptions extension."
msgstr "በWooCommerce የደንበኝነት ምዝገባዎች ማራዘሚያ የራስ ሰር እድሳትን ይደግፋል።"

#: includes/admin/class-wcs-admin-post-types.php:472
#: includes/wcs-user-functions.php:333
msgid "Suspend"
msgstr "ተንጠልጣይ"

#: includes/emails/class-wcs-email-on-hold-subscription.php:26
msgid "Suspended Subscription"
msgstr "የታገደ የደንበኝነት ምዝገባ"

#: includes/emails/class-wcs-email-on-hold-subscription.php:27
msgid "Suspended Subscription emails are sent when a customer manually suspends their subscription."
msgstr "የታገዱ የደንበኝነት ምዝገባ ኢሜይሎች የሚላኩት ደንበኛ የደንበኝነት ምዝገባቸውን በእጅ ሲያግድ ነው።"

#: includes/class-wc-subscriptions-switcher.php:439
msgid "Switch Button Text"
msgstr "ቀይር አዝራር ጽሑፍ"

#: includes/class-wc-subscriptions-switcher.php:1208
msgid "Switch Order"
msgstr "ትእዛዝ ቀይር"

#: templates/emails/admin-new-switch-order.php:20
msgid "Switch Order Details"
msgstr "የትዕዛዝ ዝርዝሮችን ቀይር"

#: includes/admin/reports/class-wcs-report-subscription-events-by-date.php:1024
msgid "Switch Totals"
msgstr "ድምር መቀየሪያ"

#. translators: %s: order number.
#: includes/class-wc-subscriptions-switcher.php:1120
msgid "Switch order cancelled due to a new switch order being created #%s."
msgstr "#%s አዲስ የመቀየሪያ ትዕዛዝ በመፈጠሩ ምክንያት የመቀየሪያ ትዕዛዝ ተሰርዟል።"

#: includes/class-wc-subscriptions-switcher.php:2716
#: wcs-functions.php:236
msgctxt "Subscription status"
msgid "Switched"
msgstr "ተቀይሯል"

#. translators: placeholder is a post count.
#: woocommerce-subscriptions.php:346
msgctxt "post status label including post count"
msgid "Switched <span class=\"count\">(%s)</span>"
msgid_plural "Switched <span class=\"count\">(%s)</span>"
msgstr[0] "ተቀይሯል <span class=\"count\">(%s)</span>"
msgstr[1] ""

#: includes/class-wc-subscriptions-switcher.php:1223
msgid "Switched Subscription"
msgstr "የተለወጠ የደንበኝነት ምዝገባ"

#: includes/admin/reports/class-wcs-report-subscription-events-by-date.php:839
msgid "Switched subscriptions"
msgstr "የተቀየረ የደንበኝነት ምዝገባዎች"

#: includes/class-wc-subscriptions-switcher.php:376
msgid "Switching"
msgstr "መቀየር"

#: includes/class-wc-subscriptions-synchroniser.php:210
msgid "Synchronisation"
msgstr "ማመሳሰል"

#: templates/admin/deprecated/html-variation-synchronisation.php:30
msgid "Synchronise Renewals"
msgstr "እድሳትን ያመሳስሉ"

#: includes/class-wc-subscriptions-synchroniser.php:48
msgid "Synchronise renewals"
msgstr "እድሳትን ያመሳስሉ"

#: includes/api/class-wc-rest-subscriptions-controller.php:606
msgid "Tax class of product."
msgstr "የምርት የግብር ክፍል."

#: includes/api/class-wc-rest-subscriptions-controller.php:646
msgid "Tax rate ID."
msgstr "የግብር ተመን መታወቂያ።"

#: includes/api/class-wc-rest-subscriptions-controller.php:658
msgid "Tax subtotal."
msgstr "የግብር ንዑስ ድምር።"

#: includes/api/class-wc-rest-subscriptions-controller.php:652
msgid "Tax total."
msgstr "የግብር ጠቅላላ."

#. translators: placeholder is customer's billing phone number
#: includes/admin/class-wcs-admin-post-types.php:537
msgid "Tel: %s"
msgstr "ስልክ፡ %s"

#. translators: placeholder is Subscription version string ('2.3')
#: includes/upgrades/templates/update-welcome-notice.php:2
#: includes/upgrades/templates/wcs-about-2-0.php:23
#: includes/upgrades/templates/wcs-about.php:22
msgid "Thank you for updating to the latest version of WooCommerce Subscriptions."
msgstr "ወደ የቅርብ ጊዜው የWooCommerce ደንበኝነት ምዝገባዎች ስሪት ስላዘመኑ እናመሰግናለን።"

#: includes/emails/class-wcs-email-processing-renewal-order.php:28
msgid "Thank you for your order"
msgstr "ለትዕዛዝህ አመሰግናለሁ"

#: includes/emails/class-wcs-email-customer-on-hold-renewal-order.php:26
msgid "Thank you for your renewal order"
msgstr "ስለ እድሳት ትእዛዝዎ እናመሰግናለን"

#: templates/emails/customer-on-hold-renewal-order.php:18
#: templates/emails/plain/customer-on-hold-renewal-order.php:17
msgid "Thanks for your renewal order. It’s on-hold until we confirm that payment has been received. In the meantime, here’s a reminder of your order:"
msgstr "ስለ እድሳት ትእዛዝዎ እናመሰግናለን። ክፍያ መቀበሉን እስክናረጋግጥ ድረስ በመቆየት ላይ ነው። እስከዚያው ድረስ፣ የትዕዛዝዎ ማስታወሻ ይኸውና፡-"

#: includes/class-wc-subscriptions-change-payment-gateway.php:253
#: includes/class-wcs-cart-resubscribe.php:78
#: includes/class-wcs-cart-resubscribe.php:129
#: includes/class-wcs-user-change-status-handler.php:111
#: includes/early-renewal/class-wcs-cart-early-renewal.php:95
msgid "That doesn't appear to be one of your subscriptions."
msgstr "ያ ከምዝገባዎችዎ ውስጥ አንዱ አይመስልም።"

#: includes/class-wcs-cart-initial-payment.php:62
#: includes/class-wcs-cart-renewal.php:194
msgid "That doesn't appear to be your order."
msgstr "ያ ያንተ ትዕዛዝ አይመስልም።"

#. translators: placeholder is subscription's new status, translated
#: includes/class-wcs-user-change-status-handler.php:116
msgid "That subscription can not be changed to %s. Please contact us if you need assistance."
msgstr "ያ የደንበኝነት ምዝገባ ወደ %s ሊቀየር አይችልም። እርዳታ ከፈለጉ እባክዎ ያነጋግሩን።"

#: includes/class-wcs-cart-resubscribe.php:74
#: includes/early-renewal/class-wcs-cart-early-renewal.php:91
msgid "That subscription does not exist. Has it been deleted?"
msgstr "ያ የደንበኝነት ምዝገባ የለም። ተሰርዟል?"

#: includes/class-wcs-user-change-status-handler.php:103
msgid "That subscription does not exist. Please contact us if you need assistance."
msgstr "ያ የደንበኝነት ምዝገባ የለም። እርዳታ ከፈለጉ እባክዎ ያነጋግሩን።"

#: includes/class-wc-subscriptions-cart-validator.php:136
#: includes/class-wc-subscriptions-cart.php:1503
msgid "That subscription product can not be added to your cart as it already contains a subscription renewal."
msgstr "ያ የደንበኝነት ምዝገባ ምርት አስቀድሞ የደንበኝነት እድሳት ስለያዘ ወደ ጋሪዎ ሊታከል አይችልም።"

#: includes/upgrades/templates/wcs-about.php:109
msgid "That's not all we've working on for the last 12 months when it comes to Subscriptions. We've also released mini-extensions to help you get the most from your subscription store."
msgstr "የደንበኝነት ምዝገባን በተመለከተ ላለፉት 12 ወራት ስንሰራ የነበረው ያ ብቻ አይደለም። ከምዝገባ ማከማቻዎ ምርጡን እንዲያገኙ ለማገዝ ሚኒ ቅጥያዎችንም አውጥተናል።"

#: includes/class-wc-subscription.php:1892
msgid "The \"all\" value for $order_type parameter is deprecated. It was a misnomer, as it did not return resubscribe orders. It was also inconsistent with order type values accepted by wcs_get_subscription_orders(). Use array( \"parent\", \"renewal\", \"switch\" ) to maintain previous behaviour, or \"any\" to receive all order types, including switch and resubscribe."
msgstr "የ$order_type መለኪያው የ&quot;ሁሉም&quot; ዋጋ ተቋርጧል። የዳግም ምዝገባ ትዕዛዞችን ስላልመለሰ የተሳሳተ ትርጉም ነበር። እንዲሁም በwcs_get_subscription_orders() ከተቀበሉት የትዕዛዝ አይነት እሴቶች ጋር የማይጣጣም ነበር። የቀደመውን ባህሪ ለመጠበቅ ድርድር(&quot;ወላጅ&quot;፣&quot;እድሳት&quot;፣ &quot;ቀይር&quot;)፣ ወይም ሁሉንም አይነት የትዕዛዝ አይነቶች ለመቀበል፣ መቀየር እና ዳግም መመዝገብን ጨምሮ &quot;ማንኛውንም&quot; ይጠቀሙ።"

#. translators: %s: date type (e.g. "end").
#: includes/class-wc-subscription.php:2402
msgid "The %s date must occur after the cancellation date."
msgstr "የ%s ቀን ከተሰረዘበት ቀን በኋላ መከሰት አለበት።"

#. translators: %s: date type (e.g. "end").
#: includes/class-wc-subscription.php:2408
msgid "The %s date must occur after the last payment date."
msgstr "የ%s ቀን መከሰት ያለበት ከመጨረሻው የክፍያ ቀን በኋላ ነው።"

#. translators: %s: date type (e.g. "end").
#: includes/class-wc-subscription.php:2413
msgid "The %s date must occur after the next payment date."
msgstr "የ%s ቀን ከሚቀጥለው የክፍያ ቀን በኋላ መከሰት አለበት።"

#. translators: %s: date type (e.g. "next_payment").
#: includes/class-wc-subscription.php:2424
msgid "The %s date must occur after the start date."
msgstr "የ%s ቀን ከመጀመሪያው ቀን በኋላ መከሰት አለበት።"

#. translators: %s: date type (e.g. "end").
#: includes/class-wc-subscription.php:2419
msgid "The %s date must occur after the trial end date."
msgstr "የ%s ቀን ከሙከራው ማብቂያ ቀን በኋላ መከሰት አለበት።"

#. translators: %s: date type (e.g. "trial_end").
#: includes/class-wc-subscription.php:1326
msgid "The %s date of a subscription can not be deleted. You must delete the order."
msgstr "የ%s የደንበኝነት ምዝገባ ቀን ሊሰረዝ አይችልም። ትዕዛዙን መሰረዝ አለብዎት."

#. translators: placeholder is an item name
#: includes/class-wcs-cart-renewal.php:292
msgid "The %s product has been deleted and can no longer be renewed. Please choose a new product or contact us for assistance."
msgstr "የ%s ምርት ተሰርዟል እና ከአሁን በኋላ ሊታደስ አይችልም። እባክዎ አዲስ ምርት ይምረጡ ወይም ለእርዳታ ያነጋግሩን።"

#: includes/upgrades/templates/wcs-about.php:117
msgid "The Gifting extension makes it possible for one person to purchase a subscription product for someone else. It then shares control of the subscription between the purchaser and recipient, allowing both to manage the subscription over its lifecycle."
msgstr "የስጦታ ማራዘሚያ አንድ ሰው ለሌላ ሰው የደንበኝነት ምዝገባን እንዲገዛ ያስችለዋል። ከዚያም የደንበኝነት ምዝገባውን በገዥ እና በተቀባዩ መካከል ይጋራል፣ ይህም ሁለቱም የደንበኝነት ምዝገባውን በህይወት ዑደቱ ውስጥ እንዲያስተዳድሩ ያስችላቸዋል።"

#: includes/upgrades/templates/wcs-upgrade-in-progress.php:30
msgid "The Upgrade is in Progress"
msgstr "ማሻሻያው በሂደት ላይ ነው።"

#: includes/upgrades/templates/wcs-upgrade.php:30
msgid "The WooCommerce Subscriptions plugin has been updated!"
msgstr "የ WooCommerce ምዝገባዎች ተሰኪ ተዘምኗል!"

#: includes/upgrades/templates/wcs-upgrade-in-progress.php:31
msgid "The WooCommerce Subscriptions plugin is currently running its database upgrade routine."
msgstr "የ WooCommerce Subscriptions ፕለጊን በአሁኑ ጊዜ የውሂብ ጎታ ማሻሻያ ስራውን እያሄደ ነው።"

#. translators: %s: lowercase human time diff in the form returned by wcs_get_human_time_diff(), e.g. 'in 12 hours'
#: templates/emails/customer-payment-retry.php:18
#: templates/emails/plain/customer-payment-retry.php:18
msgctxt "In customer renewal invoice email"
msgid "The automatic payment to renew your subscription has failed. We will retry the payment %s."
msgstr "የደንበኝነት ምዝገባዎን ለማደስ በራስ ሰር ክፍያ አልተሳካም። ክፍያውን %s እንደገና እንሞክራለን።"

#. translators: %1$s: name of the blog, %2$s: link to checkout payment url, note: no full stop due to url at the end
#: templates/emails/customer-renewal-invoice.php:31
#: templates/emails/plain/customer-renewal-invoice.php:23
msgctxt "In customer renewal invoice email"
msgid "The automatic payment to renew your subscription with %1$s has failed. To reactivate the subscription, please log in and pay for the renewal from your account page: %2$s"
msgstr "በ%1$s የደንበኝነት ምዝገባዎን ለማደስ የተደረገው ራስ-ሰር ክፍያ አልተሳካም። የደንበኝነት ምዝገባውን እንደገና ለማግበር፣ እባክዎ ይግቡ እና ለማደስ ከመለያ ገጽዎ ይክፈሉ፡ %2$s"

#. translators: %1$s: an order number, %2$s: the customer's full name, %3$s: lowercase human time diff in the form returned by wcs_get_human_time_diff(), e.g. 'in 12 hours'
#: templates/emails/plain/admin-payment-retry.php:20
msgctxt "In customer renewal invoice email"
msgid "The automatic recurring payment for order #%1$s from %2$s has failed. The payment will be retried %3$s."
msgstr "ከ%2$s ትእዛዝ #%1$s ተደጋጋሚ ክፍያ አልተሳካም። ክፍያው %3$s እንደገና ይሞከራል።"

#. translators: %1$s: an order number, %2$s: the customer's full name, %3$s: lowercase human time diff in the form returned by wcs_get_human_time_diff(), e.g. 'in 12 hours'
#: templates/emails/admin-payment-retry.php:23
msgctxt "In customer renewal invoice email"
msgid "The automatic recurring payment for order #%d from %s has failed. The payment will be retried %3$s."
msgstr "ከ%s ትእዛዝ #%d ተደጋጋሚ ክፍያ አልተሳካም። ክፍያው %3$s እንደገና ይሞከራል።"

#. translators: %s: help tip.
#: includes/admin/reports/class-wcs-report-subscription-by-product.php:93
msgid "The average line total for this product on each subscription."
msgstr "በእያንዳንዱ የደንበኝነት ምዝገባ ላይ የዚህ ምርት አማካይ የመስመር አጠቃላይ።"

#. translators: %s: help tip.
#: includes/admin/reports/class-wcs-report-subscription-by-product.php:95
msgid "The average line total on all orders for this product line item."
msgstr "የዚህ ምርት መስመር ንጥል በሁሉም ትዕዛዞች ላይ ያለው አማካይ የመስመር ጠቅላላ።"

#: includes/admin/reports/class-wcs-report-subscription-by-customer.php:50
msgid "The average value of all customers' sign-up, switch and renewal orders."
msgstr "የሁሉም ደንበኞች የመመዝገቢያ፣ የመቀየሪያ እና የእድሳት ትዕዛዞች አማካኝ ዋጋ።"

#: includes/upgrades/templates/wcs-about.php:159
msgid "The best part about the new automatic retry system is that the retry rules are completely customisable."
msgstr "ስለ አዲሱ አውቶማቲክ ድጋሚ ሙከራ ስርዓት በጣም ጥሩው ክፍል እንደገና መሞከር ህጎቹ ሙሉ በሙሉ ሊበጁ የሚችሉ መሆናቸው ነው።"

#: includes/class-wc-subscription.php:1318
msgid "The creation date of a subscription can not be deleted, only updated."
msgstr "የደንበኝነት ምዝገባው የተፈጠረበት ቀን ሊሰረዝ አይችልም, የዘመነው ብቻ ነው."

#: includes/api/class-wc-rest-subscriptions-controller.php:554
msgid "The date the subscription's latest order was completed, in GMT."
msgstr "የደንበኝነት ምዝገባው የቅርብ ጊዜው ትዕዛዝ የተጠናቀቀበት ቀን፣ በጂኤምቲ።"

#: includes/api/class-wc-rest-subscriptions-controller.php:560
msgid "The date the subscription's latest order was paid, in GMT."
msgstr "የደንበኝነት ምዝገባው የቅርብ ጊዜ ትዕዛዝ የተከፈለበት ቀን፣ በጂኤምቲ።"

#: includes/class-wcs-my-account-payment-methods.php:80
msgid "The deleted payment method was used for automatic subscription payments, we couldn't find an alternative token payment method token to change your subscriptions to."
msgstr "የተሰረዘው የመክፈያ ዘዴ ለራስ ሰር የደንበኝነት ምዝገባ ክፍያዎች ጥቅም ላይ ውሏል፣የደንበኝነት ምዝገባዎችዎን የሚቀይሩበት አማራጭ የማስመሰያ መክፈያ ዘዴ ማስመሰያ ማግኘት አልቻልንም።"

#. translators: $1: the token/credit card label, 2$-3$: opening and closing strong and link tags
#: includes/class-wcs-my-account-payment-methods.php:103
msgid "The deleted payment method was used for automatic subscription payments. To avoid failed renewal payments in future the subscriptions using this payment method have been updated to use your %1$s. To change the payment method of individual subscriptions go to your %2$sMy Account > Subscriptions%3$s page."
msgstr "የተሰረዘው የመክፈያ ዘዴ ለራስ ሰር የደንበኝነት ምዝገባዎች ጥቅም ላይ ውሏል። ያልተሳኩ የእድሳት ክፍያዎችን ለማስቀረት ይህን የመክፈያ ዘዴ የሚጠቀሙ የደንበኝነት ምዝገባዎች የእርስዎን %1$s ለመጠቀም ተዘምነዋል። የግለሰብ ምዝገባዎችን የመክፈያ ዘዴ ለመቀየር ወደ %2$sMy Account &gt; የደንበኝነት ምዝገባዎች%3$s ገጽ ይሂዱ።"

#: includes/admin/meta-boxes/views/html-retries-table.php:32
msgid "The email sent to the customer when the renewal payment or payment retry failed to notify them that the payment would be retried."
msgstr "የእድሳት ክፍያ ወይም የክፍያ ድጋሚ ሲሞከር ለደንበኛው የተላከው ኢሜይል ክፍያው እንደገና እንደሚሞከር አላሳወቀም።"

#. translators: 1$: number of subscriptions on site, 2$, lower estimate (minutes), 3$: upper estimate
#: includes/upgrades/templates/wcs-upgrade.php:38
msgid "The full update process for the %1$d subscriptions on your site will take between %2$d and %3$d minutes."
msgstr "በጣቢያዎ ላይ ያሉት የ%1$d ምዝገባዎች ሙሉ የማዘመን ሂደት በ%2$d እና በ%3$d ደቂቃዎች መካከል ይወስዳል።"

#: includes/class-wc-subscriptions-switcher.php:1987
msgid "The item on the switch order cannot be found."
msgstr "በመቀየሪያ ትእዛዝ ላይ ያለው ንጥል ሊገኝ አይችልም።"

#: includes/class-wcs-remove-item.php:188
msgid "The item was not removed because this Subscription's payment method does not support removing an item."
msgstr "የዚህ የደንበኝነት ምዝገባ መክፈያ ዘዴ አንድን ንጥል ማስወገድን ስለማይደግፍ ንጥሉ አልተወገደም።"

#. translators: placeholders are opening and closing <strong> tags
#: includes/upgrades/templates/wcs-about-2-0.php:72
msgid "The new interface is also built on the existing %sEdit Order%s screen. If you've ever modified an order, you already know how to modify a subscription."
msgstr "አዲሱ በይነገጽ እንዲሁ ባለው %sEdit Order%s ስክሪን ላይ ነው የተሰራው። ትዕዛዙን ካሻሻሉ፣ የደንበኝነት ምዝገባን እንዴት ማሻሻል እንደሚችሉ አስቀድመው ያውቃሉ።"

#: includes/api/class-wc-rest-subscriptions-controller.php:499
#: includes/api/legacy/class-wc-rest-subscriptions-controller.php:350
msgid "The number of billing periods between subscription renewals."
msgstr "በምዝገባ እድሳት መካከል ያለው የክፍያ ጊዜዎች ብዛት።"

#: includes/admin/reports/class-wcs-report-subscription-events-by-date.php:601
msgid "The number of renewal orders processed during this period."
msgstr "በዚህ ጊዜ ውስጥ የተከናወኑ የእድሳት ትዕዛዞች ብዛት።"

#. translators: %s: renewal count.
#: includes/admin/reports/class-wcs-report-subscription-payment-retry.php:122
msgid "The number of renewal orders which had a failed payment use the retry system."
msgstr "ያልተሳካ ክፍያ የነበራቸው የእድሳት ትዕዛዞች ብዛት የድጋሚ ሙከራ ስርዓቱን ይጠቀማሉ።"

#. translators: %s: retry count.
#: includes/admin/reports/class-wcs-report-subscription-payment-retry.php:137
msgid "The number of renewal payment retries for this period which did not result in a successful payment."
msgstr "የተሳካ ክፍያ ያላስገኘለት የዚህ ጊዜ የእድሳት ክፍያ ብዛት።"

#. translators: %s: retry count.
#: includes/admin/reports/class-wcs-report-subscription-payment-retry.php:129
msgid "The number of renewal payment retries for this period which were able to process the payment which had previously failed one or more times."
msgstr "ከዚህ ቀደም አንድ ወይም ከዚያ በላይ ጊዜ ያልተሳካውን ክፍያ ማካሄድ የቻሉ የዚህ ጊዜ የእድሳት ክፍያ ሙከራዎች ብዛት።"

#. translators: %s: retry count.
#: includes/admin/reports/class-wcs-report-subscription-payment-retry.php:145
msgid "The number of renewal payment retries not yet processed."
msgstr "የእድሳት ክፍያ ድጋሚዎች ቁጥር ገና አልተሰራም።"

#: includes/admin/reports/class-wcs-report-subscription-events-by-date.php:579
msgid "The number of resubscribe orders processed during this period."
msgstr "በዚህ ጊዜ ውስጥ የተከናወኑ የድጋሚ ምዝገባ ትዕዛዞች ብዛት።"

#. translators: %s: help tip.
#: includes/admin/reports/class-wcs-report-subscription-by-customer.php:103
msgid "The number of sign-up, switch and renewal orders this customer has placed with your store with a paid status (i.e. processing or complete)."
msgstr "ይህ ደንበኛ በተከፈለበት ሁኔታ (ማለትም በማስኬድ ወይም ሙሉ) ከማከማቻዎ ጋር ያስቀመጠው የመመዝገቢያ፣ የመቀየር እና የማደሻ ትዕዛዞች ብዛት።"

#: includes/admin/reports/class-wcs-report-subscription-events-by-date.php:645
msgid "The number of subscriptions cancelled by the customer or store manager during this period.  The pre-paid term may not yet have ended during this period."
msgstr "በዚህ ጊዜ ውስጥ በደንበኛው ወይም በሱቅ አስተዳዳሪ የተሰረዙ የደንበኝነት ምዝገባዎች ብዛት። በዚህ ጊዜ ውስጥ የቅድመ ክፍያ ጊዜ ገና ያላለቀ ሊሆን ይችላል።"

#: includes/admin/reports/class-wcs-report-subscription-events-by-date.php:535
msgid "The number of subscriptions created during this period, either by being manually created, imported or a customer placing an order. This includes orders pending payment."
msgstr "በዚህ ጊዜ ውስጥ የተፈጠሩ የደንበኝነት ምዝገባዎች ብዛት፣ በእጅ በመፈጠር፣ በማስመጣት ወይም ደንበኛ በማዘዝ። ይህ ክፍያ በመጠባበቅ ላይ ያሉ ትዕዛዞችን ያካትታል።"

#: includes/admin/reports/class-wcs-report-subscription-events-by-date.php:693
msgid "The number of subscriptions during this period with an end date in the future and a status other than pending."
msgstr "በዚህ ጊዜ ውስጥ ያሉ የደንበኝነት ምዝገባዎች ብዛት ለወደፊቱ ማብቂያ ቀን እና ከመጠባበቅ ውጪ ያለ ሁኔታ።"

#: includes/admin/reports/class-wcs-report-subscription-events-by-date.php:557
msgid "The number of subscriptions purchased in parent orders created during this period. This represents the new subscriptions created by customers placing an order via checkout."
msgstr "በዚህ ጊዜ ውስጥ የተፈጠረው በወላጅ ትዕዛዞች የተገዙ የደንበኝነት ምዝገባዎች ብዛት። ይህ በደንበኞች ትዕዛዝ በማውጣት የተፈጠሩትን አዲስ የደንበኝነት ምዝገባዎችን ይወክላል።"

#. translators: %s: help tip.
#: includes/admin/reports/class-wcs-report-subscription-by-product.php:91
msgid "The number of subscriptions that include this product as a line item and have a status other than pending or trashed."
msgstr "ይህንን ምርት እንደ የመስመር ንጥል ነገር የሚያካትቱ እና በመጠባበቅ ወይም በመጣያ ካልሆነ ሌላ ደረጃ ያላቸው የደንበኝነት ምዝገባዎች ብዛት።"

#. translators: %s: help tip.
#: includes/admin/reports/class-wcs-report-subscription-by-customer.php:99
msgid "The number of subscriptions this customer has with a status of active or pending cancellation."
msgstr "ይህ ደንበኛ የነቃ ወይም በመጠባበቅ ላይ ያለ የስረዛ ሁኔታ ያለው የደንበኝነት ምዝገባዎች ብዛት።"

#. translators: %s: help tip.
#: includes/admin/reports/class-wcs-report-subscription-by-customer.php:101
msgid "The number of subscriptions this customer has with a status other than pending or trashed."
msgstr "ይህ ደንበኛ ከመጠባበቅ ወይም ከተጣለ ሌላ ሁኔታ ጋር ያለው የደንበኝነት ምዝገባዎች ብዛት።"

#: includes/admin/reports/class-wcs-report-subscription-events-by-date.php:623
msgid "The number of subscriptions upgraded, downgraded or cross-graded during this period."
msgstr "በዚህ ጊዜ ውስጥ የተሻሻሉ፣ የተቀነሱ ወይም የተሻገሩ የደንበኝነት ምዝገባዎች ብዛት።"

#: includes/admin/reports/class-wcs-report-subscription-events-by-date.php:667
msgid "The number of subscriptions which have either expired or reached the end of the prepaid term if it was previously cancelled."
msgstr "ቀደም ሲል የተሰረዘ ከሆነ የቅድመ ክፍያ ጊዜ ያለፈበት ወይም መጨረሻ ላይ የደረሱ የደንበኝነት ምዝገባዎች ብዛት።"

#: includes/admin/reports/class-wcs-report-subscription-by-customer.php:44
msgid "The number of unique customers with a subscription of any status other than pending or trashed."
msgstr "በመጠባበቅ ላይ ወይም በቆሻሻ መጣያ ካልሆነ በስተቀር የማንኛውም ሁኔታ ምዝገባ ያላቸው የልዩ ደንበኞች ብዛት።"

#. translators: %s: renewal count.
#: includes/admin/reports/class-wcs-report-upcoming-recurring-revenue.php:97
msgid "The number of upcoming renewal orders, for currently active subscriptions."
msgstr "ለአሁኑ ንቁ የደንበኝነት ምዝገባዎች መጪ የእድሳት ትዕዛዞች ብዛት።"

#: includes/class-wc-subscriptions-switcher.php:1985
msgid "The original subscription item being switched cannot be found."
msgstr "እየቀየረ ያለው የመጀመሪያው የደንበኝነት ምዝገባ ንጥል ሊገኝ አልቻለም።"

#: includes/class-wc-subscriptions-change-payment-gateway.php:256
#: includes/class-wcs-query.php:255
msgid "The payment method can not be changed for that subscription."
msgstr "ለዚያ የደንበኝነት ምዝገባ የመክፈያ ዘዴ ሊቀየር አይችልም።"

#: includes/admin/class-wc-subscriptions-admin.php:2050
msgid "The product type can not be changed because this product is associated with subscriptions."
msgstr "ይህ ምርት ከደንበኝነት ምዝገባዎች ጋር የተቆራኘ ስለሆነ የምርት አይነት ሊቀየር አይችልም።"

#. translators: %1$s: an order number, %2$s: the customer's full name, %3$s: lowercase human time diff in the form returned by wcs_get_human_time_diff(), e.g. 'in 12 hours'
#: templates/emails/admin-payment-retry.php:24
#: templates/emails/plain/admin-payment-retry.php:21
msgid "The renewal order is as follows:"
msgstr "የእድሳት ትዕዛዙ እንደሚከተለው ነው።"

#: includes/api/legacy/class-wc-api-subscriptions.php:248
msgid "The requested subscription cannot be edited."
msgstr "የተጠየቀው የደንበኝነት ምዝገባ ሊስተካከል አይችልም።"

#: includes/upgrades/templates/wcs-about.php:76
msgid "The retry system is disabled by default. To enable it, visit the Subscriptions settings administration screen."
msgstr "የድጋሚ ሙከራ ስርዓቱ በነባሪነት ተሰናክሏል። እሱን ለማንቃት የደንበኝነት ምዝገባዎች ቅንጅቶች አስተዳደር ማያ ገጽን ይጎብኙ።"

#: includes/class-wc-subscription.php:1321
msgid "The start date of a subscription can not be deleted, only updated."
msgstr "የደንበኝነት ምዝገባ መጀመሪያ ቀን ሊሰረዝ አይችልም, ብቻ የዘመነ."

#: includes/admin/meta-boxes/views/html-retries-table.php:24
msgid "The status applied to the order for the time between when the renewal payment failed or last retry occurred and when this retry was processed."
msgstr "የእድሳት ክፍያው ካልተሳካ ወይም ለመጨረሻ ጊዜ የተሞከረበት ጊዜ እና ይህ ድጋሚ ሙከራ በተደረገበት መካከል ባለው ጊዜ ውስጥ በትእዛዙ ላይ ያለው ሁኔታ በትእዛዙ ላይ ተተግብሯል።"

#: includes/admin/meta-boxes/views/html-retries-table.php:28
msgid "The status applied to the subscription for the time between when the renewal payment failed or last retry occurred and when this retry was processed."
msgstr "የእድሳት ክፍያው ካልተሳካ ወይም ለመጨረሻ ጊዜ የተሞከረበት ጊዜ እና ይህ ድጋሚ ሙከራ በተደረገበት መካከል ባለው ጊዜ መካከል ባለው ጊዜ ውስጥ በደንበኝነት ምዝገባው ላይ የተተገበረው ሁኔታ።"

#: includes/admin/meta-boxes/views/html-retries-table.php:20
msgid "The status of the automatic payment retry: pending means the retry will be processed in the future, failed means the payment was not successful when retried and completed means the payment succeeded when retried."
msgstr "የአውቶማቲክ ክፍያ ድጋሚ ሙከራ ሁኔታ፡ በመጠባበቅ ላይ ማለት ድጋሚ ሙከራው ወደፊት ይከናወናል፣ አልተሳካም ማለት ክፍያው በድጋሚ ሲሞከር እና ሲጠናቀቅ የተሳካ አልነበረም ማለት ነው ክፍያው በድጋሚ ሲሞከር ተሳክቷል።"

#: includes/api/class-wc-rest-subscriptions-controller.php:493
msgid "The status to transition the subscription to. Unlike the \"status\" param, this will calculate and update the subscription dates."
msgstr "የደንበኝነት ምዝገባውን የሚሸጋገርበት ሁኔታ። ከ&quot;ሁኔታ&quot; ፓራም በተለየ ይህ የደንበኝነት ምዝገባ ቀኖቹን ያሰላል እና ያዘምናል።"

#: includes/api/class-wc-rest-subscriptions-controller.php:537
#: includes/api/legacy/class-wc-rest-subscriptions-controller.php:388
msgid "The subscription's end date."
msgstr "የምዝገባ ማብቂያ ቀን።"

#: includes/api/class-wc-rest-subscriptions-controller.php:532
#: includes/api/legacy/class-wc-rest-subscriptions-controller.php:383
msgid "The subscription's next payment date."
msgstr "የደንበኝነት ምዝገባው ቀጣይ የክፍያ ቀን።"

#: includes/api/class-wc-rest-subscriptions-controller.php:542
msgid "The subscription's original subscription ID if this is a resubscribed subscription."
msgstr "ይህ ዳግም የተመዘገበ የደንበኝነት ምዝገባ ከሆነ የደንበኝነት ምዝገባው የመጀመሪያው የደንበኝነት ምዝገባ መታወቂያ።"

#: includes/api/class-wc-rest-subscriptions-controller.php:548
msgid "The subscription's resubscribed subscription ID."
msgstr "የደንበኝነት ምዝገባው እንደገና የተመዘገበ የደንበኝነት ምዝገባ መታወቂያ።"

#: includes/api/class-wc-rest-subscriptions-controller.php:522
#: includes/api/legacy/class-wc-rest-subscriptions-controller.php:373
msgid "The subscription's start date."
msgstr "የደንበኝነት ምዝገባው የሚጀምርበት ቀን።"

#: includes/api/class-wc-rest-subscriptions-controller.php:527
#: includes/api/legacy/class-wc-rest-subscriptions-controller.php:378
msgid "The subscription's trial date"
msgstr "የደንበኝነት ምዝገባው የሙከራ ቀን"

#. translators: %s: formatted total amount.
#: includes/admin/reports/class-wcs-report-subscription-events-by-date.php:497
msgid "The sum of all renewal orders including tax and shipping."
msgstr "ግብር እና መላኪያን ጨምሮ የሁሉም እድሳት ትዕዛዞች ድምር።"

#. translators: %s: formatted total amount.
#: includes/admin/reports/class-wcs-report-subscription-events-by-date.php:505
msgid "The sum of all resubscribe orders including tax and shipping."
msgstr "ታክስ እና መላኪያን ጨምሮ የሁሉም ዳግም ምዝገባ ትዕዛዞች ድምር።"

#. translators: %s: formatted total amount.
#: includes/admin/reports/class-wcs-report-subscription-events-by-date.php:489
msgid "The sum of all subscription parent orders, including other items, fees, tax and shipping."
msgstr "የሁሉም የደንበኝነት ምዝገባ ወላጅ ትዕዛዞች ድምር፣ ሌሎች እቃዎች፣ ክፍያዎች፣ ግብር እና መላኪያ።"

#. translators: %s: formatted total amount.
#: includes/admin/reports/class-wcs-report-subscription-events-by-date.php:513
msgid "The sum of all switch orders including tax and shipping."
msgstr "ታክስ እና መላኪያን ጨምሮ የሁሉም መቀየሪያ ትዕዛዞች ድምር።"

#. translators: %s: formatted amount.
#: includes/admin/reports/class-wcs-report-upcoming-recurring-revenue.php:90
msgid "The sum of all the upcoming renewal orders, including items, fees, tax and shipping, for currently active subscriptions."
msgstr "በአሁኑ ጊዜ ንቁ ለሆኑ የደንበኝነት ምዝገባዎች እቃዎች፣ ክፍያዎች፣ ታክስ እና ማጓጓዣን ጨምሮ የሁሉም መጪ የእድሳት ትዕዛዞች ድምር።"

#. translators: %s: formatted amount.
#: includes/admin/reports/class-wcs-report-subscription-payment-retry.php:114
msgid "The total amount of revenue, including tax and shipping, recovered with the failed payment retry system for renewal orders with a failed payment."
msgstr "ጠቅላላ የገቢ መጠን፣ ታክስ እና ማጓጓዣን ጨምሮ፣ ካልተሳካ ክፍያ ጋር የማደሻ ትዕዛዞችን እንደገና በመሞከር ስርዓት የተገኘው።"

#: includes/admin/reports/class-wcs-report-subscription-by-customer.php:47
msgid "The total number of sign-up, switch and renewal orders placed with your store with a paid status (i.e. processing or complete)."
msgstr "የሚከፈልበት ሁኔታ (ማለትም ሂደት ወይም የተጠናቀቀ) በሱቅዎ ላይ የተቀመጡ አጠቃላይ የመመዝገቢያ፣ የመቀየር እና የማደሻ ትዕዛዞች ብዛት።"

#: includes/admin/reports/class-wcs-report-subscription-by-customer.php:45
msgid "The total number of subscriptions with a status of active or pending cancellation."
msgstr "የገባሪ ወይም በመጠባበቅ ላይ ያለ የስረዛ ሁኔታ ያላቸው አጠቃላይ የደንበኝነት ምዝገባዎች ብዛት።"

#: includes/admin/reports/class-wcs-report-subscription-by-customer.php:46
msgid "The total number of subscriptions with a status other than pending or trashed."
msgstr "በመጠባበቅ ላይ ወይም በመጣያ ካልሆነ በስተቀር ጠቅላላ የደንበኝነት ምዝገባዎች ብዛት።"

#. translators: %s: help tip.
#: includes/admin/reports/class-wcs-report-subscription-by-customer.php:105
msgid "The total value of this customer's sign-up, switch and renewal orders."
msgstr "የዚህ ደንበኛ የመመዝገቢያ፣ የመቀየሪያ እና የእድሳት ትዕዛዞች ጠቅላላ ዋጋ።"

#. translators: placeholder is a time period (e.g. "4 weeks")
#: includes/admin/class-wc-subscriptions-admin.php:1661
msgid "The trial period can not exceed %s."
msgstr "የሙከራ ጊዜው ከ%s መብለጥ አይችልም።"

#. translators: number of 1$: days, 2$: weeks, 3$: months, 4$: years
#: includes/admin/class-wc-subscriptions-admin.php:1656
msgid "The trial period can not exceed: %1$s, %2$s, %3$s or %4$s."
msgstr "የሙከራ ጊዜው ከ%1$s፣ %2$s፣ %3$s ወይም %4$s መብለጥ አይችልም።"

#: includes/upgrades/templates/wcs-upgrade.php:41
msgid "The update process may take a little while, so please be patient."
msgstr "የማሻሻያ ሂደቱ ትንሽ ጊዜ ሊወስድ ይችላል, ስለዚህ እባክዎ ይታገሱ."

#: templates/cart/cart-recurring-shipping.php:34
msgid "There are no shipping methods available. Please double check your address, or contact us if you need any help."
msgstr "ምንም የማጓጓዣ ዘዴዎች የሉም። እባኮትን አድራሻዎን ደግመው ያረጋግጡ፣ ወይም ማንኛውም እርዳታ ከፈለጉ ያግኙን።"

#. translators: placeholders are link opening and closing tags. 1$-2$: to gateway settings, 3$-4$: support docs on woocommerce.com
#: includes/gateways/paypal/includes/admin/class-wcs-paypal-admin.php:159
msgid "There is a problem with PayPal. Your API credentials may be incorrect. Please update your %1$sAPI credentials%2$s. %3$sLearn more%4$s."
msgstr "በ PayPal ላይ ችግር አለ. የእርስዎ API ምስክርነቶች የተሳሳቱ ሊሆኑ ይችላሉ። እባክህ የ%1$sAPI ምስክርነቶችህን%2$s አዘምን። %3$s የበለጠ ተማር%4$s።"

#. translators: placeholders are opening and closing link tags. 1$-2$: docs on woocommerce, 3$-4$: dismiss link
#: includes/gateways/paypal/includes/admin/class-wcs-paypal-admin.php:172
msgid "There is a problem with PayPal. Your PayPal account is issuing out-of-date subscription IDs. %1$sLearn more%2$s. %3$sDismiss%4$s."
msgstr "በ PayPal ላይ ችግር አለ. የፔይፓል መለያዎ ጊዜው ያለፈበት የደንበኝነት ምዝገባ መታወቂያዎችን እያወጣ ነው። %1$s የበለጠ ተማር%2$s። %3$s አሰናብት%4$s።"

#: includes/class-wc-subscriptions-switcher.php:1505
msgid "There was an error locating the switch details."
msgstr "የመቀየሪያ ዝርዝሮችን ማግኘት ላይ ስህተት ነበር።"

#: includes/upgrades/templates/wcs-upgrade.php:72
msgid "There was an error with the update. Please refresh the page and try again."
msgstr "በዝማኔው ላይ ስህተት ነበር። እባክዎ ገጹን ያድሱ እና እንደገና ይሞክሩ።"

#: includes/class-wcs-cart-resubscribe.php:70
msgid "There was an error with your request to resubscribe. Please try again."
msgstr "ዳግም ለደንበኝነት ለመመዝገብ ባቀረቡት ጥያቄ ላይ ስህተት ነበር። እባክዎ ዳግም ይሞክሩ."

#: includes/class-wc-subscriptions-change-payment-gateway.php:247
#: includes/early-renewal/class-wcs-early-renewal-modal-handler.php:106
msgid "There was an error with your request. Please try again."
msgstr "በጥያቄህ ላይ ስህተት ነበር። እባክዎ ዳግም ይሞክሩ."

#: includes/upgrades/templates/wcs-about.php:51
msgid "These are important questions for any subscription commerce business."
msgstr "እነዚህ ለማንኛውም የምዝገባ ንግድ ንግድ አስፈላጊ ጥያቄዎች ናቸው።"

#: includes/upgrades/templates/wcs-about.php:97
msgid "These emails can be enabled, disabled and customised under the %sWooCommerce > Settings > Emails%s administration screen."
msgstr "እነዚህ ኢሜይሎች በ%sWooCommerce &gt; Settings &gt; ኢሜይሎች%s አስተዳደር ስክሪን ስር ሊነቁ፣ ሊሰናከሉ እና ሊበጁ ይችላሉ።"

#: includes/admin/reports/class-wcs-report-subscription-events-by-date.php:734
#: includes/admin/reports/class-wcs-report-subscription-payment-retry.php:161
msgid "This Month"
msgstr "በዚህ ወር"

#. translators: %s: default e-mail subject.
#: includes/emails/class-wcs-email-cancelled-subscription.php:160
#: includes/emails/class-wcs-email-expired-subscription.php:158
#: includes/emails/class-wcs-email-on-hold-subscription.php:158
msgid "This controls the email subject line. Leave blank to use the default subject: %s."
msgstr "ይህ የኢሜል ርዕሰ ጉዳይ መስመርን ይቆጣጠራል። ነባሪውን ርዕሰ ጉዳይ ለመጠቀም ባዶ ይተው፡ %s።"

#. translators: %s: default e-mail heading.
#: includes/emails/class-wcs-email-cancelled-subscription.php:168
msgid "This controls the main heading contained within the email notification. Leave blank to use the default heading: %s."
msgstr "ይህ በኢሜል ማሳወቂያ ውስጥ የሚገኘውን ዋና ርዕስ ይቆጣጠራል። ነባሪውን ርዕስ ለመጠቀም ባዶ ይተዉት፡ %s።"

#. translators: %s: default e-mail heading.
#: includes/emails/class-wcs-email-expired-subscription.php:166
#: includes/emails/class-wcs-email-on-hold-subscription.php:166
msgid "This controls the main heading contained within the email notification. Leave blank to use the default heading: <code>%s</code>."
msgstr "ይህ በኢሜል ማሳወቂያ ውስጥ የሚገኘውን ዋና ርዕስ ይቆጣጠራል። ነባሪውን ርዕስ ለመጠቀም ባዶ ይተዉት <code>%s</code> ."

#: includes/admin/class-wcs-admin-post-types.php:654
msgid "This date should be treated as an estimate only. The payment gateway for this subscription controls when payments are processed."
msgstr "ይህ ቀን እንደ ግምት ብቻ መታየት አለበት. የዚህ የደንበኝነት ምዝገባ የክፍያ መግቢያ በር ክፍያዎች ሲከናወኑ ይቆጣጠራል።"

#: includes/upgrades/templates/wcs-about.php:128
msgid "This free extension makes it possible to migrate subscribers from 3rd party systems to WooCommerce. It also makes it possible to export your subscription data for analysis in spreadsheet tools or 3rd party apps."
msgstr "ይህ ነጻ ቅጥያ ተመዝጋቢዎችን ከ3ኛ ወገን ስርዓቶች ወደ WooCommerce ማዛወር ያስችላል። እንዲሁም በተመን ሉህ መሳሪያዎች ወይም በሶስተኛ ወገን መተግበሪያዎች ውስጥ ለመተንተን የደንበኝነት ምዝገባዎን ውሂብ ወደ ውጭ መላክ ያስችላል።"

#: includes/emails/class-wcs-email-customer-on-hold-renewal-order.php:24
msgid "This is an order notification sent to customers containing order details after a renewal order is placed on-hold."
msgstr "ይህ የእድሳት ትእዛዝ በይደር ከተቀመጠ በኋላ የትዕዛዝ ዝርዝሮችን የያዘ ለደንበኞች የተላከ የትዕዛዝ ማስታወቂያ ነው።"

#: includes/emails/class-wcs-email-processing-renewal-order.php:25
msgid "This is an order notification sent to the customer after payment for a subscription renewal order is completed. It contains the renewal order details."
msgstr "ይህ የደንበኝነት ምዝገባ እድሳት ትእዛዝ ክፍያ ከተጠናቀቀ በኋላ ለደንበኛው የተላከ የትዕዛዝ ማሳወቂያ ነው። የእድሳት ትዕዛዝ ዝርዝሮችን ይዟል።"

#: woocommerce-subscriptions.php:278
msgid "This is where subscriptions are stored."
msgstr "የደንበኝነት ምዝገባዎች የሚቀመጡበት ቦታ ይህ ነው።"

#: includes/upgrades/templates/wcs-about-2-0.php:93
msgid "This new page is also where the customer can suspend or cancel their subscription, change payment method, change shipping address or upgrade/downgrade an item."
msgstr "ይህ አዲስ ገጽ ደንበኛው የደንበኝነት ምዝገባቸውን የሚያግድበት ወይም የሚሰርዝበት፣ የመክፈያ ዘዴ የሚቀይርበት፣ የመላኪያ አድራሻ የሚቀይርበት ወይም እቃ የሚያሻሽልበት/የሚቀንስበት ነው።"

#: includes/class-wcs-cart-renewal.php:210
msgid "This order can no longer be paid because the corresponding subscription does not require payment at this time."
msgstr "ይህ ትዕዛዝ ከአሁን በኋላ መከፈል አይችልም ምክንያቱም ተጓዳኝ ምዝገባው በዚህ ጊዜ ክፍያ አያስፈልገውም።"

#: includes/upgrades/templates/wcs-upgrade.php:50
msgid "This page will display the results of the process as each batch of subscriptions is updated."
msgstr "እያንዳንዱ የደንበኝነት ምዝገባዎች ስብስብ ሲዘምን ይህ ገጽ የሂደቱን ውጤት ያሳያል።"

#: templates/single-product/add-to-cart/variable-subscription.php:23
msgid "This product is currently out of stock and unavailable."
msgstr "ይህ ምርት በአሁኑ ጊዜ አልቆበታል እና አይገኝም።"

#: includes/admin/class-wcs-admin-system-status.php:57
msgid "This section shows any information about Subscriptions."
msgstr "ይህ ክፍል ስለ ምዝገባዎች ማንኛውንም መረጃ ያሳያል።"

#: includes/admin/class-wcs-admin-system-status.php:62
msgid "This section shows general information about the store."
msgstr "ይህ ክፍል ስለ መደብሩ አጠቃላይ መረጃ ያሳያል."

#: includes/admin/class-wcs-admin-system-status.php:67
msgid "This section shows information about Subscription payment methods."
msgstr "ይህ ክፍል ስለ ምዝገባ መክፈያ ዘዴዎች መረጃን ያሳያል።"

#: includes/admin/class-wcs-admin-system-status.php:72
msgid "This section shows information about payment gateway feature support."
msgstr "ይህ ክፍል ስለ ክፍያ መግቢያ ባህሪ ድጋፍ መረጃ ያሳያል።"

#: includes/admin/class-wc-subscriptions-admin.php:1893
msgid "This subscription is no longer editable because the payment gateway does not allow modification of recurring amounts."
msgstr "ይህ የደንበኝነት ምዝገባ ከአሁን በኋላ ሊስተካከል አይችልም ምክንያቱም የክፍያ መግቢያው ተደጋጋሚ መጠን መቀየርን አይፈቅድም።"

#. Translators: Placeholders are opening and closing My Account link tags.
#: templates/emails/subscription-info.php:57
msgid "This subscription is set to renew automatically using your payment method on file. You can manage or cancel this subscription from your %smy account page%s."
msgid_plural "These subscriptions are set to renew automatically using your payment method on file. You can manage or cancel your subscriptions from your %smy account page%s."
msgstr[0] "ይህ የደንበኝነት ምዝገባ በፋይል ላይ ያለውን የመክፈያ ዘዴዎን በመጠቀም በራስ-ሰር እንዲታደስ ተዘጋጅቷል። ይህንን የደንበኝነት ምዝገባ ከ%smy መለያ ገጽ%s ማስተዳደር ወይም መሰረዝ ይችላሉ።"
msgstr[1] ""

#. Translators: Placeholder is the My Account URL.
#: templates/emails/plain/subscription-info.php:51
msgid "This subscription is set to renew automatically using your payment method on file. You can manage or cancel this subscription from your my account page. %s"
msgid_plural "These subscriptions are set to renew automatically using your payment method on file. You can manage or cancel your subscriptions from your my account page. %s"
msgstr[0] "ይህ የደንበኝነት ምዝገባ በፋይል ላይ ያለውን የመክፈያ ዘዴዎን በመጠቀም በራስ-ሰር እንዲታደስ ተዘጋጅቷል። ይህን የደንበኝነት ምዝገባ ከእኔ መለያ ገጽ ላይ ማስተዳደር ወይም መሰረዝ ትችላለህ። %s"
msgstr[1] ""

#: includes/class-wc-subscriptions-product.php:965
msgid "This variation can not be removed because it is associated with active subscriptions. To remove this variation, please cancel and delete the subscriptions for it."
msgstr "ይህ ልዩነት ከንቁ የደንበኝነት ምዝገባዎች ጋር የተቆራኘ ስለሆነ ሊወገድ አይችልም። ይህን ልዩነት ለማስወገድ፣ እባክዎን የደንበኝነት ምዝገባዎችን ይሰርዙ እና ይሰርዙ።"

#: includes/data-stores/class-wcs-customer-store-cached-cpt.php:55
msgid "This will clear the persistent cache of all of subscriptions stored against users in your store. Expect slower performance of checkout, renewal and other subscription related functions after taking this action. The caches will be regenerated overtime as queries to find a given user's subscriptions are run."
msgstr "ይህ በመደብርዎ ውስጥ በተጠቃሚዎች ላይ የተከማቹትን የማያቋርጥ መሸጎጫ ያጸዳል። ይህን እርምጃ ከወሰዱ በኋላ የቼክ መውጫ፣ እድሳት እና ሌሎች ከደንበኝነት ምዝገባ ጋር የተያያዙ ተግባራት ቀርፋፋ አፈጻጸም ይጠብቁ። የተጠቃሚ ምዝገባዎችን ለማግኘት የሚደረጉ ጥያቄዎች ስለሚሄዱ መሸጎጫዎቹ በትርፍ ሰዓት ይታደሳሉ።"

#: includes/data-stores/class-wcs-related-order-store-cached-cpt.php:70
msgid "This will clear the persistent cache of all renewal, switch, resubscribe and other order types for all subscriptions in your store. Expect slower performance of checkout, renewal and other subscription related functions after taking this action. The caches will be regenerated overtime as related order queries are run."
msgstr "ይህ ቋሚ መሸጎጫ የሁሉንም እድሳት፣ መቀየር፣ ዳግም መመዝገብ እና ሌሎች በመደብርዎ ውስጥ ላሉ ሁሉም የደንበኝነት ምዝገባዎች አይነቶችን ያጸዳል። ይህን እርምጃ ከወሰዱ በኋላ የቼክ መውጫ፣ እድሳት እና ሌሎች ከደንበኝነት ምዝገባ ጋር የተያያዙ ተግባራት ቀርፋፋ አፈጻጸም ይጠብቁ። ተዛማጅ የትዕዛዝ መጠይቆች ሲሄዱ መሸጎጫዎቹ በትርፍ ሰዓት ይታደሳሉ።"

#: includes/data-stores/class-wcs-customer-store-cached-cpt.php:54
msgid "This will generate the persistent cache for linking users with subscriptions. The caches will be generated overtime in the background (via Action Scheduler)."
msgstr "ይህ ተጠቃሚዎችን ከደንበኝነት ምዝገባዎች ጋር ለማገናኘት የማያቋርጥ መሸጎጫ ያመነጫል። መሸጎጫዎቹ ከበስተጀርባ (በድርጊት መርሐግብር) በትርፍ ሰዓት ይፈጠራሉ።"

#: includes/data-stores/class-wcs-related-order-store-cached-cpt.php:69
msgid "This will generate the persistent cache of all renewal, switch, resubscribe and other order types for all subscriptions in your store. The caches will be generated overtime in the background (via Action Scheduler)."
msgstr "ይህ በመደብርዎ ውስጥ ላሉ ሁሉም የደንበኝነት ምዝገባዎች የሁሉንም እድሳት፣ መቀየር፣ ዳግም መመዝገብ እና ሌሎች የትዕዛዝ አይነቶች የማያቋርጥ መሸጎጫ ያመነጫል። መሸጎጫዎቹ ከበስተጀርባ (በድርጊት መርሐግብር) በትርፍ ሰዓት ይፈጠራሉ።"

#: includes/admin/meta-boxes/views/html-subscription-schedule.php:63
msgid "Timezone:"
msgstr "የጊዜ ክልል:"

#. translators: all placeholders are opening and closing <code> tags, no need to order them
#: includes/upgrades/templates/wcs-about.php:166
msgid "To apply a specific rule based on certain conditions, like high value orders or an infrequent renewal schedule, you can use the retry specific %s'wcs_get_retry_rule'%s filter. This provides the ID of the renewal order for the failed payment, which can be used to find information about the products, subscription and totals to which the failed payment relates."
msgstr "እንደ ከፍተኛ ዋጋ ማዘዣዎች ወይም ብዙ ጊዜ የማይገኝ የእድሳት መርሃ ግብር በተወሰኑ ሁኔታዎች ላይ በመመስረት አንድ የተወሰነ ህግን ለመተግበር የ%s&#39;wcs_get_retry_rule&#39;%s ማጣሪያን እንደገና መሞከር ይችላሉ። ይህ ላልተሳካ ክፍያ የእድሳት ትዕዛዙን መታወቂያ ይሰጣል ፣ ይህም ያልተሳካ ክፍያ ስለሚዛመዱ ምርቶች ፣ ምዝገባዎች እና አጠቃላይ መረጃዎች መረጃ ለማግኘት ሊያገለግል ይችላል።"

#: woocommerce-subscriptions.php:390
msgid "To enable automatic renewals for this subscription, you will first need to add a payment method."
msgstr "ለዚህ ምዝገባ ራስ-ሰር እድሳትን ለማንቃት መጀመሪያ የመክፈያ ዘዴ ማከል ያስፈልግዎታል።"

#. translators: %1$s: link to checkout payment url, note: no full stop due to url at the end
#: templates/emails/plain/customer-payment-retry.php:21
msgctxt "In customer renewal invoice email"
msgid "To reactivate the subscription now, you can also log in and pay for the renewal from your account page: %1$s"
msgstr "የደንበኝነት ምዝገባውን አሁን እንደገና ለማግበር፣ እንዲሁም በመለያ ገፅዎ ላይ ገብተው ለእድሳት መክፈል ይችላሉ፡ %1$s"

#. translators: %1$s %2$s: link markup to checkout payment url, note: no full stop due to url at the end
#: templates/emails/customer-payment-retry.php:21
msgctxt "In customer renewal invoice email"
msgid "To reactivate the subscription now, you can also log in and pay for the renewal from your account page: %1$sPay Now &raquo;%2$s"
msgstr "የደንበኝነት ምዝገባውን አሁን እንደገና ለማግበር፣ እንዲሁም በመለያ ገፅዎ ላይ ገብተው ለእድሳት መክፈል ይችላሉ፡ %1$sPay Now »%2$s"

#. translators: $1: placeholder is number of weeks, 2$: path to the file
#: includes/upgrades/templates/wcs-upgrade.php:66
msgid "To record the progress of the update a new log file was created. This file will be automatically deleted in %1$d weeks. If you would like to delete it sooner, you can find it here: %2$s"
msgstr "የዝማኔውን ሂደት ለመመዝገብ አዲስ የምዝግብ ማስታወሻ ፋይል ተፈጠረ። ይህ ፋይል በ%1$d ሳምንታት ውስጥ በራስ-ሰር ይሰረዛል። በቶሎ መሰረዝ ከፈለጉ፣ እዚህ ሊያገኙት ይችላሉ፡ %2$s"

#. translators: $1 and $2 are opening link tags, $3 is a closing link tag.
#: includes/gateways/paypal/includes/templates/html-ipn-failure-notice.php:29
msgid "To resolve this as quickly as possible, please create a %1$stemporary administrator account%3$s with the user email woologin@woocommerce.com and share the credentials with us via %2$sQuickForget.com%3$s."
msgstr "ይህንን በተቻለ ፍጥነት ለመፍታት፣ እባክዎ በተጠቃሚ ኢሜይል woologin@woocommerce.com የ%1$ ጊዜያዊ አስተዳዳሪ መለያ%3$s ይፍጠሩ እና ምስክርነቱን በ%2$sQuickForget.com%3$s በኩል ያጋሩን።"

#. translators: $1 the log file name $2 and $3 are opening and closing link tags, respectively.
#: templates/admin/html-failed-scheduled-action-notice.php:38
msgid "To see further details about these errors, view the %1$s log file from the %2$sWooCommerce logs screen.%2$s"
msgstr "ስለእነዚህ ስህተቶች ተጨማሪ ዝርዝሮችን ለማየት የ%1$s ሎግ ፋይሉን ከ%2$sWooCommerce ምዝግብ ማስታወሻዎች ስክሪን ይመልከቱ።%2$s"

#. translators: $1 is the log file name. $2 and $3 are opening and closing link tags, respectively.
#: includes/gateways/paypal/includes/templates/html-ipn-failure-notice.php:46
msgid "To see the full error, view the %1$s log file from the %2$sWooCommerce logs screen.%3$s."
msgstr "ሙሉውን ስህተቱን ለማየት የ%1$s ሎግ ፋይሉን ከ%2$sWooCommerce ምዝግብ ማስታወሻ %3$s ይመልከቱ።"

#: includes/class-wc-subscriptions-synchroniser.php:831
msgid "Today!"
msgstr "ዛሬ!"

#: includes/admin/class-wcs-admin-post-types.php:425
msgid "Total"
msgstr "ጠቅላላ"

#: templates/myaccount/my-subscriptions.php:46
#: templates/myaccount/related-orders.php:53
#: templates/myaccount/related-subscriptions.php:42
msgctxt "Used in data attribute. Escaped"
msgid "Total"
msgstr "ጠቅላላ"

#: includes/admin/meta-boxes/views/html-related-orders-table.php:21
#: templates/myaccount/my-subscriptions.php:24
#: templates/myaccount/related-orders.php:25
#: templates/myaccount/related-subscriptions.php:24
#: templates/myaccount/subscription-totals-table.php:22
msgctxt "table heading"
msgid "Total"
msgstr "ጠቅላላ"

#: includes/gateways/paypal/includes/class-wcs-paypal-reference-transaction-api-request.php:279
msgid "Total Discount"
msgstr "አጠቃላይ ቅናሽ"

#: includes/admin/reports/class-wcs-report-subscription-by-customer.php:44
msgid "Total Subscribers"
msgstr "ጠቅላላ ተመዝጋቢዎች"

#: includes/admin/reports/class-wcs-report-subscription-by-customer.php:47
msgid "Total Subscription Orders"
msgstr "ጠቅላላ የደንበኝነት ምዝገባ ትዕዛዞች"

#. translators: %s: help tip.
#: includes/admin/reports/class-wcs-report-subscription-by-customer.php:103
msgid "Total Subscription Orders %s"
msgstr "ጠቅላላ የደንበኝነት ምዝገባ ትዕዛዞች %s"

#: includes/admin/reports/class-wcs-report-subscription-by-customer.php:46
msgid "Total Subscriptions"
msgstr "ጠቅላላ የደንበኝነት ምዝገባዎች"

#. translators: %s: help tip.
#: includes/admin/reports/class-wcs-report-subscription-by-customer.php:101
msgid "Total Subscriptions %s"
msgstr "ጠቅላላ የደንበኝነት ምዝገባዎች %s"

#. translators: placeholder is the formatted total to be paid for the subscription wrapped in <strong> tags
#: templates/checkout/subscription-receipt.php:30
msgid "Total: %s"
msgstr "ጠቅላላ፡ %s"

#: templates/checkout/form-change-payment-method.php:22
msgctxt "table headings in notification email"
msgid "Totals"
msgstr "ድምር"

#: includes/admin/class-wcs-admin-post-types.php:474
#: includes/admin/class-wcs-admin-post-types.php:489
msgid "Trash"
msgstr "መጣያ"

#: includes/admin/class-wc-subscriptions-admin.php:820
msgid "Trashing this order will also trash the subscriptions purchased with the order."
msgstr "ይህን ትዕዛዝ መጣስ በትእዛዙ የተገዙትን የደንበኝነት ምዝገባዎችም ይጥሳል።"

#: includes/admin/class-wcs-admin-post-types.php:427
msgid "Trial End"
msgstr "የሙከራ መጨረሻ"

#: tests/unit/scheduler/scheduler.php:66
#: wcs-functions.php:304
msgctxt "table heading"
msgid "Trial End"
msgstr "የሙከራ መጨረሻ"

#: templates/myaccount/subscription-details.php:28
msgctxt "customer subscription table header"
msgid "Trial end date"
msgstr "የሙከራ ማብቂያ ቀን"

#: includes/admin/class-wc-subscriptions-admin.php:1296
msgid "Turn off Automatic Payments"
msgstr "አውቶማቲክ ክፍያዎችን ያጥፉ"

#. translators: 1: subscription status, 2: error message.
#: includes/class-wc-subscription.php:538
msgid "Unable to change subscription status to \"%1$s\". Exception: %2$s"
msgstr "የደንበኝነት ምዝገባ ሁኔታን ወደ &quot;%1$s&quot; መቀየር አልተቻለም። በስተቀር፡ %2$s"

#. translators: %s: subscription status.
#: includes/class-wc-subscription.php:415
msgid "Unable to change subscription status to \"%s\"."
msgstr "የደንበኝነት ምዝገባ ሁኔታን ወደ &quot;%s&quot; መቀየር አልተቻለም።"

#. translators: %s: subscription status.
#: includes/admin/class-wc-subscriptions-admin.php:778
msgid "Unable to change subscription status to \"%s\". Please assign a customer to the subscription to activate it."
msgstr "የደንበኝነት ምዝገባ ሁኔታን ወደ &quot;%s&quot; መቀየር አልተቻለም። እባክዎን ገቢር ለማድረግ ደንበኛን ለደንበኝነት ይመድቡ።"

#: includes/gateways/paypal/class-wcs-paypal.php:220
msgid "Unable to find order for PayPal billing agreement."
msgstr "ለ PayPal የክፍያ ስምምነት ትዕዛዝ ማግኘት አልተቻለም።"

#. translators: 1$: error message, 2$: opening link tag, 3$: closing link tag, 4$: break tag
#: includes/upgrades/class-wc-subscriptions-upgrader.php:426
msgctxt "Error message that gets sent to front end when upgrading Subscriptions"
msgid "Unable to repair subscriptions.%4$sError: %1$s%4$sPlease refresh the page and try again. If problem persists, %2$scontact support%3$s."
msgstr "የደንበኝነት ምዝገባዎችን መጠገን አልተቻለም።%4$sስህተት፡%1$s%4$sእባክዎ ገጹን ያድሱ እና እንደገና ይሞክሩ። ችግሩ ከቀጠለ፣ %2$የእውቂያ ድጋፍ%3$s።"

#. translators: 1$: error message, 2$: opening link tag, 3$: closing link tag, 4$: break tag
#: includes/upgrades/class-wc-subscriptions-upgrader.php:379
msgid "Unable to upgrade subscriptions.%4$sError: %1$s%4$sPlease refresh the page and try again. If problem persists, %2$scontact support%3$s."
msgstr "የደንበኝነት ምዝገባዎችን ማሻሻል አልተቻለም።%4$sስህተት፡%1$s%4$sእባክዎ ገጹን ያድሱ እና እንደገና ይሞክሩ። ችግሩ ከቀጠለ፣ %2$የእውቂያ ድጋፍ%3$s።"

#: includes/admin/reports/class-wcs-report-retention-rate.php:226
msgid "Unended Subscription Count"
msgstr "ያልተቋረጠ የደንበኝነት ምዝገባ ብዛት"

#: includes/admin/meta-boxes/class-wcs-meta-box-related-orders.php:102
msgctxt "relation to order"
msgid "Unknown Order Type"
msgstr "ያልታወቀ የትዕዛዝ አይነት"

#: includes/gateways/paypal/includes/class-wcs-paypal-reference-transaction-api-response.php:138
msgctxt "used in api error message if there is no long message"
msgid "Unknown error"
msgstr "ያልታወቀ ስህተት"

#: includes/class-wc-subscriptions-coupon.php:949
msgid "Unlimited payments"
msgstr "ያልተገደበ ክፍያዎች"

#: includes/admin/meta-boxes/views/html-related-orders-row.php:36
#: includes/admin/meta-boxes/views/html-retries-table.php:47
msgid "Unpublished"
msgstr "ያልታተመ"

#: includes/admin/class-wcs-admin-reports.php:55
msgid "Upcoming Recurring Revenue"
msgstr "መጪ ተደጋጋሚ ገቢ"

#: includes/upgrades/templates/wcs-upgrade.php:61
msgid "Update Complete"
msgstr "ማዘመን ተጠናቋል"

#: includes/upgrades/templates/wcs-upgrade.php:45
msgctxt "text on submit button"
msgid "Update Database"
msgstr "የውሂብ ጎታ አዘምን"

#: includes/upgrades/templates/wcs-upgrade.php:71
msgid "Update Error"
msgstr "የዝማኔ ስህተት"

#: includes/upgrades/templates/wcs-upgrade.php:49
msgid "Update in Progress"
msgstr "ማዘመን በሂደት ላይ"

#. translators: $1: address type (Shipping Address / Billing Address), $2: opening <strong> tag, $3: closing </strong> tag
#: includes/class-wc-subscriptions-addresses.php:84
msgid "Update the %1$s used for %2$sall%3$s of my active subscriptions"
msgstr "ለ%2$sall%3$s የእኔ ገቢር ምዝገባዎች ጥቅም ላይ የዋለውን %1$s አዘምን"

#. translators: $1: opening <strong> tag, $2: closing </strong> tag
#: templates/checkout/form-change-payment-method.php:91
msgid "Update the payment method used for %1$sall%2$s of my current subscriptions"
msgstr "ለአሁኑ የደንበኝነት ምዝገባዎቼ ለ%1$sall%2$s ጥቅም ላይ የዋለውን የመክፈያ ዘዴ አዘምን"

#. translators: placeholder is an error message.
#: includes/api/class-wc-rest-subscriptions-controller.php:468
#: includes/api/class-wc-rest-subscriptions-controller.php:774
#: includes/api/legacy/class-wc-rest-subscriptions-controller.php:287
msgid "Updating subscription dates errored with message: %s"
msgstr "የምዝገባ ቀኖችን ማዘመን በመልዕክት ስህተት ተፈጥሯል፡ %s"

#: includes/class-wc-subscriptions-switcher.php:1871
msgctxt "a switch type"
msgid "Upgrade"
msgstr "አሻሽል።"

#: includes/class-wc-subscriptions-switcher.php:444
#: includes/class-wc-subscriptions-switcher.php:542
#: includes/class-wc-subscriptions-switcher.php:2575
msgid "Upgrade or Downgrade"
msgstr "አሻሽል ወይም ዝቅ አድርግ"

#: includes/admin/class-wc-subscriptions-admin.php:1224
msgid "Use this field to customise the text displayed on the checkout button when an order contains a subscription. Normally the checkout submission button displays \"Place order\". When the cart contains a subscription, this is changed to \"Sign up now\"."
msgstr "ትዕዛዙ የደንበኝነት ምዝገባን ሲይዝ በቼክአውት ቁልፍ ላይ የሚታየውን ጽሑፍ ለማበጀት ይህንን መስክ ይጠቀሙ። በተለምዶ የፍተሻ ማስረከቢያ ቁልፍ &quot;ትዕዛዝ ቦታ&quot; ያሳያል. ጋሪው የደንበኝነት ምዝገባ ሲይዝ፣ ይህ ወደ &quot;አሁን ይመዝገቡ&quot; ይቀየራል።"

#: templates/myaccount/subscription-details.php:62
msgid "Using the auto-renewal toggle is disabled while in staging mode."
msgstr "በማዘጋጀት ሁነታ ላይ እያለ የራስ-እድሳት መቀያየርን መጠቀም ተሰናክሏል።"

#: woocommerce-subscriptions.php:758
msgid "Variable Subscription"
msgstr "ተለዋዋጭ የደንበኝነት ምዝገባ"

#: includes/admin/class-wc-subscriptions-admin.php:199
msgid "Variable subscription"
msgstr "ተለዋዋጭ የደንበኝነት ምዝገባ"

#: includes/api/class-wc-rest-subscriptions-controller.php:596
msgid "Variation ID, if applicable."
msgstr "የመለያ መታወቂያ፣ ካለ።"

#. translators: placeholder $1 is the Subscription version string ('2.3'), $2-3 are opening and closing <em> tags
#: includes/upgrades/templates/update-welcome-notice.php:5
msgid "Version %1$s brings some new improvements requested by store managers just like you (and possibly even by %2$syou%3$s)."
msgstr "ስሪት %1$s ልክ እንደ እርስዎ (ምናልባትም በ%2$syou%3$s) በሱቅ አስተዳዳሪዎች የተጠየቁ አንዳንድ አዳዲስ ማሻሻያዎችን ያመጣል።"

#. translators: placeholder is version number
#: includes/upgrades/templates/wcs-about-2-0.php:31
#: includes/upgrades/templates/wcs-about.php:30
msgid "Version %s"
msgstr "ስሪት %s"

#: includes/upgrades/templates/wcs-about-2-0.php:24
msgid "Version 2.0 has been in development for more than a year. We've reinvented the extension to take into account 3 years of feedback from store managers."
msgstr "ስሪት 2.0 ከአንድ አመት በላይ በመገንባት ላይ ነው። ከመደብር አስተዳዳሪዎች የተሰጠን የ3 ዓመታት ግብረ መልስ ግምት ውስጥ በማስገባት ቅጥያውን እንደገና ፈጥረናል።"

#: includes/upgrades/templates/wcs-about.php:23
msgid "Version 2.1 introduces some great new features requested by store managers just like you (and possibly even by %syou%s)."
msgstr "ስሪት 2.1 ልክ እንደ እርስዎ በመደብር አስተዳዳሪዎች የተጠየቁ አንዳንድ ምርጥ ባህሪያትን ያስተዋውቃል (እና ምናልባትም በ%syou%s)።"

#. translators: placeholder is the display name of a payment gateway a subscription was paid by
#. translators: %s: payment method.
#: includes/admin/class-wcs-admin-post-types.php:609
#: includes/class-wc-subscription.php:2017
msgid "Via %s"
msgstr "በ%s በኩል"

#: templates/myaccount/my-subscriptions.php:50
#: templates/myaccount/related-orders.php:84
#: templates/myaccount/related-subscriptions.php:46
msgctxt "view a subscription"
msgid "View"
msgstr "ይመልከቱ"

#: includes/upgrades/templates/wcs-about.php:99
msgid "View Email Settings"
msgstr "የኢሜይል ቅንብሮችን ይመልከቱ"

#: includes/upgrades/templates/wcs-about.php:54
msgid "View Reports"
msgstr "ሪፖርቶችን ይመልከቱ"

#: includes/payment-retry/class-wcs-retry-post-store.php:43
#: includes/payment-retry/class-wcs-retry-post-store.php:44
msgid "View Retry"
msgstr "እንደገና ይሞክሩ"

#: woocommerce-subscriptions.php:270
#: woocommerce-subscriptions.php:271
msgctxt "custom post type setting"
msgid "View Subscription"
msgstr "የደንበኝነት ምዝገባን ይመልከቱ"

#: templates/emails/plain/cancelled-subscription.php:44
#: templates/emails/plain/expired-subscription.php:44
#: templates/emails/plain/on-hold-subscription.php:40
msgctxt "in plain emails for subscription information"
msgid "View Subscription: %s"
msgstr "የደንበኝነት ምዝገባን ይመልከቱ፡ %s"

#: includes/class-wcs-auth.php:45
msgid "View and manage subscriptions"
msgstr "የደንበኝነት ምዝገባዎችን ይመልከቱ እና ያስተዳድሩ"

#: includes/admin/meta-boxes/class-wcs-meta-box-subscription-data.php:64
msgid "View other subscriptions &rarr;"
msgstr "ሌሎች ምዝገባዎችን ይመልከቱ →"

#: includes/class-wcs-query.php:308
msgid "View subscription"
msgstr "የደንበኝነት ምዝገባን ይመልከቱ"

#. translators: placeholder is either view or edit url for the subscription
#: templates/emails/plain/subscription-info.php:27
msgctxt "in plain emails for subscription information"
msgid "View subscription: %s"
msgstr "የደንበኝነት ምዝገባን ይመልከቱ፡ %s"

#: includes/class-wcs-auth.php:39
msgid "View subscriptions"
msgstr "የደንበኝነት ምዝገባዎችን ይመልከቱ"

#. translators: placeholders are opening and closing link tags
#: includes/class-wc-subscriptions-order.php:386
msgid "View the status of your subscription in %1$syour account%2$s."
msgid_plural "View the status of your subscriptions in %1$syour account%2$s."
msgstr[0] "የደንበኝነት ምዝገባዎን ሁኔታ በ%1$sour መለያ%2$s ይመልከቱ።"
msgstr[1] ""

#. translators: placeholder is order's view url
#: templates/emails/plain/customer-completed-switch-order.php:24
msgid "View your order: %s"
msgstr "ትዕዛዝዎን ይመልከቱ፡ %s"

#. translators: placeholder is subscription's view url
#: templates/emails/plain/customer-completed-switch-order.php:35
msgid "View your subscription: %s"
msgstr "የደንበኝነት ምዝገባዎን ይመልከቱ፡ %s"

#: includes/admin/class-wc-subscriptions-admin.php:221
msgid "Virtual"
msgstr "ምናባዊ"

#: includes/admin/class-wc-subscriptions-admin.php:856
msgid ""
"WARNING: Bad things are about to happen!\n"
"\n"
"The payment gateway used to purchase this subscription does not support modifying a subscription's details.\n"
"\n"
"Changes to the billing period, recurring discount, recurring tax or recurring total may not be reflected in the amount charged by the payment gateway."
msgstr "ማስጠንቀቂያ፡ መጥፎ ነገሮች ሊፈጠሩ ነው! ይህንን የደንበኝነት ምዝገባ ለመግዛት የሚያገለግለው የክፍያ መግቢያ የደንበኝነት ምዝገባ ዝርዝሮችን ማሻሻልን አይደግፍም። በሂሳብ አከፋፈል ጊዜ ላይ የተደረጉ ለውጦች፣ ተደጋጋሚ ቅናሽ፣ ተደጋጋሚ ታክስ ወይም ተደጋጋሚ ድምር በክፍያ መግቢያ በር በሚከፈለው መጠን ላይንጸባረቅ ይችላል።"

#: includes/admin/class-wc-subscriptions-admin.php:1723
#: includes/admin/class-wcs-admin-system-status.php:93
msgctxt "label that indicates whether debugging is turned on for the plugin"
msgid "WCS_DEBUG"
msgstr "WCS_DEBUG"

#: includes/upgrades/templates/wcs-about.php:174
msgid "WP REST API Endpoints"
msgstr "WP REST ኤፒአይ የመጨረሻ ነጥቦች"

#. translators: all placeholders are opening and closing <code> tags, no need to order them
#: includes/upgrades/templates/wcs-about.php:187
msgid "Want the details of a specific subscription? Get %s/wp-json/wc/v1/subscriptions/<id>/%s."
msgstr "የአንድ የተወሰነ የደንበኝነት ምዝገባ ዝርዝሮች ይፈልጋሉ? %s/wp-json/wc/v1/የደንበኝነት ምዝገባዎችን/ አግኝ<id> /%s"

#. translators: placeholder is Subscription version string ('2.3')
#: includes/upgrades/templates/update-welcome-notice.php:16
msgid "Want to know more about Subscriptions %s?"
msgstr "ስለ %s ምዝገባዎች የበለጠ ማወቅ ይፈልጋሉ?"

#. translators: all placeholders are opening and closing <code> tags, no need to order them
#: includes/upgrades/templates/wcs-about.php:183
msgid "Want to list all the subscriptions on a site? Get %s/wp-json/wc/v1/subscriptions%s."
msgstr "በአንድ ጣቢያ ላይ ሁሉንም የደንበኝነት ምዝገባዎች መዘርዘር ይፈልጋሉ? %s/wp-json/wc/v1/subscriptions%s ያግኙ።"

#. translators: all placeholders are opening and closing <code> tags, no need to order them
#: includes/upgrades/templates/wcs-about-2-0.php:188
msgid "Want to list all the subscriptions on a site? Get %sexample.com/wc-api/v2/subscriptions/%s. Want the details of a specific subscription? Get %s/wc-api/v2/subscriptions/<id>/%s."
msgstr "በአንድ ጣቢያ ላይ ሁሉንም የደንበኝነት ምዝገባዎች መዘርዘር ይፈልጋሉ? %sexample.com/wc-api/v2/subscriptions/%s ያግኙ። የአንድ የተወሰነ የደንበኝነት ምዝገባ ዝርዝሮች ይፈልጋሉ? %s/wc-api/v2/የደንበኝነት ምዝገባዎችን/ አግኝ<id> /%s"

#: templates/html-early-renewal-modal-content.php:34
msgid "Want to renew early via the checkout? Click %shere.%s"
msgstr "በቼክ መውጫው ቀደም ብለው ማደስ ይፈልጋሉ? %shere.%s ን ጠቅ ያድርጉ"

#: includes/upgrades/templates/wcs-about.php:138
msgid "Want your customers to be able to subscribe to non-subscription products?"
msgstr "ደንበኞችዎ ላልተመዘገቡ ምርቶች መመዝገብ እንዲችሉ ይፈልጋሉ?"

#. translators: placeholders are opening and closing tags. Leads to docs on version 2
#: woocommerce-subscriptions.php:1230
msgid "Warning! Version 2.0 is a major update to the WooCommerce Subscriptions extension. Before updating, please create a backup, update all WooCommerce extensions and test all plugins, custom code and payment gateways with version 2.0 on a staging site. %1$sLearn more about the changes in version 2.0 &raquo;%2$s"
msgstr "ማስጠንቀቂያ! ስሪት 2.0 ለWooCommerce የደንበኝነት ምዝገባዎች ቅጥያ ትልቅ ማሻሻያ ነው። ከማዘመንዎ በፊት፣ እባክዎን ምትኬ ይፍጠሩ፣ ሁሉንም የWooCommerce ቅጥያዎችን ያዘምኑ እና ሁሉንም ተሰኪዎች፣ ብጁ ኮድ እና የክፍያ መግቢያ መንገዶችን በማዘጋጀት ጣቢያ ላይ ካለው ስሪት 2.0 ጋር ይሞክሩ። %1$s በስሪት 2.0 »%2$s ላይ ስላሉት ለውጦች የበለጠ ይወቁ"

#. translators: placeholder is Subscriptions version number.
#: woocommerce-subscriptions.php:1246
msgid "Warning! You are running version %s of WooCommerce Subscriptions plugin code but your database has been upgraded to Subscriptions version 2.0. This will cause major problems on your store."
msgstr "ማስጠንቀቂያ! የWooCommerce Subscriptions plugin ኮድን %s እያሄዱ ነው ነገርግን የውሂብ ጎታዎ ወደ የደንበኝነት ምዝገባዎች ስሪት 2.0 ተሻሽሏል። ይህ በሱቅዎ ላይ ትልቅ ችግር ይፈጥራል።"

#: includes/admin/class-wc-subscriptions-admin.php:864
msgid ""
"Warning: Deleting a user will also delete the user's subscriptions. The user's orders will remain but be reassigned to the 'Guest' user.\n"
"\n"
"Do you want to continue to delete this user and any associated subscriptions?"
msgstr "ማስጠንቀቂያ፡ ተጠቃሚን መሰረዝ የተጠቃሚውን ምዝገባም ይሰርዛል። የተጠቃሚው ትዕዛዞች ይቀራሉ ነገር ግን ለ&#39;እንግዳ&#39; ተጠቃሚ እንደገና ይመደባሉ። ይህን ተጠቃሚ እና ማናቸውንም ተዛማጅ የደንበኝነት ምዝገባዎችን መሰረዝ መቀጠል ይፈልጋሉ?"

#: includes/class-wc-subscriptions-switcher.php:1395
msgid "We can not find your old subscription item."
msgstr "የድሮውን የደንበኝነት ምዝገባ ንጥል ነገር ማግኘት አልቻልንም።"

#: includes/admin/class-wc-subscriptions-admin.php:1595
msgid "We can't find a paid subscription order for this user."
msgstr "ለዚህ ተጠቃሚ የሚከፈልበት የደንበኝነት ምዝገባ ትእዛዝ ማግኘት አልቻልንም።"

#. translators: placeholder is a number
#: includes/admin/class-wc-subscriptions-admin.php:1497
msgid "We can't find a subscription with ID #%d. Perhaps it was deleted?"
msgstr "መታወቂያ #%d የደንበኝነት ምዝገባን ማግኘት አልቻልንም። ምናልባት ተሰርዟል?"

#: includes/early-renewal/class-wcs-early-renewal-modal-handler.php:128
msgid "We couldn't create a renewal order for your subscription, please try again."
msgstr "ለደንበኝነት ምዝገባዎ የእድሳት ትእዛዝ መፍጠር አልቻልንም፣ እባክዎ እንደገና ይሞክሩ።"

#: includes/class-wcs-cart-renewal.php:376
msgid "We couldn't find the original renewal order for an item in your cart. The item was removed."
msgid_plural "We couldn't find the original renewal orders for items in your cart. The items were removed."
msgstr[0] "በጋሪዎ ውስጥ የአንድ ንጥል ነገር ዋናውን የእድሳት ትእዛዝ ማግኘት አልቻልንም። ንጥሉ ተወግዷል።"
msgstr[1] ""

#: includes/class-wcs-cart-renewal.php:369
msgid "We couldn't find the original subscription for an item in your cart. The item was removed."
msgid_plural "We couldn't find the original subscriptions for items in your cart. The items were removed."
msgstr[0] "በጋሪዎ ውስጥ የንጥል ዋናውን የደንበኝነት ምዝገባ ማግኘት አልቻልንም። ንጥሉ ተወግዷል።"
msgstr[1] ""

#: includes/upgrades/templates/wcs-about-2-0.php:185
msgid "We didn't just improve interfaces for humans, we also improved them for computers. Your applications can now create, read, update or delete subscriptions via RESTful API endpoints."
msgstr "እኛ የሰዎችን በይነገጽ ማሻሻል ብቻ ሳይሆን ለኮምፒውተሮችም አሻሽለናል። የእርስዎ መተግበሪያዎች አሁን በ RESTful API የመጨረሻ ነጥቦች በኩል የደንበኝነት ምዝገባዎችን መፍጠር፣ ማንበብ፣ ማዘመን ወይም መሰረዝ ይችላሉ።"

#: templates/emails/customer-completed-renewal-order.php:18
#: templates/emails/plain/customer-completed-renewal-order.php:17
msgid "We have finished processing your subscription renewal order."
msgstr "የደንበኝነት ምዝገባ እድሳት ትዕዛዝዎን ማካሄድ ጨርሰናል።"

#: includes/upgrades/templates/update-welcome-notice.php:6
#: includes/upgrades/templates/wcs-about-2-0.php:25
#: includes/upgrades/templates/wcs-about.php:24
msgid "We hope you enjoy it!"
msgstr "እንደተደሰቱ ተስፋ እናደርጋለን!"

#: includes/early-renewal/class-wcs-early-renewal-modal-handler.php:113
msgid "We were unable to locate that subscription, please try again."
msgstr "ያንን የደንበኝነት ምዝገባ ማግኘት አልቻልንም፣ እባክዎ እንደገና ይሞክሩ።"

#. translators: Placeholders are opening and closing link tags.
#: includes/admin/class-wc-subscriptions-admin.php:1541
msgid "We weren't able to locate the set of report results you requested. Please regenerate the link from the %1$sSubscription Reports screen%2$s."
msgstr "የጠየቁትን የሪፖርት ውጤቶች ስብስብ ማግኘት አልቻልንም። እባክህ አገናኙን ከ%1$s የደንበኝነት ምዝገባ ሪፖርቶች ስክሪን%2$s አድስ።"

#: includes/class-wcs-cached-data-manager.php:225
msgid "Weekly"
msgstr "በየሳምንቱ"

#: includes/upgrades/templates/wcs-about-2-0.php:20
msgid "Welcome to Subscriptions 2.0"
msgstr "እንኳን ወደ የደንበኝነት ምዝገባዎች 2.0 በደህና መጡ"

#: includes/upgrades/templates/wcs-about.php:19
msgid "Welcome to Subscriptions 2.1!"
msgstr "ወደ ምዝገባዎች 2.1 እንኳን በደህና መጡ!"

#. translators: placeholder is Subscription version string ('2.3')
#: includes/upgrades/class-wcs-upgrade-notice-manager.php:99
msgid "Welcome to WooCommerce Subscriptions %s!"
msgstr "ወደ WooCommerce ምዝገባዎች %s እንኳን በደህና መጡ!"

#: includes/upgrades/class-wc-subscriptions-upgrader.php:630
msgid "Welcome to WooCommerce Subscriptions 2.1"
msgstr "ወደ WooCommerce ምዝገባዎች እንኳን በደህና መጡ 2.1"

#: includes/upgrades/templates/wcs-about.php:116
msgid "What happens when a customer wants to purchase a subscription product for someone else?"
msgstr "ደንበኛው የደንበኝነት ምዝገባን ለሌላ ሰው መግዛት ሲፈልግ ምን ይከሰታል?"

#: includes/privacy/class-wcs-privacy.php:97
msgid "What personal information your store shares with external sources depends on which third-party payment processor plugins you are using to collect subscription payments. We recommend that you consult with their privacy policies to inform this section of your privacy policy."
msgstr "የእርስዎ መደብር ከውጪ ምንጮች ጋር የሚያጋራው የግል መረጃ በየትኞቹ የሶስተኛ ወገን የክፍያ ፕሮሰሰር ተሰኪዎች የደንበኝነት ምዝገባ ክፍያዎችን እንደሚሰበስቡ ይወሰናል። ይህንን የግላዊነት ፖሊሲዎን ክፍል ለማሳወቅ ከግላዊነት መመሪያዎቻቸው ጋር እንዲያማክሩ እንመክርዎታለን።"

#. translators: placeholders are opening and closing link tags, linking to additional privacy policy documentation.
#: includes/privacy/class-wcs-privacy.php:94
msgid "What we collect and store"
msgstr "የምንሰበስበው እና የምናከማች"

#: includes/privacy/class-wcs-privacy.php:96
msgid "What we share with others"
msgstr "ለሌሎች የምናካፍለው"

#: includes/upgrades/templates/update-welcome-notice.php:8
msgid "What's new?"
msgstr "አዲስ ምን አለ?"

#: templates/emails/plain/subscription-info.php:31
msgctxt "Used as end date for an indefinite subscription"
msgid "When Cancelled"
msgstr "ሲሰረዝ"

#: includes/admin/class-wc-subscriptions-admin.php:1249
msgid "When a subscription is activated, either manually or after a successful purchase, new users will be assigned this role."
msgstr "የደንበኝነት ምዝገባ ሲነቃ፣ በእጅ ወይም ከተሳካ ግዢ በኋላ፣ አዲስ ተጠቃሚዎች ይህንን ሚና ይመደባሉ ።"

#: templates/emails/subscription-info.php:37
msgctxt "Used as end date for an indefinite subscription"
msgid "When cancelled"
msgstr "ሲሰረዝ"

#. Translators: %s URL to erasure request screen.
#: includes/privacy/class-wcs-privacy.php:223
msgid "When handling an %s, should personal data within subscriptions be retained or removed?"
msgstr "%sን በሚይዙበት ጊዜ፣ በደንበኝነት ምዝገባዎች ውስጥ ያለ የግል ውሂብ መቆየት ወይም መወገድ አለበት?"

#: includes/class-wc-subscriptions-switcher.php:390
msgid "When switching to a subscription with a different recurring payment or billing period, should the price paid for the existing billing period be prorated when switching to the new subscription?"
msgstr "በተለየ ተደጋጋሚ የክፍያ ወይም የክፍያ ጊዜ ወደ ደንበኝነት ምዝገባ ሲቀይሩ፣ ለነባር የክፍያ ጊዜ የሚከፈለው ዋጋ ወደ አዲሱ ምዝገባ ሲቀየር ተመጣጣኝ መሆን አለበት?"

#: includes/class-wc-subscriptions-switcher.php:424
msgid "When switching to a subscription with a length, you can take into account the payments already completed by the customer when determining how many payments the subscriber needs to make for the new subscription."
msgstr "ወደ ረጅም የደንበኝነት ምዝገባ ሲቀይሩ, ተመዝጋቢው ለአዲሱ የደንበኝነት ምዝገባ ምን ያህል ክፍያዎች መክፈል እንዳለበት ሲወስኑ በደንበኛው የተጠናቀቁትን ክፍያዎች ግምት ውስጥ ማስገባት ይችላሉ."

#: includes/class-wc-subscriptions-switcher.php:408
msgid "When switching to a subscription with a sign up fee, you can require the customer pay only the gap between the existing subscription's sign up fee and the new subscription's sign up fee (if any)."
msgstr "ከመመዝገቢያ ክፍያ ጋር ወደ ደንበኝነት ምዝገባ ሲቀይሩ ደንበኛው አሁን ባለው የደንበኝነት ምዝገባ ክፍያ እና በአዲሱ የደንበኝነት ምዝገባ ክፍያ (ካለ) መካከል ያለውን ክፍተት ብቻ እንዲከፍል ማድረግ ይችላሉ."

#: includes/upgrades/templates/wcs-about.php:139
msgid "With WooCommerce Subscribe All the Things, they can! This experimental extension is exploring how to convert any product, including Product Bundles and Composite Products, into a subscription product. It also offers customers a way to subscribe to a cart of non-subscription products."
msgstr "በ WooCommerce ሁሉንም ነገር ይመዝገቡ ፣ ይችላሉ! ይህ የሙከራ ቅጥያ ማንኛውንም ምርት፣ የምርት ቅርቅቦችን እና የተዋሃዱ ምርቶችን ጨምሮ ወደ የደንበኝነት ምዝገባ ምርት እንዴት እንደሚቀየር በማሰስ ላይ ነው። እንዲሁም ደንበኞች ለደንበኝነት ያልተመዘገቡ ምርቶች ጋሪ እንዲመዘገቡ መንገድ ያቀርባል።"

#: includes/early-renewal/class-wcs-early-renewal-manager.php:55
msgid "With early renewals enabled, customers can renew their subscriptions before the next payment date."
msgstr "ቀደምት እድሳት በነቃ ደንበኞች ከሚቀጥለው የክፍያ ቀን በፊት የደንበኝነት ምዝገባቸውን ማደስ ይችላሉ።"

#. translators: placeholders are opening and closing link tags
#: includes/admin/class-wc-subscriptions-admin.php:1290
msgid "With manual renewals, a customer's subscription is put on-hold until they login and pay to renew it. %1$sLearn more%2$s."
msgstr "በእጅ እድሳት የደንበኛ ምዝገባ እስኪያድስ ድረስ ገብተው እስኪከፍሉ ድረስ እንዲቆዩ ይደረጋል። %1$s የበለጠ ተማር%2$s።"

#. translators: all placeholders are opening and closing <code> tags, no need to order them
#: includes/upgrades/templates/wcs-about.php:162
msgid "With the %s'wcs_default_retry_rules'%s filter, you can define a set of default rules to apply to all failed payments in your store."
msgstr "በ%s&#39;wcs_default_retry_rules&#39;%s ማጣሪያ በመደብርዎ ውስጥ ባሉ ያልተሳኩ ክፍያዎች ላይ የሚተገበሩ ነባሪ ደንቦችን መግለፅ ይችላሉ።"

#. Author of the plugin
#: includes/admin/class-wcs-admin-reports.php:104
#: includes/admin/reports/class-wcs-report-cache-manager.php:263
msgid "WooCommerce"
msgstr "WooCommerce"

#. translators: $1: opening <a> tag linking to WC API docs, $2: closing <a> tag, $3: opening <a> tag linking to WP API docs, $4: closing <a> tag
#: includes/upgrades/templates/wcs-about.php:177
msgid "WooCommerce 2.6 added support for %1$sREST API%2$s endpoints built on WordPress core's %3$sREST API%4$s infrastructure."
msgstr "WooCommerce 2.6 በዎርድፕረስ ኮር %3$sREST API%4$s መሠረተ ልማት ላይ ለተገነቡ %1$sREST API%2$s የመጨረሻ ነጥቦች ድጋፍ አክሏል።"

#: includes/admin/class-wcs-admin-system-status.php:242
msgctxt "label for the system status page"
msgid "WooCommerce Account Connected"
msgstr "WooCommerce መለያ ተገናኝቷል።"

#. Plugin Name of the plugin
#: includes/privacy/class-wcs-privacy.php:40
msgid "WooCommerce Subscriptions"
msgstr "WooCommerce ምዝገባዎች"

#: includes/gateways/paypal/class-wcs-paypal.php:626
msgctxt "used in User Agent data sent to PayPal to help identify where a payment came from"
msgid "WooCommerce Subscriptions PayPal"
msgstr "WooCommerce የደንበኝነት ምዝገባዎች PayPal"

#: includes/upgrades/templates/wcs-upgrade.php:19
msgid "WooCommerce Subscriptions Update"
msgstr "WooCommerce የደንበኝነት ምዝገባዎች ዝማኔ"

#: includes/upgrades/templates/wcs-upgrade-in-progress.php:24
msgid "WooCommerce Subscriptions Update in Progress"
msgstr "WooCommerce የደንበኝነት ምዝገባዎች ዝማኔ በሂደት ላይ ነው።"

#: woocommerce-subscriptions.php:390
msgid "Would you like to add a payment method now?"
msgstr "አሁን የመክፈያ ዘዴ ማከል ይፈልጋሉ?"

#. translators: 1: token display name, 2: opening link tag, 4: closing link tag, 3: opening link tag.
#: includes/class-wcs-my-account-payment-methods.php:158
msgid "Would you like to update your subscriptions to use this new payment method - %1$s?%2$sYes%4$s | %3$sNo%4$s"
msgstr "ይህን አዲስ የመክፈያ ዘዴ ለመጠቀም የደንበኝነት ምዝገባዎችዎን ማዘመን ይፈልጋሉ - %1$s?%2$sYes%4$s | %3$sNo%4$s"

#: includes/admin/class-wcs-admin-post-types.php:651
msgid "Y/m/d g:i:s A"
msgstr "Y/m/dg:i:s A"

#. translators: php date format
#: includes/admin/meta-boxes/views/html-related-orders-row.php:33
#: includes/admin/meta-boxes/views/html-retries-table.php:44
msgctxt "post date"
msgid "Y/m/d g:i:s A"
msgstr "Y/m/dg:i:s A"

#. translators: date placeholder for input, javascript format
#: includes/wcs-helper-functions.php:40
msgid "YYYY-MM-DD"
msgstr "ዓዓዓ-ወወ-ቀን"

#: includes/admin/reports/class-wcs-report-subscription-events-by-date.php:732
#: includes/admin/reports/class-wcs-report-subscription-payment-retry.php:159
msgid "Year"
msgstr "አመት"

#: includes/admin/class-wc-subscriptions-admin.php:1724
#: includes/admin/class-wc-subscriptions-admin.php:1791
#: includes/admin/class-wcs-admin-system-status.php:95
#: includes/admin/reports/class-wcs-report-cache-manager.php:317
msgid "Yes"
msgstr "አዎ"

#: includes/admin/class-wc-subscriptions-admin.php:843
msgid ""
"You are about to trash one or more orders which contain a subscription.\n"
"\n"
"Trashing the orders will also trash the subscriptions purchased with these orders."
msgstr "የደንበኝነት ምዝገባን የያዙ አንድ ወይም ከዚያ በላይ ትዕዛዞችን ሊጥሉ ነው። ትዕዛዞቹን መጣስ በእነዚህ ትዕዛዞች የተገዙትን የደንበኝነት ምዝገባዎችም ይጥላል።"

#: includes/admin/class-wc-subscriptions-admin.php:857
msgid "You are deleting a subscription item. You will also need to manually cancel and trash the subscription on the Manage Subscriptions screen."
msgstr "የደንበኝነት ምዝገባን እየሰረዙ ነው። እንዲሁም በደንበኝነት ምዝገባዎች አስተዳደር ማያ ገጽ ላይ የደንበኝነት ምዝገባውን እራስዎ መሰረዝ እና መጣያ ያስፈልግዎታል።"

#: includes/class-wcs-user-change-status-handler.php:61
msgid "You can not reactivate that subscription until paying to renew it. Please contact us if you need assistance."
msgstr "እሱን ለማደስ ክፍያ እስኪከፍሉ ድረስ ያንን የደንበኝነት ምዝገባ እንደገና ማግበር አይችሉም። እርዳታ ከፈለጉ እባክዎ ያነጋግሩን።"

#: includes/early-renewal/class-wcs-cart-early-renewal.php:99
msgid "You can not renew this subscription early. Please contact us if you need assistance."
msgstr "ይህን የደንበኝነት ምዝገባ ቀደም ብለው ማደስ አይችሉም። እርዳታ ከፈለጉ እባክዎ ያነጋግሩን።"

#: includes/class-wcs-cart-resubscribe.php:82
msgid "You can not resubscribe to that subscription. Please contact us if you need assistance."
msgstr "ለዚያ የደንበኝነት ምዝገባ እንደገና መመዝገብ አይችሉም። እርዳታ ከፈለጉ እባክዎ ያነጋግሩን።"

#: includes/class-wcs-user-change-status-handler.php:71
msgid "You can not suspend that subscription - the suspension limit has been reached. Please contact us if you need assistance."
msgstr "ያንን የደንበኝነት ምዝገባ ማገድ አይችሉም - የእገዳው ገደቡ ላይ ደርሷል። እርዳታ ከፈለጉ እባክዎ ያነጋግሩን።"

#: includes/class-wc-subscriptions-switcher.php:1464
msgid "You can not switch this subscription. It appears you do not own the subscription."
msgstr "ይህን የደንበኝነት ምዝገባ መቀየር አይችሉም። የደንበኝነት ምዝገባው ባለቤት እንዳልሆንክ ሆኖ ይታያል።"

#: includes/class-wc-subscriptions-switcher.php:1417
msgid "You can not switch to the same subscription."
msgstr "ወደ ተመሳሳዩ የደንበኝነት ምዝገባ መቀየር አይችሉም።"

#: includes/class-wc-subscriptions-switcher.php:1389
msgid "You can only switch to a subscription product."
msgstr "ወደ የደንበኝነት ምዝገባ ምርት ብቻ መቀየር ይችላሉ።"

#: includes/early-renewal/class-wcs-early-renewal-modal-handler.php:118
msgid "You can't renew the subscription at this time. Please try again."
msgstr "በዚህ ጊዜ የደንበኝነት ምዝገባውን ማደስ አይችሉም። እባክዎ ዳግም ይሞክሩ."

#: includes/class-wcs-remove-item.php:180
msgid "You cannot modify a subscription that does not belong to you."
msgstr "የእርስዎ ያልሆነውን የደንበኝነት ምዝገባ መቀየር አይችሉም።"

#: includes/class-wcs-remove-item.php:184
msgid "You cannot remove an item that does not exist. "
msgstr "የሌለውን ንጥል ማስወገድ አይችሉም።"

#: includes/api/legacy/class-wc-api-subscriptions.php:173
msgid "You do not have permission to create subscriptions"
msgstr "የደንበኝነት ምዝገባዎችን ለመፍጠር ፈቃድ የለዎትም።"

#: includes/api/legacy/class-wc-api-subscriptions.php:124
msgid "You do not have permission to read the subscriptions count"
msgstr "የደንበኝነት ምዝገባዎችን ብዛት ለማንበብ ፍቃድ የለዎትም።"

#: includes/class-wc-subscriptions-switcher.php:188
msgid "You have a subscription to this product. Choosing a new subscription will replace your existing subscription."
msgstr "ለዚህ ምርት ደንበኝነት ምዝገባ አለህ። አዲስ የደንበኝነት ምዝገባን መምረጥ አሁን ያለውን የደንበኝነት ምዝገባ ይተካዋል።"

#: templates/single-product/add-to-cart/variable-subscription.php:34
msgid "You have added a variation of this product to the cart already."
msgstr "የዚህን ምርት ልዩነት ወደ ጋሪው አስቀድመህ አክለዋል።"

#: includes/class-wc-subscriptions-switcher.php:272
msgid "You have already subscribed to this product and it is limited to one per customer. You can not purchase the product again."
msgstr "ለዚህ ምርት አስቀድመው ተመዝግበዋል እና ለእያንዳንዱ ደንበኛ ለአንድ የተወሰነ ነው። ምርቱን እንደገና መግዛት አይችሉም።"

#: templates/single-product/add-to-cart/subscription.php:32
#: templates/single-product/add-to-cart/variable-subscription.php:30
msgid "You have an active subscription to this product already."
msgstr "ለዚህ ምርት ንቁ የደንበኝነት ምዝገባ አለህ።"

#: templates/myaccount/my-subscriptions.php:74
msgid "You have no active subscriptions."
msgstr "ምንም ንቁ የደንበኝነት ምዝገባዎች የሉዎትም።"

#: templates/myaccount/my-subscriptions.php:72
msgid "You have reached the end of subscriptions. Go to the %sfirst page%s."
msgstr "የደንበኝነት ምዝገባዎች መጨረሻ ላይ ደርሰዋል። ወደ %sfirst ገጽ%s ይሂዱ።"

#. translators: $1: customer's billing first name and last name
#: templates/emails/admin-new-renewal-order.php:16
#: templates/emails/plain/admin-new-renewal-order.php:16
msgctxt "Used in admin email: new renewal order"
msgid "You have received a subscription renewal order from %1$s. Their order is as follows:"
msgstr "ከ%1$s የደንበኝነት ምዝገባ እድሳት ትእዛዝ ተቀብለዋል። የእነሱ ቅደም ተከተል እንደሚከተለው ነው."

#: templates/emails/customer-completed-switch-order.php:18
#: templates/emails/plain/customer-completed-switch-order.php:17
msgid "You have successfully changed your subscription items. Your new order and subscription details are shown below for your reference:"
msgstr "የደንበኝነት ምዝገባ ንጥሎችን በተሳካ ሁኔታ ቀይረዋቸዋል. ለማጣቀሻዎ አዲሱ ትዕዛዝዎ እና የደንበኝነት ምዝገባዎ ዝርዝሮች ከዚህ በታች ይታያሉ፡"

#. translators: placeholders are 1$: item name, and, 2$: opening and, 3$: closing link tags
#: includes/class-wcs-remove-item.php:140
msgid "You have successfully removed \"%1$s\" from your subscription. %2$sUndo?%3$s"
msgstr "በተሳካ ሁኔታ &quot;%1$s&quot; ከምዝገባህ አስወግደሃል። %2$sቀልብስ?%3$s"

#. translators: $1: {blogname}, $2: {order_date}, variables that will be substituted when email is sent out
#: includes/emails/class-wcs-email-completed-renewal-order.php:31
msgctxt "Default email subject for email to customer on completed renewal order"
msgid "Your %1$s renewal order from %2$s is complete"
msgstr "ከ%2$s የ%1$s እድሳት ትእዛዝዎ ተጠናቅቋል"

#. translators: $1: {blogname}, $2: {order_date}, variables will be substituted when email is sent out
#: includes/emails/class-wcs-email-completed-renewal-order.php:40
msgctxt "Default email subject for email with downloadable files in it"
msgid "Your %1$s subscription renewal order from %2$s is complete - download your files"
msgstr "ከ%2$s የ%1$s የደንበኝነት ምዝገባ እድሳት ትእዛዝዎ ተጠናቅቋል - ፋይሎችዎን ያውርዱ"

#: includes/upgrades/templates/wcs-about.php:180
msgid "Your applications can now create, read, update or delete subscriptions via RESTful API endpoints with the same design as the latest version of WooCommerce's REST API endpoints."
msgstr "የእርስዎ መተግበሪያዎች አሁን የደንበኝነት ምዝገባዎችን መፍጠር፣ ማንበብ፣ ማዘመን ወይም መሰረዝ ይችላሉ።"

#: includes/class-wcs-switch-totals-calculator.php:190
msgid "Your cart contained an invalid subscription switch request. It has been removed from your cart."
msgstr "የእርስዎ ጋሪ ልክ ያልሆነ የደንበኝነት ምዝገባ መቀየሪያ ጥያቄ ይዟል። ከእርስዎ ጋሪ ተወግዷል።"

#: includes/class-wc-subscriptions-switcher.php:230
#: includes/class-wc-subscriptions-switcher.php:1261
msgid "Your cart contained an invalid subscription switch request. It has been removed."
msgid_plural "Your cart contained invalid subscription switch requests. They have been removed."
msgstr[0] "የእርስዎ ጋሪ ልክ ያልሆነ የደንበኝነት ምዝገባ መቀየሪያ ጥያቄ ይዟል። ተወግዷል።"
msgstr[1] ""

#: includes/class-wc-subscriptions-cart-validator.php:111
msgid "Your cart has been emptied of subscription products. Only one subscription product can be purchased at a time."
msgstr "የእርስዎ ጋሪ ከደንበኝነት ምዝገባ ምርቶች ባዶ ሆኗል። በአንድ ጊዜ አንድ የደንበኝነት ምዝገባ ምርት ብቻ መግዛት ይቻላል."

#. translators: placeholders are opening and closing <strong> tags
#: includes/upgrades/templates/wcs-about-2-0.php:91
msgid "Your customers can now view the full details of a subscription, including line items, billing and shipping address, billing schedule and renewal orders, from a special %sMy Account > View Subscription%s page."
msgstr "ደንበኞችዎ አሁን የመስመር ንጥሎችን፣ የክፍያ መጠየቂያ እና የመላኪያ አድራሻን፣ የሂሳብ አከፋፈል መርሃ ግብር እና እድሳት ትዕዛዞችን ጨምሮ የምዝገባ ሙሉ ዝርዝሮችን ከተለየ %sMy Account &gt; የደንበኝነት ምዝገባን%s ገጽ መመልከት ይችላሉ።"

#: includes/upgrades/templates/wcs-upgrade.php:62
msgid "Your database has been updated successfully!"
msgstr "የውሂብ ጎታዎ በተሳካ ሁኔታ ዘምኗል!"

#: includes/early-renewal/class-wcs-early-renewal-modal-handler.php:150
msgid "Your early renewal order was successful."
msgstr "የቀድሞ እድሳት ትእዛዝዎ የተሳካ ነበር።"

#: includes/emails/class-wcs-email-completed-renewal-order.php:29
msgctxt "Default email heading for email to customer on completed renewal order"
msgid "Your renewal order is complete"
msgstr "የእድሳት ትእዛዝዎ ተጠናቅቋል"

#: includes/class-wcs-remove-item.php:119
msgid "Your request to undo your previous action was unsuccessful."
msgstr "ያለፈውን ድርጊትህን ለመቀልበስ ያቀረቡት ጥያቄ አልተሳካም።"

#: includes/emails/class-wcs-email-completed-switch-order.php:30
msgid "Your subscription change is complete"
msgstr "የደንበኝነት ምዝገባዎ ለውጥ ተጠናቅቋል"

#: includes/emails/class-wcs-email-completed-switch-order.php:38
msgid "Your subscription change is complete - download your files"
msgstr "የምዝገባ ለውጥዎ ተጠናቅቋል - ፋይሎችዎን ያውርዱ"

#: includes/class-wcs-user-change-status-handler.php:77
msgctxt "Notice displayed to user confirming their action."
msgid "Your subscription has been cancelled."
msgstr "የደንበኝነት ምዝገባዎ ተሰርዟል።"

#: includes/class-wcs-user-change-status-handler.php:68
msgctxt "Notice displayed to user confirming their action."
msgid "Your subscription has been put on hold."
msgstr "የደንበኝነት ምዝገባዎ እንዲቆይ ተደርጓል።"

#: includes/class-wcs-user-change-status-handler.php:58
msgctxt "Notice displayed to user confirming their action."
msgid "Your subscription has been reactivated."
msgstr "የደንበኝነት ምዝገባዎ እንደገና እንዲነቃ ተደርጓል።"

#: includes/emails/class-wcs-email-completed-renewal-order.php:38
msgctxt "Default email heading for email with downloadable files in it"
msgid "Your subscription renewal order is complete - download your files"
msgstr "የደንበኝነት ምዝገባ እድሳት ትዕዛዝዎ ተጠናቅቋል - ፋይሎችዎን ያውርዱ"

#: includes/class-wc-subscriptions-order.php:379
msgid "Your subscription will be activated when payment clears."
msgid_plural "Your subscriptions will be activated when payment clears."
msgstr[0] "ክፍያ ሲያልቅ የደንበኝነት ምዝገባዎ ገቢር ይሆናል።"
msgstr[1] ""

#: includes/emails/class-wcs-email-customer-on-hold-renewal-order.php:25
msgid "Your {blogname} renewal order has been received!"
msgstr "የእርስዎ {ብሎግ ስም} እድሳት ትእዛዝ ደርሷል!"

#: includes/emails/class-wcs-email-processing-renewal-order.php:29
msgid "Your {blogname} renewal order receipt from {order_date}"
msgstr "የእርስዎ {ብሎግ ስም} እድሳት ትእዛዝ ደረሰኝ ከ{order_date}"

#: includes/emails/class-wcs-email-completed-switch-order.php:31
msgid "Your {blogname} subscription change from {order_date} is complete"
msgstr "የ{blogname} ምዝገባህ ከ{order_date} ለውጥ ተጠናቅቋል"

#: includes/emails/class-wcs-email-completed-switch-order.php:39
msgid "Your {blogname} subscription change from {order_date} is complete - download your files"
msgstr "የ{blogname} የደንበኝነት ምዝገባዎ ከ{order_date} ለውጥ ተጠናቅቋል - ፋይሎችዎን ያውርዱ"

#. translators: placeholder is {blogname}, a variable that will be substituted when email is sent out
#: includes/emails/class-wcs-email-cancelled-subscription.php:31
msgctxt "default email subject for cancelled emails sent to the admin"
msgid "[%s] Subscription Cancelled"
msgstr "[%s] የደንበኝነት ምዝገባ ተሰርዟል።"

#. translators: placeholder is {blogname}, a variable that will be substituted when email is sent out
#: includes/emails/class-wcs-email-expired-subscription.php:31
msgctxt "default email subject for expired emails sent to the admin"
msgid "[%s] Subscription Expired"
msgstr "[%s] የደንበኝነት ምዝገባ ጊዜው አልፎበታል።"

#. translators: placeholder is {blogname}, a variable that will be substituted when email is sent out
#: includes/emails/class-wcs-email-on-hold-subscription.php:31
msgctxt "default email subject for suspended emails sent to the admin"
msgid "[%s] Subscription Suspended"
msgstr "[%s] የደንበኝነት ምዝገባ ታግዷል"

#: includes/wcs-cart-functions.php:252
msgid "[Remove]"
msgstr "[አስወግድ]"

#: includes/emails/class-wcs-email-new-renewal-order.php:26
msgid "[{blogname}] New subscription renewal order ({order_number}) - {order_date}"
msgstr "[{blogname}] አዲስ የደንበኝነት ምዝገባ እድሳት ትእዛዝ ({order_number}) - {የትእዛዝ_ቀን}"

#: includes/emails/class-wcs-email-new-switch-order.php:26
msgid "[{blogname}] Subscription Switched ({order_number}) - {order_date}"
msgstr "[{blogname}] የደንበኝነት ምዝገባ ተቀይሯል ({order_number}) - {የትእዛዝ_ቀን}"

#: includes/emails/class-wcs-email-payment-retry.php:30
msgid "[{site_title}] Automatic payment failed for {order_number}, retry scheduled to run {retry_time}"
msgstr "[{site_title}] ለ{order_number} አውቶማቲክ ክፍያ አልተሳካም፣ {retry_time}ን ለማስኬድ እንደገና ይሞክሩ"

#: includes/upgrades/templates/wcs-about.php:93
msgid "a customer suspends a subscription"
msgstr "ደንበኛ የደንበኝነት ምዝገባን አግዷል"

#: includes/upgrades/templates/wcs-about.php:95
msgid "a subscription expires"
msgstr "የደንበኝነት ምዝገባ ጊዜው አልፎበታል።"

#: includes/privacy/class-wcs-privacy.php:215
msgid "account erasure request"
msgstr "የመለያ ማጥፋት ጥያቄ"

#: includes/upgrades/templates/wcs-about.php:94
msgid "an automatic payment fails"
msgstr "አውቶማቲክ ክፍያ አልተሳካም።"

#. translators: placeholder is number of days. (e.g. "Bill this every day / 4 days")
#: includes/wcs-time-functions.php:31
msgctxt "Subscription billing period."
msgid "day"
msgid_plural "%s days"
msgstr[0] "ቀን"
msgstr[1] ""

#: includes/wcs-time-functions.php:184
msgctxt "Used in the trial period dropdown. Number is in text field. 0, 2+ will need plural, 1 will need singular."
msgid "day"
msgid_plural "days"
msgstr[0] "ቀን"
msgstr[1] ""

#: includes/class-wc-subscriptions-synchroniser.php:243
msgctxt "there's a number immediately in front of this text"
msgid "days prior to Renewal Day"
msgstr "ከእድሳት ቀን በፊት ቀናት"

#: templates/admin/deprecated/html-variation-price.php:105
msgctxt "example number of days / weeks / months"
msgid "e.g. 3"
msgstr "ለምሳሌ 3"

#: includes/admin/class-wc-subscriptions-admin.php:305
msgctxt "example price"
msgid "e.g. 5.90"
msgstr "ለምሳሌ 5.90"

#. translators: %s is a currency symbol / code
#. translators: placeholder is a currency symbol / code
#: includes/admin/class-wc-subscriptions-admin.php:341
#: templates/admin/deprecated/html-variation-price.php:31
#: templates/admin/deprecated/html-variation-price.php:86
#: templates/admin/html-variation-price.php:21
#: templates/admin/html-variation-price.php:47
msgctxt "example price"
msgid "e.g. 9.90"
msgstr "ለምሳሌ 9.90"

#: includes/upgrades/templates/wcs-about.php:73
msgid "emails sent to the customer and store manager"
msgstr "ለደንበኛው እና ለሱቅ አስተዳዳሪ የተላኩ ኢሜይሎች"

#: includes/wcs-time-functions.php:155
msgctxt "period interval (eg \"$10 _every_ 2 weeks\")"
msgid "every"
msgstr "እያንዳንዱ"

#. translators: billing period (e.g. "every week").
#: includes/class-wc-subscriptions-product.php:373
msgid "every %s"
msgstr "በየ%s"

#. translators: period interval, placeholder is ordinal (eg "$10 every _2nd/3rd/4th_", etc)
#: includes/wcs-time-functions.php:159
msgctxt "period interval with ordinal number (e.g. \"every 2nd\""
msgid "every %s"
msgstr "በየ%s"

#. translators: placeholder is localised datetime
#: includes/gateways/paypal/includes/class-wcs-paypal-reference-transaction-api-response-payment.php:119
msgid "expected clearing date %s"
msgstr "የሚጠበቀው የማጽጃ ቀን %s"

#: templates/admin/deprecated/html-variation-price.php:59
msgctxt "Edit product screen, between the Billing Period and Subscription Length dropdowns"
msgid "for"
msgstr "ለ"

#: includes/upgrades/templates/wcs-about.php:72
msgid "how long to wait between retry attempts"
msgstr "በድጋሚ ሙከራዎች መካከል ለምን ያህል ጊዜ መጠበቅ እንዳለበት"

#. Author URI of the plugin
msgid "https://woocommerce.com/"
msgstr "https://woocommerce.com/"

#. Plugin URI of the plugin
msgid "https://www.woocommerce.com/products/woocommerce-subscriptions/"
msgstr "https://www.woocommerce.com/products/woocommerce-subscriptions/"

#. translators: placeholder is human time diff (e.g. "3 weeks")
#: includes/wcs-formatting-functions.php:243
msgid "in %s"
msgstr "በ%s ውስጥ"

#: templates/myaccount/subscription-details.php:100
msgctxt "date on subscription updates list. Will be localized"
msgid "l jS \\o\\f F Y, h:ia"
msgstr "l jS \\o\\f FY, h:ia"

#. translators: placeholder is number of months. (e.g. "Bill this every month / 4 months")
#: includes/wcs-time-functions.php:35
msgctxt "Subscription billing period."
msgid "month"
msgid_plural "%s months"
msgstr[0] "ወር"
msgstr[1] ""

#: includes/wcs-time-functions.php:186
msgctxt "Used in the trial period dropdown. Number is in text field. 0, 2+ will need plural, 1 will need singular."
msgid "month"
msgid_plural "months"
msgstr[0] "ወር"
msgstr[1] ""

#: includes/class-wcs-cached-data-manager.php:127
msgid "new related order methods in WCS_Related_Order_Store"
msgstr "አዲስ ተዛማጅ የትዕዛዝ ዘዴዎች በWCS_Related_Order_Store ውስጥ"

#: includes/wcs-time-functions.php:206
msgctxt "no trial period"
msgid "no"
msgstr "አይ"

#: includes/class-wc-subscriptions-cart.php:2179
msgid "now"
msgstr "አሁን"

#: includes/class-wcs-staging.php:55
msgid "staging"
msgstr "ዝግጅት"

#: includes/admin/reports/class-wcs-report-subscription-by-product.php:300
#: includes/admin/reports/class-wcs-report-subscription-by-product.php:340
msgid "subscriptions"
msgstr "የደንበኝነት ምዝገባዎች"

#: includes/admin/class-wc-subscriptions-admin.php:1320
msgctxt "there's a number immediately in front of this text"
msgid "suspensions per billing period."
msgstr "እገዳዎች በየክፍያ ጊዜ።"

#: includes/upgrades/templates/wcs-about.php:74
msgid "the status applied to the renewal order and subscription"
msgstr "በእድሳት ትዕዛዝ እና ምዝገባ ላይ የተተገበረው ሁኔታ"

#: includes/upgrades/templates/wcs-about.php:71
msgid "the total number of retry attempts"
msgstr "አጠቃላይ የድጋሚ ሙከራዎች ብዛት"

#: includes/wcs-formatting-functions.php:41
msgctxt "initial payment on a subscription"
msgid "up front"
msgstr "ፊት ለፊት"

#. translators: %1$s is the file version, %2$s is the core version
#: includes/admin/class-wcs-admin-system-status.php:191
msgid "version %1$s is out of date. The core version is %2$s"
msgstr "የ%1$s ስሪት ጊዜው አልፎበታል። ዋናው ስሪት %2$s ነው።"

#. translators: placeholder is number of weeks. (e.g. "Bill this every week / 4 weeks")
#: includes/wcs-time-functions.php:33
msgctxt "Subscription billing period."
msgid "week"
msgid_plural "%s weeks"
msgstr[0] "ሳምንት"
msgstr[1] ""

#: includes/wcs-time-functions.php:185
msgctxt "Used in the trial period dropdown. Number is in text field. 0, 2+ will need plural, 1 will need singular."
msgid "week"
msgid_plural "weeks"
msgstr[0] "ሳምንት"
msgstr[1] ""

#. translators: placeholder is number of years. (e.g. "Bill this every year / 4 years")
#: includes/wcs-time-functions.php:37
msgctxt "Subscription billing period."
msgid "year"
msgid_plural "%s years"
msgstr[0] "አመት"
msgstr[1] ""

#: includes/wcs-time-functions.php:187
msgctxt "Used in the trial period dropdown. Number is in text field. 0, 2+ will need plural, 1 will need singular."
msgid "year"
msgid_plural "years"
msgstr[0] "አመት"
msgstr[1] ""
