Skip to content

Commit

Permalink
Added german translation files
Browse files Browse the repository at this point in the history
  • Loading branch information
AhashSritharan committed Jan 11, 2024
1 parent acc4759 commit e16959d
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 8 deletions.
3 changes: 2 additions & 1 deletion CustomSwitch/CustomSwitch/ControlManifest.Input.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest>
<control namespace="MscrmTools" constructor="CustomSwitch" version="1.0.2" display-name-key="CustomSwitch_Display_Key" description-key="CustomSwitch_Desc_Key" control-type="standard" preview-image="imgs/preview.png">
<control namespace="MscrmTools" constructor="CustomSwitch" version="1.0.3" display-name-key="CustomSwitch_Display_Key" description-key="CustomSwitch_Desc_Key" control-type="standard" preview-image="imgs/preview.png">
<property name="booleanAttribute" display-name-key="booleanAttribute_Display_Key" description-key="booleanAttribute_Desc_Key" of-type="TwoOptions" usage="bound" required="true" />
<property name="offColor" display-name-key="offColor_Display_Key" description-key="offColor_Desc_Key" of-type="SingleLine.Text" default-value="" usage="input" required="false" />
<property name="onColor" display-name-key="onColor_Display_Key" description-key="onColor_Desc_Key" of-type="SingleLine.Text" default-value="" usage="input" required="false" />
Expand All @@ -16,6 +16,7 @@
<resources>
<code path="index.ts" order="1" />
<css path="css/CustomSwitch.css" order="1" />
<resx path="strings/CustomSwitch.1031.resx" version="1.0.0" />
<resx path="strings/CustomSwitch.1033.resx" version="1.0.0" />
<resx path="strings/CustomSwitch.1036.resx" version="1.0.0" />
</resources>
Expand Down
3 changes: 2 additions & 1 deletion DateAsCheckbox/DateAsCheckbox/ControlManifest.Input.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest>
<control namespace="MscrmTools" constructor="DateAsCheckbox" version="0.0.3" display-name-key="DateAsCheckbox" description-key="DateAsCheckbox_description" control-type="standard">
<control namespace="MscrmTools" constructor="DateAsCheckbox" version="0.0.4" display-name-key="DateAsCheckbox" description-key="DateAsCheckbox_description" control-type="standard">
<!-- property node identifies a specific, configurable piece of data that the control expects from CDS -->
<property name="DateAttribute" display-name-key="DateAttribute_Display_Key" description-key="DateAttribute_Desc_Key" of-type-group="dates" usage="bound" required="true" />
<property name="offColor" display-name-key="offColor_Display_Key" description-key="offColor_Desc_Key" of-type="SingleLine.Text" default-value="" usage="input" required="false" />
Expand All @@ -17,6 +17,7 @@
<resources>
<code path="index.ts" order="1" />
<css path="css/DateAsCheckbox.css" order="1" />
<resx path="strings/DateAsCheckbox.1031.resx" version="1.0.0" />
<resx path="strings/DateAsCheckbox.1033.resx" version="1.0.0" />
<resx path="strings/DateAsCheckbox.1036.resx" version="1.0.0" />
</resources>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest>
<control namespace="MscrmTools" constructor="LinearSliderWithSteps" version="0.0.16" display-name-key="LinearSliderWithSteps" description-key="LinearSliderWithSteps_description" control-type="standard" preview-image="imgs/screenshot.png">
<control namespace="MscrmTools" constructor="LinearSliderWithSteps" version="0.0.17" display-name-key="LinearSliderWithSteps" description-key="LinearSliderWithSteps_description" control-type="standard" preview-image="imgs/screenshot.png">
<type-group name="numbers">
<type>Whole.None</type>
<type>Currency</type>
Expand All @@ -22,6 +22,7 @@
<resources>
<code path="index.ts" order="1" />
<css path="css/LinearSliderWithSteps.css" order="2" />
<resx path="strings/LinearSliderWithSteps.1031.resx" version="1.0.0" />
<resx path="strings/LinearSliderWithSteps.1033.resx" version="1.0.0" />
<resx path="strings/LinearSliderWithSteps.1036.resx" version="1.0.0" />
</resources>
Expand Down
5 changes: 3 additions & 2 deletions LookupToPicklist/LookupToPicklist/ControlManifest.Input.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest>
<control namespace="MscrmTools" constructor="LookupToPicklist" version="0.0.4" display-name-key="Control_Display_Name_Key" description-key="Control_Description_Key" control-type="standard" preview-image="img/LookupToPicklist_preview.png">
<control namespace="MscrmTools" constructor="LookupToPicklist" version="0.0.6" display-name-key="LookupToPicklist" description-key="The purpose of this control is to display a Dropdown that allows to select records from an entity." control-type="standard" preview-image="img/LookupToPicklist_preview.png">
<property name="lookup" display-name-key="lookup_Display_Key" description-key="lookup_Desc_Key" of-type="Lookup.Simple" usage="bound" required="true" />
<property name="dependantLookup" display-name-key="dependantLookup_Display_Key" description-key="dependantLookup_Desc_Key" of-type="Lookup.Simple" usage="bound" required="false" />
<property name="attributemask" display-name-key="attributemask_Display_Key" description-key="attributemask_Desc_Key" of-type="SingleLine.Text" usage="input" required="false" />
Expand All @@ -14,12 +14,13 @@
<value name="Yes" display-name-key="yes_Display_Key" description-key="yes_Desc_Key">1</value>
<value name="No" display-name-key="no_Display_Key" description-key="no_Desc_Key">0</value>
</property>
<property name="addSearch" display-name-key="addSearch_Display_Key" description-key="addSearch_Desc_Key" of-type="Enum" default-value="0" usage="input" required="true">
<property name="addSearch" display-name-key="addSearch_Display_Key" description-key="addSearch_Desc_Key" of-type="Enum" default-value="0" usage="input" required="true">
<value name="Yes" display-name-key="yes_Display_Key" description-key="yes_Desc_Key">1</value>
<value name="No" display-name-key="no_Display_Key" description-key="no_Desc_Key">0</value>
</property>
<resources>
<code path="index.ts" order="1" />
<resx path="strings/LookupToPicklist.1031.resx" version="1.0.0" />
<resx path="strings/LookupToPicklist.1036.resx" version="1.0.0" />
<resx path="strings/LookupToPicklist.1033.resx" version="1.0.0" />
</resources>
Expand Down
3 changes: 2 additions & 1 deletion NNCheckboxes/NNCheckboxes/ControlManifest.Input.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest>
<control namespace="MscrmTools" constructor="NNCheckboxes" version="1.0.85" display-name-key="NNCheckboxes_Display_Key" description-key="NNCheckboxes_Desc_Key" control-type="standard" preview-image="imgs/nncheckboxes.png">
<control namespace="MscrmTools" constructor="NNCheckboxes" version="1.0.86" display-name-key="NNCheckboxes_Display_Key" description-key="NNCheckboxes_Desc_Key" control-type="standard" preview-image="imgs/nncheckboxes.png">
<data-set name="nnRelationshipDataSet" display-name-key="nnRelationshipDataSet_Display_Key">
<property-set name="displayAttribute" display-name-key="targetEntity_Display_Key" description-key="targetEntity_Desc_Key" of-type="SingleLine.Text" usage="bound" required="true" />
<property-set name="backgroundColorAttribute" display-name-key="backgroundColorAttribute_Display_Key" description-key="backgroundColorAttribute_Desc_Key" of-type-group="colorTypes" usage="bound" required="false" />
Expand Down Expand Up @@ -52,6 +52,7 @@
<resources>
<code path="index.ts" order="1" />
<css path="css/NNCheckboxes.css" order="1" />
<resx path="strings/NNCheckboxes.1031.resx" version="1.0.0" />
<resx path="strings/NNCheckboxes.1033.resx" version="1.0.0" />
<resx path="strings/NNCheckboxes.1036.resx" version="1.0.0" />
</resources>
Expand Down
3 changes: 2 additions & 1 deletion ReactNotifier/ReactNotifier/ControlManifest.Input.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest>
<control namespace="MscrmTools" constructor="SimpleNotification" version="0.0.8" display-name-key="SimpleNotification" description-key="SimpleNotification_Desc" control-type="standard" preview-image="imgs/reactnotification.png">
<control namespace="MscrmTools" constructor="SimpleNotification" version="0.0.9" display-name-key="SimpleNotification" description-key="SimpleNotification_Desc" control-type="standard" preview-image="imgs/reactnotification.png">
<property name="fakeAttribute" display-name-key="fakeAttribute_Display_Key" description-key="fakeAttribute_Desc" of-type="SingleLine.Text" usage="bound" required="true" />
<property name="messageType" display-name-key="messageType_Display_Key" description-key="messageType_Desc" of-type="Enum" usage="input" required="true">
<value name="Info" display-name-key="Info_Key" description-key="Info_Desc">Info</value>
Expand All @@ -19,6 +19,7 @@
<property name="link" display-name-key="link_Display_Key" description-key="link_Desc_Key" of-type="SingleLine.Text" usage="input" required="false" />
<resources>
<code path="index.ts" order="1" />
<resx path="strings/ReactNotifier.1031.resx" version="1.0.0" />
<resx path="strings/ReactNotifier.1033.resx" version="1.0.0" />
<resx path="strings/ReactNotifier.1036.resx" version="1.0.0" />
<!-- UNCOMMENT TO ADD MORE RESOURCES
Expand Down
3 changes: 2 additions & 1 deletion YearDropdown/YearDropdown/ControlManifest.Input.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<manifest>
<control namespace="MscrmTools" constructor="YearDropdown" version="0.0.3" display-name-key="YearDropdown" description-key="YearDropdown description" control-type="standard" preview-image="img/yeardropdown.png">
<control namespace="MscrmTools" constructor="YearDropdown" version="0.0.4" display-name-key="YearDropdown" description-key="YearDropdown description" control-type="standard" preview-image="img/yeardropdown.png">
<external-service-usage enabled="false">
</external-service-usage>
<property name="targetColumn" display-name-key="targetColumn_Display_Key" description-key="targetColumn_Desc_Key" of-type-group="customGroup" usage="bound" required="true" />
Expand All @@ -16,6 +16,7 @@
</type-group>
<resources>
<code path="index.ts" order="1"/>
<resx path="strings/YearDropdown.1031.resx" version="1.0.0" />
<resx path="strings/YearDropdown.1033.resx" version="1.0.0" />
<resx path="strings/YearDropdown.1036.resx" version="1.0.0" />
</resources>
Expand Down

0 comments on commit e16959d

Please sign in to comment.