Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
CAP
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tsai
CAP
Commits
7c26bd89
Commit
7c26bd89
authored
Sep 16, 2017
by
Savorboard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add resource.
parent
b15c855c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
44 additions
and
14 deletions
+44
-14
Strings.Designer.cs
...DotNetCore.CAP/Dashboard/Content/resx/Strings.Designer.cs
+24
-6
Strings.resx
src/DotNetCore.CAP/Dashboard/Content/resx/Strings.resx
+10
-4
Strings.zh.resx
src/DotNetCore.CAP/Dashboard/Content/resx/Strings.zh.resx
+10
-4
No files found.
src/DotNetCore.CAP/Dashboard/Content/resx/Strings.Designer.cs
View file @
7c26bd89
...
...
@@ -331,20 +331,38 @@ namespace DotNetCore.CAP.Dashboard.Resources {
}
/// <summary>
/// Looks up a localized string similar to Failed.
/// Looks up a localized string similar to
Publish
Failed.
/// </summary>
public
static
string
HomePage_GraphHover_Failed
{
public
static
string
HomePage_GraphHover_
P
Failed
{
get
{
return
ResourceManager
.
GetString
(
"HomePage_GraphHover_Failed"
,
resourceCulture
);
return
ResourceManager
.
GetString
(
"HomePage_GraphHover_
P
Failed"
,
resourceCulture
);
}
}
/// <summary>
/// Looks up a localized string similar to Succeeded.
/// Looks up a localized string similar to Publish Succeeded.
/// </summary>
public
static
string
HomePage_GraphHover_PSucceeded
{
get
{
return
ResourceManager
.
GetString
(
"HomePage_GraphHover_PSucceeded"
,
resourceCulture
);
}
}
/// <summary>
/// Looks up a localized string similar to Consumption Failed.
/// </summary>
public
static
string
HomePage_GraphHover_RFailed
{
get
{
return
ResourceManager
.
GetString
(
"HomePage_GraphHover_RFailed"
,
resourceCulture
);
}
}
/// <summary>
/// Looks up a localized string similar to Consumption Succeeded.
/// </summary>
public
static
string
HomePage_GraphHover_Succeeded
{
public
static
string
HomePage_GraphHover_
R
Succeeded
{
get
{
return
ResourceManager
.
GetString
(
"HomePage_GraphHover_Succeeded"
,
resourceCulture
);
return
ResourceManager
.
GetString
(
"HomePage_GraphHover_
R
Succeeded"
,
resourceCulture
);
}
}
...
...
src/DotNetCore.CAP/Dashboard/Content/resx/Strings.resx
View file @
7c26bd89
...
...
@@ -300,11 +300,11 @@
<data
name=
"Metrics_FailedCountOrNull"
xml:space=
"preserve"
>
<value>
{0} failed job(s) found. Retry or delete them manually.
</value>
</data>
<data
name=
"HomePage_GraphHover_Failed"
xml:space=
"preserve"
>
<value>
Failed
</value>
<data
name=
"HomePage_GraphHover_
P
Failed"
xml:space=
"preserve"
>
<value>
Publish
Failed
</value>
</data>
<data
name=
"HomePage_GraphHover_Succeeded"
xml:space=
"preserve"
>
<value>
Succeeded
</value>
<data
name=
"HomePage_GraphHover_
P
Succeeded"
xml:space=
"preserve"
>
<value>
Publish
Succeeded
</value>
</data>
<data
name=
"MessagesPage_Modal_Expand"
xml:space=
"preserve"
>
<value>
Expand
</value>
...
...
@@ -369,4 +369,10 @@
<data
name=
"Common_Name"
xml:space=
"preserve"
>
<value>
Name
</value>
</data>
<data
name=
"HomePage_GraphHover_RFailed"
xml:space=
"preserve"
>
<value>
Consumption Failed
</value>
</data>
<data
name=
"HomePage_GraphHover_RSucceeded"
xml:space=
"preserve"
>
<value>
Consumption Succeeded
</value>
</data>
</root>
\ No newline at end of file
src/DotNetCore.CAP/Dashboard/Content/resx/Strings.zh.resx
View file @
7c26bd89
...
...
@@ -318,11 +318,11 @@
<data
name=
"Metrics_FailedCountOrNull"
xml:space=
"preserve"
>
<value>
{0} failed job(s) found. Retry or delete them manually.
</value>
</data>
<data
name=
"HomePage_GraphHover_Failed"
xml:space=
"preserve"
>
<value>
失败
</value>
<data
name=
"HomePage_GraphHover_
P
Failed"
xml:space=
"preserve"
>
<value>
发送
失败
</value>
</data>
<data
name=
"HomePage_GraphHover_Succeeded"
xml:space=
"preserve"
>
<value>
完成
</value>
<data
name=
"HomePage_GraphHover_
P
Succeeded"
xml:space=
"preserve"
>
<value>
发送成功
</value>
</data>
<data
name=
"MessagesPage_Modal_Expand"
xml:space=
"preserve"
>
<value>
展开
</value>
...
...
@@ -390,4 +390,10 @@
<data
name=
"MessagesPage_NoMessages"
xml:space=
"preserve"
>
<value>
没有消息
</value>
</data>
<data
name=
"HomePage_GraphHover_RFailed"
xml:space=
"preserve"
>
<value>
消费失败
</value>
</data>
<data
name=
"HomePage_GraphHover_RSucceeded"
xml:space=
"preserve"
>
<value>
消费成功
</value>
</data>
</root>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment