Browse Source
Merge pull request #8434 from abpframework/berkan/add-excel-export-to-organization
Add missing localizations
pull/8460/head
Alper Ebicoglu
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
9 additions and
3 deletions
-
abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json
-
abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/tr.json
-
abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/zh-Hans.json
|
|
@ -271,6 +271,8 @@ |
|
|
"PaymentDetails": "Payment Details", |
|
|
"PaymentDetails": "Payment Details", |
|
|
"PaymentProduct": "Payment Product", |
|
|
"PaymentProduct": "Payment Product", |
|
|
"ProductName": "Product Name", |
|
|
"ProductName": "Product Name", |
|
|
"Code": "Code" |
|
|
"Code": "Code", |
|
|
|
|
|
"GenerateInvoice": "Generate Invoice", |
|
|
|
|
|
"ExportOrganizationsToExcel": "Export Organizations To Excel" |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
@ -220,6 +220,8 @@ |
|
|
"PaymentDetails": "Ödeme Detayları", |
|
|
"PaymentDetails": "Ödeme Detayları", |
|
|
"PaymentProduct": "Ödeme Ürünü", |
|
|
"PaymentProduct": "Ödeme Ürünü", |
|
|
"ProductName": "Ürün İsmi", |
|
|
"ProductName": "Ürün İsmi", |
|
|
"Code": "Kod" |
|
|
"Code": "Kod", |
|
|
|
|
|
"GenerateInvoice": "Fatura Oluştur", |
|
|
|
|
|
"ExportOrganizationsToExcel": "Organizasyonu Excel'e aktar" |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
@ -255,6 +255,8 @@ |
|
|
"PaymentDetails": "付款详情", |
|
|
"PaymentDetails": "付款详情", |
|
|
"PaymentProduct": "付款产品", |
|
|
"PaymentProduct": "付款产品", |
|
|
"ProductName": "产品名称", |
|
|
"ProductName": "产品名称", |
|
|
"Code": "代码" |
|
|
"Code": "代码", |
|
|
|
|
|
"GenerateInvoice": "生成发票", |
|
|
|
|
|
"ExportOrganizationsToExcel": "将组织出口到Excel" |
|
|
} |
|
|
} |
|
|
} |
|
|
} |