Skip to content

Commit

Permalink
i18n: Translate sponsorship.md & other files
Browse files Browse the repository at this point in the history
  • Loading branch information
duckfullstop committed Aug 10, 2023
1 parent d1d1d4f commit 95b7ebc
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:::note
Single and Three-phase circuits are supported.
:::
12 changes: 12 additions & 0 deletions i18n/en/docusaurus-plugin-content-docs/current/_since_version.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// FIXME surely there's a better way of translating this than just relying on repeating the entire export for every language?!

import React from "react";

export default ({ version }) => (
<span
className="theme-doc-version-badge badge badge--secondary"
style={{ marginBottom: "1rem" }}
>
Ab Version {version}
</span>
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:::tip Sponsor Token Required
More information on 💚 evcc Sponsorship can be found [here](/docs/sponsorship).
:::
75 changes: 75 additions & 0 deletions i18n/en/docusaurus-plugin-content-docs/current/sponsorship.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
---
sidebar_position: 6
---

# Sponsorship

We at evcc believe in open source software. Our goal is to develop a best-in-class solution for charging Electric Vehicles that interacts with existing hardware and technology.

evcc already supports a long list of Vehicles, Wallboxes, Meters, Inverters, and Battery systems, with more being added regularly. However, the development and maintenance of evcc is very time consuming - so we are dependent on your support as a community to keep the project going.

evcc is open source, but we also want to encourage manufacturers to provide open source hardware devices, public documentation, and to support open source projects like ourselves that offer additional value for otherwise closed hardware. Where this is not the case, evcc's _Contributor Sponsor Tokens_ need to finance ongoing development and support.

The personal _Contributor Sponsor Token_ requires [GitHub sponsoring](https://github.com/sponsors/evcc-io). We've chosen to use GitHub sponsors as it's easy to integrate, and does not include commission to be paid by any party. At [sponsor.evcc.io](https://sponsor.evcc.io), the _Contributor Sponsor Token_ can be requested, which is valid for as long as the sponsorship is active, on as many installations as desired - and can be renewed at any time. Simply enter the token in your `evcc.yaml` to unlock the associated functionality, and super-special, super-awesome supporter confetti inside evcc.

Thank you for your support! 💚🎉

:::info

GitHub unfortunately no longer accepts PayPal for sponsorship.

If you don't want to use a credit / debit card, please contact us at [email protected]

:::

The following functionality is only available with sponsorship:

- Use of the Single / Three-Phase switchover of supported wallboxes
- [Easee Home](/docs/devices/chargers#easee-home-)

The following devices are only available with sponsorship:

- Wallboxes:
- [ABL Terra AC](/docs/devices/chargers#abb-terra-ac-)
- [ABL eMH](/docs/devices/chargers#abl-emh-)
- [Alfen Eve](/docs/devices/chargers#alfen-eve-)
- [Alphatec Wallbox Mini/AW1eM](/docs/devices/chargers#alphatec-wallbox-mini-aw1em-)
- [Bender CC612/613](/docs/devices/chargers#bender-cc612613-)
- [cFos PowerBrain](/docs/devices/chargers#cfos-powerbrain-)
- [Easee Home](/docs/devices/chargers#easee-home-)
- [Ebee Wallbox](/docs/devices/chargers#ebee-wallbox-)
- [Ensto Chago Wallbox](/docs/devices/chargers#ensto-chago-wallbox-)
- [Etrel INCH](/docs/devices/chargers#etrel-inch-)
- [Garo GLB, GLB+, LS4, LS4 compact](/docs/devices/chargers#garo-glb-glb-ls4-ls4-compact-)
- [go-eCharger](/docs/devices/chargers#go-echarger)
- [echarge Hardy Barth cPH1](/docs/devices/chargers#cph1--)
- [echarge Hardy Barth cPH2, CPμ2 Pro](/docs/devices/chargers#cph2-cpμ2--)
- [Heidelberg Energy Control](/docs/devices/chargers#heidelberg-energy-control-)
- [Innogy eBox](/docs/devices/chargers#innogy-ebox-)
- [Juice Charger Me](/docs/devices/chargers#juice-charger-me-)
- [KSE wBX16](/docs/devices/chargers#kse-wbx16-)
- [Mennekes Amtron XTRA/PREMIUM](/docs/devices/chargers#amtron-xtra-amtron-premium--)
- [Optec Mobility One](/docs/devices/chargers#optec-mobility-one-)
- [PC Electric Garo](/docs/devices/chargers#pc-electric-garo-)
- [Pracht Alpha XT](/docs/devices/chargers#pracht-alpha-xt-)
- [SENEC.Wallbox pro](/docs/devices/chargers#senecwallbox-pro--)
- [SENEC.Wallbox pro s](/docs/devices/chargers#senecwallbox-pro-s--)
- [SMA EV Charger](/docs/devices/chargers#sma-ev-charger-)
- [Sonnen sonnenCharger](/docs/devices/chargers#sonnen-sonnencharger-)
- [TechniSat Technivolt](/docs/devices/chargers#technisat-technivolt-)
- [Ubitricity Heinz](/docs/devices/chargers#ubitricity-heinz-)
- [Vestel EVC04](/docs/devices/chargers#vestel-evc04-)
- [Walther Werke Basic Evo Pro](/docs/devices/chargers#walther-werke-basic-evo-pro-)
- [Webasto Live](/docs/devices/chargers#live--)
- [Webasto NEXT](/docs/devices/chargers#next--)
- Vehicle Interfaces:
- [Tronity](/docs/devices/vehicles#tronity--)


## How to Use your Token

Simply add the following line to your `evcc.yaml`:

```yaml title="evcc.yaml"
sponsortoken: eyJhbGci[...]RX5s # your token from sponsor.evcc.io
```

0 comments on commit 95b7ebc

Please sign in to comment.