Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translation: kein Plan, keine Grenze #7461

Merged
merged 2 commits into from
Apr 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/js/components/GridSettingsModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
class="form-select smartCostLimitSelect"
@change="changeSmartCostLimit"
>
<option value="0">none</option>
<option value="0">{{ $t("gridSettings.none") }}</option>
<option
v-for="{ value, name } in costOptions"
:key="value"
Expand Down
3 changes: 2 additions & 1 deletion i18n/de.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ co2Label = "CO₂-Emission"
co2Limit = "CO₂-Grenze"
costLimitDescription = "Aktiviert vorübergehendes Schnellladen im PV-Modus."
modalTitle = "Smartes Netzladen"
none = "keine"
priceLabel = "Energiepreis"
priceLimit = "Preisgrenze"

Expand All @@ -83,7 +84,7 @@ activeLabel = "{time}"
arrivalTab = "Ankunft"
departureTab = "Abfahrt"
modalTitle = "Ladeplanung"
none = "none"
none = "keiner"
title = "Plan"
titleMinSoc = "Min. Ladung"
titleTargetCharge = "Abfahrt"
Expand Down
1 change: 1 addition & 0 deletions i18n/en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ co2Label = "CO₂ emission"
co2Limit = "CO₂ limit"
costLimitDescription = "Enables temporary fast-charging in solar mode."
modalTitle = "Smart Grid Charging"
none = "none"
priceLabel = "Energy price"
priceLimit = "Price limit"

Expand Down