This commit is contained in:
Liang Ding 2022-12-09 12:20:27 +08:00
parent 433bb1d226
commit 76c8b15699
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
6 changed files with 11 additions and 5 deletions

View file

@ -1015,6 +1015,7 @@
"174": "Unlock access",
"175": "Please enter the verification code",
"176": "SiYuan",
"177": "Exit application"
"177": "Exit application",
"178": "Access Authorization - SiYuan"
}
}

View file

@ -1015,6 +1015,7 @@
"174": "Desbloquear acceso",
"175": "Por favor ingrese el código de verificación",
"176": "SiYuan",
"177": "Salir de la aplicación"
"177": "Salir de la aplicación",
"178": "Autorización de acceso - SiYuan"
}
}

View file

@ -1015,6 +1015,7 @@
"174": "Déverrouiller l'accès",
"175": "Veuillez entrer le code de vérification",
"176": "SiYuan",
"177": "Quitter l'application"
"177": "Quitter l'application",
"178": "Autorisation d'accès - SiYuan"
}
}

View file

@ -1015,6 +1015,7 @@
"174": "解鎖訪問",
"175": "請輸入驗證碼",
"176": "思源筆記",
"177": "退出應用"
"177": "退出應用",
"178": "訪問授權 - 思源筆記"
}
}

View file

@ -1015,6 +1015,7 @@
"174": "解锁访问",
"175": "请输入验证码",
"176": "思源笔记",
"177": "退出应用"
"177": "退出应用",
"178": "访问授权 - 思源笔记"
}
}

View file

@ -284,6 +284,7 @@ func serveCheckAuth(c *gin.Context) {
"l3": model.Conf.Language(175),
"l4": model.Conf.Language(176),
"l5": model.Conf.Language(177),
"l6": model.Conf.Language(178),
"appearanceMode": model.Conf.Appearance.Mode,
"appearanceModeOS": model.Conf.Appearance.ModeOS,
}