1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-22 10:55:50 +00:00
Files
core/homeassistant/components/playstation_network/strings.json

179 lines
7.1 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
"already_configured_as_subentry": "Already configured as a friend for another account. Delete the existing entry first.",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]",
"unique_id_mismatch": "The provided NPSSO token corresponds to the account {wrong_account}. Please re-authenticate with the account **{name}**"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_account": "[%key:common::config_flow::error::invalid_access_token%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"initiate_flow": {
"user": "[%key:common::config_flow::initiate_flow::account%]"
},
"step": {
"reauth_confirm": {
"data": {
"npsso": "[%key:component::playstation_network::config::step::user::data::npsso%]"
},
"data_description": {
"npsso": "[%key:component::playstation_network::config::step::user::data_description::npsso%]"
},
"description": "The NPSSO token for **{name}** has expired. To obtain a new one, log in to your [PlayStation account]({psn_link}) first. Then [click here]({npsso_link}) to retrieve the token.\n\nNote: After obtaining the NPSSO token, do not log out of your PlayStation account, as this will invalidate the token.",
"title": "Re-authenticate {name} with PlayStation Network"
},
"reconfigure": {
"data": {
"npsso": "[%key:component::playstation_network::config::step::user::data::npsso%]"
},
"data_description": {
"npsso": "[%key:component::playstation_network::config::step::user::data_description::npsso%]"
},
"description": "[%key:component::playstation_network::config::step::user::description%]",
"title": "Update PlayStation Network configuration"
},
"user": {
"data": {
"npsso": "NPSSO token"
},
"data_description": {
"npsso": "The NPSSO token is generated upon successful login of your PlayStation Network account and is used to authenticate your requests within Home Assistant."
},
"description": "To obtain your NPSSO token, log in to your [PlayStation account]({psn_link}) first. Then [click here]({npsso_link}) to retrieve the token.\n\nNote: Do not log out of your PlayStation account after obtaining the NPSSO token."
}
}
},
"config_subentries": {
"friend": {
"abort": {
"already_configured": "Already configured as a friend in this or another account.",
"already_configured_as_entry": "Already configured as a service. This account cannot be added as a friend.",
"config_entry_disabled": "Cannot add friend accounts when the main account is disabled or not loaded.",
"no_friends": "Looks like your friend list is empty right now. Add friends on PlayStation Network first."
},
"entry_type": "Friend",
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"initiate_flow": {
"user": "Add friend"
},
"step": {
"user": {
"data": {
"account_id": "Online ID"
},
"data_description": {
"account_id": "Select a friend from your friend list to track their online status."
},
"description": "Track the online status of a PlayStation Network friend.",
"title": "Friend online status"
}
}
}
},
"entity": {
"binary_sensor": {
"ps_plus_status": {
"name": "Subscribed to PlayStation Plus"
}
},
"image": {
"avatar": {
"name": "Avatar"
},
"now_playing_image": {
"name": "[%key:component::playstation_network::entity::sensor::now_playing::name%]"
},
"share_profile": {
"name": "Share profile"
}
},
"notify": {
"direct_message": {
"name": "Direct message: {name}"
},
"group_message": {
"name": "Group: {name}"
}
},
"sensor": {
"earned_trophies_bronze": {
"name": "Bronze trophies",
"unit_of_measurement": "[%key:component::playstation_network::entity::sensor::earned_trophies_platinum::unit_of_measurement%]"
},
"earned_trophies_gold": {
"name": "Gold trophies",
"unit_of_measurement": "[%key:component::playstation_network::entity::sensor::earned_trophies_platinum::unit_of_measurement%]"
},
"earned_trophies_platinum": {
"name": "Platinum trophies",
"unit_of_measurement": "trophies"
},
"earned_trophies_silver": {
"name": "Silver trophies",
"unit_of_measurement": "[%key:component::playstation_network::entity::sensor::earned_trophies_platinum::unit_of_measurement%]"
},
"last_online": {
"name": "Last online"
},
"now_playing": {
"name": "Now playing"
},
"online_id": {
"name": "Online ID"
},
"online_status": {
"name": "Online status",
"state": {
"availabletocommunicate": "Online on PS App",
"availabletoplay": "Online",
"busy": "Away",
"offline": "Offline"
}
},
"trophy_level": {
"name": "Trophy level"
},
"trophy_level_progress": {
"name": "Next level"
}
}
},
"exceptions": {
"group_invalid": {
"message": "Failed to send message to group {name}. The group is invalid or does not exist."
},
"not_ready": {
"message": "Authentication to the PlayStation Network failed."
},
"send_message_failed": {
"message": "Failed to send message to {name}. Try again later."
},
"send_message_forbidden": {
"message": "Failed to send message to {name}. You are not allowed to send messages to this group or friend."
},
"update_failed": {
"message": "Data retrieval failed when trying to access the PlayStation Network."
},
"user_not_found": {
"message": "Unable to retrieve data for {user}. User does not exist or has been removed."
},
"user_profile_private": {
"message": "Unable to retrieve data for {user}. Privacy settings restrict access to activity."
}
},
"issues": {
"group_chat_forbidden": {
"description": "The PlayStation Network integration was unable to retrieve group chats for **{name}**.\n\nThis is likely due to insufficient permissions (Error: `{error_message}`).\n\nTo resolve this issue, please ensure the account's chat and messaging feature is not restricted by parental controls or other privacy settings.\n\nIf the restriction is intentional, you can safely ignore this message.",
"title": "Failed to retrieve group chats for {name}"
}
}
}