Latest translations and fallbacks

v1.18.x
Misty (Bot) 8 years ago
parent 89499b9e7c
commit 5b19675093

@ -41,21 +41,21 @@
"privileges.search-group": "Přidat skupinu", "privileges.search-group": "Přidat skupinu",
"privileges.copy-to-children": "Kopírovat do podřazené", "privileges.copy-to-children": "Kopírovat do podřazené",
"privileges.copy-from-category": "Kopírovat z kategorie", "privileges.copy-from-category": "Kopírovat z kategorie",
"privileges.inherit": "If the <code>registered-users</code> group is granted a specific privilege, all other groups receive an <strong>implicit privilege</strong>, even if they are not explicitly defined/checked. This implicit privilege is shown to you because all users are part of the <code>registered-users</code> user group, and so, privileges for additional groups need not be explicitly granted.", "privileges.inherit": "Má-li skupina <code>registrovaní uživatelé</code> určitá oprávnění, ostatní skupiny budou mít <strong>totožné oprávnění</strong> i když nejsou výslovně definována/zaškrtnuta. Tyto zděděné oprávnění vám jsou zobrazena, neboť všichni uživatelé jsou součástí skupiny <code>registrovaných uživalelů</code>. Takže oprávnění pro další skupiny nemusí být dodatečně nastavováno.",
"analytics.back": "Zpět do seznamu kategorii", "analytics.back": "Zpět do seznamu kategorii",
"analytics.title": "Analýza pro kategorii \"%1\"", "analytics.title": "Analýza pro kategorii \"%1\"",
"analytics.pageviews-hourly": "<strong>Figure 1</strong> &ndash; Hourly page views for this category</small>", "analytics.pageviews-hourly": "<strong>Postava 1</strong>- zobrazení stránky za hodinu pro tuto kategorii",
"analytics.pageviews-daily": "<strong>Figure 2</strong> &ndash; Daily page views for this category</small>", "analytics.pageviews-daily": "<strong>Postava 2</strong> - zobrazení stránky za den pro tuto kategorii</small>",
"analytics.topics-daily": "<strong>Figure 3</strong> &ndash; Daily topics created in this category</small>", "analytics.topics-daily": "<strong>Postava 3</strong> - vytvořených témat za den pro tuto kategorii</small>",
"analytics.posts-daily": "<strong>Figure 4</strong> &ndash; Daily posts made in this category</small>", "analytics.posts-daily": "<strong>Postava 4</strong> - vytvořených příspěvků za den pro tuto kategorii</small>",
"alert.created": "Vytvořeno", "alert.created": "Vytvořeno",
"alert.create-success": "Kategorie byla úspěšně vytvořena.", "alert.create-success": "Kategorie byla úspěšně vytvořena.",
"alert.none-active": "Nemáte žádné aktivní kategorie.", "alert.none-active": "Nemáte žádné aktivní kategorie.",
"alert.create": "Vytvořit kategorii", "alert.create": "Vytvořit kategorii",
"alert.confirm-moderate": "<strong>Jste si jist/a, že chcete umožnit oprávnění moderovat této skupině uživatelů?</strong> Tato skupina je veřejná a uživatelé se k ní mohou připojit dle libosti.", "alert.confirm-moderate": "<strong>Jste si jist/a, že chcete umožnit oprávnění moderovat této skupině uživatelů?</strong> Tato skupina je veřejná a uživatelé se k ní mohou připojit dle libosti.",
"alert.confirm-purge": "<p class=\"lead\">Do you really want to purge this category \"%1\"?</p><h5><strong class=\"text-danger\">Warning!</strong> All topics and posts in this category will be purged!</h5> <p class=\"help-block\">Purging a category will remove all topics and posts, and delete the category from the database. If you want to remove a category <em>temporarily</em>, you'll want to \"disable\" the category instead.</p>", "alert.confirm-purge": "<p class=\"lead\">Opravdu chcete vyčistit tuto kategorii \"%1\"?</p><h5><strong class=\"text-danger\">Upozornění</strong>Všechny témata a příspěvky v této kategorii budou smazána.<p class=\"help-block\">Smazání kategorie vyjme všechny témata a příspěvky a odstraní kategorii z databáze. Pokud chcete vyjmout kategorii <em>dočasně</em>, raději místo toho kategorii \"zakažte\" .</p>",
"alert.purge-success": "Kategorie byla vyčištěna.", "alert.purge-success": "Kategorie byla vyčištěna.",
"alert.copy-success": "Nastavení bylo zkopírováno.", "alert.copy-success": "Nastavení bylo zkopírováno.",
"alert.set-parent-category": "Nastavit nadřazenou kategorii", "alert.set-parent-category": "Nastavit nadřazenou kategorii",

