|
24 | 24 | "text.ledger.action_message": "%1$s %2$s %3$s %4$s %5$s", |
25 | 25 | "text.ledger.action_message.time_diff": "hace %s", |
26 | 26 | "text.ledger.action_message.location.hover": "Clic para teletransportarse", |
27 | | - "text.ledger.action_message.with": "with", |
| 27 | + "text.ledger.action_message.with": "con", |
28 | 28 |
|
29 | 29 | "text.ledger.rollback.start": "Retrocediendo %s acciones", |
30 | 30 | "text.ledger.rollback.finish": "Retroceso completo", |
|
40 | 40 |
|
41 | 41 | "text.ledger.database.busy": "La base de datos está actualmente ocupada, esto puede tomar un momento.", |
42 | 42 |
|
43 | | - "error.ledger.no_cached_params": "Sin búsqueda en caché, realice una búsqueda antes de continuar.", |
| 43 | + "error.ledger.no_cached_params": "Sin resultados en caché. Realiza una búsqueda antes de continuar.", |
44 | 44 | "error.ledger.command.no_results": "Sin resultados de búsqueda", |
45 | 45 | "error.ledger.no_more_pages": "No más páginas", |
46 | 46 | "error.ledger.unknown_param": "Parámetro desconocido %s", |
47 | 47 | "error.ledger.no_preview": "Sin vista previa", |
| 48 | + "error.ledger.unspecific.range": "Por favor especifica un rango.", |
| 49 | + "error.ledger.unspecific.range_to_big": "El rango máximo es %s. Usa @global para confirmar la ejecución en todo el servidor", |
| 50 | + "error.ledger.unspecific.source_or_time": "Por favor especifica una fuente o tiempo (after).", |
48 | 51 |
|
49 | | - "text.ledger.action.block-place": "colocado", |
50 | | - "text.ledger.action.block-break": "roto", |
51 | | - "text.ledger.action.block-change": "cambiado", |
52 | | - "text.ledger.action.item-insert": "añadido", |
53 | | - "text.ledger.action.item-remove": "quitado", |
54 | | - "text.ledger.action.item-pick-up": "recogido", |
55 | | - "text.ledger.action.item-drop": "dropeado", |
56 | | - "text.ledger.action.entity-kill": "matado", |
57 | | - "text.ledger.action.entity-change": "cambiado", |
| 52 | + "text.ledger.action.block-place": "colocó", |
| 53 | + "text.ledger.action.block-break": "rompió", |
| 54 | + "text.ledger.action.block-change": "cambió", |
| 55 | + "text.ledger.action.item-insert": "añadió", |
| 56 | + "text.ledger.action.item-remove": "quitó", |
| 57 | + "text.ledger.action.item-pick-up": "recogió", |
| 58 | + "text.ledger.action.item-drop": "dropeó", |
| 59 | + "text.ledger.action.entity-kill": "mató", |
| 60 | + "text.ledger.action.entity-change": "cambió", |
| 61 | + "text.ledger.action.entity-mount": "montó", |
| 62 | + "text.ledger.action.entity-dismount": "desmontó", |
58 | 63 |
|
59 | | - "text.ledger.network.protocols_mismatched": "Las versiones del protocolo no coinciden: la versión del Ledger es %d y la versión del cliente es %d", |
| 64 | + "text.ledger.parameter.action.description": "Filtrar por tipo de acción realizada.", |
| 65 | + "text.ledger.parameter.after.description": "Filtrar por tiempo (después del tiempo indicado).", |
| 66 | + "text.ledger.parameter.before.description": "Filtrar por tiempo (antes del tiempo indicado). Generalmente se recomienda usar after.", |
| 67 | + "text.ledger.parameter.object.description": "Filtrar por objeto. Puede ser un bloque, ítem o entidad.", |
| 68 | + "text.ledger.parameter.range.description": "Filtrar por ubicación (radio (cuadrado) alrededor de tu posición).", |
| 69 | + "text.ledger.parameter.rolledback.description": "Filtrar acciones ya revertidas.", |
| 70 | + "text.ledger.parameter.source.description": "Filtrar por fuente (nombre de jugador o fuente con '@').", |
| 71 | + "text.ledger.parameter.world.description": "Filtrar por dimensión.", |
| 72 | + |
| 73 | + "text.ledger.network.protocols_mismatched": "Las versiones del protocolo no coinciden: la versión de Ledger es %d y la versión del cliente es %d", |
60 | 74 | "text.ledger.network.no_mod_info": "No se pudo identificar la información del mod de cliente.", |
61 | 75 |
|
62 | 76 | "text.ledger.purge.starting": "------ Iniciando purga ------", |
|
0 commit comments