10 lines
356 B
TypeScript
10 lines
356 B
TypeScript
export const NetworkStrings = {
|
|
Files: {
|
|
FailedStartUploadSession: 'Failed to start an upload session.',
|
|
FailedCloseUploadSession: 'Failed to close an upload session.',
|
|
FailedUploadFileChunk: 'Failed to upload file chunk.',
|
|
FailedDownloadFileChunk: 'Failed to download file chunk.',
|
|
FailedDeleteFile: 'Failed to delete file.',
|
|
},
|
|
}
|