Skip to content

Instantly share code, notes, and snippets.

@woctezuma
Created December 3, 2022 19:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save woctezuma/5f3135433b9e8b4858c7d3e015f511e9 to your computer and use it in GitHub Desktop.
Save woctezuma/5f3135433b9e8b4858c7d3e015f511e9 to your computer and use it in GitHub Desktop.
Diff of window.EGStoreCtx.localizationData.messages
[
{
"op": "replace",
"path": "/egstore.library.collections.empty_collection_favorites.button",
"value": "My Most Played Games"
},
{
"op": "replace",
"path": "/epic.diesel.toast.thirdPartyManagedApp.launch",
"value": "Please wait while we launch the partner application"
},
{
"op": "replace",
"path": "/epic.diesel.toast.thirdPartyManagedApp.install",
"value": "Please wait while we install the partner application"
},
{
"op": "replace",
"path": "/diesel.common.age_gate_parental_control.please_enter_pin",
"value": "Please enter a valid Parental Controls PIN below."
},
{
"op": "replace",
"path": "/diesel.common.age_gate_parental_control.message",
"value": "This content is restricted by Parental Controls settings."
},
{
"op": "replace",
"path": "/egstore.content_gate.instructions",
"value": "To access restricted features and parental controls, your parent or guardian needs to complete your account setup. Please ask them to check their email."
},
{
"op": "replace",
"path": "/egstore.content_gate.title",
"value": "Content Unavailable"
},
{
"op": "add",
"path": "/egstore.content_gate.learn_more",
"value": "Learn more about parental permission."
},
{
"op": "add",
"path": "/egstore.products.report.choose",
"value": "Please choose a reason for reporting."
},
{
"op": "add",
"path": "/egstore.products.report.hate_speech",
"value": "**Hateful or Abusive Content** - Contains content that promotes hatred or abuse against groups or individuals"
},
{
"op": "add",
"path": "/egstore.products.report.inappropriate",
"value": "**Inappropriate Content** - Contains explicit or frequent depictions of sexual behavior or not appropriately labeled, rated, or age-gated"
},
{
"op": "add",
"path": "/egstore.products.report.illegal",
"value": "**Illegal Content** - Contains content that violates the laws in your jurisdiction"
},
{
"op": "add",
"path": "/egstore.products.report.fraud",
"value": "**Fraud or Malware** - Product attempts to gather sensitive information or modifies your computer in unexpected or harmful ways"
},
{
"op": "add",
"path": "/egstore.products.report.broken",
"value": "**Broken** - Product does not install, launch, or run correctly"
},
{
"op": "add",
"path": "/egstore.products.report.child_exploitation",
"value": "**Child Exploitation** - Contains content that exploits children in any way"
},
{
"op": "add",
"path": "/diesel.common.time.hours.moreThan10000",
"value": "10,000h+"
},
{
"op": "add",
"path": "/diesel.common.time.minutes.lessThan5",
"value": "<5m"
},
{
"op": "add",
"path": "/epic.store.mods.banner.modding_resources",
"value": "Modding Resources"
},
{
"op": "add",
"path": "/epic.store.mods.banner.guidelines",
"value": "Guidelines"
},
{
"op": "add",
"path": "/epic.store.mods.banner.title",
"value": "Bring your ideas to life"
},
{
"op": "add",
"path": "/epic.store.mods.banner.description.mobile",
"value": "To submit a mod, use your desktop to login to your Epic Games account from the web or the Launcher."
},
{
"op": "add",
"path": "/egstore.products.report_product",
"value": "Report Product"
},
{
"op": "add",
"path": "/errors.com.epicgames.ecommerce.fulfillment.cabined_mode_account_blocked",
"value": "Some features such as redeeming codes for non-Epic products and games are unavailable until your parent or guardian grants you permission. {0}"
},
{
"op": "add",
"path": "/errors.com.epicgames.ecommerce.fulfillment.offer_not_allow_redeem",
"value": "Redemption code is invalid."
},
{
"op": "add",
"path": "/errors.com.epicgames.ecommerce.fulfillment.invalid_offer",
"value": "Redemption code is invalid."
},
{
"op": "add",
"path": "/errors.com.epicgames.ecommerce.fulfillment.reach_offer_redemption_limit",
"value": "This code has already been redeemed. Please enter a code that has not been used or contact player support."
},
{
"op": "add",
"path": "/errors.com.epicgames.ecommerce.subscription.platform_conflict",
"value": "Sorry, this code cannot be redeemed. You already have an active subscription on another platform."
},
{
"op": "add",
"path": "/errors.com.epicgames.ecommerce.subscription.deploy_subscription_error",
"value": "Sorry, something went wrong. Please log back in and try again."
},
{
"op": "add",
"path": "/errors.com.epicgames.ecommerce.subscription.non_renewing_subscription_nonrenewable",
"value": "Sorry, something went wrong. Please refresh the page and try again."
},
{
"op": "add",
"path": "/errors.com.epicgames.ecommerce.subscription.invalid_account",
"value": "Code redemption failed, please log back in and try again."
},
{
"op": "add",
"path": "/errors.com.epicgames.ecommerce.subscription.country_unsupported",
"value": "Sorry, subscriptions are currently not supported in your country."
}
]
@woctezuma
Copy link
Author

Diff obtained with this online tool: https://json-diff.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment