11msgid ""
22msgstr ""
33"Project-Id-Version : BenchPress\n "
4- "POT-Creation-Date : 2024-11-17 23:36 -0500\n "
5- "PO-Revision-Date : 2024-11-17 23:45 -0500\n "
4+ "POT-Creation-Date : 2025-02-06 03:19 -0500\n "
5+ "PO-Revision-Date : 2025-02-06 03:19 -0500\n "
66"Last-Translator : \n "
77"Language-Team : \n "
88"Language : es_MX\n "
@@ -15,184 +15,185 @@ msgstr ""
1515"X-Poedit-WPHeader : benchpress.php\n "
1616"X-Poedit-SourceCharset : UTF-8\n "
1717"X-Poedit-KeywordsList : __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__; "
18- "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c; "
19- "_n_noop:1,2; _nx_noop:3c,1,2;__ngettext_noop:1,2\n "
18+ "esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2; "
19+ "_nx_noop:3c,1,2;__ngettext_noop:1,2\n "
2020"X-Poedit-SearchPath-0 : .\n "
2121"X-Poedit-SearchPathExcluded-0 : *.min.js\n "
2222"X-Poedit-SearchPathExcluded-1 : vendor\n "
2323
24- #: benchpress.php:50 benchpress.php:131 benchpress.php:132
25- msgid "Settings"
26- msgstr "Ajustes"
24+ #: admin/ajax.php:62
25+ msgid "Snapshot saved!"
26+ msgstr "¡Instantánea guardada!"
27+
28+ #: admin/ajax.php:89
29+ msgid "Snapshot deleted successfully."
30+ msgstr "Instantánea eliminada exitosamente."
31+
32+ #: admin/ajax.php:91
33+ msgid "Failed to delete snapshot."
34+ msgstr "No se pudo eliminar la instantánea."
35+
36+ #: admin/ajax.php:94
37+ msgid "Invalid snapshot ID."
38+ msgstr "ID de instantánea no válida."
39+
40+ #: admin/ajax.php:120
41+ msgid "All snapshots deleted successfully."
42+ msgstr "Todas las instantáneas se eliminaron correctamente."
43+
44+ #: admin/ajax.php:122
45+ msgid "Failed to delete snapshots."
46+ msgstr "No se pudieron eliminar las instantáneas."
47+
48+ #: admin/ajax.php:148
49+ msgid "No snapshots available to download."
50+ msgstr "No hay instantáneas disponibles para descargar."
2751
2852#. Plugin Name of the plugin/theme
29- #: benchpress .php:111 benchpress .php:112 benchpress .php:185
53+ #: admin/settings .php:16 admin/settings .php:17 admin/settings .php:90
3054#: includes/helper-functions.php:364
3155msgid "BenchPress"
3256msgstr "BenchPress"
3357
34- #: benchpress .php:122 benchpress .php:123
58+ #: admin/settings .php:27 admin/settings .php:28
3559#: classes/BenchPress_Snapshots_Table.php:12
3660msgid "Snapshots"
3761msgstr "Instantáneas"
3862
39- #: benchpress.php:152 benchpress.php:239 includes/helper-functions.php:356
63+ #: admin/settings.php:36 admin/settings.php:37 benchpress.php:50
64+ msgid "Settings"
65+ msgstr "Ajustes"
66+
67+ #: admin/settings.php:57 admin/settings.php:144
68+ #: includes/helper-functions.php:356
4069msgid "BenchPress Settings"
4170msgstr "Configuración de BenchPress"
4271
43- #: benchpress .php:163
72+ #: admin/settings .php:68
4473msgid "Snapshot Data"
4574msgstr "Datos de instantáneas"
4675
47- #: benchpress .php:191
76+ #: admin/settings .php:96
4877#, php-format
4978msgid "Total Execution Time: %s seconds"
5079msgstr "Tiempo total de ejecución: %s segundos"
5180
52- #: benchpress .php:244
81+ #: admin/settings .php:149
5382msgid "Benchmark Options"
5483msgstr "Opciones de referencia"
5584
56- #: benchpress .php:246
85+ #: admin/settings .php:151
5786msgid "Loop Count for Benchmarks"
5887msgstr "Recuento de bucles para puntos de referencia"
5988
60- #: benchpress .php:250
89+ #: admin/settings .php:155
6190msgid "Enable Switch vs Match Benchmark"
6291msgstr "Habilitar el punto de referencia Switch vs Match"
6392
64- #: benchpress .php:253
93+ #: admin/settings .php:158
6594msgid "Enable Transient vs Direct Query Benchmark"
6695msgstr "Habilitar la comparación entre consulta directa y transitoria"
6796
68- #: benchpress .php:255
97+ #: admin/settings .php:160
6998msgid "Enable Post Meta Access Benchmark"
7099msgstr "Habilitar el punto de referencia de acceso a metadatos de publicación"
71100
72- #: benchpress .php:261
101+ #: admin/settings .php:166
73102msgid "WP_Query Settings"
74103msgstr "Configuración de WP_Query"
75104
76- #: benchpress .php:265
105+ #: admin/settings .php:170
77106msgid "Query Type"
78107msgstr "Tipo de consulta"
79108
80- #: benchpress .php:268
109+ #: admin/settings .php:173
81110msgid "Single Post"
82111msgstr "Publicación individual"
83112
84- #: benchpress .php:269
113+ #: admin/settings .php:174
85114msgid "Multiple Posts"
86115msgstr "Publicaciones múltiples"
87116
88- #: benchpress .php:276
117+ #: admin/settings .php:181
89118msgid "Single Post Query"
90119msgstr "Consulta de publicación única"
91120
92- #: benchpress .php:278
121+ #: admin/settings .php:183
93122msgid "Post ID"
94123msgstr "ID de Publicación"
95124
96- #: benchpress .php:285
125+ #: admin/settings .php:190
97126msgid "Multiple Post Query"
98127msgstr "Consulta de publicaciones múltiples"
99128
100- #: benchpress .php:289
129+ #: admin/settings .php:194
101130msgid "Post Type"
102131msgstr "Tipo de mensaje"
103132
104- #: benchpress .php:302
133+ #: admin/settings .php:207
105134msgid "Number of Posts"
106135msgstr "Cantidad de publicaciones"
107136
108- #: benchpress .php:306
137+ #: admin/settings .php:211
109138msgid "Taxonomy"
110139msgstr "Taxonomía"
111140
112- #: benchpress .php:308
141+ #: admin/settings .php:213
113142msgid "Select Taxonomy"
114143msgstr "Elige una taxonomía"
115144
116- #: benchpress .php:320
145+ #: admin/settings .php:225
117146msgid "Terms (comma-separated)"
118147msgstr "Términos (separados por comas)"
119148
120- #: benchpress .php:324
149+ #: admin/settings .php:229
121150msgid "Order By"
122151msgstr "Ordenar por"
123152
124- #: benchpress .php:327 classes/BenchPress_Snapshots_Table.php:26
153+ #: admin/settings .php:232 classes/BenchPress_Snapshots_Table.php:26
125154msgid "Date"
126155msgstr "Fecha"
127156
128- #: benchpress .php:328
157+ #: admin/settings .php:233
129158msgid "Title"
130159msgstr "Título"
131160
132- #: benchpress .php:329 classes/BenchPress_Snapshots_Table.php:25
161+ #: admin/settings .php:234 classes/BenchPress_Snapshots_Table.php:25
133162msgid "ID"
134163msgstr "ID"
135164
136- #: benchpress .php:330
165+ #: admin/settings .php:235
137166msgid "Name"
138167msgstr "Nombre"
139168
140- #: benchpress .php:331
169+ #: admin/settings .php:236
141170msgid "Author"
142171msgstr "Autor"
143172
144- #: benchpress .php:332
173+ #: admin/settings .php:237
145174msgid "Modified"
146175msgstr "Modificado"
147176
148- #: benchpress .php:333
177+ #: admin/settings .php:238
149178msgid "Random"
150179msgstr "Aleatorio"
151180
152- #: benchpress .php:345
181+ #: admin/settings .php:250
153182msgid "Order"
154183msgstr "Orden"
155184
156- #: benchpress .php:348
185+ #: admin/settings .php:253
157186msgid "Ascending"
158187msgstr "Ascendente"
159188
160- #: benchpress .php:349
189+ #: admin/settings .php:254
161190msgid "Descending"
162191msgstr "Descendente"
163192
164- #: benchpress .php:355
193+ #: admin/settings .php:260
165194msgid "Save Settings"
166195msgstr "Guardar Ajustes"
167196
168- #: benchpress.php:464
169- msgid "Snapshot saved!"
170- msgstr "¡Instantánea guardada!"
171-
172- #: benchpress.php:491
173- msgid "Snapshot deleted successfully."
174- msgstr "Instantánea eliminada exitosamente."
175-
176- #: benchpress.php:493
177- msgid "Failed to delete snapshot."
178- msgstr "No se pudo eliminar la instantánea."
179-
180- #: benchpress.php:496
181- msgid "Invalid snapshot ID."
182- msgstr "ID de instantánea no válida."
183-
184- #: benchpress.php:522
185- msgid "All snapshots deleted successfully."
186- msgstr "Todas las instantáneas se eliminaron correctamente."
187-
188- #: benchpress.php:524
189- msgid "Failed to delete snapshots."
190- msgstr "No se pudieron eliminar las instantáneas."
191-
192- #: benchpress.php:550
193- msgid "No snapshots available to download."
194- msgstr "No hay instantáneas disponibles para descargar."
195-
196197#: classes/BenchPress_Snapshots_Table.php:11
197198msgid "Snapshot"
198199msgstr "Instantánea"
@@ -245,8 +246,8 @@ msgid ""
245246"with taxonomy (%s) and terms (%s), averaged over %d iteration(s)."
246247msgstr ""
247248"Es hora de ejecutar WP_Query para %d publicaciones del tipo de publicación "
248- "%s, ordenando por %s (%s), con taxonomía (%s) y términos (%s), promediado "
249- "en %d iteraciones."
249+ "%s, ordenando por %s (%s), con taxonomía (%s) y términos (%s), promediado en "
250+ "%d iteraciones."
250251
251252#: includes/helper-functions.php:77 includes/helper-functions.php:78
252253msgid "none"
@@ -315,7 +316,7 @@ msgstr ""
315316
316317#: includes/helper-functions.php:334
317318msgid "get_post_meta() vs WP_Meta_Query"
318- msgstr "Comparación entre get_post_meta() y WP_Meta_Query"
319+ msgstr "comparación entre get_post_meta() y WP_Meta_Query"
319320
320321#: includes/helper-functions.php:352
321322msgid "BenchPress Snapshots"
0 commit comments