Skip to content

Commit

Permalink
ui-gui: archive-mgr: en and de messages ordered
Browse files Browse the repository at this point in the history
  • Loading branch information
DenChaykovskiy committed Apr 11, 2024
1 parent c34cc69 commit 0abab82
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 34 deletions.
21 changes: 10 additions & 11 deletions ui/gui/src/main/resources/messages_de.properties
Original file line number Diff line number Diff line change
Expand Up @@ -96,20 +96,19 @@ product-file = Produktdatei
product-ingest = Produkt Ingesten
product-show = Produkte anzeigen
product-update = Produkt updaten
productarchive-show=Produktarchive anzeigen
productarchive=Produktarchiv
productarchive-name=Name
productarchive-version=Version
productarchive-clientId=Klient Id
productarchive-clientSecret=Kundengehemnis
productarchive-archive-type=Archiv-Typ
productarchive-base-uri=Basis-URI
productarchive-code=Code
productarchive-client-id=Klient Id
productarchive-client-secret=Kundengehemnis
productarchive-context=Kontext
productarchive-archiveType=Archiv-Typ
productarchive-baseUri=Basis-URI
productarchive-tokenRequired=Token erforderlich
productarchive-tokenUri=Token-URI
productarchive-username=Benutzername
productarchive-sendAuthInBody=Auth Im Body senden
productarchive-name=Name
productarchive-send-auth-in-body=Auth Im Body senden
productarchive-show=Produktarchive anzeigen
productarchive-token-required=Token erforderlich
productarchive-token-uri=Token-URI
productarchive-version=Version
productiontype = Produktionstyp
release = Freigeben
remove = Entfernen
Expand Down
28 changes: 13 additions & 15 deletions ui/gui/src/main/resources/messages_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -96,21 +96,19 @@ product-file = Product File
product-ingest = Ingest Product
product-show = Show Products
product-update = Update Product
productarchive-show=Show Product Archives
productarchive=Product Archive
productarchive-name=Name
productarchive-version=Version
productarchive-clientId=Client Id
productarchive-clientSecret=Client Secret
productarchive-code=Code
productarchive-context=Context
productarchive-archiveType=Archive Type
productarchive-baseUri=Base URI
productarchive-tokenRequired=Token required
productarchive-tokenUri=Token URI
productarchive-username=Username
productarchive-sendAuthInBody=Send Auth in Body
productiontype = Production Type
productarchive = Product Archive
productarchive-archive-type = Archive Type
productarchive-base-uri = Base URI
productarchive-code = Code
productarchive-client-id = Client Id
productarchive-client-secret = Client Secret
productarchive-context = Context
productarchive-name = Name
productarchive-send-auth-in-body = Send Auth in Body
productarchive-show = Show Product Archive
productarchive-token-required = Token required
productarchive-token-uri = Token URI
productarchive-version = Version
release = Release
remove = Remove
reset = Reset
Expand Down
16 changes: 8 additions & 8 deletions ui/gui/src/main/resources/templates/productarchive-show.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ <h5>
<!-- Filter archiveType -->
<div class="col-2 pr-lg-0">
<p class="input-group-text word-wrap"
th:text="#{productarchive-archiveType}"></p>
th:text="#{productarchive-archive-type}"></p>
</div>
<div class="col-2 pl-lg-0">
<input type="text" class="form-control" name="archiveType"
Expand Down Expand Up @@ -135,8 +135,8 @@ <h5>
<th><span th:text="#{id}">id</span></th>
<th><span th:text="#{productarchive-code}">code</span></th>
<th><span th:text="#{productarchive-name}">name</span></th>
<th><span th:text="#{productarchive-archiveType}">archiveType</span></th>
<th><span th:text="#{productarchive-baseUri}">baseUri</span></th>
<th><span th:text="#{productarchive-archive-type}">archiveType</span></th>
<th><span th:text="#{productarchive-base-uri}">baseUri</span></th>

</tr>
</thead>
Expand Down Expand Up @@ -177,8 +177,8 @@ <h5>
<tr class="th-row">
<th class="tr-rowspan"><span>&nbsp;</span></th>
<th><span th:text="#{productarchive-context}">context</span></th>
<th><span th:text="#{productarchive-tokenRequired}">tokenRequired</span></th>
<th><span th:text="#{productarchive-tokenUri}">tokenUri</span></th>
<th><span th:text="#{productarchive-token-required}">tokenRequired</span></th>
<th><span th:text="#{productarchive-token-uri}">tokenUri</span></th>
<th><span th:text="#{username}">username</span></th>
</tr>

Expand All @@ -195,9 +195,9 @@ <h5>
<tr class="th-row">
<th class="tr-rowspan"><span>&nbsp;</span></th>
<th><span th:text="#{password}">password</span></th>
<th><span th:text="#{productarchive-clientId}">clientId</span></th>
<th><span th:text="#{productarchive-clientSecret}">clientSecret</span></th>
<th><span th:text="#{productarchive-sendAuthInBody}">sendAuthInBody</span></th>
<th><span th:text="#{productarchive-client-id}">clientId</span></th>
<th><span th:text="#{productarchive-client-secret}">clientSecret</span></th>
<th><span th:text="#{productarchive-send-auth-in-body}">sendAuthInBody</span></th>
</tr>

<!-- More hidden table content -->
Expand Down

0 comments on commit 0abab82

Please sign in to comment.