Skip to content

Commit

Permalink
Adding strings.json.
Browse files Browse the repository at this point in the history
Removed unecessary title key from translations.  By default the value in
manifest.json will be used.
  • Loading branch information
boralyl committed Oct 3, 2020
1 parent 4dadff8 commit 7ce24dc
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
19 changes: 19 additions & 0 deletions custom_components/steam_wishlist/strings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"config": {
"error": {
"invalid_profile_id": "Could not find a Steam profile with the provided ID.",
"invalid_user": "Could not find a steam account associated with the provided name or your profile is not public, see https://github.com/boralyl/steam-wishlist#pre-installation",
"missing": "Enter your Steam account name or Steam profile ID."
},
"step": {
"user": {
"data": {
"steam_account_name": "Steam account name",
"steam_profile_id": "Steam profile id (e.g. 7656119383323351)"
},
"description": "Enter EITHER your Steam account name OR your Steam profile ID.",
"title": "Setup"
}
}
}
}
6 changes: 2 additions & 4 deletions custom_components/steam_wishlist/translations/nb.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"config": {
"error": {
"invalid_profile_id": "Fant ikke en Steam-profil med den oppgitte ID-en.",
"invalid_user": "
Fant ikke en dampkonto tilknyttet det oppgitte navnet, eller profilen din er ikke offentlig, se https://github.com/boralyl/steam-wishlist#pre-installation",
"invalid_user": "Fant ikke en dampkonto tilknyttet det oppgitte navnet, eller profilen din er ikke offentlig, se https://github.com/boralyl/steam-wishlist#pre-installation",
"missing": "Skriv inn Steam-kontonavnet eller Steam-profil-ID-en."
},
"step": {
Expand All @@ -15,7 +14,6 @@ Fant ikke en dampkonto tilknyttet det oppgitte navnet, eller profilen din er ikk
"description": "Skriv inn enten Steam-kontonavnet ditt eller din Steam-profil-ID.",
"title": "Oppsett"
}
},
"title": "Steam Wishlist"
}
}
}

0 comments on commit 7ce24dc

Please sign in to comment.