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

Update he.json #219

Merged
merged 3 commits into from
Jun 11, 2021
Merged
Show file tree
Hide file tree
Changes from 2 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
17 changes: 14 additions & 3 deletions src/translations/he.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,28 @@
{
"status": {
"cleaning": "מנקה",
"auto": "ניקוי אוטומטי",
"spot": "ניקוי אזור",
"edge": "ניקוי פינה",
"single_room": "ניקוי חדר יחיד",
"paused": "מושהה",
"idle": "סרק",
"stop": "נעצר",
"charging": "בטעינה",
"returning home": "בחזרה הביתה"
"returning home": "בחזרה הביתה",
"returning": "בחזרה הביתה",
"docked": "לתחנה",
"unknown": "לא ידוע",
"offline": "כבוי"
},
"source": {
"gentle": "עדין",
"silent": "שקט",
"standard": "רגיל",
"medium": "בינוני",
"turbo": "טורבו"
"turbo": "טורבו",
"normal": "נורמלי",
"high": "גבוה"
},
"common": {
"name": "כרטיס שואב",
Expand All @@ -20,7 +31,7 @@
"continue": "המשך",
"pause": "השהה",
"stop": "עצור",
"return_to_base": "הגינה",
"return_to_base": "עגינה",
"locate": "אתר שואב",
"not_available": "השואב אינו זמין"
},
Expand Down
2 changes: 1 addition & 1 deletion src/vacuum-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ class VacuumCard extends LitElement {
</ha-icon-button>

<ha-icon-button
icon="mdi:map-marker"
icon="mdi:crosshairs-gps"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, do not change that. See #182

Copy link
Contributor Author

@tzagim tzagim Jun 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok.
FIX

title="${localize('common.locate')}"
@click="${() => this.callService('locate', false)}"
>
Expand Down