mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-31 23:30:46 +02:00
52 lines
3.3 KiB
JSON
52 lines
3.3 KiB
JSON
{
|
||
"installed": "Yüklendi",
|
||
"active": "Etkin",
|
||
"inactive": "Etkin değil",
|
||
"out-of-date": "Günü geçmiş",
|
||
"none-found": "Hiç eklenti bulunamadı.",
|
||
"none-active": "Etkin eklenti yok",
|
||
"find-plugins": "Eklenti bul",
|
||
|
||
"plugin-search": "Eklenti Arama",
|
||
"plugin-search-placeholder": "Eklenti Ara",
|
||
"reorder-plugins": "Eklentileri yeniden sırala",
|
||
"order-active": "Etkin eklentileri sırala",
|
||
"dev-interested": "NodeBB için eklenti yazmakla ilgilenir misiniz?",
|
||
"docs-info": "Full documentation regarding plugin authoring can be found in the <a target=\"_blank\" href=\"https://docs.nodebb.org/development/plugins/\">NodeBB Docs Portal</a>.",
|
||
|
||
"order.description": "Certain plugins work ideally when they are initialised before/after other plugins.",
|
||
"order.explanation": "Plugins load in the order specified here, from top to bottom",
|
||
|
||
"plugin-item.themes": "Temalar",
|
||
"plugin-item.deactivate": "Pasif",
|
||
"plugin-item.activate": "Aktif",
|
||
"plugin-item.install": "Yükle",
|
||
"plugin-item.uninstall": "Kaldır",
|
||
"plugin-item.settings": "Ayarlar",
|
||
"plugin-item.installed": "Yüklendi",
|
||
"plugin-item.latest": "Son",
|
||
"plugin-item.upgrade": "Güncelle",
|
||
"plugin-item.more-info": "Daha fazla bilgi için:",
|
||
"plugin-item.unknown": "Bilinmeyen",
|
||
"plugin-item.unknown-explanation": "The state of this plugin could not be determined, possibly due to a misconfiguration error.",
|
||
|
||
"alert.enabled": "Eklenti Aktif",
|
||
"alert.disabled": "Eklenti Devre dışı",
|
||
"alert.upgraded": "Eklendi Güncellendi",
|
||
"alert.installed": "Eklenti Kuruldu",
|
||
"alert.uninstalled": "Eklenti Kaldırıldı",
|
||
"alert.activate-success": "Bu eklentiyi tamamen aktif edebilmek için lütfen NodeBB'yi yeniden başlatın",
|
||
"alert.deactivate-success": "Eklenti başarıyla pasifleştirildi",
|
||
"alert.upgrade-success": "Bu eklentiyi tamamen güncelleyebilmek için lütfen NodeBB'yi yeniden başlatın",
|
||
"alert.install-success": "Eklenti başarıyla kuruldu, lütfen eklentiyi aktif edin.",
|
||
"alert.uninstall-success": "Eklenti başarıyla pasifleştirildi ve kaldırıldı.",
|
||
"alert.suggest-error": "<p>NodeBB could not reach the package manager, proceed with installation of latest version?</p><div class=\"alert alert-danger\"><strong>Server returned (%1)</strong>: %2</div>",
|
||
"alert.package-manager-unreachable": "<p>NodeBB could not reach the package manager, an upgrade is not suggested at this time.</p>",
|
||
"alert.incompatible": "<p>Your version of NodeBB (v%1) is only cleared to upgrade to v%2 of this plugin. Please update your NodeBB if you wish to install a newer version of this plugin.</p>",
|
||
"alert.possibly-incompatible": "<div class=\"alert alert-warning\"><p><strong>No Compatibility Information Found</strong></p><p>This plugin did not specify a specific version for installation given your NodeBB version. Full compatibility cannot be guaranteed, and may cause your NodeBB to no longer start properly.</p></div><p>In the event that NodeBB cannot boot properly:</p><pre><code>$ ./nodebb reset plugin=\"%1\"</code></pre><p>Continue installation of latest version of this plugin?</p>",
|
||
|
||
"license.title": "Eklenti Lisans Bilgisi",
|
||
"license.intro": "The plugin <strong>%1</strong> is licensed under the %2. Please read and understand the license terms prior to activating this plugin.",
|
||
"license.cta": "Do you wish to continue with activating this plugin?"
|
||
}
|