mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
a51eb46735
This reverts commit f9e890176d
.
It pulled updates from transifex *after* we switched translations
to 4.x only mode - which resulted in a lot of translation keys being
moved around. For example, asset-related translations went from
framework to the asset-admin module. The removal of these translations
in 3.x caused translations to go partially missing, since these new
modules are 4.x only.
See https://github.com/silverstripe/silverstripe-framework/issues/7002
43 lines
3.2 KiB
JavaScript
43 lines
3.2 KiB
JavaScript
// This file was generated by silverstripe/cow from admin/javascript/lang/src/es.js.
|
|
// See https://github.com/tractorcow/cow for details
|
|
if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') {
|
|
if (typeof(console) !== 'undefined') { // eslint-disable-line no-console
|
|
console.error('Class ss.i18n not defined'); // eslint-disable-line no-console
|
|
}
|
|
} else {
|
|
ss.i18n.addDictionary('es', {
|
|
"CMSMAIN.BATCH_ARCHIVE_PROMPT": "Ud tiene {num} páginas seleccionadas.\n\n¿Está seguro de querer archivar estas páginas?\n\nEstas páginas y sus hijas se retirarán de publicación y se enviarán al archivo.",
|
|
"CMSMAIN.BATCH_DELETELIVE_PROMPT": "Ud tiene {num} página(s) seleccionada(s).\n\n¿Realmente quieres eliminarla(s) desde el sitio en vivo?",
|
|
"CMSMAIN.BATCH_DELETE_PROMPT": "You have {num} page(s) selected.\n\nDo you really want to delete?",
|
|
"CMSMAIN.BATCH_PUBLISH_PROMPT": "Ud tiene {num} página(s) seleccionada(s).\n\n¿Realmente la(s) quiere publicar?",
|
|
"CMSMAIN.BATCH_RESTORE_PROMPT": "Ud tiene {num} páginas seleccionadas.\n\n¿Está seguro de querer restaurar estas páginas?\n\nLos hijos de las páginas archivadas serán restauradas al nivel raíz a no ser que esas páginas también sean restauradas.",
|
|
"CMSMAIN.BATCH_UNPUBLISH_PROMPT": "Ud tiene {num} página(s) seleccionada(s).\n\n¿Realmente la(s) quiere retirar de publicación?",
|
|
"CMSMAIN.SELECTONEPAGE": "Por favor, seleccione al menos una página",
|
|
"Campaigns.ADDCAMPAIGN": "Add campaign",
|
|
"Campaigns.ITEM_SUMMARY_PLURAL": "%s items",
|
|
"Campaigns.ITEM_SUMMARY_SINGULAR": "%s item",
|
|
"Campaigns.PUBLISHCAMPAIGN": "Publish campaign",
|
|
"Campaigns.REVERTCAMPAIGN": "Revert",
|
|
"File.NO_SIZE": "N/A",
|
|
"FormBuilderModal.CLOSE": "Close",
|
|
"LeftAndMain.CONFIRMUNSAVED": "¿Estás seguro que quieres navegar fuera de esta página?⏎\n⏎\nADVERTENCIA: Tus cambios no han sido guardados.⏎\n⏎\nPresionar OK para continuar o Cancelar para continuar en la página actual",
|
|
"LeftAndMain.CONFIRMUNSAVEDSHORT": "ADVERTENCIA: Tus cambios no han sido guardados.",
|
|
"LeftAndMain.JOIN": ",",
|
|
"LeftAndMain.JOINLAST": "and",
|
|
"LeftAndMain.PAGEWASDELETED": "Esta página fue eliminada. Para editar una página, seleccionarla desde la izquierda",
|
|
"LeftAndMain.SEARCHCLEARRESULTS": "Clear search",
|
|
"LeftAndMain.SEARCHRESULTS": "Search results",
|
|
"LeftAndMain.SEARCHRESULTSMESSAGE": "Search results {parts}",
|
|
"LeftAndMain.SEARCHRESULTSMESSAGECATEGORY": "categorised as '{AppCategory}'",
|
|
"LeftAndMain.SEARCHRESULTSMESSAGEEDITEDBETWEEN": "edited between '{CreatedFrom}' to '{CreatedTo}'",
|
|
"LeftAndMain.SEARCHRESULTSMESSAGEEDITEDFROM": "edited from '{CreatedFrom}'",
|
|
"LeftAndMain.SEARCHRESULTSMESSAGEEDITEDTO": "edited before '{CreatedTo}'",
|
|
"LeftAndMain.SEARCHRESULTSMESSAGEKEYWORDS": "with keywords '{Name}'",
|
|
"LeftAndMain.SEARCHRESULTSMESSAGELIMIT": "limited to the folder '{Folder}'",
|
|
"ModelAdmin.DELETED": "Eliminado",
|
|
"ModelAdmin.REALLYDELETE": "Estás seguro que quieres eliminarla?",
|
|
"ModelAdmin.SAVED": "Guardado",
|
|
"ModelAdmin.VALIDATIONERROR": "Error de validación",
|
|
"SecurityAdmin.BATCHACTIONSDELETECONFIRM": "¿Realmente quieres eliminar el grupo %s?"
|
|
});
|
|
} |