Actualización

This commit is contained in:
Xes
2025-04-10 12:49:05 +02:00
parent 4aff98e77b
commit 1cdd00920f
9151 changed files with 1800913 additions and 0 deletions

View File

@@ -0,0 +1,69 @@
CKEDITOR.plugins.setLang( 'asciisvg', 'en', {
GraphEditor: 'Graph editor',
EquationType: 'Equation type',
YEqualsFOfX: 'y=f(x)',
REqualsFOfT: 'r=f(t)',
XEqualsFOfTCommaYEqualsGOfT: 'x=f(t),y=g(t)',
DySplitDxEqualsFOfXAndY: 'dy/dx=f(x,y)',
Label: 'Label',
FOfX: 'f(x)',
ROfT: 'r(t)',
FOfT: 'f(t)',
GOfT: 'g(t)',
DySplitDxOfXAndY: 'dy/dx(x,y)',
XSquared: 'x^2',
SinOfX: 'sin(x)',
T: 't',
SinOfT: 'sin(t)',
CosOfT: 'cos(t)',
XByY: 'x*y',
Every: 'Every',
Text: 'Text',
From: 'From',
To: 'To',
XPosition: 'X position',
YPosition: 'Y position',
Color: 'Color',
Black: 'Black',
Red: 'Red',
Orange: 'Orange',
Yellow: 'Yellow',
Green: 'Green',
Blue: 'Blue',
Purple: 'Purple',
Width: 'Width',
Line: 'Line',
Solid: 'Solid',
Dotted: 'Dotted',
Dashed: 'Dashed',
TightDash: 'Tight dash',
DashDot: 'Dash dot',
StartWith: 'Start with',
None: 'None',
Arrow: 'Arrow',
OpenDot: 'Open dot',
Dot: 'Dot',
EndWith: 'End with',
XMin: 'xmin',
XMax: 'xmax',
XScl: 'xscl',
YMin: 'ymin',
YMax: 'ymax',
YScl: 'yscl',
ShowAxisLabels: 'Show axis labels',
ShowXYGrid: 'Show XY grid',
ResizeTo: 'Resize to',
By: 'by',
Update: 'Update',
AddGraph: 'Add graph',
Graphs: 'Graphs',
YEqualsXSquared: 'y=x^2',
ReplaceSelectedGraph: 'Replace selected graph',
Remove: 'Remove',
Position: 'Position',
Top: 'Top',
Middle: 'Middle',
Bottom: 'Bottom',
FloatLeft: 'Float left',
FloatRight: 'Float right'
} );

View File

@@ -0,0 +1,69 @@
CKEDITOR.plugins.setLang( 'asciisvg', 'es', {
GraphEditor: 'Editor de gráficos',
EquationType: 'Tipo de ecuación',
YEqualsFOfX: 'y=f(x)',
REqualsFOfT: 'r=f(t)',
XEqualsFOfTCommaYEqualsGOfT: 'x=f(t),y=g(t)',
DySplitDxEqualsFOfXAndY: 'dy/dx=f(x,y)',
Label: 'Etiqueta',
FOfX: 'f(x)',
ROfT: 'r(t)',
FOfT: 'f(t)',
GOfT: 'g(t)',
DySplitDxOfXAndY: 'dy/dx(x,y)',
XSquared: 'x^2',
SinOfX: 'sin(x)',
T: 't',
SinOfT: 'sin(t)',
CosOfT: 'cos(t)',
XByY: 'x*y',
Every: 'Cada',
Text: 'Texto',
From: 'De',
To: 'A',
XPosition: 'Posición en X',
YPosition: 'Posición en Y',
Color: 'Color',
Black: 'Negro',
Red: 'Rojo',
Orange: 'Naranja',
Yellow: 'Amarillo',
Green: 'Verde',
Blue: 'Azul',
Purple: 'Púrpura',
Width: 'Anchura',
Line: 'Línea',
Solid: 'Sólida',
Dotted: 'Punteada',
Dashed: 'Discontinua',
TightDash: 'Discontinua apretada',
DashDot: 'Discontinua punteada',
StartWith: 'Empezar con',
None: 'Nada',
Arrow: 'Flecha',
OpenDot: 'Punto abierto',
Dot: 'Punto',
EndWith: 'Terminar con',
XMin: 'xmin',
XMax: 'xmax',
XScl: 'xscl',
YMin: 'ymin',
YMax: 'ymax',
YScl: 'yscl',
ShowAxisLabels: 'Mostrar etiquetas ejes',
ShowXYGrid: 'Mostrar cuadrícula XY',
ResizeTo: 'Redimensionar a',
By: 'por',
Update: 'Actualizar',
AddGraph: 'Añadir gráfico',
Graphs: 'Gráficos',
YEqualsXSquared: 'y=x^2',
ReplaceSelectedGraph: 'Sustituir el gráfico seleccionado',
Remove: 'Eliminar',
Position: 'Posición',
Top: 'Superior',
Middle: 'Media',
Bottom: 'Inferior',
FloatLeft: 'Izquierda',
FloatRight: 'Derecha'
} );