Feature/i18n load resources from backend (#746)
* Load i18n resources from backend * Move locales to public folder
This commit is contained in:
24
public/locales/tr.json
Normal file
24
public/locales/tr.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"category": {
|
||||
"dialog": {
|
||||
"title": {
|
||||
"edit_category": "Kategoriyi düzenle",
|
||||
"new_category": "Yeni kategori"
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"label": {
|
||||
"empty": "Kategori boştur",
|
||||
"request_failure": "Kategoriler yüklenemedi"
|
||||
},
|
||||
"no_categories_found": {
|
||||
"label": {
|
||||
"info": "Henüz herhangi bir kategoriniz yok."
|
||||
}
|
||||
}
|
||||
},
|
||||
"label": {
|
||||
"category_name": "Kategori İsmi"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user