File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -172,6 +172,9 @@ msgstr "उन्नत फ़िल्टर दिखाएँ"
172172msgid "Hide Advanced Filters"
173173msgstr "उन्नत फ़िल्टर छुपाएँ"
174174
175+ msgid "Save"
176+ msgstr "सहेजें"
177+
175178# Data table strings
176179msgid "{{pageCount}} rows displayed of {{totalCount}}."
177180msgstr "{{totalCount}} में से {{pageCount}} पंक्तियाँ प्रदर्शित"
Original file line number Diff line number Diff line change @@ -171,6 +171,9 @@ msgstr ""
171171msgid "Hide Advanced Filters"
172172msgstr ""
173173
174+ msgid "Save"
175+ msgstr ""
176+
174177# Data table strings
175178msgid "{{pageCount}} rows displayed of {{totalCount}}."
176179msgstr ""
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ const HelpEditorForm = (props) => {
122122 className = "btn btn-sm btn-primary"
123123 id = "save-help"
124124 name = "fire_away"
125- value = { t ( 'Save' , { ns : 'help_editor ' } ) }
125+ value = { t ( 'Save' , { ns : 'loris ' } ) }
126126 type = "submit"
127127 onClick = { save }
128128 />
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ class HelpEditor extends React.Component {
9696 // XXX: Replace this with a UI component for 500 errors.
9797 if ( this . state . error ) {
9898 return < h3 > { t ( 'An error occured while loading the page.' ,
99- { ns : 'help_editor ' } ) } </ h3 > ;
99+ { ns : 'loris ' } ) } </ h3 > ;
100100 }
101101
102102 // Waiting for async data to load
Original file line number Diff line number Diff line change @@ -36,9 +36,6 @@ msgstr ""
3636msgid "Open the help dialog to preview the changes."
3737msgstr ""
3838
39- msgid "Save"
40- msgstr ""
41-
4239msgid "Content update successful!"
4340msgstr ""
4441
Original file line number Diff line number Diff line change @@ -36,9 +36,6 @@ msgstr "शीर्षक"
3636msgid "Open the help dialog to preview the changes."
3737msgstr "परिवर्तनों का पूर्वावलोकन करने के लिए सहायता संवाद खोलें।"
3838
39- msgid "Save"
40- msgstr "सहेजें"
41-
4239msgid "Content update successful!"
4340msgstr "सामग्री सफलतापूर्वक अपडेट की गई!"
4441
You can’t perform that action at this time.
0 commit comments