Add variables back

#37
This commit is contained in:
narcolepticinsomniac 2017-03-02 18:01:01 -05:00 committed by GitHub
parent 9aa389c0f2
commit e5e8fab9b8

View File

@ -133,7 +133,12 @@
}, },
"styleInstall": { "styleInstall": {
"message": "¿Instalar \"$stylename$\" en Stylus?", "message": "¿Instalar \"$stylename$\" en Stylus?",
"description": "Confirmation when installing a style" "description": "Confirmation when installing a style",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"optionsBadgeDisabled": { "optionsBadgeDisabled": {
"message": "Color de fondo del distintivo (cuando está deshabilitado)", "message": "Color de fondo del distintivo (cuando está deshabilitado)",
@ -205,7 +210,12 @@
}, },
"appliesDisplay": { "appliesDisplay": {
"message": "Se aplica a: $applies$", "message": "Se aplica a: $applies$",
"description": "Text on the manage screen to describe what the style applies to" "description": "Text on the manage screen to describe what the style applies to",
"placeholders": {
"applies": {
"content": "$1"
}
}
}, },
"openStylesManager": { "openStylesManager": {
"message": "Abrir administrador de estilos", "message": "Abrir administrador de estilos",
@ -213,7 +223,12 @@
}, },
"styleUpdate": { "styleUpdate": {
"message": "¿Está seguro de que quiere actualizar '$stylename$'?", "message": "¿Está seguro de que quiere actualizar '$stylename$'?",
"description": "Confirmation when updating a style" "description": "Confirmation when updating a style",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"styleSectionsTitle": { "styleSectionsTitle": {
"message": "Secciones", "message": "Secciones",
@ -221,7 +236,12 @@
}, },
"editStyleTitle": { "editStyleTitle": {
"message": "Editar estilo $stylename$", "message": "Editar estilo $stylename$",
"description": "Title of the page for editing styles" "description": "Title of the page for editing styles",
"placeholders": {
"stylename": {
"content": "$1"
}
}
}, },
"updateCheckSucceededNoUpdate": { "updateCheckSucceededNoUpdate": {
"message": "El estilo está actualizado.", "message": "El estilo está actualizado.",
@ -285,7 +305,12 @@
}, },
"updateCheckFailBadResponseCode": { "updateCheckFailBadResponseCode": {
"message": "Error de actualización - El servidor ha respondido con el código $code$.", "message": "Error de actualización - El servidor ha respondido con el código $code$.",
"description": "Text that displays when an update check failed because the response code indicates an error" "description": "Text that displays when an update check failed because the response code indicates an error",
"placeholders": {
"code": {
"content": "$1"
}
}
}, },
"appliesSpecify": { "appliesSpecify": {
"message": "Especificar", "message": "Especificar",