@ -5,19 +5,19 @@
"from": "Jméno - od", "from": "Jméno - od",
"from-help": "Zobrazené jméno v e-mailu v - Od", "from-help": "Zobrazené jméno v e-mailu v - Od",
"smtp-transport": "SMTP Transport", "smtp-transport": "Přenos SMTP",
"smtp-transport.enabled": "Use an external email server to send emails", "smtp-transport.enabled": "Pro odesílání e-mailů použít externí e-mailový server ",
"smtp-transport-help": "You can select from a list of well-known services or enter a custom one.", "smtp-transport-help": "Ze seznamu můžete vybrat známé služby nebo zadat vlastní.",
"smtp-transport.service": "Select a service", "smtp-transport.service": "Vyberte službu",
"smtp-transport.service-custom": "Custom Service", "smtp-transport.service-custom": "Uživatelský služba",
"smtp-transport.service-help": "Select a service name above in order to use the known information about it. Alternatively, select 'Custom Service' and enter the details below.", "smtp-transport.service-help": "Pro použití známých informací, vyberte název služby. Nebo vyberte \"uživatelskou službu\" a zadejte detaily níže.",
"smtp-transport.gmail-warning1": "There have been reports of the Gmail service not working on accounts with heightened security. In those scenarios, you will have to <a href=\"https://www.google.com/settings/security/lesssecureapps\">configure your GMail account to allow less secure apps</a>.", "smtp-transport.gmail-warning1": "Někdy služba Gmail nefunguje správně s účty s nejvyšším zabezpečením. V těchto případech, musíte <a href=\"https://www.google.com/settings/security/lesssecureapps\">nakonfigurovat váš Gmail účet pro méně zabezpečené aplikace</a>.",
"smtp-transport.gmail-warning2": "For more information about this workaround, <a href=\"https://nodemailer.com/usage/using-gmail/\">please consult this NodeMailer article on the issue.</a> An alternative would be to utilise a third-party emailer plugin such as SendGrid, Mailgun, etc. <a href=\"{config.relative_path}/admin/extend/plugins\">Browse available plugins here</a>.", "smtp-transport.gmail-warning2": "For more information about this workaround, <a href=\"https://nodemailer.com/usage/using-gmail/\">please consult this NodeMailer article on the issue.</a> An alternative would be to utilise a third-party emailer plugin such as SendGrid, Mailgun, etc. <a href=\"{config.relative_path}/admin/extend/plugins\">Browse available plugins here</a>.",
"smtp-transport.host": "SMTP Host", "smtp-transport.host": "Hostitel SMTP",
"smtp-transport.port": "SMTP Port", "smtp-transport.port": "Port SMTP",
"smtp-transport.username": "Username", "smtp-transport.username": "Uživatelské jméno",
"smtp-transport.username-help": "<b>For the Gmail service,</b> enter the full email address here, especially if you are using a Google Apps managed domain.", "smtp-transport.username-help": "<b>For the Gmail service,</b> enter the full email address here, especially if you are using a Google Apps managed domain.",
"smtp-transport.password": "Password", "smtp-transport.password": "Heslo",
"template": "Upravit šablonu e-mailu", "template": "Upravit šablonu e-mailu",
"template.select": "Vybrat šablonu e-mailu", "template.select": "Vybrat šablonu e-mailu",

