Skip to content

Commit 18ecf45

Browse files
sonicdoeyous
andcommitted
Update spelling of “macOS”
Co-Authored-By: Chayoung You <yousbe@gmail.com>
1 parent 48ded00 commit 18ecf45

File tree

76 files changed

+192
-192
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+192
-192
lines changed

bg/about/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Ruby притежава множество други черти, като ня
159159
* Позволява програмиране с нишки, независимо от операционната система.
160160

161161
* Ruby е преносим език: създаден предимно на GNU/Linux, но работи под
162-
много UNIX-базирани операционни системи, Mac OS X,
162+
много UNIX-базирани операционни системи, macOS,
163163
Windows, DOS, BeOS, OS/2 и др.
164164

165165
### Други имплементации на Ruby

bg/documentation/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ ruby -v
122122
* [E-TextEditor][30]
123123
* [Ruby In Steel][31]
124124

125-
* За Mac OS X:
125+
* За macOS:
126126
* [TextMate][32]
127127
* [TextWrangler][33]
128128
* [Dash][39] (за преглед на документация)

bg/documentation/installation/index.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ lang: bg
3030
* [CentOS, Fedora, RHEL](#yum)
3131
* [Gentoo](#portage)
3232
* [Arch Linux](#pacman)
33-
* [OS X](#homebrew)
33+
* [macOS](#homebrew)
3434
* [Solaris, OpenIndiana](#solaris)
3535
* [Други системи](#other-systems)
3636
* [Инсталатори](#installers)
@@ -116,13 +116,13 @@ $ sudo pacman -S ruby
116116
Това ще инсталира последната стабилна версия на Ruby.
117117

118118

119-
### Homebrew (OS X)
119+
### Homebrew (macOS)
120120
{: #homebrew}
121121

122122
Ruby 2.0 е включен в OS X Mavericks.
123123
OS X Mountain Lion, Lion, и Snow Leopard са с вграден Ruby 1.8.7.
124124

125-
Много потребители на OS X ползват [Homebrew][homebrew] за пакетен
125+
Много потребители на macOS ползват [Homebrew][homebrew] за пакетен
126126
мениджър. С него е много е лесно да се инсталира нова версия на Ruby:
127127

128128
{% highlight sh %}
@@ -178,7 +178,7 @@ $ pkg install runtime/ruby-18
178178
позволява компилирането и инсталирането на различни версии на Ruby в
179179
произволни директории.
180180
ruby-build може да бъде използван и самостоятелно, без rbenv.
181-
Наличен е за OS X, Linux и други UNIX системи.
181+
Наличен е за macOS, Linux и други UNIX системи.
182182

183183

184184
### ruby-install
@@ -188,7 +188,7 @@ ruby-build може да бъде използван и самостоятелн
188188
Ruby в произволни директории.
189189
Съществува и [chruby](#chruby), което осъществява смянате между различните
190190
версии.
191-
Налично е за OS X, Linux и други UNIX системи.
191+
Налично е за macOS, Linux и други UNIX системи.
192192

193193

194194
### RubyInstaller
@@ -213,7 +213,7 @@ Ruby в произволни директории.
213213
Налично за OS X и Windows.
214214
* [Bitnami Ruby Stack][rubystack],
215215
осигурява пълна среда за разработка за Rails.
216-
Поддържа OS X, Linux, Windows и виртуални машини.
216+
Поддържа macOS, Linux, Windows и виртуални машини.
217217

218218

219219
## Мениджъри
@@ -238,22 +238,22 @@ Ruby в произволни директории.
238238
[rbenv][rbenv] също позволява използването на множество версии на Ruby.
239239
Официално не поддържа инсталирането на Ruby, но затова съществува популярният
240240
плъгин [ruby-build](#ruby-build).
241-
И двата инструмента са налични за OS X, Linux и други UNIX системи.
241+
И двата инструмента са налични за macOS, Linux и други UNIX системи.
242242

243243

244244
### RVM ("Ruby Version Manager")
245245
{: #rvm}
246246

247247
[RVM][rvm] позволява инсталирането и използването на множество инсталации на
248248
Ruby. Също така позволява и създаването на gemsets.
249-
Налично е за OS X, Linux и други UNIX системи.
249+
Налично е за macOS, Linux и други UNIX системи.
250250

251251

252252
### uru
253253
{: #uru}
254254

255255
[Uru][uru] е лек, мултиплатформен инструмент, който помага при ползването на
256-
една или повече версии на Ruby за OS X, Linux или Windows системи.
256+
една или повече версии на Ruby за macOS, Linux или Windows системи.
257257

258258

259259
## Компилиране от изходен код

bg/documentation/quickstart/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Ruby пристига с програмка, наречена IRB ( Interactive
3232

3333
Стартирайте IRB в зависимост от операционната система, която ползвате:
3434

35-
* Ако ползвате **Mac OS X**, отворете `Terminal` и напишете `irb`.
35+
* Ако ползвате **macOS**, отворете `Terminal` и напишете `irb`.
3636
* Ако ползвате **Linux**, отворете shell и напишете `irb`.
3737
* Ако ползвате **Windows**, отвoрете `Interactive Ruby` от секцията
3838
Ruby в Start Menu.

bg/downloads/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ lang: bg
1616
* За Linux/UNIX може да бъде използван пакетният мениджър на
1717
дистрибуцията (apt-get, yum, pacman, etc.) или приложение за
1818
управление на ruby версии ([rbenv][rbenv] и [RVM][rvm]).
19-
* За OS X може да се използва инструмент за управление на ruby версии
19+
* За macOS може да се използва инструмент за управление на ruby версии
2020
([rbenv][rbenv] и [RVM][rvm]).
2121
* За Windows машини може да бъде използван [RubyInstaller][rubyinstaller].
2222

de/about/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Ruby hat eine Fülle weiterer Features, unter ihnen folgende:
185185
MS-DOS!
186186

187187
* Ruby ist in hohem Maße portabel: Es wird vorrangig auf GNU/Linux
188-
entwickelt, arbeitet aber auf vielen UNIX-Varianten wie Mac OS X,
188+
entwickelt, arbeitet aber auf vielen UNIX-Varianten wie macOS,
189189
auf Windows, DOS, BeOS, OS/2, usw.
190190

191191
### Alternative Ruby-Implementierungen

de/documentation/installation/index.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ von Ruby sowie die Kompilierung aus dem Quelltext.
1616
Die folgende Übersicht zeigt die verfügbaren Installationsmethoden
1717
für die gebräuchlichsten Plattformen.
1818

19-
* OS X
19+
* macOS
2020

2121
* [rbenv](#rbenv)
2222
* [RVM](#rvm)
@@ -48,7 +48,7 @@ Nichtsdestotrotz sind ihre jeweiligen Communities sehr hilfsbereit.
4848
rbenv erlaubt die Verwaltung mehrerer Ruby-Installationen.
4949
Es unterstützt zwar selbst nicht die Installation von Ruby,
5050
es gibt dafür aber ein beliebtes Plugin namens ruby-build.
51-
Beide Werkzeuge sind verfügbar für OS X, Linux oder
51+
Beide Werkzeuge sind verfügbar für macOS, Linux oder
5252
andere UNIX-ähnliche Betriebssysteme.
5353

5454
Siehe die [rbenv-Website][rbenv] für die aktuellsten Informationen
@@ -62,7 +62,7 @@ Ein ähnliches Werkzeug ist RVM, siehe den nächsten Abschnitt.
6262

6363
RVM erlaubt die Installation und Verwaltung mehrerer Ruby-Installationen auf
6464
einem System.
65-
Es ist verfügbar für OS X, Linux oder andere UNIX-ähnliche Betriebssysteme.
65+
Es ist verfügbar für macOS, Linux oder andere UNIX-ähnliche Betriebssysteme.
6666

6767
Die aktuellsten Installationsanweisungen für RVM können auf der
6868
[Installationsseite von RVM][rvm] nachgelesen werden.
@@ -89,7 +89,7 @@ Für die Nutzung von Ruby on Rails gibt es spezielle Installer:
8989
Unterstützt werden OS X und Windows.
9090
* [Bitnami Ruby Stack][rubystack]
9191
stellt eine vollständige Entwicklungsumgebung für Rails zur Verfügung.
92-
Unterstützt werden OS X, Linux, Windows, virtuelle Maschinen und Cloud Images.
92+
Unterstützt werden macOS, Linux, Windows, virtuelle Maschinen und Cloud Images.
9393

9494

9595
## Paketverwaltungssysteme
@@ -114,7 +114,7 @@ Die folgenden Paketverwaltungssysteme werden unten genauer beschrieben:
114114
* [yum (CentOS, Fedora, oder RHEL)](#yum)
115115
* [portage (Gentoo)](#gentoo)
116116
* [pacman (Arch Linux)](#pacman)
117-
* [Homebrew (OS X)](#homebrew)
117+
* [Homebrew (macOS)](#homebrew)
118118
* [Solaris, OpenIndiana](#solaris)
119119

120120

@@ -171,7 +171,7 @@ $ sudo pacman -S ruby
171171
{% endhighlight %}
172172

173173

174-
### Homebrew (OS X)
174+
### Homebrew (macOS)
175175
{: #homebrew}
176176

177177
Bei OS X Mavericks ist Ruby 2.0 vorinstalliert.
@@ -182,14 +182,14 @@ Die meisten OS-X-Anwender in der Ruby-Community benutzen
182182
Drittanbieter-Werkzeuge zur Installation, es gibt aber auch einige
183183
Paketverwaltungssysteme, die Ruby unterstützen.
184184

185-
Viele Anwender verwenden unter OS X [Homebrew][homebrew] als Paketverwaltung.
185+
Viele Anwender verwenden unter macOS [Homebrew][homebrew] als Paketverwaltung.
186186
Ruby wird damit folgendermaßen installiert:
187187

188188
{% highlight sh %}
189189
$ brew install ruby
190190
{% endhighlight %}
191191

192-
Da OS X auf UNIX basiert, ist aber auch die Installation aus dem
192+
Da macOS auf UNIX basiert, ist aber auch die Installation aus dem
193193
Quellcode genauso einfach und effektiv wie die anderen Möglichkeiten.
194194
Die Verwendung von Drittanbieter-Werkzeugen hilft bei der Installation
195195
neuer Ruby-Versionen.

de/documentation/quickstart/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ bereits installiert hast. (Falls nicht, solltest Du vor dem Weiterlesen
2828

2929
Zuerst starten wir die interaktive Ruby-Konsole: IRB.
3030

31-
* Wenn Du **Mac OS X** benutzt, öffne `Terminal`, gib `irb` ein und
31+
* Wenn Du **macOS** benutzt, öffne `Terminal`, gib `irb` ein und
3232
drücke Enter.
3333
* Wenn Du **Linux** benutzt, öffne eine Shell, gib `irb` ein und drücke
3434
Enter.

de/downloads/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Ruby zu installieren:
1616

1717
* Auf Linux/UNIX kann man das Paketverwaltungssystem der jeweiligen
1818
Distribution oder Drittanbieter-Werkzeuge ([rbenv][rbenv] und [RVM][rvm]) verwenden.
19-
* Auf OS X kann man Drittanbieter-Werkzeuge verwenden ([rbenv][rbenv] und [RVM][rvm]).
19+
* Auf macOS kann man Drittanbieter-Werkzeuge verwenden ([rbenv][rbenv] und [RVM][rvm]).
2020
* Auf Windows kann man [RubyInstaller][rubyinstaller] verwenden.
2121

2222
Siehe die [Installationsanleitung][installation] für Details zu

en/about/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Ruby has a wealth of other features, among which are the following:
173173
supports it or not, even on MS-DOS!
174174

175175
* Ruby is highly portable: it is developed mostly on GNU/Linux, but
176-
works on many types of UNIX, Mac OS X, Windows, DOS, BeOS, OS/2, etc.
176+
works on many types of UNIX, macOS, Windows, DOS, BeOS, OS/2, etc.
177177

178178
### Other Implementations of Ruby
179179

en/documentation/faq/1/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Ruby features:
6161
* Iterators and closures,
6262
* Garbage collection,
6363
* Dynamic loading (depending on the architecture),
64-
* High transportability (runs on various Unices, Windows, DOS, OS X, OS/2,
64+
* High transportability (runs on various Unices, Windows, DOS, macOS, OS/2,
6565
Amiga, and so on).
6666

6767
### Show me some Ruby code!

en/documentation/faq/3/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ or [Downloads](/en/downloads/) page.
4646
{% include faq-out-of-date.html %}
4747

4848
Ruby is developed under Linux, and is written in fairly straightforward C.
49-
It runs under Linux and other UNIX-like operating systems, Mac OS X,
49+
It runs under Linux and other UNIX-like operating systems, macOS,
5050
Windows, DOS, BeOS, Amiga, Acorn Risc OS, and OS/2.
5151

5252
### Where can I get Ruby sources?

en/documentation/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Here is a list of popular tools used by Rubyists:
118118
* [Ruby In Steel][31]
119119
* [Atom][atom]
120120

121-
* On Mac OS X:
121+
* On macOS:
122122
* [TextMate][32]
123123
* [TextWrangler][33]
124124
* [Dash][39] (documentation browser)

en/documentation/quickstart/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ like this is a terrific way to learn the language.
3232

3333
Open up IRB (which stands for Interactive Ruby).
3434

35-
* If you’re using **Mac OS X** open up `Terminal` and type `irb`, then
35+
* If you’re using **macOS** open up `Terminal` and type `irb`, then
3636
hit enter.
3737
* If you’re using **Linux**, open up a shell and type `irb` and hit
3838
enter.

en/downloads/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ We have several tools on each major platform to install Ruby:
1515

1616
* On Linux/UNIX, you can use the package management system of your
1717
distribution or third-party tools ([rbenv][rbenv] and [RVM][rvm]).
18-
* On OS X machines, you can use third-party tools ([rbenv][rbenv] and [RVM][rvm]).
18+
* On macOS machines, you can use third-party tools ([rbenv][rbenv] and [RVM][rvm]).
1919
* On Windows machines, you can use [RubyInstaller][rubyinstaller].
2020

2121
See the [Installation][installation] page for details on using

es/about/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ encuentran las siguientes:
186186
no, ¡incluso en MS-DOS!
187187

188188
* Ruby es fácilmente portable: se desarrolla mayoritariamente en
189-
GNU/Linux, pero corre en varios tipos de UNIX, Mac OS X,
189+
GNU/Linux, pero corre en varios tipos de UNIX, macOS,
190190
Windows, DOS, BeOS, OS/2, etc.
191191

192192
### Referencias

es/documentation/installation/index.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ necesidades y plataformas.
3030
* [CentOS, Fedora, RHEL](#yum)
3131
* [Gentoo](#portage)
3232
* [Arch Linux](#pacman)
33-
* [OS X](#homebrew)
33+
* [macOS](#homebrew)
3434
* [Solaris, OpenIndiana](#solaris)
3535
* [Otras Distribuciones](#other-systems)
3636
* [Instaladores](#installers)
@@ -119,13 +119,13 @@ $ sudo pacman -S ruby
119119
Esto debería instalar la última versión estable de Ruby.
120120

121121

122-
### Homebrew (OS X)
122+
### Homebrew (macOS)
123123
{: #homebrew}
124124

125125
Ruby 2.0 ya viene instalado en OS X El Capitan, Yosemite, Mavericks y macOS Sierra.
126126
OS X Mountain Lion, Lion, y Snow Leopard vienen con Ruby 1.8.7 instalado.
127127

128-
Algunas personas en OS X usan [Homebrew][homebrew] como gestor de paquetes.
128+
Algunas personas en macOS usan [Homebrew][homebrew] como gestor de paquetes.
129129
Es muy fácil obtener una versión nueva de Ruby usando Homebrew:
130130

131131
{% highlight sh %}
@@ -183,7 +183,7 @@ usar un instalador aparte, ya viene con uno incluido.
183183
[ruby-build][ruby-build] es un plugin para [rbenv](#rbenv) que
184184
te permite compilar e instalar diferentes versiones de Ruby en directorios
185185
arbitrarios. ruby-build también puede ser usado como un programa independiente
186-
sin rbenv. Está disponible para OS X, Linux y otros sistemas operativos UNIX.
186+
sin rbenv. Está disponible para macOS, Linux y otros sistemas operativos UNIX.
187187

188188

189189
### ruby-install
@@ -192,7 +192,7 @@ sin rbenv. Está disponible para OS X, Linux y otros sistemas operativos UNIX.
192192
[ruby-install][ruby-install] te permite compilar e instalar diferentes versiones
193193
de ruby en directorios arbitrarios. Tambien tiene un hijo, [chruby](#chruby), el
194194
cual te ayuda a cambiarte entre diferentes versiones de Ruby.
195-
Está disponible para OS X, Linux y otros sistemas operativos UNIX.
195+
Está disponible para macOS, Linux y otros sistemas operativos UNIX.
196196

197197

198198
### RubyInstaller
@@ -215,7 +215,7 @@ instaladores:
215215
utiliza RubyInstaller pero te da las herramientas extra necesarias
216216
para desarrollo con Ruby on Rails. Está disponible para OS X y Windows.
217217
* [Bitnami Ruby Stack][rubystack],
218-
te provee de un ambiente completo de desarrollo para Rails. Soporta OS X,
218+
te provee de un ambiente completo de desarrollo para Rails. Soporta macOS,
219219
Linux, Windows, maquinas virtuales e imágenes cloud.
220220

221221

@@ -241,23 +241,23 @@ e incluso las que se han compilado del código fuente.
241241
[rbenv][rbenv] te permite manejar varias instalaciones de Ruby.
242242
No soporta instalar Ruby, pero tiene un plugin popular llamado
243243
[ruby-build](#ruby-build) para instalarlo.
244-
Ambas herramientas están disponibles para OS X, Linux y otros sistemas
244+
Ambas herramientas están disponibles para macOS, Linux y otros sistemas
245245
operativos UNIX.
246246

247247

248248
### RVM ("Ruby Version Manager")
249249
{: #rvm}
250250

251251
[RVM][rvm] te permite instalar y manejar varias versiones de Ruby en tu sistema.
252-
También puede manejar varios gemsets. Está disponible para OS X, Linux y otros
252+
También puede manejar varios gemsets. Está disponible para macOS, Linux y otros
253253
sistemas operativos UNIX.
254254

255255

256256
### uru
257257
{: #uru}
258258

259259
[Uru][uru] es una herramienta de la línea de comandos multi-plataforma muy ligera
260-
que te ayuda a usar varias versiones de Ruby en OS X, Linux o sistemas Windows.
260+
que te ayuda a usar varias versiones de Ruby en macOS, Linux o sistemas Windows.
261261

262262

263263
## Compilar del código fuente

es/documentation/quickstart/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ interactiva como ésta es una manera estupenda de aprender el lenguaje.
3232

3333
Arranca el IRB.
3434

35-
* Si estás usando **Mac OS X** abre una `Terminal` y escribe `irb`,
35+
* Si estás usando **macOS** abre una `Terminal` y escribe `irb`,
3636
después presiona enter.
3737
* Si estás usando **Linux**, abre una `Terminal` y escribe `irb`,
3838
después presiona enter.

es/downloads/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Tenemos herramientas para instalar Ruby para las plataformas más importantes.
1717

1818
* En Linux/Unix, puedes utilizar el sistema de gestión de paquetes de tu
1919
distribución o herramientas de terceros ([rbenv][rbenv] y [RVM][rvm]).
20-
* En computadoras con sistema operativo OS X, puedes utilizar herramientas de terceros ([rbenv][rbenv] y [RVM][rvm]).
20+
* En computadoras con sistema operativo macOS, puedes utilizar herramientas de terceros ([rbenv][rbenv] y [RVM][rvm]).
2121
* En computadoras con sistema operativo Windows, puedes utilizar [RubyInstaller][rubyinstaller].
2222

2323
Consulta la página de [Instalación][installation] para obtener detalles de como usar

fr/about/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ parmi lesquelles on peut citer…
197197
* la possibilité de charger une bibliothèque d’extension à la volée, si
198198
le système d’exploitation le permet ;
199199
* une très grande portabilité : développé majoritairement sous
200-
GNU/Linux, Ruby fonctionne aussi sur une grande part des UNIX, Mac OS X,
200+
GNU/Linux, Ruby fonctionne aussi sur une grande part des UNIX, macOS,
201201
Windows, DOS, BeOS, OS/2, etc.
202202

203203
### Références

0 commit comments

Comments
 (0)