aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml
diff options
context:
space:
mode:
authorJérémy Benoist <j0k3r@users.noreply.github.com>2019-07-08 12:48:25 +0200
committerGitHub <noreply@github.com>2019-07-08 12:48:25 +0200
commit8effd6e99e5a1f1d0d663ee77b0f5015220d1b4a (patch)
treed635438784c4b02e1d182cfbc3d47b62e5032f1d /src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml
parent92cd51aa2c29e23f137cde9b9732ced33ff38e59 (diff)
parent34be2d5de44ade2a78be73decc0b90a2c1bca720 (diff)
downloadwallabag-8effd6e99e5a1f1d0d663ee77b0f5015220d1b4a.tar.gz
wallabag-8effd6e99e5a1f1d0d663ee77b0f5015220d1b4a.tar.zst
wallabag-8effd6e99e5a1f1d0d663ee77b0f5015220d1b4a.zip
Merge pull request #4028 from wallabag/feature/import-export-tagging-rules
Add ability to import/export tagging rules
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml')
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml
index 9ebe0236..6528a562 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml
@@ -105,6 +105,7 @@ config:
105 # login_label: 'Login (can not be changed)' 105 # login_label: 'Login (can not be changed)'
106 name_label: 'Nazwa' 106 name_label: 'Nazwa'
107 email_label: 'Adres email' 107 email_label: 'Adres email'
108 two_factor:
108 # emailTwoFactor_label: 'Using email (receive a code by email)' 109 # emailTwoFactor_label: 'Using email (receive a code by email)'
109 # googleTwoFactor_label: 'Using an OTP app (open the app, like Google Authenticator, Authy or FreeOTP, to get a one time code)' 110 # googleTwoFactor_label: 'Using an OTP app (open the app, like Google Authenticator, Authy or FreeOTP, to get a one time code)'
110 # table_method: Method 111 # table_method: Method
@@ -139,6 +140,15 @@ config:
139 edit_rule_label: 'edytuj' 140 edit_rule_label: 'edytuj'
140 rule_label: 'Reguła' 141 rule_label: 'Reguła'
141 tags_label: 'Tagi' 142 tags_label: 'Tagi'
143 # card:
144 # new_tagging_rule: Create a tagging rule
145 # import_tagging_rules: Import tagging rules
146 # import_tagging_rules_detail: You have to select the JSON file you previously exported.
147 # export_tagging_rules: Export tagging rules
148 # export_tagging_rules_detail: This will download a JSON file that you can use to import tagging rules elsewhere or to backup them.
149 # file_label: JSON file
150 # import_submit: Import
151 # export: Export
142 faq: 152 faq:
143 title: 'FAQ' 153 title: 'FAQ'
144 tagging_rules_definition_title: 'Co oznaczają « reguły tagowania » ?' 154 tagging_rules_definition_title: 'Co oznaczają « reguły tagowania » ?'
@@ -601,6 +611,9 @@ flashes:
601 tags_reset: Zresetuj tagi 611 tags_reset: Zresetuj tagi
602 entries_reset: Zresetuj wpisy 612 entries_reset: Zresetuj wpisy
603 archived_reset: Zarchiwizowane wpisy usunięte 613 archived_reset: Zarchiwizowane wpisy usunięte
614 # otp_enabled: Two-factor authentication enabled
615 # tagging_rules_imported: Tagging rules imported
616 # tagging_rules_not_imported: Error while importing tagging rules
604 entry: 617 entry:
605 notice: 618 notice:
606 entry_already_saved: 'Wpis już został dodany %date%' 619 entry_already_saved: 'Wpis już został dodany %date%'