Files
NodeBB/public/language/tr/admin/advanced/errors.json

14 lines
544 B
JSON
Raw Normal View History

2016-12-19 15:51:36 -05:00
{
"figure-x": "Figure %1",
2017-02-01 09:22:09 +00:00
"error-events-per-day": "<code>%1</code> günlük olay",
2017-01-04 17:27:57 +00:00
"error.404": "404 Bulunamadı",
2017-02-01 09:22:09 +00:00
"error.503": "503 Servis Kullanılamıyor",
2016-12-19 15:51:36 -05:00
"manage-error-log": "Manage Error Log",
2017-01-27 09:22:33 +00:00
"export-error-log": "Hata Kayıtlarını Dışarı Çıkar (CSV)",
"clear-error-log": "Hata Kayıtlarını Temizle",
2016-12-19 15:51:36 -05:00
"route": "Route",
"count": "Count",
2017-02-10 09:21:57 +00:00
"no-routes-not-found": "Hooray! No 404 errors!",
2016-12-19 15:51:36 -05:00
"clear404-confirm": "Are you sure you wish to clear the 404 error logs?",
"clear404-success": "\"404 Not Found\" errors cleared"
}