diff options
| author | crupest <crupest@outlook.com> | 2020-06-07 14:21:17 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2020-06-07 14:21:17 +0800 |
| commit | b25bc9b56a2e4b1df0b039f1bc5bc4dead5335b1 (patch) | |
| tree | 011606b690b9c15b7d71c556166baac5c847c242 /Timeline/ClientApp/src/locales/scheme.ts | |
| parent | ab9fc5fad1fc0971d1dfab7944b983df59e3389a (diff) | |
| download | timeline-b25bc9b56a2e4b1df0b039f1bc5bc4dead5335b1.tar.gz timeline-b25bc9b56a2e4b1df0b039f1bc5bc4dead5335b1.tar.bz2 timeline-b25bc9b56a2e4b1df0b039f1bc5bc4dead5335b1.zip | |
feat(front): Fix #74 .
Diffstat (limited to 'Timeline/ClientApp/src/locales/scheme.ts')
| -rw-r--r-- | Timeline/ClientApp/src/locales/scheme.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Timeline/ClientApp/src/locales/scheme.ts b/Timeline/ClientApp/src/locales/scheme.ts index fef39a8e..0bf08257 100644 --- a/Timeline/ClientApp/src/locales/scheme.ts +++ b/Timeline/ClientApp/src/locales/scheme.ts @@ -135,6 +135,10 @@ export default interface TranslationResource { errorEmptyNewPassword: string;
errorRetypeNotMatch: string;
};
+ dialogConfirmLogout: {
+ title: string;
+ prompt: string;
+ };
};
about: {
author: {
|
