Update translations for v0.7.0

Added new translatable strings for security features:
- Rate limiting messages for transfers and downloads
- CSV import security limits (file size, row count, rate limit)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-28 11:25:49 +01:00
parent c1a337aabe
commit d0af939f5e
3 changed files with 61 additions and 5 deletions

View File

@@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: WC Licensed Product 0.6.1\n"
"Project-Id-Version: WC Licensed Product 0.7.0\n"
"Report-Msgid-Bugs-To: magdev3.0@gmail.com\n"
"POT-Creation-Date: 2026-01-27 21:19+0100\n"
"POT-Creation-Date: 2026-01-28 10:00+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1903,3 +1903,31 @@ msgstr ""
#: wc-licensed-product.php:119
msgid "WC Licensed Product requires WooCommerce to be installed and active."
msgstr ""
#: src/Frontend/AccountController.php:585
msgid "Too many transfer attempts. Please try again later."
msgstr ""
#: src/Frontend/DownloadController.php:119
msgid "Too many download attempts. Please try again later."
msgstr ""
#: src/Admin/AdminController.php:729
#, php-format
msgid "Import stopped: Maximum of %1$d rows allowed. %2$d imported, %3$d updated."
msgstr ""
#: src/Admin/AdminController.php:1757
#, php-format
msgid "File too large. Maximum size is %s."
msgstr ""
#: src/Admin/AdminController.php:1765
#, php-format
msgid "Please wait %d seconds before importing again."
msgstr ""
#: src/Admin/AdminController.php:1782
#, php-format
msgid "Import limits: Maximum file size %1$s, maximum %2$d rows per import. You can import again after %3$d minutes."
msgstr ""