Skip to content

Commit

Permalink
Add TwoFactor SettingProperties
Browse files Browse the repository at this point in the history
  • Loading branch information
wakuflair committed Oct 31, 2020
1 parent 76978c9 commit 97ec1d6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"Save": "Save",
"Reset": "Reset",
"SuccessfullySaved": "Successfully saved",
"ResetConfirm" : "Reset the settings in group '{0}' to default"
"ResetConfirm" : "Reset the settings in group '{0}' to default",
"TwoFactor": "Two Factor",
"Optional": "Optional",
"Disabled": "Disabled",
"Forced": "Forced"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"Save": "保存",
"Reset": "重置",
"SuccessfullySaved": "保存成功",
"ResetConfirm" : "重置组 '{0}' 中的设置为默认值"
"ResetConfirm" : "重置组 '{0}' 中的设置为默认值",
"TwoFactor": "双因素认证",
"Optional": "可选",
"Disabled": "禁用",
"Forced": "强制"
}
}

0 comments on commit 97ec1d6

Please sign in to comment.