@ -15,22 +15,22 @@
"mongo.storage-size": "Depolama Boyutu", "mongo.storage-size": "Depolama Boyutu",
"mongo.index-size": "İndex Boyutu", "mongo.index-size": "İndex Boyutu",
"mongo.file-size": "Dosya Boyutu", "mongo.file-size": "Dosya Boyutu",
"mongo.resident-memory": "Resident Memory", "mongo.resident-memory": "Yerleşik Bellek",
"mongo.virtual-memory": "Sanal Hafıza", "mongo.virtual-memory": "Sanal Hafıza",
"mongo.mapped-memory": "Planlanan Hafıza", "mongo.mapped-memory": "Planlanan Hafıza",
"mongo.raw-info": "MongoDB Raw Info", "mongo.raw-info": "İşlenmemiş MongoDB Bilgisi",
"redis": "Redis", "redis": "Redis",
"redis.version": "Redis Versiyonu", "redis.version": "Redis Versiyonu",
"redis.connected-clients": "Bağlı İstemciler", "redis.connected-clients": "Bağlı İstemciler",
"redis.connected-slaves": "Connected Slaves", "redis.connected-slaves": "İlişkili Bağımlılar",
"redis.blocked-clients": "Engellenen İstemciler", "redis.blocked-clients": "Engellenen İstemciler",
"redis.used-memory": "Kullanılan Hafıza", "redis.used-memory": "Kullanılan Hafıza",
"redis.memory-frag-ratio": "Memory Fragmentation Ratio", "redis.memory-frag-ratio": "Bellek Parçalanma Oranı",
"redis.total-connections-recieved": "Total Connections Received", "redis.total-connections-recieved": "Alınan Bağlantılar (Toplam)",
"redis.total-commands-processed": "Total Commands Processed", "redis.total-commands-processed": "İşlenen Komutlar (Toplam)",
"redis.iops": "Instantaneous Ops. Per Second", "redis.iops": "Instantaneous Ops. Per Second",
"redis.keyspace-hits": "Keyspace Hits", "redis.keyspace-hits": "Keyspace Hits",
"redis.keyspace-misses": "Keyspace Misses", "redis.keyspace-misses": "Keyspace Misses",
"redis.raw-info": "Redis Raw Info" "redis.raw-info": "İşlenmemiş Redis Bilgisi"
} }

@ -1,12 +1,12 @@
{ {
"logger-settings": "Logger Settings", "logger-settings": "Günlükçü Ayarları",
"description": "By enabling the check boxes, you will receive logs to your terminal. If you specify a path, logs will then be saved to a file instead. HTTP logging is useful for collecting statistics about who, when, and what people access on your forum. In addition to logging HTTP requests, we can also log socket.io events. Socket.io logging, in combination with redis-cli monitor, can be very helpful for learning NodeBB's internals.", "description": "By enabling the check boxes, you will receive logs to your terminal. If you specify a path, logs will then be saved to a file instead. HTTP logging is useful for collecting statistics about who, when, and what people access on your forum. In addition to logging HTTP requests, we can also log socket.io events. Socket.io logging, in combination with redis-cli monitor, can be very helpful for learning NodeBB's internals.",
"explanation": "Simply check/uncheck the logging settings to enable or disable logging on the fly. No restart needed.", "explanation": "Basitçe günlüğe kaydetmeyi etkinleştirmek veya devre dışı bırakmak için günlüğe kaydetme ayarlarını kontrol edin. Yeniden başlatmaya gerek yoktur.",
"enable-http": "Enable HTTP logging", "enable-http": "HTTP günlüğünü etkinleştir",
"enable-socket": "Enable socket.io event logging", "enable-socket": "Socket.io olay günlüğünü etkinleştir",
"file-path": "Path to log file", "file-path": "Günlük dosyası dizini",
"file-path-placeholder": "/path/to/log/file.log ::: leave blank to log to your terminal", "file-path-placeholder": "/path/to/log/file.log ::: leave blank to log to your terminal",
"control-panel": "Logger Control Panel", "control-panel": "Günlükçü Kontrol Paneli",
"update-settings": "Update Logger Settings" "update-settings": "Günlükçü Ayarlarını Güncelle"
} }

@ -22,7 +22,7 @@
"updates": "Güncellemeler", "updates": "Güncellemeler",
"running-version": "<strong>NodeBB v<span id=\"version\">%1</span></strong> çalışıyor.", "running-version": "<strong>NodeBB v<span id=\"version\">%1</span></strong> çalışıyor.",
"keep-updated": "En son güvenlik değişiklikleri ve hata düzeltmeleri için NodeBB güncel olduğundan emin olun.", "keep-updated": "En son güvenlik değişiklikleri ve hata düzeltmeleri için NodeBB güncel olduğundan emin olun.",
"up-to-date": "<p>You are <strong>up-to-date</strong> <i class=\"fa fa-check\"></i></p>", "up-to-date": "<p><strong>Güncelsiniz</strong><i class=\"fa fa-check\"></i></p>",
"upgrade-available": "<p>A new version (v%1) has been released. Consider <a href=\"https://docs.nodebb.org/configuring/upgrade/\">upgrading your NodeBB</a>.</p>", "upgrade-available": "<p>A new version (v%1) has been released. Consider <a href=\"https://docs.nodebb.org/configuring/upgrade/\">upgrading your NodeBB</a>.</p>",
"prerelease-upgrade-available": "<p>This is an outdated pre-release version of NodeBB. A new version (v%1) has been released. Consider <a href=\"https://docs.nodebb.org/configuring/upgrade/\">upgrading your NodeBB</a>.</p>", "prerelease-upgrade-available": "<p>This is an outdated pre-release version of NodeBB. A new version (v%1) has been released. Consider <a href=\"https://docs.nodebb.org/configuring/upgrade/\">upgrading your NodeBB</a>.</p>",
"prerelease-warning": "<p>This is a <strong>pre-release</strong> version of NodeBB. Unintended bugs may occur. <i class=\"fa fa-exclamation-triangle\"></i></p>", "prerelease-warning": "<p>This is a <strong>pre-release</strong> version of NodeBB. Unintended bugs may occur. <i class=\"fa fa-exclamation-triangle\"></i></p>",
@ -33,7 +33,7 @@
"restart-required": "Yeniden başlatma gerekiyor", "restart-required": "Yeniden başlatma gerekiyor",
"search-plugin-installed": "Arama Eklentisi yüklendi", "search-plugin-installed": "Arama Eklentisi yüklendi",
"search-plugin-not-installed": "Arama Eklentisi yüklenmedi", "search-plugin-not-installed": "Arama Eklentisi yüklenmedi",
"search-plugin-tooltip": "Install a search plugin from the plugin page in order to activate search functionality", "search-plugin-tooltip": "Arama işlevselliğini etkinleştirmek için eklenti sayfasından bir arama eklentisi kurun",
"control-panel": "Sistem Kontrol", "control-panel": "Sistem Kontrol",
"reload": "Yeniden Yükle", "reload": "Yeniden Yükle",

