aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/fa/feedback.php
diff options
context:
space:
mode:
authorGravatar robertdahlem <robert.dahlem@gmx.net> 2023-10-22 19:03:51 +0200
committerGravatar GitHub <noreply@github.com> 2023-10-22 19:03:51 +0200
commit83cf7301f46c9609da493a412eaad8d10b09bdda (patch)
tree98fd8d51727a90ef895b6d4831ac37139ffc92df /app/i18n/fa/feedback.php
parent430d467b5a98c6691ed87180f0f15ddb111c213b (diff)
Do not update feeds after import (#5629)
* Add checkbox to not update feeds after import to avoid duplicate feeds when importing multiple files. * Import without updating feeds, but now unconditionally * Added hint to click "Update feeds" to all translations * Update app/i18n/fr/feedback.php * Fix i18n --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/fa/feedback.php')
-rw-r--r--app/i18n/fa/feedback.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/fa/feedback.php b/app/i18n/fa/feedback.php
index 68424df36..ffba04507 100644
--- a/app/i18n/fa/feedback.php
+++ b/app/i18n/fa/feedback.php
@@ -57,8 +57,8 @@ return array(
),
'import_export' => array(
'export_no_zip_extension' => ' پسوند ZIP در سرور شما وجود ندارد. لطفا سعی کنید فایل ها را یکی یکی صادر کنید.',
- 'feeds_imported' => ' فیدهای شما وارد شده اند و اکنون به روز خواهند شد',
- 'feeds_imported_with_errors' => ' فیدهای شما وارد شده است',
+ 'feeds_imported' => ' فیدهای شما وارد شده اند و اکنون به روز خواهند شد / Your feeds have been imported. If you are done importing, you can now click the <i>Update feeds</i> button.', // DIRTY
+ 'feeds_imported_with_errors' => ' فیدهای شما وارد شده است / Your feeds have been imported, but some errors occurred. If you are done importing, you can now click the <i>Update feeds</i> button.', // DIRTY
'file_cannot_be_uploaded' => ' فایل قابل آپلود نیست!',
'no_zip_extension' => ' پسوند ZIP در سرور شما وجود ندارد.',
'zip_error' => ' در حین پردازش ZIP خطایی روی داد.',