mirror of https://github.com/abpframework/abp.git
10 changed files with 2442 additions and 4 deletions
File diff suppressed because it is too large
@ -0,0 +1,13 @@ |
|||
{ |
|||
"culture": "en", |
|||
"texts": { |
|||
"Permission:Blogging": "Blog", |
|||
"Permission:Blogs": "Blogs", |
|||
"Permission:Posts": "Posts", |
|||
"Permission:Tags": "Tags", |
|||
"Permission:Comments": "Comments", |
|||
"Permission:Edit": "Edit", |
|||
"Permission:Create": "Create", |
|||
"Permission:Delete": "Delete" |
|||
} |
|||
} |
|||
@ -0,0 +1,13 @@ |
|||
{ |
|||
"culture": "tr", |
|||
"texts": { |
|||
"Permission:Blogging": "Blog", |
|||
"Permission:Blogs": "Bloglar", |
|||
"Permission:Posts": "Yazılar", |
|||
"Permission:Tags": "Etiketler", |
|||
"Permission:Comments": "Yorumlar", |
|||
"Permission:Edit": "Düzenke", |
|||
"Permission:Create": "Ekle", |
|||
"Permission:Delete": "Sil" |
|||
} |
|||
} |
|||
Loading…
Reference in new issue