diff options
author | Nicolas Ettlin <webmaster@nicolapps.ch> | 2018-04-17 01:29:11 +0200 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2018-04-16 19:29:11 -0400 |
commit | afbb31c05e1c0168f1fe19706f7ce33484138bf6 (patch) | |
tree | 6df16a734e8e2ac3efe9bbe388021e066d60dfb6 | |
parent | e6af6487e1e22c6118a4f3132ef28d931451e117 (diff) |
MISC: fix Mac OS X → macOS (#5168)
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | README_ZH.md | 2 | ||||
-rw-r--r-- | templates/home.tmpl | 14 |
3 files changed, 9 insertions, 9 deletions
@@ -24,7 +24,7 @@ Gogs [](http ## Purpose -The goal of this project is to make the easiest, fastest, and most painless way of setting up a self-hosted Git service. With Go, this can be done with an independent binary distribution across **ALL platforms** that Go supports, including Linux, Mac OS X, Windows and ARM. +The goal of this project is to make the easiest, fastest, and most painless way of setting up a self-hosted Git service. With Go, this can be done with an independent binary distribution across **ALL platforms** that Go supports, including Linux, macOS, Windows and ARM. ## Overview diff --git a/README_ZH.md b/README_ZH.md index 3747af83..9f0fd407 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -5,7 +5,7 @@ Gogs 是一款极易搭建的自助 Git 服务。 ## 开发目的 -Gogs 的目标是打造一个最简单、最快速和最轻松的方式搭建自助 Git 服务。使用 Go 语言开发使得 Gogs 能够通过独立的二进制分发,并且支持 Go 语言支持的 **所有平台**,包括 Linux、Mac OS X、Windows 以及 ARM 平台。 +Gogs 的目标是打造一个最简单、最快速和最轻松的方式搭建自助 Git 服务。使用 Go 语言开发使得 Gogs 能够通过独立的二进制分发,并且支持 Go 语言支持的 **所有平台**,包括 Linux、macOS、Windows 以及 ARM 平台。 ## 项目概览 diff --git a/templates/home.tmpl b/templates/home.tmpl index e49d3c99..47a29e81 100644 --- a/templates/home.tmpl +++ b/templates/home.tmpl @@ -28,7 +28,7 @@ <i class="octicon octicon-device-desktop"></i> Plattformübergreifend </h1> <p class="large"> - Gogs läuft überall. <a target="_blank" href="http://golang.org/">Go</a> kompiliert für: Windows, Mac OS X, Linux, ARM, etc. Wähle dasjenige System, was dir am meisten gefällt! + Gogs läuft überall. <a target="_blank" href="http://golang.org/">Go</a> kompiliert für: Windows, macOS, Linux, ARM, etc. Wähle dasjenige System, was dir am meisten gefällt! </p> </div> </div> @@ -105,7 +105,7 @@ <i class="octicon octicon-device-desktop"></i> Multi-plateforme </h1> <p class="large"> - Gogs tourne partout où <a target="_blank" href="http://golang.org/">Go</a> peut être compilé : Windows, Mac OS X, Linux, ARM, etc. Choisissez votre préféré ! + Gogs tourne partout où <a target="_blank" href="http://golang.org/">Go</a> peut être compilé : Windows, macOS, Linux, ARM, etc. Choisissez votre préféré ! </p> </div> </div> @@ -142,7 +142,7 @@ <i class="octicon octicon-device-desktop"></i> Multiplatforma </h1> <p class="large"> - Gogs funciona en cualquier parte, <a target="_blank" href="http://golang.org/">Go</a> puede compilarse en: Windows, Mac OS X, Linux, ARM, etc. !Elige tu favorita! + Gogs funciona en cualquier parte, <a target="_blank" href="http://golang.org/">Go</a> puede compilarse en: Windows, macOS, Linux, ARM, etc. !Elige tu favorita! </p> </div> </div> @@ -179,7 +179,7 @@ <i class="octicon octicon-device-desktop"></i> Multi-plataforma </h1> <p class="large"> - Gogs roda em qualquer sistema operacional em que <a target="_blank" href="http://golang.org/">Go</a> consegue compilar: Windows, Mac OS X, Linux, ARM, etc. Escolha qual você gosta mais! + Gogs roda em qualquer sistema operacional em que <a target="_blank" href="http://golang.org/">Go</a> consegue compilar: Windows, macOS, Linux, ARM, etc. Escolha qual você gosta mais! </p> </div> </div> @@ -216,7 +216,7 @@ <i class="octicon octicon-device-desktop"></i> Кроссплатформенный </h1> <p class="large"> - Gogs работает на любой операционной системе, которая может компилировать <a target="_blank" href="http://golang.org/">Go</a>: Windows, Mac OS X, Linux, ARM и т. д. Выбирайте, что вам больше нравится! + Gogs работает на любой операционной системе, которая может компилировать <a target="_blank" href="http://golang.org/">Go</a>: Windows, macOS, Linux, ARM и т. д. Выбирайте, что вам больше нравится! </p> </div> </div> @@ -253,7 +253,7 @@ <i class="octicon octicon-device-desktop"></i> Кросплатформність </h1> <p class="large"> - Gogs працює у будь-якій операційній системі, що може компілювати <a target="_blank" href="http://golang.org/">Go</a>: Windows, Mac OS X, Linux, ARM і т. д. Обирайте що вам більше до вподоби! + Gogs працює у будь-якій операційній системі, що може компілювати <a target="_blank" href="http://golang.org/">Go</a>: Windows, macOS, Linux, ARM і т. д. Обирайте що вам більше до вподоби! </p> </div> </div> @@ -290,7 +290,7 @@ <i class="octicon octicon-device-desktop"></i> Cross-platform </h1> <p class="large"> - Gogs runs anywhere <a target="_blank" href="http://golang.org/">Go</a> can compile for: Windows, Mac OS X, Linux, ARM, etc. Choose the one you love! + Gogs runs anywhere <a target="_blank" href="http://golang.org/">Go</a> can compile for: Windows, macOS, Linux, ARM, etc. Choose the one you love! </p> </div> </div> |