diff options
Diffstat (limited to 'backend/locales')
| -rw-r--r-- | backend/locales/es-ES.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/backend/locales/es-ES.json b/backend/locales/es-ES.json index fbd447b2..d7771e32 100644 --- a/backend/locales/es-ES.json +++ b/backend/locales/es-ES.json @@ -3,5 +3,20 @@ "header_one": "", "header_many": "Other", "header_other": "" + }, + "PluginInstallModal": { + "install": { + "button_idle": "Instalar" + } + }, + "Developer": { + "disabling": "Deshabilitarlo", + "enabling": "Habilitándolo" + }, + "BranchSelect": { + "update_channel": { + "prerelease": "Prelanzamiento", + "stable": "Estable" + } } } |
