add: Turkish language support added for 6 extensions

This commit is contained in:
Ramazan Sancar 2024-05-04 23:03:29 +00:00
parent 34525b1b7c
commit 33031f3710
19 changed files with 102 additions and 23 deletions

View file

@ -8,4 +8,5 @@ Youll have to configure the mailing system in FreshRSS. [See the documentatio
## Changelog
- 0.2.3 Turkish language support added
- 0.1 initial version

View file

@ -0,0 +1,22 @@
<?php
return [
'share' => [
'feedback' => [
'failed' => 'E-posta gönderilemiyor, lütfen yöneticinizle iletişime geçin.',
'fields_required' => 'Tüm alanların doldurulması zorunludur.',
'sent' => 'E-posta gönderildi.',
],
'form' => [
'cancel' => 'İptal',
'content' => 'İçerik',
'content_default' => "Merhaba,\n\nBu makaleyi oldukça ilginç bulabilirsiniz!\n\n%s %s\n\n---\n\nBu e-posta %s tarafından %s ( %s ) aracılığıyla gönderildi",
'send' => 'Gönder',
'subject' => 'Konu',
'subject_default' => 'Bu makaleyi ilginç buldum!',
'to' => 'Kime',
],
'intro' => 'Bu makaleyi e-posta yoluyla paylaşmak üzeresiniz: “<strong>%s</strong>”',
'title' => 'Bir makaleyi e-posta ile paylaşın',
],
];

View file

@ -2,7 +2,7 @@
"name": "Share By Email",
"author": "Marien Fressinaud",
"description": "Improve the sharing by email system.",
"version": "0.2.2",
"version": "0.2.3",
"entrypoint": "ShareByEmail",
"type": "user"
}