svn commit: r1858362 [1/2] - in /ofbiz/ofbiz-framework/trunk/applications/humanres/config: HumanResEntityLabels.xml HumanResErrorUiLabels.xml HumanResUiLabels.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1858362 [1/2] - in /ofbiz/ofbiz-framework/trunk/applications/humanres/config: HumanResEntityLabels.xml HumanResErrorUiLabels.xml HumanResUiLabels.xml

mbrohl
Author: mbrohl
Date: Mon Apr 29 11:17:43 2019
New Revision: 1858362

URL: http://svn.apache.org/viewvc?rev=1858362&view=rev
Log:
Improved: Improve german translations for the hr component
(OFBIZ-10698)

Modified:
    ofbiz/ofbiz-framework/trunk/applications/humanres/config/HumanResEntityLabels.xml
    ofbiz/ofbiz-framework/trunk/applications/humanres/config/HumanResErrorUiLabels.xml
    ofbiz/ofbiz-framework/trunk/applications/humanres/config/HumanResUiLabels.xml

Modified: ofbiz/ofbiz-framework/trunk/applications/humanres/config/HumanResEntityLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/humanres/config/HumanResEntityLabels.xml?rev=1858362&r1=1858361&r2=1858362&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/humanres/config/HumanResEntityLabels.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/humanres/config/HumanResEntityLabels.xml Mon Apr 29 11:17:43 2019
@@ -20,6 +20,7 @@
 -->
 <resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-properties.xsd">
     <property key="EmplLeaveReasonType.description.CASUAL">
+        <value xml:lang="de">Erholung</value>
         <value xml:lang="en">Casual</value>
         <value xml:lang="fr">Convenance</value>
         <value xml:lang="ja">私事</value>
@@ -28,6 +29,7 @@
         <value xml:lang="zh-TW">臨時</value>
     </property>
     <property key="EmplLeaveReasonType.description.MEDICAL">
+     <value xml:lang="de">medizinisch</value>
         <value xml:lang="en">Medical</value>
         <value xml:lang="fr">Maladie</value>
         <value xml:lang="ja">疾病</value>
@@ -36,6 +38,7 @@
         <value xml:lang="zh-TW">疾病</value>
     </property>
     <property key="EmplLeaveType.description.INLAND_EARNED">
+     <value xml:lang="de">im Inland verdient</value>
         <value xml:lang="en">Inland earned</value>
         <value xml:lang="fr">Congé payé</value>
         <value xml:lang="ja">国内取得</value>
@@ -44,6 +47,7 @@
         <value xml:lang="zh-TW">國內收入</value>
     </property>
     <property key="EmplLeaveType.description.LOSS_OF_PAY">
+     <value xml:lang="de">Lohnverlust</value>
         <value xml:lang="en">Loss of pay</value>
         <value xml:lang="fr">Sans solde</value>
         <value xml:lang="ja">無給</value>
@@ -52,6 +56,7 @@
         <value xml:lang="zh-TW">無薪</value>
     </property>
     <property key="EmplLeaveType.description.RESTRICTED_HOLIDAY">
+     <value xml:lang="de">Urlaubssperre</value>
         <value xml:lang="en">Restricted holiday</value>
         <value xml:lang="fr">Jour férié</value>
         <value xml:lang="ja">制限日</value>
@@ -60,6 +65,7 @@
         <value xml:lang="zh-TW">受限的假期</value>
     </property>
     <property key="EmplLeaveType.description.SPECIAL_DAY_OFF">
+     <value xml:lang="de">besonderer Urlaubstag</value>
         <value xml:lang="en">Special day off</value>
         <value xml:lang="fr">Congé</value>
         <value xml:lang="ja">特別休暇</value>

Modified: ofbiz/ofbiz-framework/trunk/applications/humanres/config/HumanResErrorUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/humanres/config/HumanResErrorUiLabels.xml?rev=1858362&r1=1858361&r2=1858362&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/humanres/config/HumanResErrorUiLabels.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/humanres/config/HumanResErrorUiLabels.xml Mon Apr 29 11:17:43 2019
@@ -21,6 +21,7 @@
 
 <resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/ofbiz-properties.xsd">
     <property key="HumanResRequiredFieldMissingTrainingClassTypeId">
+     <value xml:lang="de">benötigter Eintrag fehlt: Weiterbildungsklasse Typ ID.</value>
         <value xml:lang="en">Required Field Missing : Training Class Type Id.</value>
     </property>
 </resource>
\ No newline at end of file