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": {
"message": "¿Instalar \"$stylename$\" en Stylus?",
"description": "Confirmation when installing a style"
"description": "Confirmation when installing a style",
"placeholders": {
"stylename": {
"content": "$1"
}
}
},
"optionsBadgeDisabled": {
"message": "Color de fondo del distintivo (cuando está deshabilitado)",
@ -205,7 +210,12 @@
},
"appliesDisplay": {
"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": {
"message": "Abrir administrador de estilos",
@ -213,7 +223,12 @@
},
"styleUpdate": {
"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": {
"message": "Secciones",
@ -221,7 +236,12 @@
},
"editStyleTitle": {
"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": {
"message": "El estilo está actualizado.",
@ -285,7 +305,12 @@
},
"updateCheckFailBadResponseCode": {
"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": {
"message": "Especificar",