mirror of https://github.com/abpframework/abp.git
8 changed files with 28 additions and 18 deletions
@ -1,8 +1,11 @@ |
|||||
{ |
{ |
||||
"culture": "tr", |
"culture": "tr", |
||||
"texts": { |
"texts": { |
||||
"Close": "Kapat", |
"Close": "Kapat", |
||||
"Save": "Kaydet", |
"Save": "Kaydet", |
||||
"SavingWithThreeDot": "Kaydediliyor..." |
"SavingWithThreeDot": "Kaydediliyor...", |
||||
|
"Actions": "İşlemler", |
||||
|
"Delete": "Sil", |
||||
|
"Edit": "Düzenle" |
||||
} |
} |
||||
} |
} |
||||
@ -1,7 +1,9 @@ |
|||||
{ |
{ |
||||
"culture": "en", |
"culture": "en", |
||||
"texts": { |
"texts": { |
||||
|
"Tenants": "Tenants", |
||||
"NewTenant": "New tenant", |
"NewTenant": "New tenant", |
||||
"TenantName": "Tenant name" |
"TenantName": "Tenant name", |
||||
|
"TenantDeletionConfirmationMessage": "Tenant '{0}' will be deleted. Do you confirm that?" |
||||
} |
} |
||||
} |
} |
||||
Loading…
Reference in new issue