Compare commits
1 Commits
upsert-tes
...
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 @(
|
||||
UI: {
|
||||
HeaderInfo: {
|
||||
TypeName: 'Book',
|
||||
TypeNamePlural: 'Books',
|
||||
TypeName: '{i18n>Book}',
|
||||
TypeNamePlural: '{i18n>Books}',
|
||||
Description: {Value: author}
|
||||
},
|
||||
HeaderFacets: [
|
||||
|
||||
Reference in New Issue
Block a user