diff --git a/packages/app/src/__deprecated__/renderer/locales/default/en-US.json b/packages/app/src/__deprecated__/renderer/locales/default/en-US.json index beb1ce39f9..3abb8f6dbc 100644 --- a/packages/app/src/__deprecated__/renderer/locales/default/en-US.json +++ b/packages/app/src/__deprecated__/renderer/locales/default/en-US.json @@ -427,12 +427,14 @@ "module.filesManager.invalidFiledModalHelpInfo": "To find out more about which files work on your device, visit our {link}.", "module.filesManager.invalidFiledModalTitle": "Upload files", "module.filesManager.invalidFiledModalUploadInfo": "To avoid problems we only uploaded the files that will work.", + "module.filesManager.invalidFiledModalButton": "Ok", "module.filesManager.panelSearchPlaceholder": "Search music files", "module.filesManager.pendingUploadModalAbortButtonText": "Abort", "module.filesManager.pendingUploadModalActionButton": "Ok", "module.filesManager.pendingUploadModalHeader": "Files uploading", "module.filesManager.pendingUploadModalTextDetailsInfo": "The first {count, plural, one {file} other {# files}} will be uploaded to the device.", "module.filesManager.pendingUploadModalTextInfo": "Mudita Center cannot load all files.\nThe number of selected files exceeds the limit.", + "module.filesManager.pendingUploadModalAbortButtonText": "Abort", "module.filesManager.pendingUploadModalTitle": "Upload files", "module.filesManager.selectionNumber": "{num, plural, =-1 {All Files} one {# File} other {# Files}} selected", "module.filesManager.tooManyFilesTooltipDescription": "The maximum number of files has been reached ({filesSlotsHarmonyMaxLimit} files)", @@ -919,4 +921,4 @@ "module.tools.notesTemporaryText": "New Note", "module.tools.notesUnsavedNote": "unsaved", "module.tools.voiceRecorder": "Voice Recorder" -} \ No newline at end of file +}