@smart-cloud/ai-kit-ui 1.1.40 → 1.1.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ai-kit-ui.css +22 -11
- package/dist/index.cjs +9 -9
- package/dist/index.d.cts +15 -1
- package/dist/index.d.ts +15 -1
- package/dist/index.js +9 -9
- package/package.json +3 -2
- package/src/ai-feature/AiFeature.tsx +164 -166
- package/src/doc-search/DocSearch.tsx +498 -0
- package/src/doc-search/index.tsx +1 -0
- package/src/i18n/ar.ts +55 -44
- package/src/i18n/de.ts +56 -45
- package/src/i18n/en.ts +56 -45
- package/src/i18n/es.ts +56 -44
- package/src/i18n/fr.ts +56 -44
- package/src/i18n/he.ts +55 -44
- package/src/i18n/hi.ts +55 -44
- package/src/i18n/hu.ts +63 -51
- package/src/i18n/id.ts +56 -44
- package/src/i18n/it.ts +56 -44
- package/src/i18n/ja.ts +56 -45
- package/src/i18n/ko.ts +55 -44
- package/src/i18n/nb.ts +56 -45
- package/src/i18n/nl.ts +56 -45
- package/src/i18n/pl.ts +57 -45
- package/src/i18n/pt.ts +55 -44
- package/src/i18n/ru.ts +56 -45
- package/src/i18n/sv.ts +56 -45
- package/src/i18n/th.ts +55 -44
- package/src/i18n/tr.ts +55 -44
- package/src/i18n/ua.ts +55 -46
- package/src/i18n/zh.ts +54 -43
- package/src/index.tsx +1 -0
- package/src/poweredBy.tsx +39 -0
- package/src/styles/ai-kit-ui.css +22 -11
package/src/i18n/en.ts
CHANGED
|
@@ -1,24 +1,32 @@
|
|
|
1
1
|
export const enDict: Record<string, string> = {
|
|
2
|
-
"
|
|
2
|
+
"--- Select ---": "--- Select ---",
|
|
3
3
|
Accept: "Accept",
|
|
4
4
|
"Accept response": "Accept response",
|
|
5
5
|
Add: "Add",
|
|
6
6
|
"Add image": "Add image",
|
|
7
7
|
"Additional instructions to guide the AI.":
|
|
8
8
|
"Additional instructions to guide the AI.",
|
|
9
|
+
"AI Assistant": "AI Assistant",
|
|
10
|
+
"AI Summary": "AI Summary",
|
|
9
11
|
"Alt Text": "Alt Text",
|
|
12
|
+
"An error occurred.": "An error occurred.",
|
|
10
13
|
"An unknown error occurred.": "An unknown error occurred.",
|
|
11
14
|
Arabic: "Arabic",
|
|
15
|
+
"Are you sure you want to reset the conversation?":
|
|
16
|
+
"Are you sure you want to reset the conversation?",
|
|
12
17
|
"As-Is": "As-Is",
|
|
18
|
+
"as-is": "as-is",
|
|
13
19
|
"Ask anything…": "Ask anything…",
|
|
14
20
|
"Ask me": "Ask me",
|
|
15
21
|
Assistant: "Assistant",
|
|
16
|
-
"Assistant is thinking
|
|
22
|
+
"Assistant is thinking…": "Assistant is thinking…",
|
|
23
|
+
auto: "auto",
|
|
17
24
|
"Auto-detect": "Auto-detect",
|
|
18
25
|
Cancel: "Cancel",
|
|
19
26
|
Caption: "Caption",
|
|
20
27
|
Casual: "Casual",
|
|
21
|
-
|
|
28
|
+
casual: "casual",
|
|
29
|
+
"Checking capabilities…": "Checking capabilities…",
|
|
22
30
|
Chinese: "Chinese",
|
|
23
31
|
"Click again to confirm": "Click again to confirm",
|
|
24
32
|
Close: "Close",
|
|
@@ -36,30 +44,36 @@ export const enDict: Record<string, string> = {
|
|
|
36
44
|
Description: "Description",
|
|
37
45
|
"Detecting language": "Detecting language",
|
|
38
46
|
"Done.": "Done.",
|
|
39
|
-
"Downloading model
|
|
47
|
+
"Downloading model…": "Downloading model…",
|
|
40
48
|
Dutch: "Dutch",
|
|
41
49
|
Edit: "Edit",
|
|
42
50
|
"Empty response": "Empty response",
|
|
43
51
|
English: "English",
|
|
52
|
+
"Enter a search query to start.": "Enter a search query to start.",
|
|
53
|
+
Error: "Error",
|
|
44
54
|
Excerpt: "Excerpt",
|
|
45
55
|
Formal: "Formal",
|
|
56
|
+
formal: "formal",
|
|
46
57
|
French: "French",
|
|
47
58
|
Generate: "Generate",
|
|
59
|
+
"Generate Image Metadata": "Generate Image Metadata",
|
|
60
|
+
"Generate Post Metadata": "Generate Post Metadata",
|
|
48
61
|
"Generated content": "Generated content",
|
|
49
62
|
"Generating text": "Generating text",
|
|
50
|
-
"Generating
|
|
63
|
+
"Generating…": "Generating…",
|
|
51
64
|
German: "German",
|
|
52
|
-
HTML: "HTML",
|
|
53
65
|
Headline: "Headline",
|
|
66
|
+
headline: "headline",
|
|
54
67
|
Hebrew: "Hebrew",
|
|
55
68
|
Hide: "Hide",
|
|
56
69
|
Hindi: "Hindi",
|
|
57
70
|
"Hover highlights to see explanations.":
|
|
58
71
|
"Hover highlights to see explanations.",
|
|
72
|
+
HTML: "HTML",
|
|
59
73
|
Hungarian: "Hungarian",
|
|
60
74
|
"I'm ready to assist you.": "I'm ready to assist you.",
|
|
61
75
|
Indonesian: "Indonesian",
|
|
62
|
-
"Initializing on-device AI
|
|
76
|
+
"Initializing on-device AI…": "Initializing on-device AI…",
|
|
63
77
|
"Inlining images as base64": "Inlining images as base64",
|
|
64
78
|
"Input and output languages cannot be the same.":
|
|
65
79
|
"Input and output languages cannot be the same.",
|
|
@@ -68,27 +82,39 @@ export const enDict: Record<string, string> = {
|
|
|
68
82
|
Italian: "Italian",
|
|
69
83
|
Japanese: "Japanese",
|
|
70
84
|
"Key Points": "Key Points",
|
|
85
|
+
"key-points": "key-points",
|
|
71
86
|
Korean: "Korean",
|
|
72
87
|
Length: "Length",
|
|
73
88
|
Long: "Long",
|
|
89
|
+
long: "long",
|
|
74
90
|
Longer: "Longer",
|
|
91
|
+
longer: "longer",
|
|
75
92
|
Markdown: "Markdown",
|
|
76
93
|
Maximize: "Maximize",
|
|
77
94
|
Medium: "Medium",
|
|
95
|
+
medium: "medium",
|
|
78
96
|
"More casual": "More casual",
|
|
79
97
|
"More formal": "More formal",
|
|
98
|
+
"more-casual": "more-casual",
|
|
99
|
+
"more-formal": "more-formal",
|
|
80
100
|
Neutral: "Neutral",
|
|
101
|
+
neutral: "neutral",
|
|
102
|
+
No: "No",
|
|
103
|
+
"No content generated.": "No content generated.",
|
|
81
104
|
"No issues found. Your text looks great!":
|
|
82
105
|
"No issues found. Your text looks great!",
|
|
83
106
|
"No overrides": "No overrides",
|
|
84
107
|
Norwegian: "Norwegian",
|
|
85
108
|
"Not sent": "Not sent",
|
|
86
109
|
"On-device model ready.": "On-device model ready.",
|
|
110
|
+
"On-device model ready...": "On-device model ready...",
|
|
87
111
|
Options: "Options",
|
|
88
112
|
"Output format": "Output format",
|
|
89
113
|
"Output language": "Output language",
|
|
114
|
+
"Plain Text": "Plain Text",
|
|
90
115
|
Polish: "Polish",
|
|
91
116
|
Portuguese: "Portuguese",
|
|
117
|
+
"Powered by": "Powered by",
|
|
92
118
|
Preview: "Preview",
|
|
93
119
|
Proofread: "Proofread",
|
|
94
120
|
"Proofread again": "Proofread again",
|
|
@@ -96,6 +122,7 @@ export const enDict: Record<string, string> = {
|
|
|
96
122
|
Proofreading: "Proofreading",
|
|
97
123
|
"Ready.": "Ready.",
|
|
98
124
|
"Received backend response.": "Received backend response.",
|
|
125
|
+
"Receiving response...": "Receiving response...",
|
|
99
126
|
Reference: "Reference",
|
|
100
127
|
References: "References",
|
|
101
128
|
Regenerate: "Regenerate",
|
|
@@ -105,33 +132,46 @@ export const enDict: Record<string, string> = {
|
|
|
105
132
|
"Replace with": "Replace with",
|
|
106
133
|
"Requesting signed URL": "Requesting signed URL",
|
|
107
134
|
Reset: "Reset",
|
|
135
|
+
"Reset conversation": "Reset conversation",
|
|
108
136
|
"Restore size": "Restore size",
|
|
109
137
|
Rewrite: "Rewrite",
|
|
110
138
|
"Rewrite again": "Rewrite again",
|
|
111
139
|
"Rewrite on Backend": "Rewrite on Backend",
|
|
112
140
|
"Rewriting text": "Rewriting text",
|
|
141
|
+
"Running on-device...": "Running on-device...",
|
|
113
142
|
Russian: "Russian",
|
|
143
|
+
Search: "Search",
|
|
144
|
+
"Search the documentation…": "Search the documentation…",
|
|
145
|
+
"Search with AI-Kit": "Search with AI-Kit",
|
|
146
|
+
"Searching…": "Searching…",
|
|
114
147
|
Send: "Send",
|
|
115
|
-
"Sending request to backend
|
|
148
|
+
"Sending request to backend…": "Sending request to backend…",
|
|
149
|
+
"Sending request to server...": "Sending request to server...",
|
|
116
150
|
Short: "Short",
|
|
151
|
+
short: "short",
|
|
117
152
|
Shorter: "Shorter",
|
|
153
|
+
shorter: "shorter",
|
|
118
154
|
Show: "Show",
|
|
119
155
|
"Something went wrong.": "Something went wrong.",
|
|
156
|
+
Sources: "Sources",
|
|
120
157
|
Spanish: "Spanish",
|
|
158
|
+
Stop: "Stop",
|
|
121
159
|
"Suggested change": "Suggested change",
|
|
122
160
|
Summarize: "Summarize",
|
|
123
161
|
"Summarize again": "Summarize again",
|
|
124
162
|
"Summarize on Backend": "Summarize on Backend",
|
|
125
163
|
Summarizing: "Summarizing",
|
|
126
164
|
Swedish: "Swedish",
|
|
127
|
-
"TL;DR": "TL;DR",
|
|
128
165
|
Teaser: "Teaser",
|
|
166
|
+
teaser: "teaser",
|
|
129
167
|
Thai: "Thai",
|
|
130
168
|
"The alt text for the image.": "The alt text for the image.",
|
|
131
169
|
"The caption for the image.": "The caption for the image.",
|
|
132
170
|
"The description for the image.": "The description for the image.",
|
|
133
171
|
"The excerpt for the post.":
|
|
134
172
|
"Optional. A short summary that may appear in search results and previews.",
|
|
173
|
+
"The format for the generated output.":
|
|
174
|
+
"The format for the generated output.",
|
|
135
175
|
"The language AI-Kit should use for generated text by default (when applicable).":
|
|
136
176
|
"The language AI-Kit should use for generated text by default (when applicable).",
|
|
137
177
|
"The language of the input text.": "The language of the input text.",
|
|
@@ -144,6 +184,8 @@ export const enDict: Record<string, string> = {
|
|
|
144
184
|
"The topic or subject for the AI to write about.":
|
|
145
185
|
"The topic or subject for the AI to write about.",
|
|
146
186
|
Title: "Title",
|
|
187
|
+
"TL;DR": "TL;DR",
|
|
188
|
+
tldr: "tldr",
|
|
147
189
|
Tone: "Tone",
|
|
148
190
|
Topic: "Topic",
|
|
149
191
|
Translate: "Translate",
|
|
@@ -159,44 +201,13 @@ export const enDict: Record<string, string> = {
|
|
|
159
201
|
User: "User",
|
|
160
202
|
"Using backend": "Using backend",
|
|
161
203
|
"Using on-device": "Using on-device",
|
|
162
|
-
"
|
|
163
|
-
"Waiting for backend response...": "Waiting for backend response...",
|
|
164
|
-
Why: "Why",
|
|
165
|
-
"Working...": "Working...",
|
|
166
|
-
"as-is": "as-is",
|
|
167
|
-
auto: "auto",
|
|
168
|
-
casual: "casual",
|
|
169
|
-
formal: "formal",
|
|
170
|
-
headline: "headline",
|
|
171
|
-
"key-points": "key-points",
|
|
172
|
-
long: "long",
|
|
173
|
-
longer: "longer",
|
|
174
|
-
medium: "medium",
|
|
175
|
-
"more-casual": "more-casual",
|
|
176
|
-
"more-formal": "more-formal",
|
|
177
|
-
neutral: "neutral",
|
|
178
|
-
short: "short",
|
|
179
|
-
shorter: "shorter",
|
|
180
|
-
teaser: "teaser",
|
|
181
|
-
tldr: "tldr",
|
|
182
|
-
"--- Select ---": "--- Select ---",
|
|
183
|
-
"Plain Text": "Plain Text",
|
|
184
|
-
"An error occurred.": "An error occurred.",
|
|
185
|
-
"Are you sure you want to reset the conversation?":
|
|
186
|
-
"Are you sure you want to reset the conversation?",
|
|
187
|
-
"Generate Image Metadata": "Generate Image Metadata",
|
|
188
|
-
"Generate Post Metadata": "Generate Post Metadata",
|
|
189
|
-
No: "No",
|
|
190
|
-
"No content generated.": "No content generated.",
|
|
191
|
-
"On-device model ready...": "On-device model ready...",
|
|
192
|
-
"Receiving response...": "Receiving response...",
|
|
193
|
-
"Reset conversation": "Reset conversation",
|
|
194
|
-
"Running on-device...": "Running on-device...",
|
|
195
|
-
"Sending request to server...": "Sending request to server...",
|
|
196
|
-
"The format for the generated output.":
|
|
197
|
-
"The format for the generated output.",
|
|
204
|
+
"Waiting for backend response…": "Waiting for backend response…",
|
|
198
205
|
"Waiting for response...": "Waiting for response...",
|
|
206
|
+
Why: "Why",
|
|
199
207
|
"Working…": "Working…",
|
|
208
|
+
"WPSuite AI-Kit": "WPSuite AI-Kit",
|
|
200
209
|
Write: "Write",
|
|
201
210
|
Yes: "Yes",
|
|
211
|
+
"You need a subscription to use this feature on frontend.":
|
|
212
|
+
"You need a subscription to use this feature on frontend.",
|
|
202
213
|
};
|
package/src/i18n/es.ts
CHANGED
|
@@ -1,24 +1,32 @@
|
|
|
1
1
|
export const esDict: Record<string, string> = {
|
|
2
|
-
"
|
|
2
|
+
"--- Select ---": "--- Seleccionar ---",
|
|
3
3
|
Accept: "Aceptar",
|
|
4
4
|
"Accept response": "Aceptar respuesta",
|
|
5
5
|
Add: "Añadir",
|
|
6
6
|
"Add image": "Añadir imagen",
|
|
7
7
|
"Additional instructions to guide the AI.":
|
|
8
8
|
"Instrucciones adicionales para guiar a la IA.",
|
|
9
|
+
"AI Assistant": "Asistente de IA",
|
|
10
|
+
"AI Summary": "Resumen de IA",
|
|
9
11
|
"Alt Text": "Texto alternativo",
|
|
12
|
+
"An error occurred.": "Se produjo un error.",
|
|
10
13
|
"An unknown error occurred.": "Se produjo un error desconocido.",
|
|
11
14
|
Arabic: "árabe",
|
|
15
|
+
"Are you sure you want to reset the conversation?":
|
|
16
|
+
"¿Seguro que quieres restablecer la conversación?",
|
|
12
17
|
"As-Is": "Sin cambios",
|
|
18
|
+
"as-is": "tal cual",
|
|
13
19
|
"Ask anything…": "Pregunta lo que sea…",
|
|
14
20
|
"Ask me": "Pregúntame",
|
|
15
21
|
Assistant: "Asistente",
|
|
16
|
-
"Assistant is thinking
|
|
22
|
+
"Assistant is thinking…": "El asistente está pensando…",
|
|
23
|
+
auto: "Automático",
|
|
17
24
|
"Auto-detect": "Detección automática",
|
|
18
25
|
Cancel: "Cancelar",
|
|
19
26
|
Caption: "Subtítulo",
|
|
20
27
|
Casual: "Informal",
|
|
21
|
-
|
|
28
|
+
casual: "casual",
|
|
29
|
+
"Checking capabilities…": "Comprobando capacidades…",
|
|
22
30
|
Chinese: "Chino",
|
|
23
31
|
"Click again to confirm": "Haz clic de nuevo para confirmar",
|
|
24
32
|
Close: "Cerrar",
|
|
@@ -37,30 +45,37 @@ export const esDict: Record<string, string> = {
|
|
|
37
45
|
Description: "Descripción",
|
|
38
46
|
"Detecting language": "Detectar el lenguaje",
|
|
39
47
|
"Done.": "Hecho.",
|
|
40
|
-
"Downloading model
|
|
48
|
+
"Downloading model…": "Descargando modelo…",
|
|
41
49
|
Dutch: "Holandés",
|
|
42
50
|
Edit: "Editar",
|
|
43
51
|
"Empty response": "Respuesta vacía",
|
|
44
52
|
English: "Inglés",
|
|
53
|
+
"Enter a search query to start.":
|
|
54
|
+
"Introduzca una consulta de búsqueda para comenzar.",
|
|
55
|
+
Error: "Error",
|
|
45
56
|
Excerpt: "Extracto",
|
|
46
57
|
Formal: "Formal",
|
|
58
|
+
formal: "formal",
|
|
47
59
|
French: "Francés",
|
|
48
60
|
Generate: "Generar",
|
|
61
|
+
"Generate Image Metadata": "Generar metadatos de imagen",
|
|
62
|
+
"Generate Post Metadata": "Generar metadatos de la entrada",
|
|
49
63
|
"Generated content": "Contenido generado",
|
|
50
64
|
"Generating text": "Generando texto",
|
|
51
|
-
"Generating
|
|
65
|
+
"Generating…": "Generando…",
|
|
52
66
|
German: "Alemán",
|
|
53
|
-
HTML: "HTML",
|
|
54
67
|
Headline: "Titular",
|
|
68
|
+
headline: "titular",
|
|
55
69
|
Hebrew: "hebreo",
|
|
56
70
|
Hide: "Esconder",
|
|
57
71
|
Hindi: "hindi",
|
|
58
72
|
"Hover highlights to see explanations.":
|
|
59
73
|
"Pase el cursor sobre los aspectos destacados para ver las explicaciones.",
|
|
74
|
+
HTML: "HTML",
|
|
60
75
|
Hungarian: "húngaro",
|
|
61
76
|
"I'm ready to assist you.": "Estoy listo para ayudarte.",
|
|
62
77
|
Indonesian: "indonesio",
|
|
63
|
-
"Initializing on-device AI
|
|
78
|
+
"Initializing on-device AI…": "Inicializando IA en el dispositivo…",
|
|
64
79
|
"Inlining images as base64": "Inserción de imágenes en base64",
|
|
65
80
|
"Input and output languages cannot be the same.":
|
|
66
81
|
"Los idiomas de entrada y salida no pueden ser el mismo.",
|
|
@@ -69,27 +84,39 @@ export const esDict: Record<string, string> = {
|
|
|
69
84
|
Italian: "italiano",
|
|
70
85
|
Japanese: "japonés",
|
|
71
86
|
"Key Points": "Puntos clave",
|
|
87
|
+
"key-points": "puntos clave",
|
|
72
88
|
Korean: "coreano",
|
|
73
89
|
Length: "Longitud",
|
|
74
90
|
Long: "Largo",
|
|
91
|
+
long: "largo",
|
|
75
92
|
Longer: "Más extenso",
|
|
93
|
+
longer: "más extenso",
|
|
76
94
|
Markdown: "Reducción",
|
|
77
95
|
Maximize: "Maximizar",
|
|
78
96
|
Medium: "Medio",
|
|
97
|
+
medium: "medio",
|
|
79
98
|
"More casual": "Más informal",
|
|
80
99
|
"More formal": "Más formal",
|
|
100
|
+
"more-casual": "más informal",
|
|
101
|
+
"more-formal": "más formal",
|
|
81
102
|
Neutral: "Neutral",
|
|
103
|
+
neutral: "neutral",
|
|
104
|
+
No: "No",
|
|
105
|
+
"No content generated.": "No se generó contenido.",
|
|
82
106
|
"No issues found. Your text looks great!":
|
|
83
107
|
"No se encontraron problemas. ¡Tu texto se ve genial!",
|
|
84
108
|
"No overrides": "Sin sobrescrituras",
|
|
85
109
|
Norwegian: "noruego",
|
|
86
110
|
"Not sent": "No enviado",
|
|
87
111
|
"On-device model ready.": "Modelo listo para integrar en el dispositivo.",
|
|
112
|
+
"On-device model ready...": "Modelo en el dispositivo listo...",
|
|
88
113
|
Options: "Opciones",
|
|
89
114
|
"Output format": "Formato de salida",
|
|
90
115
|
"Output language": "Idioma de salida",
|
|
116
|
+
"Plain Text": "Texto sin formato",
|
|
91
117
|
Polish: "Polaco",
|
|
92
118
|
Portuguese: "portugués",
|
|
119
|
+
"Powered by": "Desarrollado por",
|
|
93
120
|
Preview: "Avance",
|
|
94
121
|
Proofread: "Corregir",
|
|
95
122
|
"Proofread again": "Revisar nuevamente",
|
|
@@ -97,6 +124,7 @@ export const esDict: Record<string, string> = {
|
|
|
97
124
|
Proofreading: "Corrección de pruebas",
|
|
98
125
|
"Ready.": "Listo.",
|
|
99
126
|
"Received backend response.": "Se recibió una respuesta del backend.",
|
|
127
|
+
"Receiving response...": "Recibiendo respuesta...",
|
|
100
128
|
Reference: "Referencia",
|
|
101
129
|
References: "Referencias",
|
|
102
130
|
Regenerate: "Regenerado",
|
|
@@ -106,33 +134,45 @@ export const esDict: Record<string, string> = {
|
|
|
106
134
|
"Replace with": "Reemplazar con",
|
|
107
135
|
"Requesting signed URL": "Solicitando URL firmada",
|
|
108
136
|
Reset: "Restablecer",
|
|
137
|
+
"Reset conversation": "Restablecer conversación",
|
|
109
138
|
"Restore size": "Restaurar tamaño",
|
|
110
139
|
Rewrite: "Volver a escribir",
|
|
111
140
|
"Rewrite again": "Reescribir de nuevo",
|
|
112
141
|
"Rewrite on Backend": "Reescribir en el backend",
|
|
113
142
|
"Rewriting text": "Reescritura de texto",
|
|
143
|
+
"Running on-device...": "Ejecutándose en el dispositivo...",
|
|
114
144
|
Russian: "ruso",
|
|
145
|
+
Search: "Buscar",
|
|
146
|
+
"Search the documentation…": "Buscar en la documentación…",
|
|
147
|
+
"Search with AI-Kit": "Buscar con AI-Kit",
|
|
148
|
+
"Searching…": "Búsqueda…",
|
|
115
149
|
Send: "Enviar",
|
|
116
|
-
"Sending request to backend
|
|
150
|
+
"Sending request to backend…": "Enviando solicitud al backend…",
|
|
151
|
+
"Sending request to server...": "Enviando solicitud al servidor...",
|
|
117
152
|
Short: "Corto",
|
|
153
|
+
short: "corto",
|
|
118
154
|
Shorter: "Más corto",
|
|
155
|
+
shorter: "más corto",
|
|
119
156
|
Show: "Espectáculo",
|
|
120
157
|
"Something went wrong.": "Algo salió mal.",
|
|
158
|
+
Sources: "Fuentes",
|
|
121
159
|
Spanish: "Español",
|
|
160
|
+
Stop: "Detener",
|
|
122
161
|
"Suggested change": "Cambio sugerido",
|
|
123
162
|
Summarize: "Resumir",
|
|
124
163
|
"Summarize again": "Resumir de nuevo",
|
|
125
164
|
"Summarize on Backend": "Resumir en el backend",
|
|
126
165
|
Summarizing: "Resumiendo",
|
|
127
166
|
Swedish: "sueco",
|
|
128
|
-
"TL;DR": "Resumen",
|
|
129
167
|
Teaser: "Rompecabezas",
|
|
168
|
+
teaser: "rompecabezas",
|
|
130
169
|
Thai: "tailandés",
|
|
131
170
|
"The alt text for the image.": "El texto alternativo de la imagen.",
|
|
132
171
|
"The caption for the image.": "El título de la imagen.",
|
|
133
172
|
"The description for the image.": "La descripción de la imagen.",
|
|
134
173
|
"The excerpt for the post.":
|
|
135
174
|
"Opcional. Un resumen breve que puede mostrarse en los resultados de búsqueda y en las vistas previas.",
|
|
175
|
+
"The format for the generated output.": "El formato de la salida generada.",
|
|
136
176
|
"The language AI-Kit should use for generated text by default (when applicable).":
|
|
137
177
|
"El idioma que AI-Kit debe usar para el texto generado de forma predeterminada (cuando corresponda).",
|
|
138
178
|
"The language of the input text.": "El idioma del texto de entrada.",
|
|
@@ -145,6 +185,8 @@ export const esDict: Record<string, string> = {
|
|
|
145
185
|
"The topic or subject for the AI to write about.":
|
|
146
186
|
"El tema o asunto sobre el cual escribirá la IA.",
|
|
147
187
|
Title: "Título",
|
|
188
|
+
"TL;DR": "Resumen",
|
|
189
|
+
tldr: "Resumen",
|
|
148
190
|
Tone: "Tono",
|
|
149
191
|
Topic: "Tema",
|
|
150
192
|
Translate: "Traducir",
|
|
@@ -160,43 +202,13 @@ export const esDict: Record<string, string> = {
|
|
|
160
202
|
User: "Usuario",
|
|
161
203
|
"Using backend": "Usando backend",
|
|
162
204
|
"Using on-device": "Uso en el dispositivo",
|
|
163
|
-
"
|
|
164
|
-
"Waiting for backend response...": "Esperando la respuesta del backend...",
|
|
165
|
-
Why: "Por qué",
|
|
166
|
-
"Working...": "Laboral...",
|
|
167
|
-
"as-is": "tal cual",
|
|
168
|
-
auto: "Automático",
|
|
169
|
-
casual: "casual",
|
|
170
|
-
formal: "formal",
|
|
171
|
-
headline: "titular",
|
|
172
|
-
"key-points": "puntos clave",
|
|
173
|
-
long: "largo",
|
|
174
|
-
longer: "más extenso",
|
|
175
|
-
medium: "medio",
|
|
176
|
-
"more-casual": "más informal",
|
|
177
|
-
"more-formal": "más formal",
|
|
178
|
-
neutral: "neutral",
|
|
179
|
-
short: "corto",
|
|
180
|
-
shorter: "más corto",
|
|
181
|
-
teaser: "rompecabezas",
|
|
182
|
-
tldr: "Resumen",
|
|
183
|
-
"--- Select ---": "--- Seleccionar ---",
|
|
184
|
-
"Plain Text": "Texto sin formato",
|
|
185
|
-
"An error occurred.": "Se produjo un error.",
|
|
186
|
-
"Are you sure you want to reset the conversation?":
|
|
187
|
-
"¿Seguro que quieres restablecer la conversación?",
|
|
188
|
-
"Generate Image Metadata": "Generar metadatos de imagen",
|
|
189
|
-
"Generate Post Metadata": "Generar metadatos de la entrada",
|
|
190
|
-
No: "No",
|
|
191
|
-
"No content generated.": "No se generó contenido.",
|
|
192
|
-
"On-device model ready...": "Modelo en el dispositivo listo...",
|
|
193
|
-
"Receiving response...": "Recibiendo respuesta...",
|
|
194
|
-
"Reset conversation": "Restablecer conversación",
|
|
195
|
-
"Running on-device...": "Ejecutándose en el dispositivo...",
|
|
196
|
-
"Sending request to server...": "Enviando solicitud al servidor...",
|
|
197
|
-
"The format for the generated output.": "El formato de la salida generada.",
|
|
205
|
+
"Waiting for backend response…": "Esperando la respuesta del backend…",
|
|
198
206
|
"Waiting for response...": "Esperando respuesta...",
|
|
207
|
+
Why: "Por qué",
|
|
199
208
|
"Working…": "Trabajando…",
|
|
209
|
+
"WPSuite AI-Kit": "WPSuite AI-Kit",
|
|
200
210
|
Write: "Escribir",
|
|
201
211
|
Yes: "Sí",
|
|
212
|
+
"You need a subscription to use this feature on frontend.":
|
|
213
|
+
"Necesita una suscripción para utilizar esta función en la interfaz.",
|
|
202
214
|
};
|