Skip to content

Commit

Permalink
fix: Adding missing status in HE & Fix status location for RTL langua…
Browse files Browse the repository at this point in the history
…ges (denysdovhan#232)

* Adding missing status in HE

* Update he.json

* Fix

* Fix status location for RTL languages

* Update vacuum-card.js

move to style

* Update styles.js

* Update he.json
  • Loading branch information
tzagim committed Jul 9, 2021
1 parent 592e4e1 commit 07ebe3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ export default css`
display: flex;
align-items: center;
justify-content: center;
direction: ltr;
}
.status-text {
Expand Down
8 changes: 5 additions & 3 deletions src/translations/he.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
{
"status": {
"cleaning": "מנקה",
"Segment cleaning": "ניקוי חדרים",
"auto": "ניקוי אוטומטי",
"spot": "ניקוי אזור",
"edge": "ניקוי פינה",
"single_room": "ניקוי חדר יחיד",
"paused": "מושהה",
"idle": "סרק",
"idle": "ממתין",
"stop": "נעצר",
"charging": "בטעינה",
"returning home": "בחזרה הביתה",
"returning": "בחזרה הביתה",
"returning": "חוזר",
"docked": "לתחנה",
"unknown": "לא ידוע",
"offline": "כבוי"
"offline": "מנותק",
"error": "שגיאה"
},
"source": {
"gentle": "עדין",
Expand Down

0 comments on commit 07ebe3e

Please sign in to comment.