@ -1,5 +1,5 @@
{ {
"post-sharing": "İleti Paylaşımı", "post-sharing": "İleti Paylaşımı",
"info-plugins-additional": "Plugins can add additional networks for sharing posts.", "info-plugins-additional": "Eklentiler, paylaşımda bulunmak için ek ağlar ekleyebilir.",
"save-success": "Successfully saved Post Sharing Networks!" "save-success": "İlei Paylaşım Ağları başarıyla kaydedildi!"
} }

@ -1,24 +1,24 @@
{ {
"sorting": "İleti Sıralama", "sorting": "İleti Sıralaması",
"sorting.post-default": "Varsayılan İleti Sıralama", "sorting.post-default": "Varsayılan İleti Sıralaması",
"sorting.oldest-to-newest": "Oldest to Newest", "sorting.oldest-to-newest": "En Eskiden En Yeniye",
"sorting.newest-to-oldest": "Newest to Oldest", "sorting.newest-to-oldest": "En Yeniden En Eskiye",
"sorting.most-votes": "Most Votes", "sorting.most-votes": "En Çok Oylanan",
"sorting.topic-default": "Default Topic Sorting", "sorting.topic-default": "Varsayılan Konu Sıralaması",
"restrictions": "Posting Restrictions", "restrictions": "İleti Kısıtlamaları",
"restrictions.post-queue": "Enable post queue", "restrictions.post-queue": "İleti kuyruğunu etkinleştir",
"restrictions.post-queue-help": "Enabling post queue will put the posts of new users in a queue for approval.", "restrictions.post-queue-help": "İleti kuyruğunu etkinleştirmek, yeni kullanıcıların gönderilerini onay için bir sıraya koyacaktır.",
"restrictions.seconds-between": "Seconds between Posts", "restrictions.seconds-between": "İletiler arası saniye",
"restrictions.seconds-between-new": "Seconds between Posts for New Users", "restrictions.seconds-between-new": "Yeni kullanıcılar için iletiler arası saniye",
"restrictions.rep-threshold": "Reputation threshold before this restriction is lifted", "restrictions.rep-threshold": "Reputation threshold before this restriction is lifted",
"restrictions.seconds-defore-new": "Seconds before new user can post", "restrictions.seconds-defore-new": "Seconds before new user can post",
"restrictions.seconds-edit-after": "Number of seconds users are allowed to edit posts after posting. (0 disabled)", "restrictions.seconds-edit-after": "Number of seconds users are allowed to edit posts after posting. (0 disabled)",
"restrictions.seconds-delete-after": "Number of seconds users are allowed to delete posts after posting. (0 disabled)", "restrictions.seconds-delete-after": "Number of seconds users are allowed to delete posts after posting. (0 disabled)",
"restrictions.replies-no-delete": "Number of replies after users are disallowed to delete their own topics. (0 disabled)", "restrictions.replies-no-delete": "Number of replies after users are disallowed to delete their own topics. (0 disabled)",
"restrictions.min-title-length": "Minimum Title Length", "restrictions.min-title-length": "Minimum Başlık Uzunluğu",
"restrictions.max-title-length": "Maximum Title Length", "restrictions.max-title-length": "Maksimum Başlık Uzunluğu",
"restrictions.min-post-length": "Minimum Post Length", "restrictions.min-post-length": "Minimum İleti Uzunluğu",
"restrictions.max-post-length": "Maximum Post Length", "restrictions.max-post-length": "Maksimum İleti Uzunluğu",
"restrictions.days-until-stale": "Days until Topic is considered stale", "restrictions.days-until-stale": "Days until Topic is considered stale",
"restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic.", "restrictions.stale-help": "If a topic is considered \"stale\", then a warning will be shown to users who attempt to reply to that topic.",
"timestamp": "Timestamp", "timestamp": "Timestamp",
@ -27,22 +27,22 @@
"teaser": "Teaser Post", "teaser": "Teaser Post",
"teaser.last-post": "Last &ndash; Show the latest post, including the original post, if no replies", "teaser.last-post": "Last &ndash; Show the latest post, including the original post, if no replies",
"teaser.last-reply": "Last &ndash; Show the latest reply, or a \"No replies\" placeholder if no replies", "teaser.last-reply": "Last &ndash; Show the latest reply, or a \"No replies\" placeholder if no replies",
"teaser.first": "First", "teaser.first": "İlk",
"unread": "Unread Settings", "unread": "Okunmamış Ayarları",
"unread.cutoff": "Unread cutoff days", "unread.cutoff": "Unread cutoff days",
"unread.min-track-last": "Minimum posts in topic before tracking last read", "unread.min-track-last": "Minimum posts in topic before tracking last read",
"recent": "Recent Settings", "recent": "Recent Settings",
"recent.categoryFilter.disable": "Disable filtering of topics in ignored categories on the /recent page", "recent.categoryFilter.disable": "Disable filtering of topics in ignored categories on the /recent page",
"signature": "Signature Settings", "signature": "İmza Ayarları",
"signature.disable": "Disable signatures", "signature.disable": "İmzaları devre dışı bırak",
"signature.no-links": "Disable links in signatures", "signature.no-links": "İmzalarda linkleri devre dışı bırak",
"signature.no-images": "Disable images in signatures", "signature.no-images": "İmzalarda resimleri devre dışı bırak",
"signature.max-length": "Maximum Signature Length", "signature.max-length": "Maksimum İmza Uzunluğu",
"composer": "Composer Settings", "composer": "Yazar Ayarları",
"composer-help": "The following settings govern the functionality and/or appearance of the post composer shown\n\t\t\t\tto users when they create new topics, or reply to existing topics.", "composer-help": "The following settings govern the functionality and/or appearance of the post composer shown\n\t\t\t\tto users when they create new topics, or reply to existing topics.",
"composer.show-help": "Show \"Help\" tab", "composer.show-help": "\"Yardım\" sekmesini göster",
"composer.enable-plugin-help": "Allow plugins to add content to the help tab", "composer.enable-plugin-help": "Eklentilerin yardım sekmesine içerik eklemesine izin ver",
"composer.custom-help": "Custom Help Text", "composer.custom-help": "Özel Yardım Metni",
"ip-tracking": "IP Tracking", "ip-tracking": "IP İzleme",
"ip-tracking.each-post": "Track IP Address for each post" "ip-tracking.each-post": "Her ileti için IP Adresini takip et"
} }

