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 @@ -241,6 +241,9 @@ msgstr "सहेजें"
241241msgid "Reset"
242242msgstr "रीसेट करें"
243243
244+ msgid "Save"
245+ msgstr "सहेजें"
246+
244247# Data table strings
245248msgid "{{pageCount}} rows displayed of {{totalCount}}."
246249msgstr "{{totalCount}} में से {{pageCount}} पंक्तियाँ प्रदर्शित"
Original file line number Diff line number Diff line change @@ -249,6 +249,9 @@ msgstr ""
249249msgid "Reset"
250250msgstr ""
251251
252+ msgid "Save"
253+ msgstr ""
254+
252255# Data table strings
253256msgid "{{pageCount}} rows displayed of {{totalCount}}."
254257msgstr ""
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ const HelpEditorForm = (props) => {
149149 className = "btn btn-sm btn-primary"
150150 id = "save-help"
151151 name = "fire_away"
152- value = { t ( 'Save' , { ns : 'help_editor ' } ) }
152+ value = { t ( 'Save' , { ns : 'loris ' } ) }
153153 type = "submit"
154154 onClick = { save }
155155 />
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