-
Notifications
You must be signed in to change notification settings - Fork 0
/
messages.json
58 lines (58 loc) · 3.52 KB
/
messages.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"bryck_not_found": "Bryck not found",
"bryck_found": "Bryck found",
"metadata_write_fail": "Bryck metadata write failed",
"product_name": "Bryck: Tsecond Inc high density rugged portable storage",
"bryck_format_err_mounted": "Bryck is mounted. Unmount it before formatting",
"bryck_format_err_erase": "Bryck formatting failed while erasing the contents",
"bryck_format_err_encryption": "Bryck formatting failed while setting up the encryption",
"bryck_format_err_nokeyfile": "Specify a key file to continue the formatting",
"bryck_format_err_partition": "Bryck formatting failed while partitioning",
"bryck_format_err_metaraid": "Bryck formatting failed while creating metadata raid",
"bryck_format_err_dataraid": "Bryck formatting failed while creating data raid",
"bryck_format_err_data_fs": "Bryck formatting failed while setting up the data file system",
"bryck_format_err_metadata_fs": "Bryck formatting failed while setting up the metadata file system",
"bryck_format_success": "Bryck formatted",
"bryck_eject_err_flush": "Bryck eject failed while flushing data to Bryck",
"bryck_eject_err_ejected": "Bryck already ejected",
"bryck_eject_err_unmount": "Bryck eject failed while unmounting the Bryck",
"bryck_eject_err_stop_raid": "Bryck eject failed while stopping the raid",
"bryck_eject_err_lock": "Bryck eject failed while locking the Bryck",
"bryck_eject_success": "Bryck ejected",
"bryck_erase_err_mounted": "Bryck is mounted. Unmount it before erasing",
"bryck_erase_failed": "Bryck erase failed",
"bryck_erase_success": "Bryck erased",
"bryck_setkey_err_no_encryption": "Bryck is not encrypted. Key can not be set",
"bryck_setkey_err_no_oldkey": "Specify the current key to change the key",
"bryck_setkey_err_no_newkey": "Specify new key to change the key",
"bryck_setkey_err_failed": "Failed to change to the new key",
"bryck_setkey_success": "Secret key changed",
"bryck_info_unable_df": "Unable to get the Bryck usage information",
"bryck_mount_success": "Bryck mounted",
"bryck_mount_already": "Bryck is already mounted",
"bryck_mount_err": "Bryck failed to mount at ",
"bryck_mount_err_invalidkey": "Bryck mount failed due to invalid secret key",
"bryck_mount_err_keynotexist": "Bryck mount failed due to provided secret file doesn't exit",
"bryck_mount_err_mount_dir": "Mount directory doesn't exist ",
"bryck_mount_err_nomount_dir": "Specify a mount directory path and re-mount",
"bryck_mount_err_nokey_file": "Specify a key file",
"bryck_mount_err_unlock_fail": "Bryck mounting fail while unlocking the drive",
"bryck_mount_err_metadata": "Bryck mounting failed while reconstruction of metadata",
"bryck_mount_err_metadata_path": "Bryck mounting failed due to absence of metadata",
"bryck_mount_err_data_path": "Bryck mounting failed due to drive failed",
"bryck_mount_err_partition_fail": "Bryck mounting fail due to partition error",
"bryck_unmount_err_data": "Bryck unmounting failed",
"Stream_err": " not a valid stream",
"Stream_add": "Successfully stream added",
"Stream_del": "Successfully stream deleted",
"Stream_not_exist": "Stream is not defined",
"Stream_no_del": "Stream is ",
"Chunk_add": "Successfully chunk added",
"Chunk_del": "Successfully chunk deleted",
"Chunk_no_del": "Referred key is not exists",
"Chunk_err": " not a valid chunk",
"persist": "Successfully Encoded and persisted",
"persist_err": "Stream persistent failed",
"file_err": "File not found",
"file_corrupt": "File corrupted"
}