This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push: new 6e85417469 Improved: Some translation cosmetics (OFBIZ-12627) 6e85417469 is described below commit 6e85417469499d4cbeefe7f140cb838ad970ef46 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Thu Jun 2 09:42:27 2022 +0200 Improved: Some translation cosmetics (OFBIZ-12627) Thanks: Ingo Wolfmayr --- applications/product/config/ProductUiLabels.xml | 11 ++++++----- applications/product/widget/catalog/CatalogMenus.xml | 4 ++-- applications/product/widget/catalog/ProdCatalogForms.xml | 14 +++++++------- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/applications/product/config/ProductUiLabels.xml b/applications/product/config/ProductUiLabels.xml index bd720e8f0e..0550642e62 100644 --- a/applications/product/config/ProductUiLabels.xml +++ b/applications/product/config/ProductUiLabels.xml @@ -9167,7 +9167,7 @@ <value xml:lang="es">"Identificación de la instalación de inventario requerida"</value> <value xml:lang="zh">必须有库存场所标识</value> </property> - + <property key="lotIdFilledInAllowed"> <value xml:lang="de">Erlaubt</value> <value xml:lang="en">Allowed</value> @@ -11198,6 +11198,7 @@ <value xml:lang="zh-TW">尋找分類</value> </property> <property key="PageTitleFindCatalog"> + <value xml:lang="de">Katalog suchen</value> <value xml:lang="en">Find Catalog</value> <value xml:lang="es">Buscar Catálogo</value> <value xml:lang="fr">Recherche de catalogues</value> @@ -13875,7 +13876,7 @@ <value xml:lang="zh">关联</value> <value xml:lang="zh-TW">結合</value> </property> - + <property key="ProductOrderReturnStatus"> <value xml:lang="de">Zurück Sendungsstatus</value> <value xml:lang="en">Return Shipment Status</value> @@ -14749,7 +14750,7 @@ <value xml:lang="de">Katalogname [ID]</value> <value xml:lang="en">Catalog Name [Id]</value> <value xml:lang="es">Nombre de Catálogo [Código]</value> - <value xml:lang="fr">Catalogue ; Nom ; [Réf.]</value> + <value xml:lang="fr">Nom de Catalogue [Réf.]</value> <value xml:lang="it">Nome catalogo [Codice]</value> <value xml:lang="ja">カタログ名称 [ID]</value> <value xml:lang="nl">Catalogusnaam [ID]</value> @@ -20867,7 +20868,7 @@ <value xml:lang="zh-TW">這個細項缺貨</value> </property> <property key="ProductCannotReserveInventoryNotEnoughStock"> - <value xml:lang="it">Impossibile riservare l'articolo ${parameters.productId}: quantità in stock non sufficiente nel deposito ${parameters.facilityId}. Quantità non riservata è ${parameters.quantityNotReserved}</value> + <value xml:lang="it">Impossibile riservare l'articolo ${parameters.productId}: quantità in stock non sufficiente nel deposito ${parameters.facilityId}. Quantità non riservata è ${parameters.quantityNotReserved}</value> <value xml:lang="en">Cannot reserve product ${parameters.productId}: not enough quantity left in stock for facility ${parameters.facilityId}. Quantity not reserved is ${parameters.quantityNotReserved}</value> </property> <property key="ProductItemPrc"> @@ -30960,7 +30961,7 @@ <value xml:lang="vi">Để kiểm soát cách nhìn và cảm quan và cửa hàng trực tuyến</value> <value xml:lang="zh">用于控制一个网店的外观感受。</value> <value xml:lang="zh-TW">用於控制一個網店的外觀感受.</value> - </property> + </property> <property key="ProductStoresFor"> <value xml:lang="de">Läden für</value> <value xml:lang="en">Stores For</value> diff --git a/applications/product/widget/catalog/CatalogMenus.xml b/applications/product/widget/catalog/CatalogMenus.xml index af6a68e9c0..e49b100050 100644 --- a/applications/product/widget/catalog/CatalogMenus.xml +++ b/applications/product/widget/catalog/CatalogMenus.xml @@ -45,7 +45,7 @@ under the License. </condition> <link target="EditProduct"/> </menu-item> - <menu-item name="newStore" title="${uiLabelMap.CommonNew} ${uiLabelMap.ProductStore}"> + <menu-item name="newStore" title="${uiLabelMap.ProductCreateNewProductStore}"> <condition> <and> <or> @@ -55,7 +55,7 @@ under the License. </condition> <link target="EditProductStore"/> </menu-item> - <menu-item name="newCatalog" title="${uiLabelMap.CommonNew} ${uiLabelMap.ProductCatalog}"> + <menu-item name="newCatalog" title="${uiLabelMap.ProductCreateNewCatalog}"> <condition> <and> <or> diff --git a/applications/product/widget/catalog/ProdCatalogForms.xml b/applications/product/widget/catalog/ProdCatalogForms.xml index 11ebadc43f..f2880b210e 100644 --- a/applications/product/widget/catalog/ProdCatalogForms.xml +++ b/applications/product/widget/catalog/ProdCatalogForms.xml @@ -26,8 +26,8 @@ under the License. </form> <form name="FindCatalog" type="single" target="FindCatalog" title="" default-map-name="catalog" header-row-style="header-row" default-table-style="basic-table" > - <field name="prodCatalogId" title="${uiLabelMap.ProdCatalogId}"><text-find/></field> - <field name="catalogName"><text-find/></field> + <field name="prodCatalogId" title="${uiLabelMap.ProductCatalogNameId}"><text-find/></field> + <field name="catalogName" title="${uiLabelMap.FormFieldTitle_prodCatalogName}"><text-find/></field> <field name="submitButton" title="${uiLabelMap.CommonFind}" widget-style="smallSubmit"> <submit button-type="button"/> </field> @@ -46,26 +46,26 @@ under the License. <field-map field-name="noConditionFind" value="Y"/> </service> </actions> - <field name="prodCatalogId" sort-field="true" widget-style="buttontext"> + <field name="prodCatalogId" title="${uiLabelMap.ProductCatalogNameId}" sort-field="true" widget-style="buttontext"> <hyperlink description="${prodCatalogId}" target="EditCatalog" also-hidden="false"> <parameter param-name="prodCatalogId"/> </hyperlink> </field> - <field name="prodCatalogId" sort-field="true"> + <field name="prodCatalogId" title="${uiLabelMap.ProductCatalogNameId}" sort-field="true"> <hyperlink description="${prodCatalogId}" target="EditProdCatalog?prodCatalogId=${prodCatalogId}"></hyperlink> </field> - <field name="catalogName" sort-field="true"><display/></field> + <field name="catalogName" title="${uiLabelMap.FormFieldTitle_prodCatalogName}" sort-field="true"><display/></field> <field name="useQuickAdd" title="${uiLabelMap.ProductUseQuickAdd}" sort-field="true"><display/></field> </grid> <form name="EditProdCatalog" type="single" target="updateProdCatalog" title="" default-map-name="prodCatalog" header-row-style="header-row" default-table-style="basic-table" default-entity-name="ProdCatalog"> <alt-target use-when="prodCatalog==null" target="createProdCatalog"/> <auto-fields-service service-name="updateProdCatalog" map-name=""/> - <field use-when="prodCatalog!=null" name="prodCatalogId" title="${uiLabelMap.ProductCatalogId}" tooltip="${uiLabelMap.ProductNotModificationRecreatingProductCatalog}."><display/></field> + <field use-when="prodCatalog!=null" name="prodCatalogId" title="${uiLabelMap.ProductCatalogNameId}" tooltip="${uiLabelMap.ProductNotModificationRecreatingProductCatalog}."><display/></field> <field use-when="prodCatalog==null&&prodCatalogId!=null" name="prodCatalogId" title="${uiLabelMap.ProductCatalogId}" tooltip="${uiLabelMap.ProductCouldNotFindProductCatalogWithId} [${prodCatalogId}]"><text size="20" maxlength="20"/></field> <!-- this to be taken care of with auto-fields-service as soon as it uses entity field info too --> <field use-when="prodCatalog==null&&prodCatalogId==null" name="prodCatalogId" title="${uiLabelMap.ProductCatalogId}"><text size="20" maxlength="20"/></field> - <field name="catalogName" required-field="true"><text size="30" maxlength="60"/></field> + <field name="catalogName" title="${uiLabelMap.FormFieldTitle_prodCatalogName}" required-field="true"><text size="30" maxlength="60"/></field> <field name="useQuickAdd" title="${uiLabelMap.ProductUseQuickAdd}"> <drop-down allow-empty="false" no-current-selected-key="Y"><option key="Y" description="${uiLabelMap.CommonY}"/><option key="N" description="${uiLabelMap.CommonN}"/></drop-down> </field>