Merge branch 'master' of github.com:dignajar/bludit

This commit is contained in:
Diego Najar 2018-01-31 20:20:01 +01:00
commit d57bf116df
5 changed files with 32 additions and 2 deletions

View File

@ -276,5 +276,5 @@
"congratulations-you-have-successfully-installed-your-bludit": "Поздравляем! Вы успешно установили **Bludit**", "congratulations-you-have-successfully-installed-your-bludit": "Поздравляем! Вы успешно установили **Bludit**",
"this-theme-may-not-be-supported-by-this-version-of-bludit": "Эта тема может не поддерживаться текущей версией Bludit", "this-theme-may-not-be-supported-by-this-version-of-bludit": "Эта тема может не поддерживаться текущей версией Bludit",
"read-more": "Читать далее", "read-more": "Читать далее",
"remember-me": "Remember me" "remember-me": "Запомнить"
} }

View File

@ -0,0 +1,11 @@
{
"plugin-data":
{
"name": "API",
"description": "HTTP protokolünü kullanarak Bludit ile etkileşimde bulunmak için arabirim. <br> Bu eklenti hakkında daha fazla bilgi için <a href=\"https://docs.bludit.com/en/api/introduction\">API Tanıtımı (ingilizce)</a>."
},
"api-token": "API Token",
"amount-of-pages": "Sayfa miktarı",
"this-is-the-maximum-of-pages-to-return-when-you-call-to": "Bu /api/pages sayfasını çağırdığınızda gösterilecek maksimum sayfa sayısıdır.",
"this-token-is-for-read-only-and-is-regenerated-every-time-you-install-the-plugin": "Bu token salt okunur amaçlıdır ve eklentiyi her yüklediğinizde yeniden oluşturulur."
}

View File

@ -0,0 +1,10 @@
{
"plugin-data":
{
"name": "Yedekleme",
"description": "Yedek almak için en kolay yol."
},
"create-backup": "Yedek Al",
"download": "İndir",
"restore-backup": "Geri Yükle"
}

View File

@ -1,7 +1,7 @@
{ {
"plugin-data": "plugin-data":
{ {
"name": "Disqus yorum sistemi", "name": "Disqus Yorum Sistemi",
"description": "Diqus siteler için yorum hostingi yapan bir hostingdir.Eklentiyi kullanmadan önce Disqus.com adresine kayıt olmanız gerekmektedir." "description": "Diqus siteler için yorum hostingi yapan bir hostingdir.Eklentiyi kullanmadan önce Disqus.com adresine kayıt olmanız gerekmektedir."
}, },
"disqus-shortname": "Disqus", "disqus-shortname": "Disqus",

View File

@ -0,0 +1,9 @@
{
"plugin-data":
{
"name": "RSS Beslemesi",
"description": "Bu eklenti, sitenizin RSS beslemesini üretir.<br>Besleme URL'si https://example.com/rss.xml gibi görünür."
},
"amount-of-items-to-show-on-the-feed": "Özet akışında gösterilecek öğe miktarı.",
"rss-url": "RSS URL"
}