@ -1,9 +1,9 @@
{ {
"reputation": "Oylama Ayarları", "reputation": "İtibar Ayarları",
"disable": "Oylama Sistemini Devre Dışı", "disable": "İtibar Sistemini Devre Dışı Bırak",
"disable-down-voting": "Eksi oyu devre dışı bırak", "disable-down-voting": "Eksi Oyu Devre Dışı Bırak",
"votes-are-public": "All Votes Are Public", "votes-are-public": "Tüm Oylar Herkese Açık",
"thresholds": "Activity Thresholds", "thresholds": "Activity Thresholds",
"min-rep-downvote": "Minimum reputation to downvote posts", "min-rep-downvote": "Eksilenen iletiler için minimum itibar",
"min-rep-flag": "Minimum reputation to flag posts" "min-rep-flag": "Bayraklı iletiler için minimum itibar"
} }

@ -1,12 +1,12 @@
{ {
"tag": "Etiket Ayarları", "tag": "Etiket Ayarları",
"min-per-topic": "Minimum Tags per Topic", "min-per-topic": "Konu Başına Minimum Etiket Sayısı",
"max-per-topic": "Maximum Tags per Topic", "max-per-topic": "Konu Başına Maksimum Etiket Sayısı",
"min-length": "Minimum Tag Length", "min-length": "Minimum Etiket Uzunluğu",
"max-length": "Maximum Tag Length", "max-length": "Maksimum Etiket Uzunluğu",
"goto-manage": "Click here to visit the tag management page.", "goto-manage": "Etiketi yönetim sayfasını ziyaret etmek için buraya tıklayın",
"privacy": "Gizlilik", "privacy": "Gizlilik",
"list-private": "Make the tags list private", "list-private": "Etiket listesini özel yap",
"related-topics": "Related Topics", "related-topics": "İlgili Konular",
"max-related-topics": "Maximum related topics to display (if supported by theme)" "max-related-topics": "Görüntülenecek maksimum ilgili konu sayısı (Tema destekliyorsa)"
} }

