File tree Expand file tree Collapse file tree
modules/candidate_parameters/jsx Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -281,15 +281,6 @@ msgstr "Vistas"
281281msgid "NEW"
282282msgstr "Nuevo"
283283
284- msgid "Update"
285- msgstr "Actualizar"
286-
287- msgid "Update Successful!"
288- msgstr "Actualización Exitosa!"
289-
290- msgid "Failed to update!"
291- msgstr "Actualización Fallida!"
292-
293284msgid "Updated"
294285msgstr "Actualizado"
295286
@@ -376,3 +367,37 @@ msgstr "{{years}} años"
376367msgid "File to upload"
377368msgstr "Archivo para subir"
378369
370+ # Other generic terms
371+ msgid "Loading..."
372+ msgstr ""
373+
374+ msgid "Permission denied"
375+ msgstr ""
376+
377+ msgid "Unauthorized"
378+ msgstr ""
379+
380+ msgid "File to upload"
381+ msgstr ""
382+
383+ msgid "Please make sure files are not larger than {{maxFileSize}}"
384+ msgstr ""
385+
386+ msgid "Submit"
387+ msgstr ""
388+
389+ msgid "Clear"
390+ msgstr ""
391+
392+ msgid "Add"
393+ msgstr ""
394+
395+ msgid "Update"
396+ msgstr "Actualizar"
397+
398+ msgid "Dataset"
399+ msgstr ""
400+
401+ # For react-select <Select> noOptionsMessage prop
402+ msgid "No options"
403+ msgstr ""
Original file line number Diff line number Diff line change @@ -561,6 +561,9 @@ msgstr ""
561561msgid "Add"
562562msgstr ""
563563
564+ msgid "Update"
565+ msgstr ""
566+
564567msgid "Dataset"
565568msgstr ""
566569
Original file line number Diff line number Diff line change @@ -210,13 +210,13 @@ class ParticipantStatus extends Component {
210210 if ( this . state . updateResult ) {
211211 if ( this . state . updateResult === 'success' ) {
212212 alertClass = 'alert alert-success text-center' ;
213- alertMessage = t ( 'Update Successful!' , { ns : 'loris ' } ) ;
213+ alertMessage = t ( 'Update Successful!' , { ns : 'candidate_parameters ' } ) ;
214214 } else if ( this . state . updateResult === 'error' ) {
215215 let errorMessage = this . state . errorMessage ;
216216 alertClass = 'alert alert-danger text-center' ;
217217 alertMessage = errorMessage ?
218218 errorMessage :
219- t ( 'Failed to update!' , { ns : 'loris ' } ) ;
219+ t ( 'Failed to update!' , { ns : 'candidate_parameters ' } ) ;
220220 }
221221 }
222222
You can’t perform that action at this time.
0 commit comments