aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-11-03 15:59:18 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-11-03 15:59:20 +0100
commitca08d02f2f17c0e4ec0152a701c540f62713a428 (patch)
treef386227170230c4c8888a35b21ea4b4cd71338b1 /src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml
parente46fdf3096d55028611713b7a196401aa57d864b (diff)
downloadwallabag-ca08d02f2f17c0e4ec0152a701c540f62713a428.tar.gz
wallabag-ca08d02f2f17c0e4ec0152a701c540f62713a428.tar.zst
wallabag-ca08d02f2f17c0e4ec0152a701c540f62713a428.zip
Add warning message for import + download images
When import isn't async and downloading images is enabled, we warn the user that import can fail. Also, added missing translations
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml')
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml
index 07b5bee7..cf072450 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml
@@ -284,6 +284,7 @@ quickstart:
284 paragraph_2: 'ادامه دهید!' 284 paragraph_2: 'ادامه دهید!'
285 configure: 285 configure:
286 title: 'برنامه را تنظیم کنید' 286 title: 'برنامه را تنظیم کنید'
287 # description: 'In order to have an application which suits you, have a look into the configuration of wallabag.'
287 language: 'زبان و نمای برنامه را تغییر دهید' 288 language: 'زبان و نمای برنامه را تغییر دهید'
288 rss: 'خوراک آر-اس-اس را فعال کنید' 289 rss: 'خوراک آر-اس-اس را فعال کنید'
289 tagging_rules: 'قانون‌های برچسب‌گذاری خودکار مقاله‌هایتان را تعریف کنید' 290 tagging_rules: 'قانون‌های برچسب‌گذاری خودکار مقاله‌هایتان را تعریف کنید'
@@ -366,6 +367,7 @@ import:
366 # how_to: 'Please select your Readability export and click on the below button to upload and import it.' 367 # how_to: 'Please select your Readability export and click on the below button to upload and import it.'
367 worker: 368 worker:
368 # enabled: "Import is made asynchronously. Once the import task is started, an external worker will handle jobs one at a time. The current service is:" 369 # enabled: "Import is made asynchronously. Once the import task is started, an external worker will handle jobs one at a time. The current service is:"
370 # download_images_warning: "You enabled downloading images for your articles. Combined with classic import it can take ages to proceed (or maybe failed). We <strong>strongly recommend</strong> to enable asynchronous import to avoid errors."
369 firefox: 371 firefox:
370 page_title: 'درون‌ریزی > Firefox' 372 page_title: 'درون‌ریزی > Firefox'
371 # description: "This importer will import all your Firefox bookmarks. Just go to your bookmarks (Ctrl+Maj+O), then into \"Import and backup\", choose \"Backup...\". You will obtain a .json file." 373 # description: "This importer will import all your Firefox bookmarks. Just go to your bookmarks (Ctrl+Maj+O), then into \"Import and backup\", choose \"Backup...\". You will obtain a .json file."
@@ -503,3 +505,8 @@ flashes:
503 notice: 505 notice:
504 # client_created: 'New client created.' 506 # client_created: 'New client created.'
505 # client_deleted: 'Client deleted' 507 # client_deleted: 'Client deleted'
508 user:
509 notice:
510 # added: 'User "%username%" added'
511 # updated: 'User "%username%" updated'
512 # deleted: 'User "%username%" deleted'