translations

This commit is contained in:
D065023
2019-12-27 12:01:20 +01:00
parent c28287f9e4
commit 4a1887f424
3 changed files with 2 additions and 4 deletions

View File

@@ -19,4 +19,4 @@ streetName = Street Name
postalCode = Postal Code
country = Country
AddressID = Address ID
BusinessPartner = Business Partner
contact = Contact

View File

@@ -75,7 +75,7 @@ annotate my.Authors with {
annotate my.Addresses with {
ID @title:'{i18n>AddressID}';
BusinessPartner @title:'{i18n>BusinessPartner}';
contact @title:'{i18n>contact}';
@readonly cityName @title:'{i18n>cityName}';
@readonly streetName @title:'{i18n>streetName}';
@readonly postalCode @title:'{i18n>postalCode}';

View File

@@ -1,2 +0,0 @@
userID;businessPartnerID
anonymous;JOHNDOE
1 userID businessPartnerID
2 anonymous JOHNDOE