use raw logging now!
This commit is contained in:
+4
-9
@@ -106,10 +106,6 @@
|
||||
"modal_sizesconflict_desc": "You've set skipping files larger than {{thresholdMB}} MB ({{thresholdBytes}} bytes).\nBut the following files have sizes larger than the threshold on one side, and sizes smaller than the threshold on the other side.\nTo avoid unexpected overwriting or deleting, the plugin stops, and you have to manually deal with at least one side of the files.",
|
||||
"modal_sizesconflict_copybutton": "Click to copy all the below sizes conflicts info",
|
||||
"modal_sizesconflict_copynotice": "All the sizes conflicts info have been copied to the clipboard!",
|
||||
"modal_logtohttpserver_title": "Log To HTTP(S) Server Is DANGEROUS!",
|
||||
"modal_logtohttpserver_desc": "All your sensitive logging information will be posted to the HTTP(S) server without any authentications!!!!!\nPlease make sure you trust the HTTP(S) server, and it's better to setup a HTTPS one instead of HTTP one.\nIt's for debugging purposes only, especially on mobile.",
|
||||
"modal_logtohttpserver_secondconfirm": "I know it's dangerous, and insist, and am willing to bear all possible losses.",
|
||||
"modal_logtohttpserver_notice": "OK.",
|
||||
"settings_basic": "Basic Settings",
|
||||
"settings_password": "Encryption Password",
|
||||
"settings_password_desc": "Password for E2E encryption. Empty for no password. You need to click \"Confirm\". Attention: the password and other info are saved locally.",
|
||||
@@ -264,12 +260,14 @@
|
||||
"settings_import": "Import",
|
||||
"settings_import_desc": "You should open a camera or scan-qrcode app, to manually scan the QR code.",
|
||||
"settings_debug": "Debug",
|
||||
"settings_debuglevel": "Alter Console Log Level",
|
||||
"settings_debuglevel_desc": "By default the log level is \"info\". You can change to \"debug\" to get verbose information in console.",
|
||||
"settings_debuglevel": "Alter Notice Level",
|
||||
"settings_debuglevel_desc": "By default the notice level is \"info\". You can change to \"debug\" to get verbose information while syncing.",
|
||||
"settings_outputsettingsconsole": "Output Current Settings From Disk To Console",
|
||||
"settings_outputsettingsconsole_desc": "The settings save on disk in encoded. Click this to see the decoded settings in console.",
|
||||
"settings_outputsettingsconsole_button": "Output",
|
||||
"settings_outputsettingsconsole_notice": "Finished outputing in console.",
|
||||
"settings_viewconsolelog": "View Console Log",
|
||||
"settings_viewconsolelog_desc": "On desktop, please press \"ctrl+shift+i\" or \"cmd+shift+i\" to view the log. On mobile, please install the third-party plugin <a href='https://obsidian.md/plugins?search=Logstravaganza'>Logstravaganza</a> to export the console log to a note.",
|
||||
"settings_syncplans": "Export Sync Plans",
|
||||
"settings_syncplans_desc": "Sync plans are created every time after you trigger sync and before the actual sync. Useful to know what would actually happen in those sync. Click the button to export sync plans.",
|
||||
"settings_syncplans_button_json": "Export",
|
||||
@@ -278,9 +276,6 @@
|
||||
"settings_delsyncplans_desc": "Delete sync plans history in DB.",
|
||||
"settings_delsyncplans_button": "Delete Sync Plans History",
|
||||
"settings_delsyncplans_notice": "Sync plans history (in DB) deleted.",
|
||||
"settings_logtohttpserver": "Log To HTTP(S) Server Temporarily",
|
||||
"settings_logtohttpserver_desc": "It's very dangerous and please use the function with greate cautions!!!!! It will temporarily allow sending console loggings to HTTP(S) server.",
|
||||
"settings_logtohttpserver_reset_notice": "Your input doesn't starts with \"http(s)\". Already removed the setting of logging to HTTP(S) server.",
|
||||
"settings_delprevsync": "Delete Prev Sync Details In DB",
|
||||
"settings_delprevsync_desc": "The sync algorithm keeps the previous successful sync information in DB to determine the file changes. If you want to ignore them so that all files are treated newly created, you can delete the prev sync info here.",
|
||||
"settings_delprevsync_button": "Delete Prev Sync Details",
|
||||
|
||||
Reference in New Issue
Block a user