diff options
author | 杨宇千 <crupest@outlook.com> | 2020-02-03 18:38:14 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-03 18:38:14 +0800 |
commit | e5fb17ddfc3d1ecf0b283c8cc1a91fb2a2a03236 (patch) | |
tree | 28ef20f9dfe742008bb934f09b99d1d4719cabaa /Timeline/Resources/Services/TimelineService.resx | |
parent | 673fa5f0645308bfa8d17dc4e0e145bbaf239329 (diff) | |
parent | 86c4e7834bf25b900af03edc53aea3f37f645334 (diff) | |
download | timeline-e5fb17ddfc3d1ecf0b283c8cc1a91fb2a2a03236.tar.gz timeline-e5fb17ddfc3d1ecf0b283c8cc1a91fb2a2a03236.tar.bz2 timeline-e5fb17ddfc3d1ecf0b283c8cc1a91fb2a2a03236.zip |
Merge pull request #57 from crupest/dev
Add normal timeline feature.
Diffstat (limited to 'Timeline/Resources/Services/TimelineService.resx')
-rw-r--r-- | Timeline/Resources/Services/TimelineService.resx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Timeline/Resources/Services/TimelineService.resx b/Timeline/Resources/Services/TimelineService.resx index 0429a2f8..e0d76c9a 100644 --- a/Timeline/Resources/Services/TimelineService.resx +++ b/Timeline/Resources/Services/TimelineService.resx @@ -123,4 +123,10 @@ <data name="ExceptionFindTimelineUsernameBadFormat" xml:space="preserve">
<value>The owner username of personal timeline is of bad format.</value>
</data>
+ <data name="ExceptionTimelineNameBadFormat" xml:space="preserve">
+ <value>The timeline name is of bad format because {0}.</value>
+ </data>
+ <data name="ExceptionTimelineNameConflict" xml:space="preserve">
+ <value>The timeline with given name already exists.</value>
+ </data>
</root>
\ No newline at end of file |