diff options
author | crupest <crupest@outlook.com> | 2020-06-05 21:32:16 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-06-05 21:32:16 +0800 |
commit | 926372d503c8522c1b1c9cdfeb6b891b7f96e08d (patch) | |
tree | 0b828d3f885d6211449c7ebbbbd40bc6322d65cb /Timeline/ClientApp/src/locales/scheme.ts | |
parent | e1ccc1cfe43a44e975dba3a412522f8ea5760ca4 (diff) | |
download | timeline-926372d503c8522c1b1c9cdfeb6b891b7f96e08d.tar.gz timeline-926372d503c8522c1b1c9cdfeb6b891b7f96e08d.tar.bz2 timeline-926372d503c8522c1b1c9cdfeb6b891b7f96e08d.zip |
feat(front): Fix #73 .
Diffstat (limited to 'Timeline/ClientApp/src/locales/scheme.ts')
-rw-r--r-- | Timeline/ClientApp/src/locales/scheme.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Timeline/ClientApp/src/locales/scheme.ts b/Timeline/ClientApp/src/locales/scheme.ts index 6e2a3669..fef39a8e 100644 --- a/Timeline/ClientApp/src/locales/scheme.ts +++ b/Timeline/ClientApp/src/locales/scheme.ts @@ -75,6 +75,12 @@ export default interface TranslationResource { inputPrompt: string;
notMatch: string;
};
+ post: {
+ deleteDialog: {
+ title: string;
+ prompt: string;
+ };
+ };
};
user: {
username: string;
|