From add54ba5636bece6db733d08b3f1a4ae6c2f1778 Mon Sep 17 00:00:00 2001 From: Chema Balsas Date: Fri, 25 Oct 2013 01:29:48 +0200 Subject: [PATCH 1/4] Add spanish to the updated translations --- updates/stable/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updates/stable/en.json b/updates/stable/en.json index 3969bc8..2364874 100644 --- a/updates/stable/en.json +++ b/updates/stable/en.json @@ -28,7 +28,7 @@ }, { "name": "Updated Translations", - "description": "French, Japanese, German, and Czech translations have been updated." + "description": "French, Japanese, German, Czech and Spanish translations have been updated." } ] }, From 268ad15ae75783065560087aa2eadaed53dd52f0 Mon Sep 17 00:00:00 2001 From: Chema Balsas Date: Fri, 25 Oct 2013 01:49:57 +0200 Subject: [PATCH 2/4] Spanish translation for sprint 33 updates --- updates/stable/es.json | 634 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 634 insertions(+) create mode 100644 updates/stable/es.json diff --git a/updates/stable/es.json b/updates/stable/es.json new file mode 100644 index 0000000..0e0a353 --- /dev/null +++ b/updates/stable/es.json @@ -0,0 +1,634 @@ +[ + { + "buildNumber": 10073, + "versionString": "Sprint 33", + "dateString": "10-28-2013", + "releaseNotesURL": "https://github.com/adobe/brackets/wiki/Release-Notes:-Sprint-33", + "downloadURL": "http://download.brackets.io", + "newFeatures": [ + { + "name": "Vista previa de imágenes", + "description": "Seleccionar una imagen en el árbol de directorios muestra una vista previa de la misma." + }, + { + "name": "Nueva regla CSS desde Edición Rápida", + "description": "Usa el botón Nueva Regla en Edición Rápida de CSS (Ctrl+E/\u2318E) para crear una regla para el tag/class/id seleccionado, incluso si todavía no existen reglas. Puedes modificar el selector una vez se haya creado." + }, + { + "name": "Edición Rápida para Suavizado de Animaciones", + "description": "Cuando la selección está en una \"animation timing function\" de CSS, puedes usar Edición Rápida Ctrl+E/\u2318E) para modificar visualmente la curva de tiempo" + }, + { + "name": "Reemplazar en Expresiones Regulares", + "description": "Al utilizar una expresión regular en buscar/reemplazar, puedes usar $1, $2, etc. en la cadena de reemplazo para hacer referencia a expresiones entre paréntesis en la cadena de búsqueda" + }, + { + "name": "Mejoras gráficas", + "description": "La versión de Mac tiene ahora una barra oscura, acorde con el resto del diseño de Brackets. Los widgets de Edición Gráfica tienen ahora un botón de cerrar. Buscar en archivos informa cuándo no hay resultados." + }, + { + "name": "Traducciones actualizadas", + "description": "Las traducciones de Francés, Japonés, Alemán, Checo y Español se han actualizado." + } + ] + }, + { + "buildNumber": 9791, + "versionString": "Sprint 32", + "dateString": "10-04-2013", + "releaseNotesURL": "https://github.com/adobe/brackets/wiki/Release-Notes:-Sprint-32", + "downloadURL": "http://download.brackets.io", + "newFeatures": [ + { + "name": "Launch Live Preview for non-HTML file", + "description": "Brackets will automatically find a nearby index.html file to use. No more switching away from your CSS file to start Live Preview!" + }, + { + "name": "Faster Performance in Find as you Type", + "description": "Initial keystrokes when typing in Find field (when the number of results is usually very high) are improved." + }, + { + "name": "Update Node to Version 0.10", + "description": "This is an 'Under the Hood' change." + }, + { + "name": "Improved Linting API", + "description": "Extension authors can now drive linting engine headlessly." + }, + { + "name": "Updated Translations", + "description": "French, Japanese, German, Czech, Finnish, and Turkish translations have been updated." + } + ] + }, + { + "buildNumber": 9569, + "versionString": "Sprint 31", + "dateString": "09-20-2013", + "releaseNotesURL": "https://github.com/adobe/brackets/wiki/Release-Notes:-Sprint-31", + "downloadURL": "http://download.brackets.io", + "newFeatures": [ + { + "name": "Live Preview for HTML", + "description": "Live Preview updates in real time as you type in HTML files. Updates pause whenever the HTML is not syntactically valid." + }, + { + "name": "Windows UI", + "description": "Windows now has a dark titlebar. A similar change will be coming soon for Mac too." + }, + { + "name": "Keyboard Support for Recent Projects", + "description": "Press Ctrl+Alt+R (\u2318\u2325R) to open the 'recent projects' dropdown, then use the arrows and Enter to switch projects." + }, + { + "name": "CSS Code Hints in SCSS", + "description": "Code hints for CSS property names & values: The same code hints you see in CSS files will now also appear in SCSS files. Quick Docs for CSS properties: Ditto – just like in CSS." + }, + { + "name": "HTML Matching Tag Highlighting", + "description": "Highlight matching open/close tag." + }, + { + "name": "Search", + "description": "Update Find in Files results while typing." + }, + { + "name": "Search Result Tickmarks", + "description": "Find results are visually mapped out as yellow tickmarks along the scroll bar track." + } + ] + }, + { + "buildNumber": 9116, + "versionString": "Sprint 30", + "dateString": "08-29-2013", + "releaseNotesURL": "https://github.com/adobe/brackets/wiki/Release-Notes:-Sprint-30", + "downloadURL": "http://download.brackets.io", + "newFeatures": [ + { + "name": "OS X 10.6 Support Restored", + "description": "Brackets will no longer crash on launch when running on Mac OS X 10.6.x." + }, + { + "name": "Linux Preview Improvements & Fixes", + "description": "File delete, Extension Manager and HTML Highlighting in Live Preview are now enabled. Also, we've fixed several bugs when installing the Debian package." + }, + { + "name": "CSS Regions Named Flow Code Hints", + "description": "Named Flows for CSS regions will now appear in code hints for flow-into and flow-from properties." + }, + { + "name": "Function Parameter Hints", + "description": "Hints appear automatically when you first type inside parentheses, or when invoked manually with Ctrl+Shift+Space." + }, + { + "name": "Replace All", + "description": "Replace All displays a panel showing all occurrences that will be replaced. You can review and uncheck any occurrences you don't want to replace." + }, + { + "name": "Note: Theseus Extension Update Required", + "description": "All users of the Theseus extension must update due to a break in compatibility. Also, Brackets developers can now use the Theseus to debug an instance of Brackets." + }, + { + "name": "Updated Translations", + "description": "The French, Japanese, German, and Turkish translations have been updated." + } + ] + }, + { + "buildNumber": 8678, + "versionString": "Sprint 29", + "dateString": "08-09-2013", + "releaseNotesURL": "https://github.com/adobe/brackets/wiki/Release-Notes:-Sprint-29", + "downloadURL": "http://download.brackets.io", + "newFeatures": [ + { + "name": "Note: Does Not Launch on OS X 10.6", + "description": "Do not upgrade if you are running Mac OS X 10.6.x, as this sprint will not launch. We've tracked down the cause and hope to fix it in Sprint 30. In the meantime, if you are on Snow Leopard, use Sprint 26 or earlier." + }, + { + "name": "Find in Files: View All Results and Add to Working Set", + "description": "Find in Files now displays more than 100 results. You may double click on a result to add the file to the working set." + }, + { + "name": "\"Open With\u2026\" support for Finder (Mac only)", + "description": "Brackets is now displayed in the \"Open With\u2026\" Finder context menu for supported file types." + }, + { + "name": "New Finnish Support and Updated Translations", + "description": "A new Finnish translation has been created for Brackets. The French, Japanese, Czech, German, and Swedish translations have been updated." + } + ] + }, + { + "buildNumber": 8528, + "versionString": "Sprint 28", + "dateString": "07-29-2013", + "releaseNotesURL": "https://github.com/adobe/brackets/wiki/Release-Notes:-Sprint-28", + "downloadURL": "http://download.brackets.io", + "newFeatures": [ + { + "name": "Note: Does Not Launch on OS X 10.6", + "description": "Do not upgrade if you are running Mac OS X 10.6.x, as Sprints 27 and 28 will not launch. We've tracked down the cause and hope to fix it in Sprint 29. In the meantime, if you are on Snow Leopard, use Sprint 26 or earlier." + }, + { + "name": "New Untitled Document", + "description": "File > New now creates a blank untitled document in memory, as in other text editors; you will be prompted for a filename on save. You can still directly create a new file on disk by choosing New File from the context menu in the file tree." + }, + { + "name": "Install Extensions from Registry", + "description": "The Extension Manager now has a tab that lists available extensions for Brackets. You can install an extension from the list or update to the latest version of an extension with a single click. Developers can upload extensions to the registry at brackets-registry.aboutweb.com." + }, + { + "name": "Drag and Drop from OS", + "description": "You can now drag files from the OS onto the Brackets window in order to open them. You can also drag a folder onto the Brackets window to open it in the sidebar." + }, + { + "name": "Quick Edit and Quick View animations", + "description": "Quick Edit views now animate open and closed, and the Quick View popup has a subtle grow effect." + } + ] + }, + { + "buildNumber": 8254, + "versionString": "Sprint 27", + "dateString": "06-26-2013", + "releaseNotesURL": "https://github.com/adobe/brackets/wiki/Release-Notes:-Sprint-27", + "downloadURL": "http://download.brackets.io", + "newFeatures": [ + { + "name": "OS X 10.6 Issue", + "description": "Do not upgrade if you are running Mac OS X 10.6.x, as Sprint 27 fails to load. Newer versions of OS X are unaffected by this issue. We hope to fix this bug in Sprint 28. Sorry." + }, + { + "name": "Save As", + "description": "Save a copy of a file using the File > Save As\u2026 menu, project tree context menu, or with the keyboard shortcut Ctrl+Shift+S or \u21E7\u2318S." + }, + { + "name": "Updated Quick View Gradient Support", + "description": "Quick View for gradients now supports the \"to\" keyword for gradient direction and new repeating-linear-gradient and repeating-radial-gradient types." + }, + { + "name": "New Hungarian Support and Language Updates", + "description": "A new Hungarian translation has been created for Brackets. French, Czech and Spanish translations have been updated." + }, + { + "name": "New Native Shell", + "description": "Under the hood, Brackets is now using a new version of the Chromium Embedded Framework. There are no significant user-facing changes, but please do report bugs if you experience any problems." + } + ] + }, + { + "buildNumber": 8034, + "versionString": "Sprint 26", + "dateString": "06-10-2013", + "releaseNotesURL": "https://github.com/adobe/brackets/wiki/Release-Notes:-Sprint-26", + "downloadURL": "http://download.brackets.io", + "newFeatures": [ + { + "name": "Update Installed Extensions", + "description": "Extension Manager can now update an installed extension without manually uninstalling the extension first." + }, + { + "name": "New Status Bar Design", + "description": "Visual updates to the status bar including new icons for JSLint validation." + }, + { + "name": "Show/Hide JSLint Errors", + "description": "When JSLint errors are present, click on the status icon in the status bar to show/hide the JSLint panel." + }, + { + "name": "URL Hints in CSS", + "description": "In an @import or url() statement, code hints will show relative paths to files in your project." + }, + { + "name": "OK/Cancel Dialog Buttons on Windows", + "description": "OK and Cancel buttons in dialogs now display in the correct order. Previously the order was reversed." + }, + { + "name": "Architecture: jQuery, Bootstrap and LESS updates", + "description": "Under the hood, Brackets is now using newer versions of jQuery, Bootstrap and LESS. There are no significant user-facing changes, but please do report bugs if you experience any problems." + } + ] + }, + { + "buildNumber": 7701, + "versionString": "Sprint 25", + "dateString": "05-26-2013", + "releaseNotesURL": "https://github.com/adobe/brackets/wiki/Release-Notes:-Sprint-25", + "downloadURL": "http://download.brackets.io", + "newFeatures": [ + { + "name": "Extension Manager", + "description": "From the toolbar icon or File > Extension Manager\u2026 you can view, search and remove installed extensions. To install new extensions, use the Install from URL\u2026 button in the Extension Manager." + }, + { + "name": "Delete Files/Folders", + "description": "Files and folders can be deleted from the file tree using the context menu or File > Delete." + }, + { + "name": "Show in OS", + "description": "Right click on a file or folder and choose Show in OS to open the location in Mac Finder or Windows Explorer." + }, + { + "name": "Refresh File Tree", + "description": "Right-click on the file tree and choose Refresh to update the file list from disk." + }, + { + "name": "Live Preview Reliability", + "description": "On all platforms, if Live Preview is disconnected, Brackets will show a notification. On Windows, launching and finding Chrome is now more reliable." + }, + { + "name": "JavaScript Code Intelligence Improvements", + "description": "JavaScript Quick Edit now uses the Tern-based code intelligence engine for finding function definitions. Also, bug fixes and performance optimizations were made in JavaScript code hinting." + }, + { + "name": "Typing Performance", + "description": "A substantial typing performance regression has been fixed." + } + ] + }, + { + "buildNumber": 7204, + "versionString": "Sprint 24", + "dateString": "04-26-2013", + "releaseNotesURL": "https://github.com/adobe/brackets/wiki/Release-Notes:-Sprint-24", + "downloadURL": "http://download.brackets.io", + "newFeatures": [ + { + "name": "New Quick View", + "description": "Use your mouse to hover over color, gradient and image values for an in-editor preview." + }, + { + "name": "New Quick Docs for CSS", + "description": "Press Ctrl+K or \u2318K on a CSS property to view community generated documentation powered by WebPlatform.org." + }, + { + "name": "Advanced JavaScript Code Intelligence", + "description": "New JavaScript code intelligence based on the Tern project. Increased code hinting accuracy, camelCase support and built-in intelligence for RequireJS and jQuery." + }, + { + "name": "Jump To Definition", + "description": "Instantly locate a function or property definition in your project by pressing Ctrl+J or \u2318J." + }, + { + "name": "Function Argument / Signature Hints", + "description": "Press Ctrl+Space inside a function call's ()s to see information on its arguments and their types." + }, + { + "name": "New Project Panel Design", + "description": "Visual updates to the project panel." + }, + { + "name": "Install Extensions From Toolbar", + "description": "Install extensions directly from the toolbar." + } + ] + }, + { + "buildNumber": 6726, + "versionString": "Sprint 23", + "dateString": "04-10-2013", + "releaseNotesURL": "https://github.com/adobe/brackets/wiki/Release-Notes:-Sprint-23", + "downloadURL": "http://download.brackets.io", + "newFeatures": [ + { + "name": "HTML Highlight w/ Live Preview", + "description": "When in Live Preview mode, place the cursor on an HTML element to highlight that element in the browser. Highlighting can be toggled on/off with Ctrl+Shift+C or \u21E7\u2318C. Support is currently limited to files with saved changes." + }, + { + "name": "New Toolbar", + "description": "A new toolbar is now docked on the right in Brackets. This replaces the top title bar and HTML menus. Icons for Live Preview and other extensions will be found here." + }, + { + "name": "New Polish Support and Language Updates", + "description": "A new Polish translation has been created for Brackets. French, German, Czech and Chinese translations have been updated." + } + ] + }, + { + "buildNumber": 6428, + "versionString": "Sprint 22", + "dateString": "03-22-2013", + "releaseNotesURL": "https://github.com/adobe/brackets/wiki/Release-Notes:-Sprint-22", + "downloadURL": "http://download.brackets.io", + "newFeatures": [ + { + "name": "Easier Extension Installation", + "description": "Install extensions in the Brackets UI via File > Install Extensions\u2026. A URL to a ZIP file or GitHub repo is required." + }, + { + "name": "Word Wrap", + "description": "Word wrap is now enabled by default. Use the View > Enable Word Wrap menu to toggle." + }, + { + "name": "Show Active Line", + "description": "Active line highlighting emphasizes which line the cursor is positioned on. Use the View > Show Active Line menu to toggle." + }, + { + "name": "Hide Line Numbers", + "description": "Line numbers can now be hidden. Use the View > Show Line Numbers menu to toggle." + }, + { + "name": "Live Development Reliability", + "description": "Improvements and bug fixes were made to make the connection to Chrome more reliable and to report errors more effectively." + }, + { + "name": "New/Updated Translations", + "description": "New Chinese translation was added. Also, French, Japanese, German and Italian translations have been updated." + } + ] + }, + { + "buildNumber": 5990, + "versionString": "Sprint 21", + "dateString": "03-01-2013", + "releaseNotesURL": "https://github.com/adobe/brackets/wiki/Release-Notes:-Sprint-21", + "downloadURL": "http://download.brackets.io", + "newFeatures": [ + { + "name": "JavaScript Code Hinting", + "description": "New code hinting for JavaScript includes keywords, local variables, arguments, and property names." + }, + { + "name": "Default Live Development on Localhost (w/ Node.js)", + "description": "By default, Live Development uses a built-in webserver powered by node.js." + }, + { + "name": "Drag to Dock to Open Files (OSX)", + "description": "Drag a file directly to the Brackets dock icon to open." + }, + { + "name": "Drag and Drop to Open Files (Windows)", + "description": "Drag a file directly into Brackets to open." + }, + { + "name": "Remember Cursor & Scroll Position", + "description": "Files left open after close will retain cursor and scroll position on launch. During a session, cursor and scroll position is retained for closed files upon reopening." + } + ] + }, + { + "buildNumber": 5672, + "versionString": "Sprint 20", + "dateString": "02-14-2013", + "releaseNotesURL": "https://github.com/adobe/brackets/wiki/Release-Notes:-Sprint-20", + "downloadURL": "http://download.brackets.io", + "newFeatures": [ + { + "name": "Upgrade to CodeMirror 3", + "description": "The core code editor has been updated to CodeMirror 3, fixing many issues and enabling new functionality." + }, + { + "name": "Improved Undo/Redo", + "description": "Undo restores the old selection and cursor position." + }, + { + "name": "Line Numbers Always Visible", + "description": "Gutter line numbers stay in view when scrolling horizontally." + }, + { + "name": "Double/Triple Click and Drag", + "description": "Double-click-drag and triple-click-drag to select multiple words/lines quickly." + }, + { + "name": "Search Improvements", + "description": "All Find results are highlighted when search bar is open. Current result is centered in the editor." + } + ] + }, + { + "buildNumber": 5290, + "versionString": "Sprint 19", + "dateString": "01-18-2013", + "releaseNotesURL": "https://github.com/adobe/brackets/wiki/Release-Notes:-Sprint-19", + "downloadURL": "http://download.brackets.io", + "newFeatures": [ + { + "name": "Native Menu Bar", + "description": "Menus now appear in the Mac/Windows native menus." + }, + { + "name": "CSS Code Hints", + "description": "Code hinting for CSS properties and values now appear for CSS files and