@ -1,28 +1,28 @@
{ {
"posts": "İletiler", "posts": "İletiler",
"allow-files": "Allow users to upload regular files", "allow-files": "Kullanıcıların normal dosyalar yüklemesine izin ver",
"private": "Yüklenen dosyaları gizli yap", "private": "Yüklenen dosyaları gizli yap",
"max-image-width": "Resize images down to specified width (in pixels)", "max-image-width": "Görüntüleri belirtilen genişliğe (piksel cinsinden) yeniden boyutlandır",
"max-image-width-help": "(in pixels, default: 760 pixels, set to 0 to disable)", "max-image-width-help": "(Piksel, varsayılan: 128 piksel, devre dışı bırakmak için 0'a ayarlayın)",
"max-file-size": "Maksimum Dosya Boyutu (KiB)", "max-file-size": "Maksimum Dosya Boyutu (KiB)",
"max-file-size-help": "(in kibibytes, default: 2048 KiB)", "max-file-size-help": "(Kilobayt, varsayılan: 2,048 KiB)",
"allow-topic-thumbnails": "Allow users to upload topic thumbnails", "allow-topic-thumbnails": "Kullanıcıların konulara küçük resim yüklemesine izin ver",
"topic-thumb-size": "Topic Thumb Size", "topic-thumb-size": "Konu Küçük Resim Boyutu",
"allowed-file-extensions": "İzin Verilen Dosya Uzantıları", "allowed-file-extensions": "İzin Verilen Dosya Uzantıları",
"allowed-file-extensions-help": "Enter comma-separated list of file extensions here (e.g. <code>pdf,xls,doc</code>). An empty list means all extensions are allowed.", "allowed-file-extensions-help": "Virgül ile ayrılmış dosya uzantıları listesini buraya girin (ör. <code>pdf, xls, doc</code>). Boş bir liste, tüm uzantılara izin verildiği anlamına gelir.",
"profile-avatars": "Profil Avatarları", "profile-avatars": "Profil Avatarları",
"allow-profile-image-uploads": "Allow users to upload profile images", "allow-profile-image-uploads": "Kullanıcıların profil resmi yüklemesine izin ver",
"convert-profile-image-png": "Convert profile image uploads to PNG", "convert-profile-image-png": "Profil resmi yüklemelerini PNG'ye dönüştür",
"default-avatar": "Custom Default Avatar", "default-avatar": "Özel Varsayılan Avatar",
"upload": "Yükle", "upload": "Yükle",
"profile-image-dimension": "Profil Resmi Boyutu", "profile-image-dimension": "Profil Resmi Boyutu",
"profile-image-dimension-help": "(Piksel cinsinden, varsayılan: 128 piksel)", "profile-image-dimension-help": "(Piksel cinsinden, varsayılan: 128 piksel)",
"max-profile-image-size": "Maximum Profile Image File Size", "max-profile-image-size": "Maksimum Profil Resmi Dosya Boyutu",
"max-profile-image-size-help": "(in kibibytes, default: 256 KiB)", "max-profile-image-size-help": "(Kilobayt, varsayılan: 256 KiB)",
"max-cover-image-size": "Maksimum Kapak Görseli Dosya Boyutu", "max-cover-image-size": "Maksimum Kapak Görseli Dosya Boyutu",
"max-cover-image-size-help": "(in kibibytes, default: 2,048 KiB)", "max-cover-image-size-help": "(Kilobayt, varsayılan: 2,048 KiB)",
"keep-all-user-images": "Keep old versions of avatars and profile covers on the server", "keep-all-user-images": "Avatarların ve kapak resimlerinin eski sürümlerini sunucuda sakla",
"profile-covers": "Profil Kapakları", "profile-covers": "Profil Kapakları",
"default-covers": "Varsayılan Kapak Görseli", "default-covers": "Varsayılan Kapak Görseli",
"default-covers-help": "Add comma-separated default cover images for accounts that don't have an uploaded cover image" "default-covers-help": "Kapak resmi olmayan hesapları, varsayılan kapak resimlerini kullanmaları için virgülle ayırarak ekleyin"
} }

