diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-02-04 14:14:02 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-02-04 14:14:02 -0500 |
| commit | b9292b0ea8f64463f8276aa7cd41cb480d8051c3 (patch) | |
| tree | cd38f1976481a38df6be9ed2b2c9417180e77da9 /MediaBrowser.Server.Implementations/Localization/JavaScript/es.json | |
| parent | f2c3e014b7b86d2e4792ce5214be44b250813ae6 (diff) | |
update translations
Diffstat (limited to 'MediaBrowser.Server.Implementations/Localization/JavaScript/es.json')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Localization/JavaScript/es.json | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/MediaBrowser.Server.Implementations/Localization/JavaScript/es.json b/MediaBrowser.Server.Implementations/Localization/JavaScript/es.json index 977002538..ca78e4f0f 100644 --- a/MediaBrowser.Server.Implementations/Localization/JavaScript/es.json +++ b/MediaBrowser.Server.Implementations/Localization/JavaScript/es.json @@ -14,7 +14,7 @@ "FileReadError": "Se encontr\u00f3 un error al leer el archivo.", "DeleteUser": "Borrar Usuario", "DeleteUserConfirmation": "Are you sure you wish to delete this user?", - "PasswordResetHeader": "Restablecer contrase\u00f1a", + "PasswordResetHeader": "Reset Password", "PasswordResetComplete": "La contrase\u00f1a se ha restablecido.", "PinCodeResetComplete": "The pin code has been reset.", "PasswordResetConfirmation": "Esta seguro que desea restablecer la contrase\u00f1a?", @@ -48,6 +48,10 @@ "LabelFailed": "(failed)", "ButtonHelp": "Help", "ButtonSave": "Grabar", + "SyncJobStatusQueued": "Queued", + "SyncJobStatusInProgress": "In-Progress", + "SyncJobStatusCompleted": "Synced", + "SyncJobStatusCompletedWithError": "Synced with errors", "LabelCollection": "Collection", "HeaderAddToCollection": "A\u00f1adir a la colecci\u00f3n", "NewCollectionNameExample": "Ejemplo: Star Wars Colecci\u00f3n", @@ -85,8 +89,9 @@ "LabelFree": "Libre", "HeaderSelectAudio": "Seleccionar Audio", "HeaderSelectSubtitles": "Seleccionar Subt\u00edtulos", - "ButtonMarkForRemoval": "Mark for removal from device", - "ButtonUnmarkForRemoval": "Unmark for removal from device", + "ButtonMarkForRemoval": "Remove from device", + "ButtonUnmarkForRemoval": "Cancel removal from device", + "LabelSyncQualityHelp": "Use high quality for the maximum supported quality by the device. Medium and Low reduce the allowed bitrate.", "LabelDefaultStream": "(Por defecto)", "LabelForcedStream": "(Forzado)", "LabelDefaultForcedStream": "(Por defecto\/Forzado)", |
