aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml')
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml24
1 files changed, 23 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml
index f50f629a..07939ebc 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml
@@ -71,6 +71,7 @@ config:
71 # 300_word: 'I read ~300 words per minute' 71 # 300_word: 'I read ~300 words per minute'
72 # 400_word: 'I read ~400 words per minute' 72 # 400_word: 'I read ~400 words per minute'
73 # pocket_consumer_key_label: Consumer key for Pocket to import contents 73 # pocket_consumer_key_label: Consumer key for Pocket to import contents
74 # android_configuration: Configure your Android application
74 form_rss: 75 form_rss:
75 description: 'wallabag RSS akışı kaydetmiş olduğunuz makalelerini favori RSS okuyucunuzda görüntülemenizi sağlar. Bunu yapabilmek için öncelikle belirteç (token) oluşturmalısınız.' 76 description: 'wallabag RSS akışı kaydetmiş olduğunuz makalelerini favori RSS okuyucunuzda görüntülemenizi sağlar. Bunu yapabilmek için öncelikle belirteç (token) oluşturmalısınız.'
76 token_label: 'RSS belirteci (token)' 77 token_label: 'RSS belirteci (token)'
@@ -88,6 +89,18 @@ config:
88 name_label: 'İsim' 89 name_label: 'İsim'
89 email_label: 'E-posta' 90 email_label: 'E-posta'
90 twoFactorAuthentication_label: 'İki adımlı doğrulama' 91 twoFactorAuthentication_label: 'İki adımlı doğrulama'
92 delete:
93 # title: Delete my account (a.k.a danger zone)
94 # description: If you remove your account, ALL your articles, ALL your tags, ALL your annotations and your account will be PERMANENTLY removed (it can't be UNDONE). You'll then be logged out.
95 # confirm: Are you really sure? (THIS CAN'T BE UNDONE)
96 # button: Delete my account
97 reset:
98 # title: Reset area (a.k.a danger zone)
99 # description: By hiting buttons below you'll have ability to remove some informations from your account. Be aware that these actions are IRREVERSIBLE.
100 # annotations: Remove ALL annotations
101 # tags: Remove ALL tags
102 # entries: Remove ALL entries
103 # confirm: Are you really really sure? (THIS CAN'T BE UNDONE)
91 form_password: 104 form_password:
92 old_password_label: 'Eski şifre' 105 old_password_label: 'Eski şifre'
93 new_password_label: 'Yeni şifre' 106 new_password_label: 'Yeni şifre'
@@ -96,6 +109,7 @@ config:
96 # if_label: 'if' 109 # if_label: 'if'
97 # then_tag_as_label: 'then tag as' 110 # then_tag_as_label: 'then tag as'
98 # delete_rule_label: 'delete' 111 # delete_rule_label: 'delete'
112 # edit_rule_label: 'edit'
99 rule_label: 'Kural' 113 rule_label: 'Kural'
100 tags_label: 'Etiketler' 114 tags_label: 'Etiketler'
101 faq: 115 faq:
@@ -354,6 +368,7 @@ import:
354 # how_to: 'Please select your Readability export and click on the below button to upload and import it.' 368 # how_to: 'Please select your Readability export and click on the below button to upload and import it.'
355 worker: 369 worker:
356 # 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 # 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:"
371 # 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."
357 firefox: 372 firefox:
358 page_title: 'İçe Aktar > Firefox' 373 page_title: 'İçe Aktar > Firefox'
359 # 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." 374 # 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."
@@ -457,8 +472,10 @@ flashes:
457 rss_updated: 'RSS bilgiler güncellendi' 472 rss_updated: 'RSS bilgiler güncellendi'
458 tagging_rules_updated: 'Tagging rules updated' 473 tagging_rules_updated: 'Tagging rules updated'
459 tagging_rules_deleted: 'Tagging rule deleted' 474 tagging_rules_deleted: 'Tagging rule deleted'
460 user_added: 'User "%username%" added'
461 rss_token_updated: 'RSS token updated' 475 rss_token_updated: 'RSS token updated'
476 # annotations_reset: Annotations reset
477 # tags_reset: Tags reset
478 # entries_reset: Entries reset
462 entry: 479 entry:
463 notice: 480 notice:
464 entry_already_saved: 'Entry already saved on %date%' 481 entry_already_saved: 'Entry already saved on %date%'
@@ -488,3 +505,8 @@ flashes:
488 notice: 505 notice:
489 # client_created: 'New client created.' 506 # client_created: 'New client created.'
490 # 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'