Skip to content

Commit

Permalink
Fix string and translation JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus authored and Markus committed Nov 11, 2023
1 parent e3eee85 commit 684436c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions custom_components/unifi_voucher/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@
"status": {
"name": "Status",
"state": {
"USED": "Used once",
"USED_MULTIPLE": "Used multiple times",
"EXPIRED": "Expired",
"VALID_ONE": "Valid once",
"VALID_MULTI": "Valid multiple times"
"USED": "Used once",
"USED_MULTIPLE": "Used multiple times",
"EXPIRED": "Expired",
"VALID_ONE": "Valid once",
"VALID_MULTI": "Valid multiple times"
}
},
"last_pull": {
Expand Down
10 changes: 5 additions & 5 deletions custom_components/unifi_voucher/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@
"status": {
"name": "Status",
"state": {
"USED": "Einmal benutzt",
"USED_MULTIPLE": "Mehrmals benutzt",
"EXPIRED": "Abgelaufen",
"VALID_ONE": "Einmal gültig",
"VALID_MULTI": "Mehrmals gültig"
"USED": "Einmal benutzt",
"USED_MULTIPLE": "Mehrmals benutzt",
"EXPIRED": "Abgelaufen",
"VALID_ONE": "Einmal gültig",
"VALID_MULTI": "Mehrmals gültig"
}
},
"last_pull": {
Expand Down
10 changes: 5 additions & 5 deletions custom_components/unifi_voucher/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@
"status": {
"name": "Status",
"state": {
"USED": "Used once",
"USED_MULTIPLE": "Used multiple times",
"EXPIRED": "Expired",
"VALID_ONE": "Valid once",
"VALID_MULTI": "Valid multiple times"
"USED": "Used once",
"USED_MULTIPLE": "Used multiple times",
"EXPIRED": "Expired",
"VALID_ONE": "Valid once",
"VALID_MULTI": "Valid multiple times"
}
},
"last_pull": {
Expand Down

0 comments on commit 684436c

Please sign in to comment.