Skip to content

Commit 2955188

Browse files
authored
Merge pull request #313 from neozhu/navigation
udpate
2 parents 7d1d862 + d6fa7c2 commit 2955188

15 files changed

+40
-6
lines changed

src/Application/Constants/ConstantString.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ public static class ConstantString
1111
//for button text
1212
public static string REFRESH => Localize("Refresh");
1313
public static string EDIT => Localize("Edit");
14+
public static string SUBMIT => Localize("Submit");
1415
public static string DELETE => Localize("Delete");
1516
public static string ADD => Localize("Add");
1617
public static string CREATE => Localize("Create");

src/Application/Resources/Constants/ConstantString.ar-IQ.resx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,4 +276,7 @@
276276
<data name="Export to PDF" xml:space="preserve">
277277
<value>تصدير إلى PDF</value>
278278
</data>
279+
<data name="Submit" xml:space="preserve">
280+
<value>يُقدِّم</value>
281+
</data>
279282
</root>

src/Application/Resources/Constants/ConstantString.ca-ES.resx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,4 +276,7 @@
276276
<data name="Export to PDF" xml:space="preserve">
277277
<value>Export to PDF</value>
278278
</data>
279+
<data name="Submit" xml:space="preserve">
280+
<value>Presentar</value>
281+
</data>
279282
</root>

src/Application/Resources/Constants/ConstantString.de-DE.resx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,4 +276,7 @@
276276
<data name="Export to PDF" xml:space="preserve">
277277
<value>Als PDF exportieren</value>
278278
</data>
279+
<data name="Submit" xml:space="preserve">
280+
<value>Soumettre</value>
281+
</data>
279282
</root>

src/Application/Resources/Constants/ConstantString.en.resx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,4 +276,7 @@
276276
<data name="Export to PDF" xml:space="preserve">
277277
<value>Export to PDF</value>
278278
</data>
279+
<data name="Submit" xml:space="preserve">
280+
<value>Submit</value>
281+
</data>
279282
</root>

src/Application/Resources/Constants/ConstantString.es-ES.resx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,4 +276,7 @@
276276
<data name="Export to PDF" xml:space="preserve">
277277
<value>Exportar a PDF</value>
278278
</data>
279+
<data name="Submit" xml:space="preserve">
280+
<value>Entregar</value>
281+
</data>
279282
</root>

src/Application/Resources/Constants/ConstantString.fr-FR.resx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,4 +276,7 @@
276276
<data name="Export to PDF" xml:space="preserve">
277277
<value>Exporter au format PDF</value>
278278
</data>
279+
<data name="Submit" xml:space="preserve">
280+
<value>Soumettre</value>
281+
</data>
279282
</root>

src/Application/Resources/Constants/ConstantString.ja-JP.resx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,4 +276,7 @@
276276
<data name="Export to PDF" xml:space="preserve">
277277
<value>PDFにエクスポート</value>
278278
</data>
279+
<data name="Submit" xml:space="preserve">
280+
<value>送信</value>
281+
</data>
279282
</root>

src/Application/Resources/Constants/ConstantString.km-KH.resx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,4 +276,7 @@
276276
<data name="Export to PDF" xml:space="preserve">
277277
<value>PDF로 내보내기</value>
278278
</data>
279+
<data name="Submit" xml:space="preserve">
280+
<value>제출하다</value>
281+
</data>
279282
</root>

src/Application/Resources/Constants/ConstantString.resx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,4 +276,7 @@
276276
<data name="Export to PDF" xml:space="preserve">
277277
<value>Export to PDF</value>
278278
</data>
279+
<data name="Submit" xml:space="preserve">
280+
<value>Submit</value>
281+
</data>
279282
</root>

0 commit comments

Comments
 (0)