Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
feat: New Crowdin translations (auto-merged 🤖) (#2063)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound authored Sep 29, 2021
1 parent 54da1b8 commit 1c911e3
Show file tree
Hide file tree
Showing 72 changed files with 172 additions and 172 deletions.
2 changes: 1 addition & 1 deletion content/de-DE/docs/breaking-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ In Electron 9.0, the old serialization algorithm has been removed, and sending s

### API Changed: `shell.openItem` is now `shell.openPath`

The `shell.openItem` API has been replaced with an asynchronous `shell.openPath` API. You can see the original API proposal and reasoning [here](https://github.com/electron/governance/blob/master/wg-api/spec-documents/shell-openitem.md).
The `shell.openItem` API has been replaced with an asynchronous `shell.openPath` API. You can see the original API proposal and reasoning [here](https://github.com/electron/governance/blob/main/wg-api/spec-documents/shell-openitem.md).

## Geplante Bruch-API-Änderungen (8.0)

Expand Down
4 changes: 2 additions & 2 deletions content/de-DE/docs/development/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

Dieses Handbuch wendet sich an Entwickler des Electron Projekts. Guides zur App-Entwicklung für Electron finden sie auf [/docs/README.md](../README.md#guides-and-tutorials).

* [Verhaltenskodex](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md)
* [Zu Electron beitragen](https://github.com/electron/electron/blob/master/CONTRIBUTING.md)
* [Verhaltenskodex](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md)
* [Zu Electron beitragen](https://github.com/electron/electron/blob/main/CONTRIBUTING.md)
* [Issues](issues.md)
* [Pull Requests](pull-requests.md)
* [Gestaltungsrichtlinien für die Dokumentation](coding-style.md#documentation)
Expand Down
2 changes: 1 addition & 1 deletion content/de-DE/docs/development/azure-vm-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Example Use Case:
* We need `VS15.9` and we have `VS15.7` installed; this would require us to update an Azure image.

1. Identify the image you wish to modify.
* In [appveyor.yml](https://github.com/electron/electron/blob/master/appveyor.yml), the image is identified by the property *image*.
* In [appveyor.yml](https://github.com/electron/electron/blob/main/appveyor.yml), the image is identified by the property *image*.
* The names used correspond to the *"images"* defined for a build cloud, eg the [libcc-20 cloud](https://windows-ci.electronjs.org/build-clouds/8).
* Find the image you wish to modify in the build cloud and make note of the **VHD Blob Path** for that image, which is the value for that corresponding key.
* You will need this URI path to copy into a new image.
Expand Down
4 changes: 2 additions & 2 deletions content/de-DE/docs/development/build-instructions-gn.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ If you intend to `git pull` or `git push` from the official `electron` repositor
$ cd src/electron
$ git remote remove origin
$ git remote add origin https://github.com/electron/electron
$ git checkout master
$ git branch --set-upstream-to=origin/master
$ git checkout main
$ git branch --set-upstream-to=origin/main
$ cd -
```

Expand Down
2 changes: 1 addition & 1 deletion content/de-DE/docs/development/electron-vs-nwjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ Naturally, we believe that Electron is the better platform for polished producti

[nwjs]: https://nwjs.io/
[electron-modules]: https://www.npmjs.com/search?q=electron
[node-bindings]: https://github.com/electron/electron/tree/master/lib/common
[node-bindings]: https://github.com/electron/electron/tree/main/lib/common
12 changes: 6 additions & 6 deletions content/de-DE/docs/development/pull-requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ Nach dem lokalen bauen des Projekts bist du startklar zum machen von Änderungen

### Schritt 3: Branch

To keep your development environment organized, create local branches to hold your work. These should be branched directly off of the `master` branch.
To keep your development environment organized, create local branches to hold your work. These should be branched directly off of the `main` branch.

```sh
$ git checkout -b my-branch -t upstream/master
$ git checkout -b my-branch -t upstream/main
```

## Mache die Änderungen
Expand Down Expand Up @@ -113,10 +113,10 @@ Once you have committed your changes, it is a good idea to use `git rebase` (not

```sh
$ git fetch upstream
$ git rebase upstream/master
$ git rebase upstream/main
```

This ensures that your working branch has the latest changes from `electron/electron` master.
This ensures that your working branch has the latest changes from `electron/electron` main.

### Schritt 7: Teste

Expand Down Expand Up @@ -157,7 +157,7 @@ the requirements below.

Bug fixes and new features should include tests and possibly benchmarks.

Contributors guide: https://github.com/electron/electron/blob/master/CONTRIBUTING.md
Contributors guide: https://github.com/electron/electron/blob/main/CONTRIBUTING.md
-->
```

Expand All @@ -179,7 +179,7 @@ Feel free to post a comment in the pull request to ping reviewers if you are awa

#### Approval and Request Changes Workflow

All pull requests require approval from a [Code Owner](https://github.com/electron/electron/blob/master/.github/CODEOWNERS) of the area you modified in order to land. Whenever a maintainer reviews a pull request they may request changes. These may be small, such as fixing a typo, or may involve substantive changes. Such requests are intended to be helpful, but at times may come across as abrupt or unhelpful, especially if they do not include concrete suggestions on *how* to change them.
All pull requests require approval from a [Code Owner](https://github.com/electron/electron/blob/main/.github/CODEOWNERS) of the area you modified in order to land. Whenever a maintainer reviews a pull request they may request changes. These may be small, such as fixing a typo, or may involve substantive changes. Such requests are intended to be helpful, but at times may come across as abrupt or unhelpful, especially if they do not include concrete suggestions on *how* to change them.

Try not to be discouraged. If you feel that a review is unfair, say so or seek the input of another project contributor. Often such comments are the result of a reviewer having taken insufficient time to review and are not ill-intended. Such difficulties can often be resolved with a bit of patience. That said, reviewers should be expected to provide helpful feedback.

Expand Down
2 changes: 1 addition & 1 deletion content/de-DE/docs/tutorial/fuses.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ Somewhere in the Electron binary there will be a sequence of bytes that look lik

To flip a fuse you find its position in the fuse wire and change it to "0" or "1" depending on the state you'd like.

You can view the current schema [here](https://github.com/electron/electron/blob/master/build/fuses/fuses.json5).
You can view the current schema [here](https://github.com/electron/electron/blob/main/build/fuses/fuses.json5).
2 changes: 1 addition & 1 deletion content/de-DE/docs/tutorial/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Vor diesem Hintergrund sollten Sie sich bewusst sein, dass die Anzeige willkürl

## Melden von Sicherheitsproblemen

Informationen dazu, wie sie eine Electron-Sicherheitslücke richtig melden können, finden Sie unter [SECURITY.md](https://github.com/electron/electron/tree/master/SECURITY.md)
Informationen dazu, wie sie eine Electron-Sicherheitslücke richtig melden können, finden Sie unter [SECURITY.md](https://github.com/electron/electron/tree/main/SECURITY.md)

## Chromium Sicherheitsprobleme und Updates

Expand Down
8 changes: 4 additions & 4 deletions content/de-DE/docs/tutorial/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Hilfe finden

If you have a security concern, please see the [security document](https://github.com/electron/electron/tree/master/SECURITY.md).
If you have a security concern, please see the [security document](https://github.com/electron/electron/tree/main/SECURITY.md).

If you're looking for programming help, for answers to questions, or to join in discussion with other developers who use Electron, you can interact with the community in these locations:

Expand All @@ -21,7 +21,7 @@ If you're looking for programming help, for answers to questions, or to join in
* [`electron-id`](https://electron-id.slack.com) *(Indonesia)*
* [`electron-pl`](https://electronpl.github.io) *(Poland)*

If you'd like to contribute to Electron, see the [contributing document](https://github.com/electron/electron/blob/master/CONTRIBUTING.md).
If you'd like to contribute to Electron, see the [contributing document](https://github.com/electron/electron/blob/main/CONTRIBUTING.md).

If you've found a bug in a [supported version](#supported-versions) of Electron, please report it with the [issue tracker](../development/issues.md).

Expand All @@ -33,9 +33,9 @@ _**Note:** Beginning in September 2021 with Electron 15, the Electron team will

The latest three *stable* major versions are supported by the Electron team. For example, if the latest release is 6.1.x, then the 5.0.x as well as the 4.2.x series are supported. We only support the latest minor release for each stable release series. This means that in the case of a security fix 6.1.x will receive the fix, but we will not release a new version of 6.0.x.

The latest stable release unilaterally receives all fixes from `master`, and the version prior to that receives the vast majority of those fixes as time and bandwidth warrants. The oldest supported release line will receive only security fixes directly.
The latest stable release unilaterally receives all fixes from `main`, and the version prior to that receives the vast majority of those fixes as time and bandwidth warrants. The oldest supported release line will receive only security fixes directly.

All supported release lines will accept external pull requests to backport fixes previously merged to `master`, though this may be on a case-by-case basis for some older supported lines. All contested decisions around release line backports will be resolved by the [Releases Working Group](https://github.com/electron/governance/tree/master/wg-releases) as an agenda item at their weekly meeting the week the backport PR is raised.
All supported release lines will accept external pull requests to backport fixes previously merged to `main`, though this may be on a case-by-case basis for some older supported lines. All contested decisions around release line backports will be resolved by the [Releases Working Group](https://github.com/electron/governance/tree/main/wg-releases) as an agenda item at their weekly meeting the week the backport PR is raised.

When an API is changed or removed in a way that breaks existing functionality, the previous functionality will be supported for a minimum of two major versions when possible before being removed. For example, if a function takes three arguments, and that number is reduced to two in major version 10, the three-argument version would continue to work until, at minimum, major version 12. Past the minimum two-version threshold, we will attempt to support backwards compatibility beyond two versions until the maintainers feel the maintenance burden is too high to continue doing so.

Expand Down
16 changes: 8 additions & 8 deletions content/es-ES/docs/api/app.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Devuelve:
* `type` String - Una cadena identificando la actividad. Se asigna a [`NSUserActivity.activityType`][activity-type].
* `userInfo` unknown - Contiene el estado especifico de la aplicación guardado por la actividad en otro dispositivo.
* `details` Object
* `webpageURL` String (optional) - A string identifying the URL of the webpage accessed by the activity on another device, if available.
* `webpageURL` String (opcional) - Una cadena que identifica la URL de la página web accedida por la actividad en otro dispositivo, si está disponible.

Emitido durante [Handoff][handoff] cuando una actividad de un artefacto diferente quiere ser reanudado. Usted debe llamar `event.preventDefault()` si quiere manejar este evento.

Expand Down Expand Up @@ -582,7 +582,7 @@ Reescribe el nombre de la aplicación actual.

Devuelve `String` - Los parámetros regionales actuales de la aplicación, recopilados usando la biblioteca `l10n_util` de Chromium. Los posibles valores de retorno son documentados [aquí](https://source.chromium.org/chromium/chromium/src/+/master:ui/base/l10n/l10n_util.cc).

To set the locale, you'll want to use a command line switch at app startup, which may be found [here](command-line-switches.md).
Para establecer la locale, querrás usar un interruptor de línea de comandos al inicio de la aplicación, que puede encontrarse [aquí](command-line-switches.md).

**Nota:** Al distribuir su aplicación empaquetada, también tiene que enviar las carpetas `locales`.

Expand Down Expand Up @@ -867,15 +867,15 @@ Importa el certificado en formato pkcs12 dentro del certificado de la plataforma
### `app.configureHostResolver(options)`

* `options` Object
* `enableBuiltInResolver` Boolean (optional) - Whether the built-in host resolver is used in preference to getaddrinfo. When enabled, the built-in resolver will attempt to use the system's DNS settings to do DNS lookups itself. Enabled by default on macOS, disabled by default on Windows and Linux.
* `secureDnsMode` String (optional) - Can be "off", "automatic" or "secure". Configures the DNS-over-HTTP mode. When "off", no DoH lookups will be performed. When "automatic", DoH lookups will be peformed first if DoH is available, and insecure DNS lookups will be performed as a fallback. When "secure", only DoH lookups will be performed. Defaults to "automatic".
* `secureDnsServers` String[] (optional) - A list of DNS-over-HTTP server templates. See [RFC8484 § 3][] for details on the template format. Most servers support the POST method; the template for such servers is simply a URI. Note that for [some DNS providers][doh-providers], the resolver will automatically upgrade to DoH unless DoH is explicitly disabled, even if there are no DoH servers provided in this list.
* `enableBuiltInResolver` Boolean (optional) - Whether the built-in host resolver is used in preference to getaddrinfo. When enabled, the built-in resolver will attempt to use the system's DNS settings to do DNS lookups itself. Activado por defecto en macOS, desactivado por defecto en Windows y Linux.
* `secureDnsMode` String (opcional) - Puede ser "off", "automatic" o "secure". Configura el modo DNS-over-HTTP. Cuando es "off", las búsquedas DoH no se realizarán. Cuando es "automatic", las búsquedas DoH se realizarán primero si DoH está disponible, y las búsquedas DNS se realizarán como una reserva. Cuando es "secure", sólo se realizarán búsquedas DoH. Por defecto es "automatic".
* `secureDnsServers` String[] (opcional) - Una lista de plantillas de servidor DNS-over-HTTP. Vea [RFC8484 § 3][] para más detalles sobre el formato de la plantilla. La mayoría de los servidores soportan el método POST; la plantilla para estos servidores es simplemente una URI. Note that for [some DNS providers][doh-providers], the resolver will automatically upgrade to DoH unless DoH is explicitly disabled, even if there are no DoH servers provided in this list.
* `enableAdditionalDnsQueryTypes` Boolean (optional) - Controls whether additional DNS query types, e.g. HTTPS (DNS type 65) will be allowed besides the traditional A and AAAA queries when a request is being made via insecure DNS. Has no effect on Secure DNS which always allows additional types. Defaults to true.

Configures host resolution (DNS and DNS-over-HTTPS). By default, the following resolvers will be used, in order:
Configure la resolución de host (DNS y DNS-over-HTTPS). Por defecto, se utilizarán los siguientes resolutores en orden:

1. DNS-over-HTTPS, if the [DNS provider supports it][doh-providers], then
2. the built-in resolver (enabled on macOS only by default), then
1. DNS-over-HTTPS, si [DNS provider supports it][doh-providers], luego
2. el resolutor integrado (activado sólo por defecto en macOS), luego
3. the system's resolver (e.g. `getaddrinfo`).

This can be configured to either restrict usage of non-encrypted DNS (`secureDnsMode: "secure"`), or disable DNS-over-HTTPS (`secureDnsMode:
Expand Down
Loading

0 comments on commit 1c911e3

Please sign in to comment.