Skip to content

Submit a Bug or Translation

RePod edited this page Feb 4, 2015 · 23 revisions

Submit your report or translation here.
To see a list of current issues, click here.

To save everyone time please copy and paste the template below and fill it out in your report as accurately as possible.

Templates: Issue, Translation.

##Issue submission Template:

**Browser:** (Firefox 34/Chrome #/etc.)
**Method:** (Userscript/Bookmarklet/Direct)    
**Online store version and language:** (Desktop/mobile) (en-us/de-de/etc)    
**Userscript version:** x.xxx    
**Monkey variant:** (Greasemonkey/Tampermonkey/etc.)    
**Problem:** ~    
**How to replicate:** ~    
**Other notes:** ~ 

##Translation submission template:

{
    "us": {
        "local": "English",
        "startup": {
            "apis": "Select which APIs you would like to use, hover for more details.<br />Certain APIs may not be disabled.",
            "wait": "Please wait.",
            "start": "Start"
        },
        "columns": {
            "icon": "Icon",
            "name": "Name",
            "platform": "Platform",
            "size": "Size",
            "date": "Date"
        },
        "labels": {
            "export_view": "Export View",
            "games": "Games",
            "avatar": "Avatars",
            "demo": "Demos",
            "unlock": "Unlocks",
            "pass": "Passes",
            "pack": "Packs",
            "theme": "Themes",
            "addon": "Add-ons",
            "app": "Applications",
            "unknown": "Unknown",
            "page": "Page"
        },
        "strings": {
            "delimiter": "Enter delimiter:",
            "stringify_error": "Error: Browser does not have JSON.stringify.",
            "yes": "Yes",
            "no": "No",
            "search": "Search by game title",
            "dlQueue": "Queue",
            "dlList": "List",
            "plus": "Toggle visibility of PS+ titles.",
            "queue_all": "All",
            "queue_to": "Download to $SYS$"
        },
        "apis": [
            {
                "internal_id": "api_entitle",
                "name": "Entitlements",
                "desc": "Cannot be disabled. Accesses purchase information used to create the download list, determine PS+ status, and other things."
            },
            {
                "internal_id": "api_game",
                "name": "Catalog",
                "desc": "Accesses additional game information to determine proper console, fix broken images, and more."
            },
            {
                "internal_id": "api_queue",
                "name": "Download Queue",
                "desc": "Allows adding and removing items from the download queue. Reads download queue information and the amount of activated consoles on the account."
            },
            {
                "internal_id": "api_pstv",
                "name": "PS TV",
                "desc": "Detect PS TV compatible titles. Only supported on \"en-us\" web store (not PSDLE language).",
                "disabled": true
            }
        ]
    }
}

Note: This template may change without notice as features are added/removed and may not reflect the current PSDLE version.