Compare commits
1 Commits
pdf
...
test-for-c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
721796a1e8 |
1
fiori/app/_i18n/i18n_zh.properties
Normal file
1
fiori/app/_i18n/i18n_zh.properties
Normal file
@@ -0,0 +1 @@
|
|||||||
|
# this file is not used
|
||||||
14
fiori/app/_i18n/i18n_zh_CN.properties
Normal file
14
fiori/app/_i18n/i18n_zh_CN.properties
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
Books = Chinesische Bücher
|
||||||
|
Book = Chinesiches Buch
|
||||||
|
ID = CN ID
|
||||||
|
Title = Chinese Titel
|
||||||
|
Authors = Chinese Autoren
|
||||||
|
Author = Chinese Autor
|
||||||
|
AuthorID = Chinese ID des Autors
|
||||||
|
AuthorName = Chinese Name des Autors
|
||||||
|
Name = Chinese Name
|
||||||
|
Stock = Chinese Bestand
|
||||||
|
Order = Chinese Bestellung
|
||||||
|
Orders = Chinese Bestellungen
|
||||||
|
Price = Chinese Preis
|
||||||
|
Genre = Chinese Genre
|
||||||
@@ -7,8 +7,8 @@ using CatalogService from '@capire/bookshop';
|
|||||||
annotate CatalogService.Books with @(
|
annotate CatalogService.Books with @(
|
||||||
UI: {
|
UI: {
|
||||||
HeaderInfo: {
|
HeaderInfo: {
|
||||||
TypeName: 'Book',
|
TypeName: '{i18n>Book}',
|
||||||
TypeNamePlural: 'Books',
|
TypeNamePlural: '{i18n>Books}',
|
||||||
Description: {Value: author}
|
Description: {Value: author}
|
||||||
},
|
},
|
||||||
HeaderFacets: [
|
HeaderFacets: [
|
||||||
|
|||||||
Reference in New Issue
Block a user