aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/tr/sub.php
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <aledeg@users.noreply.github.com> 2019-12-04 08:27:39 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-12-04 08:27:39 +0100
commit3e49b44839237693ce1a8151325942704917f6c6 (patch)
tree75a1af8089d48d3bb14de2d9d98c503ee76433e2 /app/i18n/tr/sub.php
parentde2b323847e0a91119625e4f506f51ec9d43872f (diff)
Update i18n cli tools (#2673)
* Update i18n cli tools Few things were bugging me when using the cli tool for i18n. So I've modified the tools to be easier to use. First, the tool automatically adds missing keys to all languages. This way, we always have all keys in all languages. Second, the tool detects all untranslated keys and adds automatically the todo comment after the value. Third, when adding a new key, the key is pushed to all languages at once. There is no need to duplicate it manually. Thus making the duplication process obsolete. Fourth, translation and ignore keys are manipulated at the same time. Thus we don't have obsolete ignored strings anymore. * Add i18n rules I find that having the common rules in the Makefile is easier to use, as long as you know they are here. As it is self documented, people will see the new rules when using make. * Use long parameters in Makefile I find that using long parameters in scripts makes it easier to understand what's going on. So I've switched all short parameters to long one. * Format all i18n files I've used the updated version of the cli tools to have some output that can be consistently formated. This commit is a huge formating commit. Nothing was added but some comments were removed in the process.
Diffstat (limited to 'app/i18n/tr/sub.php')
-rw-r--r--app/i18n/tr/sub.php56
1 files changed, 28 insertions, 28 deletions
diff --git a/app/i18n/tr/sub.php b/app/i18n/tr/sub.php
index ed2a7ce76..a8793766c 100644
--- a/app/i18n/tr/sub.php
+++ b/app/i18n/tr/sub.php
@@ -2,24 +2,24 @@
return array(
'api' => array(
- 'documentation' => 'Copy the following URL to use it within an external tool.', //TODO - Translation
- 'title' => 'API', //TODO - Translation
+ 'documentation' => 'Copy the following URL to use it within an external tool.', // TODO - Translation
+ 'title' => 'API', // TODO - Translation
),
'bookmarklet' => array(
- 'documentation' => 'Drag this button to your bookmarks toolbar or right-click it and choose "Bookmark This Link". Then click "Subscribe" button in any page you want to subscribe to.', //TODO - Translation
- 'label' => 'Subscribe', //TODO - Translation
- 'title' => 'Bookmarklet', //TODO - Translation
+ 'documentation' => 'Drag this button to your bookmarks toolbar or right-click it and choose "Bookmark This Link". Then click "Subscribe" button in any page you want to subscribe to.', // TODO - Translation
+ 'label' => 'Subscribe', // TODO - Translation
+ 'title' => 'Bookmarklet', // TODO - Translation
),
'category' => array(
- '_' => 'Kategori',
'add' => 'Kategori ekle',
'archiving' => 'Arşiv',
'empty' => 'Boş kategori',
'information' => 'Bilgi',
'new' => 'Yeni kategori',
- 'position' => 'Display position', //TODO - Translation
- 'position_help' => 'To control category sort order', //TODO - Translation
+ 'position' => 'Display position', // TODO - Translation
+ 'position_help' => 'To control category sort order', // TODO - Translation
'title' => 'Başlık',
+ '_' => 'Kategori',
),
'feed' => array(
'add' => 'RSS akışı ekle',
@@ -32,57 +32,57 @@ return array(
'password' => 'HTTP şifre',
'username' => 'HTTP kullanıcı adı',
),
- 'clear_cache' => 'Always clear cache', //TODO - Translation
+ 'clear_cache' => 'Always clear cache', // TODO - Translation
'css_help' => 'Dikkat, daha çok zaman gerekir!',
'css_path' => 'Makaleleri kendi CSS görünümü ile göster',
'description' => 'Tanım',
'empty' => 'Bu akış boş. Lütfen akışın aktif olduğuna emin olun.',
'error' => 'Bu akışda bir hatayla karşılaşıldı. Lütfen akışın sürekli ulaşılabilir olduğuna emin olun.',
'filteractions' => array(
- '_' => 'Filter actions', //TODO - Translation
- 'help' => 'Write one search filter per line.', //TODO - Translation
+ 'help' => 'Write one search filter per line.', // TODO - Translation
+ '_' => 'Filter actions', // TODO - Translation
),
'information' => 'Bilgi',
'keep_min' => 'En az tutulacak makale sayısı',
'moved_category_deleted' => 'Bir kategoriyi silerseniz, içerisindeki akışlar <em>%s</em> içerisine yerleşir.',
- 'mute' => 'mute', //TODO - Translation
+ 'mute' => 'mute', // TODO - Translation
'no_selected' => 'Hiçbir akış seçilmedi.',
'number_entries' => '%d makale',
'priority' => array(
- '_' => 'Visibility', //TODO - Translation
- 'archived' => 'Do not show (archived)', //TODO - Translation
+ 'archived' => 'Do not show (archived)', // TODO - Translation
'main_stream' => 'Ana akışda göster',
- 'normal' => 'Show in its category', //TODO - Translation
+ 'normal' => 'Show in its category', // TODO - Translation
+ '_' => 'Visibility', // TODO - Translation
),
- 'websub' => 'WebSub ile anlık bildirim',
'show' => array(
- 'all' => 'Show all feeds', //TODO - Translation
- 'error' => 'Show only feeds with error', //TODO - Translation
+ 'all' => 'Show all feeds', // TODO - Translation
+ 'error' => 'Show only feeds with error', // TODO - Translation
),
'showing' => array(
- 'error' => 'Showing only feeds with error', //TODO - Translation
+ 'error' => 'Showing only feeds with error', // TODO - Translation
),
- 'ssl_verify' => 'Verify SSL security', //TODO - Translation
+ 'ssl_verify' => 'Verify SSL security', // TODO - Translation
'stats' => 'İstatistikler',
'think_to_add' => 'Akış ekleyebilirsiniz.',
- 'timeout' => 'Timeout in seconds', //TODO - Translation
+ 'timeout' => 'Timeout in seconds', // TODO - Translation
'title' => 'Başlık',
'title_add' => 'RSS akışı ekle',
'ttl' => 'Şu kadar süreden fazla otomatik yenileme yapma',
'url' => 'Akış URL',
'validator' => 'Akış geçerliliğini kontrol edin',
'website' => 'Site URL',
+ 'websub' => 'WebSub ile anlık bildirim',
),
'firefox' => array(
- 'documentation' => 'Follow the steps described <a href="https://developer.mozilla.org/en-US/Firefox/Releases/2/Adding_feed_readers_to_Firefox#Adding_a_new_feed_reader_manually">here</a> to add FreshRSS to Firefox feed reader list.', //TODO - Translation
- 'obsolete_63' => 'From version 63 and onwards, Firefox has removed the ability to add your own subscription services that are not standalone programs.', //TODO - Translation
- 'title' => 'Firefox feed reader', //TODO - Translation
+ 'documentation' => 'Follow the steps described <a href="https://developer.mozilla.org/en-US/Firefox/Releases/2/Adding_feed_readers_to_Firefox#Adding_a_new_feed_reader_manually">here</a> to add FreshRSS to Firefox feed reader list.', // TODO - Translation
+ 'obsolete_63' => 'From version 63 and onwards, Firefox has removed the ability to add your own subscription services that are not standalone programs.', // TODO - Translation
+ 'title' => 'Firefox feed reader', // TODO - Translation
),
'import_export' => array(
'export' => 'Dışa aktar',
+ 'export_labelled' => 'Export your labelled articles', // TODO - Translation
'export_opml' => 'Akış listesini dışarı aktar (OPML)',
'export_starred' => 'Favorileri dışarı aktar',
- 'export_labelled' => 'Export your labelled articles', //TODO
'feed_list' => '%s makalenin listesi',
'file_to_import' => 'Dosyadan içe aktar<br />(OPML, JSON or ZIP)',
'file_to_import_no_zip' => 'Dosyadan içe aktar<br />(OPML or JSON)',
@@ -94,11 +94,11 @@ return array(
'bookmark' => 'Abonelik (FreshRSS yer imleri)',
'import_export' => 'İçe / dışa aktar',
'subscription_management' => 'Abonelik yönetimi',
- 'subscription_tools' => 'Subscription tools', //TODO - Translation
+ 'subscription_tools' => 'Subscription tools', // TODO - Translation
),
'title' => array(
+ 'feed_management' => 'RSS akış yönetimi',
+ 'subscription_tools' => 'Subscription tools', // TODO - Translation
'_' => 'Abonelik yönetimi',
- 'feed_management' => 'RSS akış yönetimi',
- 'subscription_tools' => 'Subscription tools', //TODO - Translation
),
);