aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/translations/messages.de.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.de.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.de.yml')
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.de.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml
index a21bd0f1..6ba464d0 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml
@@ -140,6 +140,15 @@ config:
140 edit_rule_label: 'bearbeiten' 140 edit_rule_label: 'bearbeiten'
141 rule_label: 'Regel' 141 rule_label: 'Regel'
142 tags_label: 'Tags' 142 tags_label: 'Tags'
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
143 faq: 152 faq:
144 title: 'FAQ' 153 title: 'FAQ'
145 tagging_rules_definition_title: 'Was bedeuten die "Tagging-Regeln"?' 154 tagging_rules_definition_title: 'Was bedeuten die "Tagging-Regeln"?'
@@ -172,6 +181,15 @@ config:
172 and: 'Eine Regel UND eine andere' 181 and: 'Eine Regel UND eine andere'
173 matches: 'Testet, ob eine <i>Variable</i> auf eine <i>Suche</i> zutrifft (Groß- und Kleinschreibung wird nicht berücksichtigt).<br />Beispiel: <code>title matches "Fußball"</code>' 182 matches: 'Testet, ob eine <i>Variable</i> auf eine <i>Suche</i> zutrifft (Groß- und Kleinschreibung wird nicht berücksichtigt).<br />Beispiel: <code>title matches "Fußball"</code>'
174 notmatches: 'Testet, ob ein <i>Titel</i> nicht auf eine <i>Suche</i> zutrifft (Groß- und Kleinschreibung wird nicht berücksichtigt).<br />Beispiel: <code>title notmatches "Fußball"</code>' 183 notmatches: 'Testet, ob ein <i>Titel</i> nicht auf eine <i>Suche</i> zutrifft (Groß- und Kleinschreibung wird nicht berücksichtigt).<br />Beispiel: <code>title notmatches "Fußball"</code>'
184 otp:
185 # page_title: Two-factor authentication
186 # app:
187 # two_factor_code_description_1: You just enabled the OTP two factor authentication, open your OTP app and use that code to get a one time password. It'll disapear after a page reload.
188 # two_factor_code_description_2: 'You can scan that QR Code with your app:'
189 # two_factor_code_description_3: 'Also, save these backup codes in a safe place, you can use them in case you lose access to your OTP app:'
190 # two_factor_code_description_4: 'Test an OTP code from your configured app:'
191 # cancel: Cancel
192 # enable: Enable
175 193
176entry: 194entry:
177 default_title: 'Titel des Eintrags' 195 default_title: 'Titel des Eintrags'
@@ -593,6 +611,9 @@ flashes:
593 tags_reset: Tags zurücksetzen 611 tags_reset: Tags zurücksetzen
594 entries_reset: Einträge zurücksetzen 612 entries_reset: Einträge zurücksetzen
595 archived_reset: Archiverte Einträge zurücksetzen 613 archived_reset: Archiverte Einträge zurücksetzen
614 # otp_enabled: Two-factor authentication enabled
615 # tagging_rules_imported: Tagging rules imported
616 # tagging_rules_not_imported: Error while importing tagging rules
596 entry: 617 entry:
597 notice: 618 notice:
598 entry_already_saved: 'Eintrag bereits am %date% gespeichert' 619 entry_already_saved: 'Eintrag bereits am %date% gespeichert'