@ -2,9 +2,9 @@
"authentication": "Kimlik Doğrulama", "authentication": "Kimlik Doğrulama",
"allow-local-login": "Yerel girişe izin ver", "allow-local-login": "Yerel girişe izin ver",
"require-email-confirmation": "E-posta Onayı Gerektirir", "require-email-confirmation": "E-posta Onayı Gerektirir",
"email-confirm-interval": "User may not resend a confirmation email until", "email-confirm-interval": "Kullanıcı onay e-postasını gönderemez",
"email-confirm-email2": "minutes have elapsed", "email-confirm-email2": "dakika geçti",
"allow-login-with": "Allow login with", "allow-login-with": "Girişe izin ver:",
"allow-login-with.username-email": "Kullanıcı adı veya Email", "allow-login-with.username-email": "Kullanıcı adı veya Email",
"allow-login-with.username": "Sadece kullanıcı adı", "allow-login-with.username": "Sadece kullanıcı adı",
"allow-login-with.email": "Sadece Email", "allow-login-with.email": "Sadece Email",
@ -13,18 +13,18 @@
"disable-email-changes": "Email değişikliği kapalı", "disable-email-changes": "Email değişikliği kapalı",
"disable-password-changes": "Parola değişikliği kapalı", "disable-password-changes": "Parola değişikliği kapalı",
"allow-account-deletion": "Hesap silmeye izin ver", "allow-account-deletion": "Hesap silmeye izin ver",
"user-info-private": "Hide user list and data from guests", "user-info-private": "Kullanıcı listesini ve verilerini misafirlerden gizle",
"hide-fullname": "Kullanıcı adını gizle", "hide-fullname": "Kullanıcı adını gizle",
"hide-email": "Hide email from users", "hide-email": "E-posta adresini kullanıcılardan gizle",
"themes": "Temalar", "themes": "Temalar",
"disable-user-skins": "Prevent users from choosing a custom skin", "disable-user-skins": "Kullanıcıların özel bir deri seçmesini engelle",
"account-protection": "Hesap Koruma", "account-protection": "Hesap Koruma",
"login-attempts": "Login attempts per hour", "login-attempts": "Saatlik giriş deneme sayısı",
"login-attempts-help": "If login attempts to a user&apos;s account exceeds this threshold, that account will be locked for a pre-configured amount of time", "login-attempts-help": "Bir kullanıcının hesabına giriş denemesi bu sınırı aşarsa, bu hesap önceden belirlenmiş olan bir süre için kilitlenir.",
"lockout-duration": "Account Lockout Duration (minutes)", "lockout-duration": "Hesap Kilitleme Süresi (dakika)",
"login-days": "Days to remember user login sessions", "login-days": "Kullanıcı oturumlarının hatırlanacağı gün sayısı",
"password-expiry-days": "Force password reset after a set number of days", "password-expiry-days": "Belirli bir süre sonunda parola sıfırlamayı zorla",
"registration": "User Registration", "registration": "Kullanıcı Kaydı",
"registration-type": "Kayıt Tipi", "registration-type": "Kayıt Tipi",
"registration-type.normal": "Normal", "registration-type.normal": "Normal",
"registration-type.admin-approval": "Yönetici Onayı", "registration-type.admin-approval": "Yönetici Onayı",
@ -32,12 +32,12 @@
"registration-type.invite-only": "Sadece Davet", "registration-type.invite-only": "Sadece Davet",
"registration-type.admin-invite-only": "Sadece Yönetici Daveti", "registration-type.admin-invite-only": "Sadece Yönetici Daveti",
"registration-type.disabled": "Kayıt yok", "registration-type.disabled": "Kayıt yok",
"registration-type.help": "Normal - Users can register from the /register page.<br/>\nAdmin Approval - User registrations are placed in an <a href=\"%1/admin/manage/registration\">approval queue</a> for administrators.<br/>\nAdmin Approval for IPs - Normal for new users, Admin Approval for IP addresses that already have an account.<br/>\nInvite Only - Users can invite others from the <a href=\"%1/users\" target=\"_blank\">users</a> page.<br/>\nAdmin Invite Only - Only administrators can invite others from <a href=\"%1/users\" target=\"_blank\">users</a> and <a href=\"%1/admin/manage/users\">admin/manage/users</a> pages.<br/>\nNo registration - No user registration.<br/>", "registration-type.help": "Normal - Kullanıcılar kayıt sayfasından kayıt yaptırabilirler.<br/>\nYönetici Onayı - Kullanıcı kayıtları, yöneticiler için bir <a href=\"%1/admin/manage/registration\">onay kuyruğuna </a>yerleştirilir.<br/>\nIP'ler için Yönetici Onayı - Yeni kullanıcılar için normal, varolan hesaplardaki IP adresleri için Yönetici Onayı.<br/>\nYalnızca Davet - Kullanıcılar, <a href=\"%1/users\" target=\"_blank\">kullanıcılar sayfasından başkalarını davet edebilir.<br/>\nYalnızca Yönetici Daveti - Yalnızca yöneticiler başkalarını <a href=\"%1/users\" target=\"_blank\">kullanıcılar ve <a href=\"%1/admin/manage/users\">yönetici/yönet/ kullanıcılar sayfalarından davet edebilir.<br/>\nKayıt yok - Kullanıcı kaydı yok.<br/>",
"registration.max-invites": "Maximum Invitations per User", "registration.max-invites": "Kullanıcı Başına Maksimum Davetiye",
"max-invites": "Maximum Invitations per User", "max-invites": "Kullanıcı Başına Maksimum Davetiye",
"max-invites-help": "0 for no restriction. Admins get infinite invitations<br>Only applicable for \"Invite Only\"", "max-invites-help": "Kısıtlama olmaması için 0. Yöneticiler sınırsız davetiyeye sahiptir<br>\"Yalnızca Davet\" seçeneği için geçerlidir",
"invite-expiration": "Invite expiration", "invite-expiration": "Davet süresi sonu",
"invite-expiration-help": "# of days invitations expire in.", "invite-expiration-help": "Davetiyelerin # gün içinde süresi dolacak.",
"min-username-length": "Minimum Kullanıcı Adı Uzunluğu", "min-username-length": "Minimum Kullanıcı Adı Uzunluğu",
"max-username-length": "Maksimum Kullanıcı Adı Uzunluğu", "max-username-length": "Maksimum Kullanıcı Adı Uzunluğu",
"min-password-length": "Minimum Parola Uzunluğu", "min-password-length": "Minimum Parola Uzunluğu",
@ -45,20 +45,20 @@
"max-about-me-length": "Maksimum Hakkımda Uzunluğu", "max-about-me-length": "Maksimum Hakkımda Uzunluğu",
"terms-of-use": "Forum Kullanım Şartları <small> (Devre dışı bırakmak için boş bırakın) </small>", "terms-of-use": "Forum Kullanım Şartları <small> (Devre dışı bırakmak için boş bırakın) </small>",
"user-search": "Kullanıcı Ara", "user-search": "Kullanıcı Ara",
"user-search-results-per-page": "Number of results to display", "user-search-results-per-page": "Görüntülenecek sonuç sayısı",
"default-user-settings": "Default User Settings", "default-user-settings": "Varsayılan Kullanıcı Ayarları",
"show-email": "Email Göster", "show-email": "Email Göster",
"show-fullname": "Tam adı göster", "show-fullname": "Tam adı göster",
"restrict-chat": "Only allow chat messages from users I follow", "restrict-chat": "Sadece takip ettiğim kişilerden sohbetleri kabul et",
"outgoing-new-tab": "Open outgoing links in new tab", "outgoing-new-tab": "Dışarı giden bağlantıları yeni sekmede aç",
"topic-search": "Enable In-Topic Searching", "topic-search": "Konu içi aramayı etkinleştir",
"digest-freq": "Subscribe to Digest", "digest-freq": "Özet e-postalarına abone ol",
"digest-freq.off": "Off", "digest-freq.off": "Kapalı",
"digest-freq.daily": "Daily", "digest-freq.daily": "Günlük",
"digest-freq.weekly": "Weekly", "digest-freq.weekly": "Haftalık",
"digest-freq.monthly": "Monthly", "digest-freq.monthly": "Aylık",
"email-chat-notifs": "Send an email if a new chat message arrives and I am not online", "email-chat-notifs": "Çevrimiçi değilken gelen mesajları e-posta olarak gönder",
"email-post-notif": "Send an email when replies are made to topics I am subscribed to", "email-post-notif": "Abone olduğum konulara cevap gelince bana e-posta gönder",
"follow-created-topics": "Follow topics you create", "follow-created-topics": "Kendi konularımı takip et",
"follow-replied-topics": "Follow topics that you reply to" "follow-replied-topics": "Cevap verdiğim konuları takip et"
} }
Loading…
Cancel
Save