Skip to content

Commit

Permalink
Merge pull request #571 from lkho/translation
Browse files Browse the repository at this point in the history
Update translations for zh-HK and zh-CN
  • Loading branch information
RedX2501 committed Jun 21, 2016
2 parents 24064d1 + 7f99bc8 commit fef3fa7
Show file tree
Hide file tree
Showing 4 changed files with 177 additions and 64 deletions.
13 changes: 11 additions & 2 deletions Bonobo.Git.Server/App_GlobalResources/Resources.resx
Expand Up @@ -877,7 +877,7 @@
The pattern is {0} for the whole regex match.
{1} onwards is each capturing group.

The regulare C# string formatting rules apply: To get {} in your link you need to write {{}}.</value>
The regular C# string formatting rules apply: To get {} in your link you need to write {{}}.</value>
</data>
<data name="Account_Edit_Username" xml:space="preserve">
<value>Username</value>
Expand Down Expand Up @@ -916,7 +916,7 @@ The regulare C# string formatting rules apply: To get {} in your link you need t
<value>Anonymous push</value>
</data>
<data name="Repository_AllowAnonymousPushHint" xml:space="preserve">
<value>Allows anonymous users to push to this repository if anonymous acces is granted. If "Global" is selected the option set under your global settings is used.</value>
<value>Allows anonymous users to push to this repository if anonymous access is granted. If "Global" is selected the option set under your global settings is used.</value>
</data>
<data name="Global" xml:space="preserve">
<value>Global</value>
Expand All @@ -942,4 +942,13 @@ The regulare C# string formatting rules apply: To get {} in your link you need t
<data name="Repository_Layout_Tags" xml:space="preserve">
<value>Tags</value>
</data>
<data name="Home_About_Thanks" xml:space="preserve">
<value>Thanks!</value>
</data>
<data name="Repository_Create_Back" xml:space="preserve">
<value>Back</value>
</data>
<data name="Home_About_Title" xml:space="preserve">
<value>About</value>
</data>
</root>
12 changes: 12 additions & 0 deletions Bonobo.Git.Server/App_GlobalResources/Resources.zh-CN.resx
Expand Up @@ -934,4 +934,16 @@
<data name="Repository_Layout_Tags" xml:space="preserve">
<value>标签</value>
</data>
<data name="Repository_Create_Back" xml:space="preserve">
<value>返回</value>
</data>
<data name="Home_About_Title" xml:space="preserve">
<value>关于</value>
</data>
<data name="Home_About_Thanks" xml:space="preserve">
<value>感谢你!</value>
</data>
<data name="Home_About_Thanks_p" xml:space="preserve">
<value>Bonobo Git Server 使用了一些免费和开放原始码的项目。 感谢所有的作者和贡献者,感谢他们的努力和付出。</value>
</data>
</root>

0 comments on commit fef3fa7

Please sign in to comment.