aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2019-06-26 22:31:47 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2019-07-08 09:38:32 +0200
commit34be2d5de44ade2a78be73decc0b90a2c1bca720 (patch)
treed635438784c4b02e1d182cfbc3d47b62e5032f1d /src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml
parent92cd51aa2c29e23f137cde9b9732ced33ff38e59 (diff)
downloadwallabag-34be2d5de44ade2a78be73decc0b90a2c1bca720.tar.gz
wallabag-34be2d5de44ade2a78be73decc0b90a2c1bca720.tar.zst
wallabag-34be2d5de44ade2a78be73decc0b90a2c1bca720.zip
Add ability to import/export tagging rules
- Add missing translations - Add some tests - Add `/api/taggingrule/export` API endpoint - Add baggy theme - Add error message when importing tagging rules failed - Also fix all translations (I think we are good now)
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml')
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml48
1 files changed, 42 insertions, 6 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml
index c2ad854d..a444cadb 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.tr.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: 'İsim' 106 name_label: 'İsim'
107 email_label: 'E-posta' 107 email_label: 'E-posta'
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: 'edit' 140 # edit_rule_label: 'edit'
140 rule_label: 'Kural' 141 rule_label: 'Kural'
141 tags_label: 'Etiketler' 142 tags_label: 'Etiketler'
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: 'S.S.S.' 153 title: 'S.S.S.'
144 tagging_rules_definition_title: '« etiketleme kuralları » ne anlama geliyor?' 154 tagging_rules_definition_title: '« etiketleme kuralları » ne anlama geliyor?'
@@ -213,6 +223,8 @@ entry:
213 unread_label: 'Okunmayan' 223 unread_label: 'Okunmayan'
214 preview_picture_label: 'Resim önizlemesi varsa' 224 preview_picture_label: 'Resim önizlemesi varsa'
215 preview_picture_help: 'Resim önizlemesi' 225 preview_picture_help: 'Resim önizlemesi'
226 # is_public_label: 'Has a public link'
227 # is_public_help: 'Public link'
216 language_label: 'Dil' 228 language_label: 'Dil'
217 # http_status_label: 'HTTP status' 229 # http_status_label: 'HTTP status'
218 reading_time: 230 reading_time:
@@ -427,9 +439,9 @@ tag:
427 rename: 439 rename:
428 # placeholder: 'You can update tag name.' 440 # placeholder: 'You can update tag name.'
429 441
430# export: 442export:
431# footer_template: '<div style="text-align:center;"><p>Produced by wallabag with %method%</p><p>Please open <a href="https://github.com/wallabag/wallabag/issues">an issue</a> if you have trouble with the display of this E-Book on your device.</p></div>' 443 # footer_template: '<div style="text-align:center;"><p>Produced by wallabag with %method%</p><p>Please open <a href="https://github.com/wallabag/wallabag/issues">an issue</a> if you have trouble with the display of this E-Book on your device.</p></div>'
432# unknown: 'Unknown' 444 # unknown: 'Unknown'
433 445
434import: 446import:
435 page_title: 'İçe Aktar' 447 page_title: 'İçe Aktar'
@@ -560,6 +572,26 @@ user:
560 search: 572 search:
561 # placeholder: Filter by username or email 573 # placeholder: Filter by username or email
562 574
575site_credential:
576 # page_title: Site credentials management
577 # new_site_credential: Create a credential
578 # edit_site_credential: Edit an existing credential
579 # description: "Here you can manage all credentials for sites which required them (create, edit and delete), like a paywall, an authentication, etc."
580 # list:
581 # actions: Actions
582 # edit_action: Edit
583 # yes: Yes
584 # no: No
585 # create_new_one: Create a new credential
586 # form:
587 # username_label: 'Login'
588 # host_label: 'Host (subdomain.example.org, .example.org, etc.)'
589 # password_label: 'Password'
590 # save: Save
591 # delete: Delete
592 # delete_confirm: Are you sure?
593 # back_to_list: Back to list
594
563error: 595error:
564 # page_title: An error occurred 596 # page_title: An error occurred
565 597
@@ -571,13 +603,17 @@ flashes:
571 password_not_updated_demo: "In demonstration mode, you can't change password for this user." 603 password_not_updated_demo: "In demonstration mode, you can't change password for this user."
572 user_updated: 'Bilgiler güncellendi' 604 user_updated: 'Bilgiler güncellendi'
573 feed_updated: 'RSS bilgiler güncellendi' 605 feed_updated: 'RSS bilgiler güncellendi'
574 tagging_rules_updated: 'Tagging rules updated' 606 # tagging_rules_updated: 'Tagging rules updated'
575 tagging_rules_deleted: 'Tagging rule deleted' 607 # tagging_rules_deleted: 'Tagging rule deleted'
576 feed_token_updated: 'RSS token updated' 608 # feed_token_updated: 'RSS token updated'
609 # feed_token_revoked: 'RSS token revoked'
577 # annotations_reset: Annotations reset 610 # annotations_reset: Annotations reset
578 # tags_reset: Tags reset 611 # tags_reset: Tags reset
579 # entries_reset: Entries reset 612 # entries_reset: Entries reset
580 # archived_reset: Archived entries deleted 613 # archived_reset: Archived entries deleted
614 # otp_enabled: Two-factor authentication enabled
615 # tagging_rules_imported: Tagging rules imported
616 # tagging_rules_not_imported: Error while importing tagging rules
581 entry: 617 entry:
582 notice: 618 notice:
583 entry_already_saved: 'Entry already saved on %date%' 619 entry_already_saved: 'Entry already saved on %date%'