mirror of
https://github.com/chinchang/web-maker.git
synced 2025-08-03 11:57:34 +02:00
add es translation
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
/* eslint-disable */ export default {
|
/* eslint-disable */ export default {
|
||||||
languageData: {
|
languageData: {
|
||||||
plurals: function(n, ord) {
|
plurals: function (n, ord) {
|
||||||
var s = String(n).split('.'),
|
var s = String(n).split('.'),
|
||||||
v0 = !s[1],
|
v0 = !s[1],
|
||||||
t0 = Number(s[0]) == n,
|
t0 = Number(s[0]) == n,
|
||||||
@@ -62,7 +62,7 @@
|
|||||||
'Login/Signup': 'Login/Signup',
|
'Login/Signup': 'Login/Signup',
|
||||||
'Made with <0>\uD83D\uDC96</0>& <1> \uD83D\uDE4C</1> by <2>Kushagra Gour</2>':
|
'Made with <0>\uD83D\uDC96</0>& <1> \uD83D\uDE4C</1> by <2>Kushagra Gour</2>':
|
||||||
'Made with <0>\uD83D\uDC96</0>& <1> \uD83D\uDE4C</1> by <2>Kushagra Gour</2>',
|
'Made with <0>\uD83D\uDC96</0>& <1> \uD83D\uDE4C</1> by <2>Kushagra Gour</2>',
|
||||||
'My Library ({0})': function(a) {
|
'My Library ({0})': function (a) {
|
||||||
return ['My Library (', a('0'), ')'];
|
return ['My Library (', a('0'), ')'];
|
||||||
},
|
},
|
||||||
New: 'New',
|
New: 'New',
|
||||||
|
@@ -1,117 +1,106 @@
|
|||||||
/* eslint-disable */ export default {
|
/* eslint-disable */ export default {
|
||||||
languageData: {
|
languageData: {
|
||||||
plurals: function(n, ord) {
|
plurals: function (n, ord) {
|
||||||
if (ord) return 'other';
|
if (ord) return 'other';
|
||||||
return n == 1 ? 'one' : 'other';
|
return n == 1 ? 'one' : 'other';
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
messages: {
|
messages: {
|
||||||
'"Web Maker" <0>CHill</0>.': '"Web Maker" <0>CHill</0>.',
|
|
||||||
'\'Oops! Selected file is corrupted. Please select a file that was generated by clicking the "Export" button.':
|
'\'Oops! Selected file is corrupted. Please select a file that was generated by clicking the "Export" button.':
|
||||||
'\'Oops! Selected file is corrupted. Please select a file that was generated by clicking the "Export" button.',
|
'"Oops! El archivo seleccionado est\xE1 da\xF1ado. Seleccione un archivo que se gener\xF3 haciendo clic en el bot\xF3n "Exportar".',
|
||||||
'Add Library': 'Add Library',
|
'Add Library': 'A\xF1adir librer\xEDa',
|
||||||
'Add a JS/CSS library': 'Add a JS/CSS library',
|
'Add a JS/CSS library': 'A\xF1adir una librer\xEDa JS/CSS',
|
||||||
'Add library': 'Add library',
|
'Add library': 'A\xF1adir librer\xEDa',
|
||||||
Chat: 'Chat',
|
Chat: 'Chat',
|
||||||
'Choose from popular libraries': 'Choose from popular libraries',
|
'Choose from popular libraries': 'Elija entre las librer\xEDas populares',
|
||||||
'Clear console (CTRL + L)': 'Clear console (CTRL + L)',
|
'Clear console (CTRL + L)': 'Borrar consola (CTRL + L)',
|
||||||
'Clear console (works when console input is focused)':
|
'Clear console (works when console input is focused)':
|
||||||
'Clear console (works when console input is focused)',
|
'Borrar consola (funciona cuando la entrada de la consola est\xE1 enfocada)',
|
||||||
'Close saved creations pane': 'Close saved creations pane',
|
'Close saved creations pane': 'Cerrar el panel creaciones guardadas',
|
||||||
'Close saved creations panel & modals':
|
'Close saved creations panel & modals':
|
||||||
'Close saved creations panel & modals',
|
'Cerrar el panel de creaciones guardadas y modales',
|
||||||
Console: 'Console',
|
Console: 'Consola',
|
||||||
'Detach Preview': 'Detach Preview',
|
'Detach preview': 'Separar la vista previa',
|
||||||
'Detach preview': 'Detach preview',
|
Donate: 'Donar',
|
||||||
Donate: 'Donate',
|
'Double click to toggle console':
|
||||||
'Double click to toggle console': 'Double click to toggle console',
|
'Haga doble clic para alternar la consola',
|
||||||
'Download game as zip': 'Download game as zip',
|
'Download game as zip': 'Descargar juego como zip',
|
||||||
'Edit on CodePen': 'Edit on CodePen',
|
'Edit on CodePen': 'Editar en CodePen',
|
||||||
Editor: 'Editor',
|
Editor: 'Editor',
|
||||||
'Emmet code completion': 'Emmet code completion',
|
'Emmet code completion': 'Finalizaci\xF3n del c\xF3digo Emmet',
|
||||||
Export: 'Export',
|
Export: 'Exportar',
|
||||||
'Export all your creations into a single importable file.':
|
'Export all your creations into a single importable file.':
|
||||||
'Export all your creations into a single importable file.',
|
'Exporta todas tus creaciones en un \xFAnico archivo importable.',
|
||||||
Find: 'Find',
|
Find: 'Buscar',
|
||||||
'Find & replace': 'Find & replace',
|
'Find & replace': 'Buscar y reemplazar',
|
||||||
Global: 'Global',
|
Global: 'Global',
|
||||||
Help: 'Help',
|
Help: 'Ayuda',
|
||||||
Import: 'Import',
|
Import: 'Importar',
|
||||||
"Import your creations. Only the file that you export through the 'Export' button can be imported.":
|
"Import your creations. Only the file that you export through the 'Export' button can be imported.":
|
||||||
"Import your creations. Only the file that you export through the 'Export' button can be imported.",
|
'Importa tus creaciones. S\xF3lo se puede importar el archivo que se exporta a trav\xE9s del bot\xF3n "Exportar".',
|
||||||
'Indent code left': 'Indent code left',
|
'Indent code left': 'Indentar c\xF3digo a la izquierda',
|
||||||
'Indent code right': 'Indent code right',
|
'Indent code right': 'Indentar c\xF3digo a la derecha',
|
||||||
'Keyboard Shortcuts': 'Keyboard Shortcuts',
|
'Keyboard Shortcuts': 'Atajos de Teclado',
|
||||||
'Keyboard shortcuts': 'Keyboard shortcuts',
|
'Keyboard shortcuts': 'Atajos de teclado',
|
||||||
License: 'License',
|
License: 'Licencia',
|
||||||
'Like this extension? Please <0>rate it here</0>.':
|
'Login/Signup': 'Iniciar sesi\xF3n/Registrarse',
|
||||||
'Like this extension? Please <0>rate it here</0>.',
|
'My Library ({0})': 'Mi biblioteca',
|
||||||
Login: 'Login',
|
New: 'Nuevo',
|
||||||
'Login/Signup': 'Login/Signup',
|
'No match found.': 'No se encontr\xF3 ninguna coincidencia.',
|
||||||
'Made with <0>\uD83D\uDC96</0>& <1> \uD83D\uDE4C</1> by <2>Kushagra Gour</2>':
|
|
||||||
'Made with <0>\uD83D\uDC96</0>& <1> \uD83D\uDE4C</1> by <2>Kushagra Gour</2>',
|
|
||||||
'My Library ({0})': function(a) {
|
|
||||||
return ['My Library (', a('0'), ')'];
|
|
||||||
},
|
|
||||||
New: 'New',
|
|
||||||
'No match found.': 'No match found.',
|
|
||||||
'Note: You can load external scripts from following domains:':
|
|
||||||
'Note: You can load external scripts from following domains:',
|
|
||||||
'Note: You can load external scripts only from following domains:':
|
'Note: You can load external scripts only from following domains:':
|
||||||
'Note: You can load external scripts only from following domains:',
|
'Nota: Puedes cargar scripts externos s\xF3lo de los siguientes dominios:',
|
||||||
'Nothing saved here.': 'Nothing saved here.',
|
'Nothing saved here.': 'Aqu\xED no hay nada guardado.',
|
||||||
Open: 'Open',
|
Open: 'Abrir',
|
||||||
'Open a saved creation (Ctrl/\u2318 + O)':
|
'Open a saved creation (Ctrl/\u2318 + O)':
|
||||||
'Open a saved creation (Ctrl/\u2318 + O)',
|
'Abrir una creaci\xF3n guardada (Ctrl/\u2318 + O)',
|
||||||
'Open list of saved creations': 'Open list of saved creations',
|
'Open list of saved creations': 'Abrir lista de creaciones guardadas',
|
||||||
'Powered by cdnjs': 'Powered by cdnjs',
|
'Powered by cdnjs': 'Impulsado por cdnjs',
|
||||||
'Put each library in new line': 'Put each library in new line',
|
'Put each library in new line':
|
||||||
'Read more': 'Read more',
|
'Poner cada biblioteca en una nueva l\xEDnea',
|
||||||
'Read the documentation.': 'Read the documentation.',
|
'Read more': 'Leer m\xE1s',
|
||||||
'Realign code': 'Realign code',
|
'Read the documentation.': 'Leer la documentaci\xF3n.',
|
||||||
'Refresh preview': 'Refresh preview',
|
'Realign code': 'Reajustar el c\xF3digo',
|
||||||
'Report a bug': 'Report a bug',
|
'Refresh preview': 'Actualizar la vista previa',
|
||||||
'Review Web Maker': 'Review Web Maker',
|
'Report a bug': 'Reporta un error',
|
||||||
Run: 'Run',
|
'Review Web Maker': 'Rese\xF1a de Web Maker',
|
||||||
'Run Prettier': 'Run Prettier',
|
Run: 'Ejecutar',
|
||||||
|
'Run Prettier': 'Ejecutar Prettier',
|
||||||
'Run preview (Ctrl/\u2318 + Shift + 5)':
|
'Run preview (Ctrl/\u2318 + Shift + 5)':
|
||||||
'Run preview (Ctrl/\u2318 + Shift + 5)',
|
'Ejecutar vista previa (Ctrl/\u2318 + Shift + 5)',
|
||||||
Save: 'Save',
|
Save: 'Guardar',
|
||||||
'Save as HTML file': 'Save as HTML file',
|
'Save as HTML file': 'Guardar como archivo HTML',
|
||||||
'Save current creation (Ctrl/\u2318 + S)':
|
'Save current creation (Ctrl/\u2318 + S)':
|
||||||
'Save current creation (Ctrl/\u2318 + S)',
|
'Guardar la creaci\xF3n actual (Ctrl/\u2318 + S)',
|
||||||
'Save current creations': 'Save current creations',
|
'Save current creations': 'Guardar las creaciones actuales',
|
||||||
'Search your creations here...': 'Search your creations here...',
|
'Search your creations here...': 'Busca tus creaciones aqu\xED...',
|
||||||
'See Changelog': 'See Changelog',
|
'See awesome libraries used':
|
||||||
'See awesome libraries used': 'See awesome libraries used',
|
'Vea las incre\xEDbles librer\xEDas utilizadas',
|
||||||
'See changelog': 'See changelog',
|
'See changelog': 'Ver registro de cambios',
|
||||||
'See profile or Logout': 'See profile or Logout',
|
'See profile or Logout': 'Ver perfil o cerrar sesi\xF3n',
|
||||||
'Select next match': 'Select next match',
|
'Select next match': 'Seleccione el siguiente partido',
|
||||||
'Select previous match': 'Select previous match',
|
'Select previous match': 'Seleccione el partido anterior',
|
||||||
Settings: 'Settings',
|
Settings: 'Ajustes',
|
||||||
Signup: 'Signup',
|
'Single line comment': 'Comentario de una sola l\xEDnea',
|
||||||
'Single line comment': 'Single line comment',
|
'Start a new creation': 'Iniciar una nueva creaci\xF3n',
|
||||||
'Start a new creation': 'Start a new creation',
|
'Support the developer': 'Apoyar al desarrollador',
|
||||||
'Support the developer': 'Support the developer',
|
|
||||||
'Support the developer by pledging some amount':
|
'Support the developer by pledging some amount':
|
||||||
'Support the developer by pledging some amount',
|
'Apoyar al desarrollador donando alguna cantidad',
|
||||||
'Switch to full screen preview': 'Switch to full screen preview',
|
'Switch to full screen preview':
|
||||||
|
'Cambiar a vista previa de pantalla completa',
|
||||||
'Switch to layout with all vertical panes':
|
'Switch to layout with all vertical panes':
|
||||||
'Switch to layout with all vertical panes',
|
'Cambiar a la disposici\xF3n con todos los paneles verticales',
|
||||||
'Switch to layout with preview on bottom':
|
'Switch to layout with preview on bottom':
|
||||||
'Switch to layout with preview on bottom',
|
'Cambiar al dise\xF1o con vista previa en la parte inferior',
|
||||||
'Switch to layout with preview on left':
|
'Switch to layout with preview on left':
|
||||||
'Switch to layout with preview on left',
|
'Cambiar al dise\xF1o con vista previa a la izquierda',
|
||||||
'Switch to layout with preview on left"':
|
|
||||||
'Switch to layout with preview on left"',
|
|
||||||
'Switch to layout with preview on right':
|
'Switch to layout with preview on right':
|
||||||
'Switch to layout with preview on right',
|
'Cambiar al dise\xF1o con vista previa a la derecha',
|
||||||
'Take screenshot of preview': 'Take screenshot of preview',
|
'Take screenshot of preview':
|
||||||
'Toggle console': 'Toggle console',
|
'Tomar captura de pantalla de la vista previa',
|
||||||
"Tweet about 'Web Maker'": "Tweet about 'Web Maker'",
|
'Toggle console': 'Alternar consola',
|
||||||
'Tweet out your feature requests, comments & suggestions to <0>@webmakerApp</0>':
|
"Tweet about 'Web Maker'": "Tuitea sobre 'Web Maker'",
|
||||||
'Tweet out your feature requests, comments & suggestions to <0>@webmakerApp</0>',
|
'Type here to search libraries':
|
||||||
'Type here to search libraries': 'Type here to search libraries',
|
'Escriba aqu\xED para buscar en las librer\xEDas',
|
||||||
'Upload Image': 'Upload Image'
|
'Upload Image': 'Cargar imagen'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/* eslint-disable */ export default {
|
/* eslint-disable */ export default {
|
||||||
languageData: {
|
languageData: {
|
||||||
plurals: function(n, ord) {
|
plurals: function (n, ord) {
|
||||||
if (ord)
|
if (ord)
|
||||||
return n == 1
|
return n == 1
|
||||||
? 'one'
|
? 'one'
|
||||||
@@ -62,7 +62,7 @@
|
|||||||
'\u0932\u0949\u0917\u093F\u0928 / \u0938\u093E\u0907\u0928\u092A',
|
'\u0932\u0949\u0917\u093F\u0928 / \u0938\u093E\u0907\u0928\u092A',
|
||||||
'Made with <0>\uD83D\uDC96</0>& <1> \uD83D\uDE4C</1> by <2>Kushagra Gour</2>':
|
'Made with <0>\uD83D\uDC96</0>& <1> \uD83D\uDE4C</1> by <2>Kushagra Gour</2>':
|
||||||
'<0>\uD83D\uDC96</0> \u0914\u0930 <1> \uD83D\uDE4C</1> \u0938\u0947 <2>\u0915\u0941\u0936\u093E\u0917\u094D\u0930 \u0917\u094C\u0930</2> \u0926\u094D\u0935\u093E\u0930\u093E \u092C\u0928\u093E\u092F\u093E \u0917\u092F\u093E',
|
'<0>\uD83D\uDC96</0> \u0914\u0930 <1> \uD83D\uDE4C</1> \u0938\u0947 <2>\u0915\u0941\u0936\u093E\u0917\u094D\u0930 \u0917\u094C\u0930</2> \u0926\u094D\u0935\u093E\u0930\u093E \u092C\u0928\u093E\u092F\u093E \u0917\u092F\u093E',
|
||||||
'My Library ({0})': function(a) {
|
'My Library ({0})': function (a) {
|
||||||
return [
|
return [
|
||||||
'\u092E\u0947\u0930\u0940 \u0930\u091A\u0928\u093E\u090F\u0901 (',
|
'\u092E\u0947\u0930\u0940 \u0930\u091A\u0928\u093E\u090F\u0901 (',
|
||||||
a('0'),
|
a('0'),
|
||||||
@@ -94,8 +94,7 @@
|
|||||||
'Run Prettier': 'Run Prettier',
|
'Run Prettier': 'Run Prettier',
|
||||||
'Run preview (Ctrl/\u2318 + Shift + 5)':
|
'Run preview (Ctrl/\u2318 + Shift + 5)':
|
||||||
'Run preview (Ctrl/\u2318 + Shift + 5)',
|
'Run preview (Ctrl/\u2318 + Shift + 5)',
|
||||||
Save:
|
Save: '\u0938\u0941\u0930\u0915\u094D\u0937\u093F\u0924 \u0915\u0930\u0947\u0902',
|
||||||
'\u0938\u0941\u0930\u0915\u094D\u0937\u093F\u0924 \u0915\u0930\u0947\u0902',
|
|
||||||
'Save as HTML file': 'Save as HTML file',
|
'Save as HTML file': 'Save as HTML file',
|
||||||
'Save current creation (Ctrl/\u2318 + S)':
|
'Save current creation (Ctrl/\u2318 + S)':
|
||||||
'Save current creation (Ctrl/\u2318 + S)',
|
'Save current creation (Ctrl/\u2318 + S)',
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
/* eslint-disable */ export default {
|
/* eslint-disable */ export default {
|
||||||
languageData: {
|
languageData: {
|
||||||
plurals: function(n, ord) {
|
plurals: function (n, ord) {
|
||||||
if (ord) return 'other';
|
if (ord) return 'other';
|
||||||
return 'other';
|
return 'other';
|
||||||
}
|
}
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
'Login/Signup': 'Login/Signup',
|
'Login/Signup': 'Login/Signup',
|
||||||
'Made with <0>\uD83D\uDC96</0>& <1> \uD83D\uDE4C</1> by <2>Kushagra Gour</2>':
|
'Made with <0>\uD83D\uDC96</0>& <1> \uD83D\uDE4C</1> by <2>Kushagra Gour</2>':
|
||||||
'Made with <0>\uD83D\uDC96</0>& <1> \uD83D\uDE4C</1> by <2>Kushagra Gour</2>',
|
'Made with <0>\uD83D\uDC96</0>& <1> \uD83D\uDE4C</1> by <2>Kushagra Gour</2>',
|
||||||
'My Library ({0})': function(a) {
|
'My Library ({0})': function (a) {
|
||||||
return ['My Library (', a('0'), ')'];
|
return ['My Library (', a('0'), ')'];
|
||||||
},
|
},
|
||||||
New: 'New',
|
New: 'New',
|
||||||
|
Reference in New Issue
Block a user