Browse Source

Merge remote-tracking branch 'origin/dev' into dev

Vanessa 2 năm trước cách đây
mục cha
commit
977e0bbb07

+ 1 - 0
app/appearance/langs/en_US.json

@@ -1,4 +1,5 @@
 {
+  "systemLogTip": "Program running records are saved in the system log. By exporting the system log and sending it to developers, it can better help developers diagnose program problems",
   "systemLog": "System log",
   "copyInsertAsAssets": "Copy as asset and insert",
   "useFileProtoLink": "Use file:// absolute path and link",

+ 1 - 0
app/appearance/langs/es_ES.json

@@ -1,4 +1,5 @@
 {
+  "systemLogTip": "Los registros de ejecución del programa se guardan en el registro del sistema. Al exportar el registro del sistema y enviarlo a los desarrolladores, puede ayudarlos a diagnosticar mejor los problemas del programa",
   "systemLog": "Registro del sistema",
   "copyInsertAsAssets": "Copiar como archivo de activos e insertar",
   "useFileProtoLink": "Usar archivo:// ruta absoluta y enlace",

+ 1 - 0
app/appearance/langs/fr_FR.json

@@ -1,4 +1,5 @@
 {
+  "systemLogTip": "Les enregistrements en cours d'exécution du programme sont enregistrés dans le journal système. En exportant le journal système et en l'envoyant aux développeurs, cela peut mieux aider les développeurs à diagnostiquer les problèmes du programme",
   "systemLog": "Journal du système",
   "copyInsertAsAssets": "Copier en tant que fichier d'actif et insérer",
   "useFileProtoLink": "Utiliser file:// chemin absolu et lien",

+ 1 - 0
app/appearance/langs/zh_CHT.json

@@ -1,4 +1,5 @@
 {
+  "systemLogTip": "系統日誌中保存了程序運行記錄,通過導出系統日誌發送給開發者可以更好地幫助開發者診斷程序問題",
   "systemLog": "系統日誌",
   "copyInsertAsAssets": "複製為資源文件並插入",
   "useFileProtoLink": "使用 file:// 絕對路徑並鏈接",

+ 1 - 0
app/appearance/langs/zh_CN.json

@@ -1,4 +1,5 @@
 {
+  "systemLogTip": "系统日志中保存了程序运行记录,通过导出系统日志发送给开发者可以更好地帮助开发者诊断程序问题",
   "systemLog": "系统日志",
   "copyInsertAsAssets": "复制为资源文件并插入",
   "useFileProtoLink": "使用 file:// 绝对路径并链接",