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
bbe09e42
Commit
bbe09e42
authored
Oct 15, 2017
by
Savorboard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add and update resource.
parent
d420ae23
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
0 deletions
+15
-0
Strings.Designer.cs
...DotNetCore.CAP/Dashboard/Content/resx/Strings.Designer.cs
+9
-0
Strings.resx
src/DotNetCore.CAP/Dashboard/Content/resx/Strings.resx
+3
-0
Strings.zh.resx
src/DotNetCore.CAP/Dashboard/Content/resx/Strings.zh.resx
+3
-0
No files found.
src/DotNetCore.CAP/Dashboard/Content/resx/Strings.Designer.cs
View file @
bbe09e42
...
...
@@ -420,6 +420,15 @@ namespace DotNetCore.CAP.Dashboard.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Node: {0}.
/// </summary>
public
static
string
LayoutPage_Footer_NodeCurrent
{
get
{
return
ResourceManager
.
GetString
(
"LayoutPage_Footer_NodeCurrent"
,
resourceCulture
);
}
}
/// <summary>
/// Looks up a localized string similar to Time:.
/// </summary>
...
...
src/DotNetCore.CAP/Dashboard/Content/resx/Strings.resx
View file @
bbe09e42
...
...
@@ -399,4 +399,7 @@
<data
name=
"NodePage_Table_Port"
xml:space=
"preserve"
>
<value>
Port
</value>
</data>
<data
name=
"LayoutPage_Footer_NodeCurrent"
xml:space=
"preserve"
>
<value>
Node: {0}
</value>
</data>
</root>
\ No newline at end of file
src/DotNetCore.CAP/Dashboard/Content/resx/Strings.zh.resx
View file @
bbe09e42
...
...
@@ -378,4 +378,7 @@
<data
name=
"NodePage_Table_Port"
xml:space=
"preserve"
>
<value>
端口号
</value>
</data>
<data
name=
"LayoutPage_Footer_NodeCurrent"
xml:space=
"preserve"
>
<value>
节点: {0}
</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