mirror of
https://github.com/remotely-save/remotely-save.git
synced 2024-06-07 21:10:45 +00:00
update texts for logtodb
This commit is contained in:
parent
ea076d310b
commit
2afc10b080
10
en.json
10
en.json
@ -223,6 +223,16 @@
|
||||
"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_logtodb": "Save Console Logs Into DB",
|
||||
"settings_logtodb_desc": "Enable this to save all console logs into DB, so that we can export and read them later. Especially useful for mobile debugging. Has performance cost and may impact battery. The history is saved for at most 10000 records and 7 days old.",
|
||||
"settings_logtodbexport": "Export Console Logs From DB",
|
||||
"settings_logtodbexport_desc": "Export the saved console logs of this vault from DB into a new file in the folder {{&debugFolder}} .",
|
||||
"settings_logtodbexport_button": "Export",
|
||||
"settings_logtodbexport_notice": "Console logs of this vault from DB are exported!",
|
||||
"settings_logtodbclear": "Delete All Console Logs In DB",
|
||||
"settings_logtodbclear_desc": "Delete all the console logs saved inside DB. This setting applies to all saved logs for all vaults in this device.",
|
||||
"settings_logtodbclear_button": "Delete",
|
||||
"settings_logtodbclear_notice": "All console logs saved in DB are deleted!",
|
||||
"settings_delsyncmap": "delete sync mappings history in DB",
|
||||
"settings_delsyncmap_desc": "Sync mappings history stores the actual LOCAL last modified time of the REMOTE objects. Clearing it may cause unnecessary data exchanges in next-time sync. Click the button to delete sync mappings history in DB.",
|
||||
"settings_delsyncmap_button": "Delete Sync Mappings",
|
||||
|
10
zh_cn.json
10
zh_cn.json
@ -223,6 +223,16 @@
|
||||
"settings_delsyncplans_desc": "删除数据库里的同步计划历史。",
|
||||
"settings_delsyncplans_button": "删除同步计划历史",
|
||||
"settings_delsyncplans_notice": "(数据库里的)同步计划已被删除。",
|
||||
"settings_logtodb": "保存终端日志到数据库",
|
||||
"settings_logtodb_desc": "如果开启此设置,所有终端日志都会保存到数据,从而我们可以在之后导出和阅读它们。对于移动设备的调试较为有用。有性能成本,可能会影响电池用量。历史会保存最多 10000 条和 7 天时间。",
|
||||
"settings_logtodbexport": "从数据库导出终端日志",
|
||||
"settings_logtodbexport_desc": "从数据库导出本资料库的已保存的终端日志,输出到文件夹 {{&debugFolder}} 下的一个新文件内。",
|
||||
"settings_logtodbexport_button": "导出",
|
||||
"settings_logtodbexport_notice": "数据库内的本资料库的终端日志已导出!",
|
||||
"settings_logtodbclear": "删除数据库的所有终端日志",
|
||||
"settings_logtodbclear_desc": "删除数据库内的所有已保存的终端日志。本设置会影响本设备下所有资料库的所有已保存日志。",
|
||||
"settings_logtodbclear_button": "删除",
|
||||
"settings_logtodbclear_notice": "数据库内的所有终端日志已删除!",
|
||||
"settings_delsyncmap": "删除数据库里的同步映射历史",
|
||||
"settings_delsyncmap_desc": "同步映射历史存储了本地真正的最后修改时间和远程文件时间的映射。删除之可能会导致下一次同步时发生不必要的数据交换。点击按钮删除数据库里的同步映射历史。",
|
||||
"settings_delsyncmap_button": "删除同步映射历史",
|
||||
|
10
zh_tw.json
10
zh_tw.json
@ -223,6 +223,16 @@
|
||||
"settings_delsyncplans_desc": "刪除資料庫裡的同步計劃歷史。",
|
||||
"settings_delsyncplans_button": "刪除同步計劃歷史",
|
||||
"settings_delsyncplans_notice": "(資料庫裡的)同步計劃已被刪除。",
|
||||
"settings_logtodb": "儲存終端日誌到資料庫",
|
||||
"settings_logtodb_desc": "如果開啟此設定,所有終端日誌都會儲存到資料,從而我們可以在之後匯出和閱讀它們。對於移動裝置的除錯較為有用。有效能成本,可能會影響電池用量。歷史會儲存最多 10000 條和 7 天時間。",
|
||||
"settings_logtodbexport": "從資料庫匯出終端日誌",
|
||||
"settings_logtodbexport_desc": "從資料庫匯出本資料庫的已儲存的終端日誌,輸出到資料夾 {{&debugFolder}} 下的一個新檔案內。",
|
||||
"settings_logtodbexport_button": "匯出",
|
||||
"settings_logtodbexport_notice": "資料庫內的本資料庫的終端日誌已匯出!",
|
||||
"settings_logtodbclear": "刪除資料庫的所有終端日誌",
|
||||
"settings_logtodbclear_desc": "刪除資料庫內的所有已儲存的終端日誌。本設定會影響本裝置下所有資料庫的所有已儲存日誌。",
|
||||
"settings_logtodbclear_button": "刪除",
|
||||
"settings_logtodbclear_notice": "資料庫內的所有終端日誌已刪除!",
|
||||
"settings_delsyncmap": "刪除資料庫裡的同步對映歷史",
|
||||
"settings_delsyncmap_desc": "同步對映歷史儲存了本地真正的最後修改時間和遠端檔案時間的對映。刪除之可能會導致下一次同步時發生不必要的資料交換。點選按鈕刪除資料庫裡的同步對映歷史。",
|
||||
"settings_delsyncmap_button": "刪除同步對映歷史",
|
||||
|
Loading…
Reference in New Issue
Block a user