Skip to content
This repository has been archived by the owner on Nov 21, 2018. It is now read-only.

Commit

Permalink
[iojs-de] German translation of index and faq
Browse files Browse the repository at this point in the history
PR-URL: #171
  • Loading branch information
fhemberger authored and Fishrock123 committed Feb 13, 2015
1 parent b1fafd8 commit cf79c93
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 25 deletions.
32 changes: 15 additions & 17 deletions content/de/faq.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,32 @@
# FAQ

## What is io.js?
## Was ist io.js?

[io.js](https://github.com/iojs/io.js) is a JavaScript platform built on [Chrome's V8 runtime](http://code.google.com/p/v8/). This project began as a fork of [Joyent's Node.js™](https://nodejs.org/) and is compatible with the [npm](https://www.npmjs.org/) ecosystem.
[io.js](https://github.com/iojs/io.js) ist eine JavaScript-Plattform basierend auf [Chromes V8 Laufzeitumgebung](http://code.google.com/p/v8/). Dieses Projekt begann als Fork von [Joyents Node.js™](https://nodejs.org/) und ist kompatibel mit dem [npm](https://www.npmjs.org/)-Ökosystem.

Why? io.js aims to provide faster and predictable release cycles. It currently merges in the latest language, API and performance improvements to V8 while also updating libuv and other base libraries.
Warum? io.js Ziel sind schnellere und vorhersehbare Releasezyklen. Momentan übernimmt es die neusten Sprach-, API- und Performance-Verbesserungen von V8, ebenso wie für libuv und anderen grundlegende Bibliotheken.

This project aims to continue development of io.js under an "[open governance model](https://github.com/iojs/io.js/blob/v1.x/GOVERNANCE.md#readme)" as opposed to corporate stewardship.
Das Ziel dieses Projektes ist, die Entwicklung von io.js unter einem "[offenen Aufsichts-Modell](https://github.com/iojs/io.js/blob/v1.x/GOVERNANCE.md#readme)" voranzutreiben, statt einer unternehmensbezogenen Führung.

## Version 1.0.x?

io.js has moved to [Semver](http://semver.org/) and the changes between Node.js™ 0.10 and io.js 1.0.0 were significant enough
to warrant a major version increment.
io.js verwendet die [Semver](http://semver.org/)-Versionierung und die Änderungen zwischen Node.js™ 0.10 und io.js 1.0.0 waren gravierend genug, einen großen Versionssprung zu rechtfertigen.

Our [CHANGELOG](https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md) for v1.x provides a [summary of changes from Node.js v0.10.35 to io.js v1.0.x](https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md#summary-of-changes-from-nodejs-v01035-to-iojs-v100).
Unser [CHANGELOG](https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md) für v1.x enthält eine [Übersicht der Änderungen von Node.js v0.10.35 zu io.js v1.0.x](https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md#summary-of-changes-from-nodejs-v01035-to-iojs-v100).

## How can I contribute?
## Wie kann ich mitmachen?

Everyone can help. io.js adheres to a [code of conduct](https://github.com/iojs/io.js/blob/v1.x/CONTRIBUTING.md#code-of-conduct), and contributions, releases, and contributorship are under an [open governance](https://github.com/iojs/io.js/blob/v1.x/GOVERNANCE.md#readme) model.
Jeder kann mithelfen. io.js folgt einem [Verhaltenscodex](https://github.com/iojs/io.js/blob/v1.x/CONTRIBUTING.md#code-of-conduct), und alle Beiträge und Veröffentlichungen stehen unter einem [offenen Aufsichts-Modell](https://github.com/iojs/io.js/blob/v1.x/GOVERNANCE.md#readme).

To get started, there are open [ discussions on GitHub](https://github.com/iojs/io.js/issues), and we'd love to hear your feedback.
Becoming involved in discussions is a good way to get a feel of where you can help out further. If there is
something there you feel you can tackle, please [make a pull request](https://github.com/iojs/io.js/blob/v1.x/CONTRIBUTING.md#code-contributions).
Um direkt einzusteigen, schaue dir die offenen [Diskussionen auf GitHub](https://github.com/iojs/io.js/issues) an, wir würden uns über dein Feedback freuen.
Sich an Diskussionen zu beteiligen ist ein guter Weg, ein Gespür dafür zu bekommen, wo du weiterhelfen kannst. Wenn es etwas gibt, dass du verändern möchtest, schicke bitte einen [Pull Request](https://github.com/iojs/io.js/blob/v1.x/CONTRIBUTING.md#code-contributions).

In addition, using [Nodebug.me](http://nodebug.me/) is a good way to help Triage the issues in the backlog.
Zusätzlich gibt es mit [Nodebug.me](http://nodebug.me/) eine Möglichkeit dabei zu helfen, bestehende Themen aus dem Backlog zu sichten.

## Where do discussions take place?
## Wo finden Diskussionen statt?

There is an #io.js channel on Freenode IRC. We keep logs of the channel [here](http://logs.libuv.org/io.js/latest).
Es gibt einen #io.js-Kanal auf Freenode IRC. Diskussionslogs dieses Kanals gibt es [hier](http://logs.libuv.org/io.js/latest).

## What is open source governance?
## Was ist Open-Source Governance?

Open source governance advocates the application of the philosophies of the open source and open content movements in order to enable any interested party to add to the creation of the end product, as with a wiki document. Legislation is democratically opened to the general citizenry, employing their collective wisdom to benefit the decision-making process and improve democracy. [[source]](https://en.wikipedia.org/wiki/Open-source_governance)
Open source governance advocates the application of the philosophies of the open source and open content movements in order to enable any interested party to add to the creation of the end product, as with a wiki document. Legislation is democratically opened to the general citizenry, employing their collective wisdom to benefit the decision-making process and improve democracy. [[source]](https://en.wikipedia.org/wiki/Open-source_governance)
17 changes: 9 additions & 8 deletions content/de/index.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
# JavaScript I/O

Bringing [ES6](es6.html) to the Node Community!
[ES6](es6.html) für die Node-Community!

[io.js](https://github.com/iojs/io.js) is an [npm](https://www.npmjs.org/) compatible platform originally based on [node.js](https://nodejs.org/)™.
[io.js](https://github.com/iojs/io.js) ist eine [npm](https://www.npmjs.org/)-kompatible Plattform, die ursprünglich auf [node.js](https://nodejs.org/)™ basiert.

[![io.js](../images/1.0.0.png)](https://iojs.org/dist/v1.2.0/)

[Version 1.2.0](https://iojs.org/dist/v1.2.0/)

Download for
Herunterladen für
[Linux](https://iojs.org/dist/v1.2.0/iojs-v1.2.0-linux-x64.tar.xz),
[Win32](https://iojs.org/dist/v1.2.0/iojs-v1.2.0-x86.msi), [Win64](https://iojs.org/dist/v1.2.0/iojs-v1.2.0-x64.msi),
or
[Mac](https://iojs.org/dist/v1.2.0/iojs-v1.2.0.pkg).
[Win32](https://iojs.org/dist/v1.2.0/iojs-v1.2.0-x86.msi),
[Win64](https://iojs.org/dist/v1.2.0/iojs-v1.2.0-x64.msi),
[Mac](https://iojs.org/dist/v1.2.0/iojs-v1.2.0.pkg) oder
[andere](https://iojs.org/dist/v1.2.0/).


[Changelog](https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md)

[Nightly releases](https://iojs.org/download/nightly/) are available for testing.
[Nightly releases](https://iojs.org/download/nightly/) stehen zum Testen zur Verfügung.

[Frequently Asked Questions](/faq.html)
[Häufig gestellte Fragen](/faq.html)

0 comments on commit cf79c93

Please sign in to comment.